html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.container {
    max-width: 960px;
}

.icon-link > .bi {
    width: .75em;
    height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a {
        color: #8e8e8e;
        transition: color .15s ease-in-out;
    }

        .site-header a:hover {
            color: #fff;
            text-decoration: none;
        }

.screenshot {
    width: 80%;
    height: 300px; /* можно увеличить, если скрин длинный */
    border-radius: 21px 21px 0 0;
    background-size: cover; /* обрезает аккуратно */
    background-position: top center;
    background-repeat: no-repeat;
}

    /* фон для первого блока */
    .screenshot.app1 {
        background-image: url('/images/app1.png');
    }

    /* фон для второго блока */
    .screenshot.app2 {
        background-image: url('/images/app2.png');
    }

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .bi {
        width: 1em;
        height: 1em;
    }

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

    .product-device::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(255, 255, 255, .1);
        border-radius: 5px;
    }

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.hero-bg-logo {
    position: relative;
    overflow: hidden;
}

    /* Фоновое изображение */
    .hero-bg-logo::before {
        content: "";
        position: absolute;
        inset: 0; /* растянуть на весь блок */
        background-image: url('/images/logo/logoback2.svg'); /* путь к вашему SVG */
        background-repeat: no-repeat;
        background-position: 25% center; /* слева */
        background-size: auto 100%; /* во всю высоту блока */
        opacity: 0.5; /* полупрозрачность, можно менять */
        z-index: 0;
    }

    /* Контент поверх фона */
    .hero-bg-logo > * {
        position: relative;
        z-index: 1;
    }
/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

@media (min-width: 768px) {
    [id] {
        scroll-margin-top: 80px;
    }
}

@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 80px;
    }
}

/* ===== HERO SECTION ===== */
.hero-section {
    background: linear-gradient(135deg, #f3f9fc 0%, #e8f4fb 100%);
    padding: 90px 0;
    position: relative;
}

    /* ===== TEXT ===== */
    .hero-section h1 {
        font-weight: 800;
        font-size: 2.8rem;
        letter-spacing: -0.5px;
    }

    .hero-section .lead {
        color: #2d2a27;
        font-size: 1.2rem;
        opacity: 0.85;
    }

    /* ===== CTA BUTTONS ===== */
    .hero-section .btn-lg {
        padding: 14px 28px;
        font-weight: 600;
        border-radius: 12px;
    }

    /* Основная кнопка */
    .hero-section .btn-primary {
        background-color: #3f9fd2;
        border-color: #3f9fd2;
    }

        .hero-section .btn-primary:hover {
            background-color: #338bb8;
            border-color: #338bb8;
        }

    /* Вторичная кнопка */
    .hero-section .btn-outline-primary {
        border-width: 2px;
        color: #3f9fd2;
        border-color: #3f9fd2;
    }

        .hero-section .btn-outline-primary:hover {
            background-color: #3f9fd2;
            color: #fff;
        }

/* ===== PHONE ===== */
.hero-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: #13100d;
}

    .hero-phone:hover {
        color: #3f9fd2;
    }

/* ===== FORM CARD ===== */
.hero-form {
    border: none;
    border-radius: 20px;
    padding: 36px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    position: relative;
}

    /* акцентная линия */
    .hero-form::top {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(90deg, #3f9fd2, #5fb8e6);
        border-radius: 20px 20px 0 0;
    }

    .hero-form h5 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #13100d;
    }

    /* Поля формы */
    .hero-form .form-control,
    .hero-form .form-select {
        border-radius: 12px;
        padding: 12px 16px;
        border-color: #cbd5e1;
        transition: 0.2s;
    }

        .hero-form .form-control:focus,
        .hero-form .form-select:focus {
            border-color: #3f9fd2;
            box-shadow: 0 0 0 0.2rem rgba(63,159,210,0.25);
        }

    /* Кнопка формы */
    .hero-form button {
        padding: 14px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 12px;
        background-color: #3f9fd2;
        border-color: #3f9fd2;
    }

        .hero-form button:hover {
            background-color: #338bb8;
            border-color: #338bb8;
        }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .hero-section {
        padding: 60px 0;
    }
}

/*2*/
/* ===== SECTION WITHOUT BACKGROUND ===== */
.fuel-calc-section-alt {
    background: #ffffff; /* чистый белый фон */
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}    

