/* Цветовая схема «Феникс» — оранжево-золотая палитра */
:root {
    --bs-primary: #E85D04;
    --bs-accent: #F4A020;
    --bs-primary-rgb: 232, 93, 4;
    --bs-accent-rgb: 244, 160, 32;
    --bs-link-color: #E85D04;
    --bs-link-hover-color: #C44D03;
    --bs-font-sans-serif: "Rubik", sans-serif;
    --bs-body-font-family: "Rubik", sans-serif;
    --ff-1: "Montserrat", sans-serif;

    --header-blue: #1a6fc4;
    --header-blue-dark: #145a9e;
    --header-blue-light: #eef4fb;

    --primary-50: 24 100% 96%;
    --primary-100: 24 95% 88%;
    --primary-200: 24 95% 78%;
    --primary-300: 24 94% 68%;
    --primary-400: 24 97% 56%;
    --primary-500: 24 97% 46%;
    --primary-600: 24 100% 40%;
    --primary-700: 24 100% 33%;
    --primary-800: 24 100% 26%;
    --primary-900: 24 100% 20%;
}

body {
    font-family: "Rubik", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.head-1, .head-2, .head-3, .head-4, .head-5, .head-6,
.el-heading, .display-4 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

.at_nav_menu ul li a {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* ===== Шапка ===== */
.rent-header-info {
    background: #f4f6f8 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e4e8ed;
}

.rent-header-info .tp-info .icon-wrapper {
    color: var(--header-blue) !important;
    font-size: 16px;
}

.rent-header-info .tp-info p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444 !important;
}

.header-phone-link {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}

.header-phone-link:hover {
    color: var(--header-blue);
}

.rent-header .at_header_nav {
    background: #fff !important;
    border-bottom: 1px solid #e9ecef;
    padding: 6px 0;
}

.rent-header .at_header_nav::before {
    background: var(--header-blue-light) !important;
    width: 42% !important;
}

.rent-header .at_nav_menu ul li a {
    color: #444 !important;
    font-weight: 600 !important;
    padding: 20px 22px !important;
    transition: color 0.2s;
}

.rent-header .at_nav_menu ul li a:hover {
    color: var(--header-blue) !important;
}

@media (max-width: 991px) {
    .rent-header .at_header_nav::before {
        width: 65% !important;
    }
}

@media (max-width: 575px) {
    .rent-header-info .tp-info p {
        font-size: 13px;
    }
}

.text-el-primary {
    color: #E85D04 !important;
}

.bg-primary {
    background-color: #E85D04 !important;
}

.bg-blue {
    background-color: #F4A020 !important;
}

.bg-green {
    background-color: #C62828 !important;
}

.bg-light-primary {
    background-color: rgba(232, 93, 4, 0.12) !important;
}

.bg-light-primary i {
    color: #E85D04;
}

/* Кнопки — сильное скругление */
.app-btn,
.app-btn.white-btn,
.app-btn.md-primary-btn,
.app-btn.primary-btn,
.el-primary-btn,
.theme-scrolltop-btn {
    border-radius: 50px !important;
}

.app-btn {
    padding: 14px 32px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

.app-btn.md-primary-btn,
.el-primary-btn {
    background-color: #E85D04 !important;
}

.app-btn.white-btn {
    border: 2px solid #E85D04;
    color: #E85D04;
    font-size: 15px;
}

.app-btn.white-btn:hover {
    background: #E85D04 !important;
    border-color: #E85D04;
    color: #fff !important;
}

.footer-nav li a:hover {
    color: #F4A020 !important;
}

.contact-info .icon-wrapper {
    color: #E85D04;
}

.h3-counter-box::before {
    background: #E85D04 !important;
}

.h3-counter-box span {
    font-family: "Rubik", sans-serif !important;
    font-weight: 500;
}

.theme-scrolltop-btn {
    background: #E85D04 !important;
}

.theme-scrolltop-btn:hover {
    background: #C44D03 !important;
}

.at_nav_menu ul li a:hover {
    color: #E85D04 !important;
}

.featured-section .link {
    color: #E85D04;
}

.featured-section .link:hover {
    color: #C44D03;
}

/* Таблица цен — чистый минималистичный стиль */
.prices-table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.prices-table thead th {
    background: transparent !important;
    color: #1a1a2e !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 20px;
    border-bottom: 2px solid #e8e8e8;
    vertical-align: bottom;
}

.prices-table tbody td {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
    vertical-align: middle;
}

.prices-table tbody tr:last-child td {
    border-bottom: none;
}

.prices-table tbody td.text-center {
    font-size: 18px;
    color: #E85D04;
    font-weight: 600;
    width: 180px;
    white-space: nowrap;
}

.requisites-block {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #c2c2c2;
}

.requisites-block p {
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
    .prices-table tbody td.text-center {
        width: 60px;
    }
}

/* Модальное окно — цвета как на сайте */
.modal__header {
    background-color: #E85D04 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.modal__form-submit {
    background-color: #E85D04 !important;
    border-radius: 50px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    height: 44px !important;
    line-height: 44px !important;
    letter-spacing: 0.04em;
}

.modal__form-submit:hover {
    background-color: #C44D03 !important;
}

.modal__form-input {
    font-family: "Rubik", sans-serif !important;
}

.modal__form-input:focus {
    border-bottom-color: #E85D04 !important;
}

.modal__form-group label {
    font-family: "Rubik", sans-serif;
    color: #666;
}

.modal__form-close-text {
    font-family: "Rubik", sans-serif;
}

.modal__theme .modal__data {
    border-radius: 16px;
    overflow: hidden;
}
