

/* Start:/local/css/owners.css?178103380010444*/
/* =========================================================
   /dlya-arendodateley/ — страница для арендодателей
   ========================================================= */

.owners-page {
    font-family: 'Gilroy', sans-serif;
}

/* ---- Hero ---- */

.owners-hero {
    background: linear-gradient(135deg, #1f4080 0%, #0d2347 100%);
    padding: 72px 20px;
    text-align: center;
}

.owners-hero__content {
    max-width: 680px;
    margin: 0 auto;
}

.owners-hero__title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.25;
}

.owners-hero__subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    line-height: 1.5;
}

/* ---- Кнопки ---- */

.owners-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #ffffff;
    color: #0069FF;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.owners-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.owners-btn--outline {
    background: transparent;
    color: #0069FF;
    border: 2px solid #0069FF;
}

.owners-btn--outline:hover {
    background: #f0f5ff;
}

.owners-btn--large {
    padding: 18px 48px;
    font-size: 18px;
}

/* ---- Секции ---- */

.owners-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 20px;
}

.owners-section--grey {
    max-width: 100%;
    background: #f7f8fc;
}

.owners-section--grey > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.owners-section__title {
    font-size: 28px;
    font-weight: 800;
    color: #343650;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}

/* ---- Шаги ---- */

.owners-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
}

.owners-steps__note-link {
    color: #0069FF;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed #0069FF;
}

.owners-steps__note-link:hover {
    border-bottom-style: solid;
}

.owners-steps__note {
    margin: 32px auto 0;
    max-width: 640px;
    text-align: center;
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    background: #f0f5ff;
    border-left: 4px solid #0069FF;
    border-radius: 8px;
    padding: 14px 20px;
}

.owners-step {
    text-align: center;
}

.owners-step__num {
    width: 56px;
    height: 56px;
    background: #0069FF;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.owners-step__title {
    font-size: 18px;
    font-weight: 700;
    color: #343650;
    margin: 0 0 8px;
}

.owners-step__text {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ---- Преимущества ---- */

.owners-benefits {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0 20px;
    align-items: start;
}

.owners-benefit {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px 20px;
    box-shadow: 0 2px 12px rgba(0, 105, 255, 0.07);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.owners-benefit__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
}

.owners-benefit__icon svg {
    width: 100%;
    height: 100%;
}

.owners-benefit__title {
    font-size: 16px;
    font-weight: 700;
    color: #343650;
    margin: 0 0 8px;
}

.owners-benefit__text {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ---- Тарифы ---- */

.owners-plans {
    display: grid;
    grid-template-columns: repeat(2, 380px);
    gap: 24px;
    justify-content: center;
}

.owners-plan {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 2px 16px rgba(0, 105, 255, 0.08);
    border: 2px solid #c8ddf7;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.owners-plan--vip {
    border: 2px solid #5b91d8;
}

.owners-plan__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0069FF;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 20px;
}

.owners-plan__name {
    font-size: 20px;
    font-weight: 800;
    color: #343650;
}

.owners-plan__price {
    font-size: 28px;
    font-weight: 800;
    color: #0069FF;
}

.owners-plan__price-city {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

.owners-plan__price-label {
    font-size: 20px;
    font-weight: 700;
    color: #0069FF;
}

.owners-plan__list {
    list-style: none;
    padding: 0;
    margin: 8px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.owners-plan__list li {
    font-size: 15px;
    color: #555555;
    padding-left: 24px;
    position: relative;
}

.owners-plan__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0069FF;
    font-weight: 700;
}

/* ---- Кнопки мессенджеров в карточке тарифа ---- */

.owners-plan__messengers {
    display: flex;
    gap: 10px;
}

.owners-btn--messenger {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
}

.owners-btn--viber {
    background: #7360f2;
    color: #ffffff;
}

.owners-btn--viber:hover {
    background: #5a4bd1;
    opacity: 1;
}

.owners-btn--tg {
    background: #2aabee;
    color: #ffffff;
}

.owners-btn--tg:hover {
    background: #1a96d4;
    opacity: 1;
}

/* ---- Оплата под тарифами ---- */

.owners-plans__payment {
    margin-top: 28px;
    text-align: center;
}

.owners-plans__payment-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999999;
    margin: 0 0 6px;
}

.owners-plans__payment-text {
    font-size: 14px;
    color: #555555;
    margin: 0;
    line-height: 1.6;
}

/* ---- Документы под тарифами ---- */

.owners-plans__docs {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
}

.owners-docs__link {
    color: #0069FF;
    text-decoration: none;
}

.owners-docs__link:hover {
    text-decoration: underline;
}

.owners-docs__sep {
    margin: 0 10px;
    color: #bbbbbb;
}

/* ---- FAQ блок ---- */

.owners-faq {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 105, 255, 0.07);
    overflow: hidden;
}

.faq-item__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Gilroy', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #343650;
    line-height: 1.4;
    transition: color 0.15s ease;
}

.faq-item__question:hover {
    color: #0069FF;
}

.faq-item__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

.faq-item__question[aria-expanded="true"] .faq-item__icon {
    transform: rotate(180deg);
}

.faq-item__answer {
    padding: 0 24px 20px;
    font-size: 15px;
    color: #555555;
    line-height: 1.65;
}

.faq-item__answer[hidden] {
    display: none;
}

.faq-item__answer p {
    margin: 0;
}

/* ---- CTA ---- */

.owners-cta {
    text-align: center;
    padding: 72px 20px;
    background: linear-gradient(135deg, #1f4080 0%, #0d2347 100%);
}

.owners-cta__title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
}

.owners-cta__text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 32px;
}

/* ---- Адаптив ---- */

@media (max-width: 991px) {
    .owners-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .owners-plans {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

@media (max-width: 991px) {
    .owners-steps {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 575px) {
    .owners-steps {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .owners-hero__title {
        font-size: 26px;
    }

    .owners-section__title {
        font-size: 22px;
    }

    .owners-benefits {
        grid-template-columns: 1fr;
    }

    .faq-item__question {
        font-size: 15px;
        padding: 16px 18px;
    }

    .faq-item__answer {
        padding: 0 18px 16px;
    }

    .owners-cta__title {
        font-size: 24px;
    }
}

/* force footer dark navy on this page regardless of template CSS cascade */
footer {
    background-color: #0d2347 !important;
}

/* ── Перелинковка ─────────────────────────────────────────── */
.site-links {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px 64px;
}
.site-links__title {
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #343650;
    margin: 0 0 20px;
}
.site-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.site-links__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 22px;
    background: #f4f7ff;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.site-links__card:hover {
    border-color: #0069FF;
    box-shadow: 0 2px 12px rgba(0,105,255,0.10);
}
.site-links__card-title {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0069FF;
}
.site-links__card-desc {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .site-links__grid { grid-template-columns: 1fr; }
}

/* End */
/* /local/css/owners.css?178103380010444 */