/* ===== CARD ===== */
.fuel-calc-card {
    border: none;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

    .fuel-calc-card h2 {
        color: #13100d;
        font-weight: 800;
    }

    /* ===== FORM ELEMENTS ===== */
    .fuel-calc-card .form-control,
    .fuel-calc-card .form-select {
        border-radius: 12px;
        padding: 12px 16px;
        border-color: #cbd5e1;
        transition: 0.2s;
    }

        .fuel-calc-card .form-control:focus,
        .fuel-calc-card .form-select:focus {
            border-color: #3f9fd2;
            box-shadow: 0 0 0 0.2rem rgba(63,159,210,0.25);
        }

    /* ===== BUTTON ===== */
    .fuel-calc-card .btn-primary {
        background-color: #3f9fd2;
        border-color: #3f9fd2;
        border-radius: 12px;
        padding: 14px;
        font-weight: 600;
        font-size: 1.1rem;
    }

        .fuel-calc-card .btn-primary:hover {
            background-color: #338bb8;
            border-color: #338bb8;
        }

/*3*/
/* ===== DARK SECTION ===== */
.services-section-dark {
    background: #343a40;
    padding-top: 80px;
    padding-bottom: 80px;
}

    /* Заголовок */
    .services-section-dark h2 {
        color: #ffffff;
        font-weight: 800;
    }

/* ===== CARD ===== */
.service-card-dark {
    display: block;
    background: #4b545c;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: 0.25s ease;
    height: 100%;
    color: #ffffff;
}

    .service-card-dark:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.55);
    }

/* ===== ICON ===== */
.service-icon-dark {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: rgba(63, 159, 210, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6abbe9;
    font-size: 32px;
    transition: 0.25s;
}

.service-card-dark:hover .service-icon-dark {
    background: rgba(63, 159, 210, 0.25);
    color: #3f9fd2;
}

/* ===== TITLE ===== */
.service-title-dark {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

/* ===== LINK ===== */
.service-link-dark {
    font-weight: 600;
    color: #6abbe9;
    transition: 0.2s;
}

.service-card-dark:hover .service-link-dark {
    color: #3f9fd2;
}

/* ===== 4 ===== */
/* ===== ADVANTAGES SECTION (светлый фон как у первого блока) ===== */
/*.advantages-section {
    background: linear-gradient(135deg, #f3f9fc 0%, #e8f4fb 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

    .advantages-section h2 {
        color: #13100d;
        font-weight: 800;
    }*/

/* ===== CARD ===== */
/*.adv-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.25s ease;
    height: 100%;
}

    .adv-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.10);
    }*/

/* ===== ICON ===== */
/*.adv-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: #e8f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f9fd2;
    font-size: 32px;
    transition: 0.25s;
}

.adv-card:hover .adv-icon {
    background: rgba(63, 159, 210, 0.25);
    color: #338bb8;
}*/

/* ===== TEXT ===== */
/*.adv-title {
    font-weight: 700;
    margin-bottom: 8px;
    color: #13100d;
}

.adv-text {
    color: #2d2a27;
    opacity: 0.85;
    font-size: 0.95rem;
}*/

/* ===== 4.1 ===== */
.advantages-modern {
    padding: 60px 0;
    background: #ffffff;
}

.feature-box {
    padding: 10px 10px;
    transition: all 0.25s ease;
}

    .feature-box:hover {
        transform: translateY(-4px);
    }

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 26px;
    background: linear-gradient(135deg, #3f9fd2, #5fb8e6);
    color: white;
    box-shadow: 0 10px 25px rgba(63,159,210,0.35);
    transition: 0.3s;
}

.feature-box:hover .feature-icon {
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 14px 35px rgba(63,159,210,0.45);
}

.feature-box h5 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.feature-box p {
    color: #6c757d;
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.5;
}

/* ===== 5 ===== */
/* ===== PRICES SECTION ===== */
.prices-section {
    background: #dfe6ec;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .prices-section h2 {
        color: #13100d;
        font-weight: 800;
    }

/* ===== PRICE LIST ===== */
.price-list {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 30px 35px;
}

.price-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: 0.2s;
}

    .price-item:hover {
        transform: translateX(4px);
    }

    .price-item:last-child {
        border-bottom: none;
    }

.price-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #13100d;
}

.price-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3f9fd2;
}

/* ===== BUTTON ===== */
.prices-section .btn-primary {
    background-color: #3f9fd2;
    border-color: #3f9fd2;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
}

    .prices-section .btn-primary:hover {
        background-color: #338bb8;
        border-color: #338bb8;
    }

/* ===== 6 ===== */
/* ===== INDUSTRIES SECTION (тёмно-серый фон) ===== */
/*.industries-section {
    background: #1f1d1b;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .industries-section h2 {
        color: #ffffff;
        font-weight: 800;
    }*/

/* ===== CARD ===== */
/*.industry-card {
    display: block;
    background: #262421;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: 0.25s ease;
    height: 100%;
    color: #ffffff;
}

    .industry-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.55);
    }*/

/* ===== ICON ===== */
/*.industry-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: rgba(63, 159, 210, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6abbe9;
    font-size: 32px;
    transition: 0.25s;
}

.industry-card:hover .industry-icon {
    background: rgba(63, 159, 210, 0.25);
    color: #3f9fd2;
}*/

/* ===== TITLE ===== */
/*.industry-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}*/

/* ===== LINK ===== */
/*.industry-link {
    font-weight: 600;
    color: #6abbe9;
    transition: 0.2s;
}

.industry-card:hover .industry-link {
    color: #3f9fd2;
}*/

/* ===== 6.1 ===== */
.industries-modern {
    background: radial-gradient(circle at 20% 20%, #26221f 0%, #1a1714 70%);
    padding: 60px 0;
    position: relative;
}

.pre-title {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6abbe9;
    margin-bottom: 10px;
}

.industry-item {
    display: block;
    padding: 20px 20px 20px 24px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease;
}

    /* вертикальная линия */
    .industry-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 2px;
        background: rgba(255,255,255,0.15);
        transition: 0.25s;
    }

    .industry-item:hover::before {
        background: linear-gradient(180deg, #3f9fd2, #5fb8e6);
        width: 3px;
    }

    .industry-item:hover {
        transform: translateX(6px);
    }

    .industry-item h5 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .industry-item p {
        font-size: 0.92rem;
        color: rgba(255,255,255,0.65);
        margin-bottom: 8px;
    }

.industry-link {
    font-size: 0.9rem;
    color: #6abbe9;
    font-weight: 500;
    transition: 0.2s;
}

.industry-item:hover .industry-link {
    color: #3f9fd2;
}

/* ===== 8 ===== */
/* ===== OILBASE SECTION (светлый фон) ===== */
/*.oilbase-section {
    background: linear-gradient(135deg, #f3f9fc 0%, #e8f4fb 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}*/

/* Карточка */
/*.oilbase-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}*/

    /* Заголовок */
    /*.oilbase-card h2 {
        color: #13100d;
        font-weight: 800;
    }*/

/* Элемент */
/*.oilbase-item {
    text-align: center;
    padding: 10px;
}*/

/* Иконка */
/*.oilbase-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 14px;
    background: #e8f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f9fd2;
    font-size: 32px;
    transition: 0.25s;
}

.oilbase-item:hover .oilbase-icon {
    background: rgba(63, 159, 210, 0.25);
    color: #338bb8;
}*/

/* Текст */
/*.oilbase-item h5 {
    font-weight: 700;
    color: #13100d;
    margin-bottom: 6px;
}

.oilbase-item p {
    color: #2d2a27;
    opacity: 0.85;
    font-size: 0.95rem;
}*/

/* Кнопка */
/*.oilbase-section .btn-primary {
    background-color: #3f9fd2;
    border-color: #3f9fd2;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
}

    .oilbase-section .btn-primary:hover {
        background-color: #338bb8;
        border-color: #338bb8;
    }*/

/* ===== 8.1 ===== */
.oilbase-modern {
    padding: 60px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.oilbase-highlight {
    display: inline-block;
}

.oilbase-number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #3f9fd2, #5fb8e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.oilbase-subtext {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #6c757d;
}

.oilbase-modern h2 {
    font-weight: 800;
    color: #13100d;
}

.oilbase-modern p {
    color: #2d2a27;
    opacity: 0.85;
}

.oilbase-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .oilbase-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }

        /* аккуратные маркеры */
        .oilbase-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #3f9fd2;
        }

.oilbase-modern .btn-primary {
    background: linear-gradient(135deg, #3f9fd2, #5fb8e6);
    border: none;
    border-radius: 12px;
    padding: 12px 26px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(63,159,210,0.35);
}

    .oilbase-modern .btn-primary:hover {
        transform: translateY(-2px);
    }

/* ===== 9 ===== */
/* ===== CTA SECTION (белый фон) ===== */
/*.cta-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}*/

/* Карточка CTA */
/*.cta-card {
    background: #f3f9fc;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}*/

    /* Заголовок */
    /*.cta-card h2 {
        color: #13100d;
        font-weight: 800;
    }*/

/* Подзаголовок */
/*.cta-subtitle {
    font-size: 1.15rem;
    color: #2d2a27;
    opacity: 0.85;
}*/

/* Поля формы */
/*.cta-card .form-control {
    border-radius: 12px;
    padding: 14px 18px;
    border-color: #cbd5e1;
    transition: 0.2s;
}

    .cta-card .form-control:focus {
        border-color: #3f9fd2;
        box-shadow: 0 0 0 0.2rem rgba(63,159,210,0.25);
    }*/

/* Кнопка */
/*.cta-card .btn-primary {
    background-color: #3f9fd2;
    border-color: #3f9fd2;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
}

    .cta-card .btn-primary:hover {
        background-color: #338bb8;
        border-color: #338bb8;
    }*/

/* ===== 10 ===== */
/* ===== CONTACTS SECTION ===== */
/*.contacts-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}*/

/* Карточка */
/*.contacts-card {
    background: #f3f9fc;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}*/

    /* Заголовок */
    /*.contacts-card h2 {
        color: #13100d;
        font-weight: 800;
    }*/

/* Элемент */
/*.contact-item h5 {
    font-weight: 700;
    margin-top: 10px;
    color: #13100d;
}

.contact-text {
    color: #2d2a27;
    opacity: 0.85;
}

.contact-link {
    color: #3f9fd2;
    font-weight: 600;
    text-decoration: none;
}

    .contact-link:hover {
        color: #338bb8;
    }*/

/* Иконка */
/*.contact-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 14px;
    background: #e8f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f9fd2;
    font-size: 28px;
    transition: 0.25s;
}

.contact-item:hover .contact-icon {
    background: rgba(63, 159, 210, 0.25);
    color: #338bb8;
}*/

/* Карта */
/*.map-wrapper iframe {
    border-radius: 16px;
    overflow: hidden;
}*/

.contact-modern {
    padding: 60px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.contact-info-box {
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('/images/fuel-bg.jpg') center/cover no-repeat;
}

.contact-block {
    margin-bottom: 25px;
}

    .contact-block h5 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .contact-block p {
        margin: 0;
        opacity: 0.85;
        font-size: 0.95rem;
    }

.map-box {
    height: 100%;
    /*border-radius: 20px;*/
    overflow: hidden;
}

    .map-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
        filter: grayscale(100%);
    }

    .map-box div {
        width: 100%;
        height: 100%;
        border: 0;
        filter: grayscale(100%);
    }

.map-marker {
    width: 32px;
    height: 32px;
    background-size: contain;
    cursor: pointer;
}

.contact-form-box {
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .contact-form-box .form-control {
        border-radius: 12px;
        padding: 14px 16px;
        border-color: #cbd5e1;
    }

        .contact-form-box .form-control:focus {
            border-color: #3f9fd2;
            box-shadow: 0 0 0 0.2rem rgba(63,159,210,0.2);
        }

    .contact-form-box .btn-primary {
        background: linear-gradient(135deg, #3f9fd2, #5fb8e6);
        border: none;
        border-radius: 12px;
        padding: 14px;
        font-weight: 600;
        box-shadow: 0 10px 30px rgba(63,159,210,0.35);
    }

        .contact-form-box .btn-primary:hover {
            transform: translateY(-2px);
        }

.prices-page-table {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.prices-page-dark {
    background-color: #343a40;
    background-image: url('/img/pattern02.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    /* Заголовок */
    .prices-page-dark h2 {
        color: #ffffff;
        font-weight: 800;
    }

.prices-page .btn-primary {
    background-color: #3f9fd2;
    border-color: #3f9fd2;
}