.elementor-2174 .elementor-element.elementor-element-60fb3d2:not(.elementor-motion-effects-element-type-background), .elementor-2174 .elementor-element.elementor-element-60fb3d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-2174 .elementor-element.elementor-element-60fb3d2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2174 .elementor-element.elementor-element-60fb3d2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2174 .elementor-element.elementor-element-962324f:not(.elementor-motion-effects-element-type-background), .elementor-2174 .elementor-element.elementor-element-962324f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-2174 .elementor-element.elementor-element-962324f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2174 .elementor-element.elementor-element-962324f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2174 .elementor-element.elementor-element-fc1ba4e{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-af2c6d0 *//* ==========================================================================
   ОБЩАЯ СЕКЦИЯ ПРАЙС-ЛИСТА HERO
   ========================================================================== */

.price-hero-section {
    padding: 10px 0 20px 0;
    font-family: 'Inter', sans-serif;
    background: transparent;
}

.price-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px; /* Свободный зазор до карточек действий */
}

.price-hero-content {
    flex: 1.2;
    max-width: 720px;
}

/* Хлебные крошки */
.price-breadcrumbs {
    font-size: 13px;
    color: #98A2B3;
    margin-bottom: 24px;
    font-weight: 500;
}

.price-breadcrumbs a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.price-breadcrumbs a:hover {
    color: #111111;
}

.price-breadcrumbs span {
    margin: 0 6px;
    color: #D1D5DB;
}

/* Главный заголовок страницы */
.price-main-title {
    font-size: 54px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 24px 0;
    letter-spacing: -0.02.5em;
    line-height: 1.1;
}

/* Текстовые подзаголовки */
.price-lead-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price-subtitle-main {
    font-size: 16.5px;
    font-weight: 600;
    color: #344054;
    margin: 0;
}

.price-subtitle-sub {
    font-size: 15px;
    color: #667085;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Правая сторона: Декоративное изображение камней */
.price-hero-image {
    flex: 0.8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.price-hero-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ==========================================================================
   СЕТКА И КАРТОЧКИ ДЕЙСТВИЙ (ОДИН В ОДИН КАК НА ФОТО)
   ========================================================================== */

.price-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 карточки строго в ряд */
    gap: 20px;
    margin-bottom: 45px;
}

/* Базовый стиль карточки */
.price-action-card {
    background: #ffffff;
    border: 1px solid #E4E7EC;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Текст слева, кнопка справа */
    box-shadow: 0px 4px 16px rgba(16, 24, 40, 0.02), 0px 1px 3px rgba(16, 24, 40, 0.01);
    box-sizing: border-box;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.price-action-card:hover {
    border-color: rgba(29, 97, 216, 0.18);
    box-shadow: 0px 12px 24px rgba(29, 97, 216, 0.04);
    transform: translateY(-2px);
}

.action-card-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

/* Форма иконки-файла (скругленный прямоугольник со срезом) */
.file-icon-badge {
    width: 46px;
    height: 52px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Декоративный срез уголка файла */
.file-icon-badge::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
}

/* Цвета для PDF */
.file-icon-badge.pdf-color { background: #FFEBEE; border: 1.5px solid #FFCDD2; }
.file-icon-badge.pdf-color::before { background: #FFCDD2; }
.file-icon-badge.pdf-color .file-format-ext { color: #D32F2F; }

/* Цвета для CSV */
.file-icon-badge.csv-color { background: #E8F5E9; border: 1.5px solid #C8E6C9; }
.file-icon-badge.csv-color::before { background: #C8E6C9; }
.file-icon-badge.csv-color .file-format-ext { color: #2E7D32; }

/* Кастомные настройки для кружка консультации */
.file-icon-badge.consult-color {
    width: 46px;
    height: 46px;
    border-radius: 50%; /* Строго круглый */
    background: #EFF4FF;
    color: #1D61D8;
    align-items: center;
    padding-bottom: 0;
    border: none;
}
.file-icon-badge.consult-color::before { display: none; }

.file-format-ext {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* Тексты внутри карточек */
.action-card-texts {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.action-card-texts h3 {
    font-size: 15px;
    font-weight: 800;
    color: #111111;
    margin: 0;
    line-height: 1.2;
}

.action-card-texts p {
    font-size: 12.5px;
    color: #667085;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

/* Кнопки действий (Скачивание) */
.btn-action-download {
    width: 38px;
    height: 38px;
    background: #1D61D8; /* Наш фирменный синий */
    color: #ffffff !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-action-download:hover {
    background: #154BB5;
    transform: scale(1.03);
}

/* Кнопка-стрелка консультации */
.btn-action-arrow {
    color: #1D61D8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
    transition: transform 0.2s ease;
    padding: 4px;
}

.price-action-card:hover .btn-action-arrow {
    transform: translateX(3px);
}

/* ==========================================================================
   ИНФОРМАЦИОННОЕ ТЕКСТОВОЕ СОПРОВОЖДЕНИЕ БЛОКА
   ========================================================================== */

.price-info-notice-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid #F2F4F7;
    padding-top: 30px;
    max-width: 1000px;
}

.price-info-notice-block p {
    font-size: 13.5px;
    color: #667085;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    text-align: left;
}

/* ==========================================================================
   АДАПТИВНОСТЬ ПОД ВСЕ ТИПЫ ЭКРАНОВ
   ========================================================================== */

@media (max-width: 1200px) {
    .price-main-title { font-size: 44px; }
    .price-cards-grid { grid-template-columns: repeat(2, 1fr); } /* 2 карточки в ряд */
}

@media (max-width: 991px) {
    /* Меняем направление первого экрана: графика наверх, тексты вниз */
    .price-hero-wrapper {
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 35px;
    }

    .price-hero-content {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .price-breadcrumbs { display: flex; justify-content: center; }

    .price-cards-grid {
        max-width: 550px;
        margin: 0 auto 35px auto;
        grid-template-columns: 1fr; /* Карточки строго вертикально в стопку */
    }

    .price-hero-image {
        width: 100%;
        justify-content: center;
    }

    .price-hero-image img { max-width: 55%; }
    .price-info-notice-block { text-align: center; padding-top: 24px; }
    .price-info-notice-block p { text-align: center; }
}

@media (max-width: 576px) {
    .price-hero-section { padding-top: 30px; }
    .price-main-title { font-size: 32px; margin-bottom: 16px; }
    .price-subtitle-main { font-size: 15px; }
    .price-subtitle-sub { font-size: 13.5px; }
    
    .price-hero-image img { max-width: 80%; }
    .price-action-card { padding: 18px 16px; border-radius: 14px; }
    .price-info-notice-block p { font-size: 12.5px; line-height: 1.5; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cd412ac *//* ==========================================================================
   ПЕРЕОПРЕДЕЛЕНИЕ КОНТЕЙНЕРА И ПОИСКА ТАБЛИЦЫ (mypl)
   ========================================================================== */

/* Обертка поиска: делаем поле ввода современным и центрированным по левому краю */
.elementor-shortcode .mypl-search {
    max-width: 420px !important;
    margin: 0 0 24px 0 !important;
    position: relative !important;
}

.elementor-shortcode .mypl-search input[type="text"] {
    width: 100% !important;
    padding: 14px 16px 14px 44px !important; /* Отступ слева под лупу */
    border: 1px solid #E4E7EC !important;
    border-radius: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    background: #ffffff !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}

/* Фокус на поиске — активируем наш фирменный B2B-синий */
.elementor-shortcode .mypl-search input[type="text"]:focus {
    border-color: #1D61D8 !important;
    box-shadow: 0px 0px 0px 4px rgba(29, 97, 216, 0.1) !important;
    outline: none !important;
}

/* Иконка лупы внутри поиска */
.elementor-shortcode .mypl-search svg {
    position: absolute !important;
    top: 50% !important;
    left: 16px !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    stroke: #667085 !important;
    fill: none !important;
    transition: stroke 0.25s ease !important;
    z-index: 2 !important;
}

.elementor-shortcode .mypl-search input[type="text"]:focus + svg {
    stroke: #1D61D8 !important;
}

/* ==========================================================================
   ГРАМОТНАЯ СТИЛИЗАЦИЯ ТАБЛИЦЫ (КАК НА МАКЕТЕ)
   ========================================================================== */

/* Сама таблица: убираем старые границы, добавляем общую рамку со скруглением */
table.mypl-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 20px 0 30px 0 !important;
    border: 1px solid #E4E7EC !important;
    border-radius: 16px !important; /* Фирменное закругление таблицы */
    overflow: hidden !important; /* Защита углов */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.015) !important;
    background: #ffffff !important;
}

/* Шапка таблицы: делаем её брутальной, стильной и серой */
table.mypl-table thead th {
    background: #F8F9FC !important; /* Красивый благородный фон */
    color: #475467 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; /* Заглавные буквы для строгости */
    letter-spacing: 0.05em !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid #E4E7EC !important;
    border-top: none !important;
}

/* Ячейки данных */
table.mypl-table tbody td {
    padding: 16px 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #F0F2F5 !important;
    color: #344054 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    background: #ffffff !important; /* Отменяем чередование строк черезnth-child(even), делаем всё чисто белым */
}

/* Убираем нижнюю подчеркивающую линию у самой последней строчки, чтобы не ломать радиус углов */
table.mypl-table tbody tr:last-child td {
    border-bottom: none !important;
}

/* ==========================================================================
   ВНУТРЕННИЙ КОНТЕНТ СТРОК (ФОТО, ССЫЛКИ, ЦЕНЫ)
   ========================================================================== */

/* Колонка № (Номер) — делаем аккуратным и серым */
table.mypl-table tbody td:first-child {
    color: #98A2B3 !important;
    font-weight: 600 !important;
    width: 50px !important;
}

/* Оболочка миниатюры фотографии */
table.mypl-table td a img {
    width: 44px !important;
    height: 44px !important;
    object-fit: cover !important;
    border-radius: 8px !important; /* Аккуратное закругление картинок камней */
    border: 1px solid #E4E7EC !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.2s ease !important;
}

table.mypl-table td a:hover img {
    transform: scale(1.06) !important;
    border-color: #1D61D8 !important;
}

/* Ссылки-названия товаров (Перенос строк включен по умолчанию) */
table.mypl-table .pl-title a {
    color: #111111 !important;
    font-weight: 700 !important; /* Делаем названия жирными и читаемыми */
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    word-break: break-word !important; /* Защита от вылета длинных слов */
}

table.mypl-table .pl-title a:hover {
    color: #1D61D8 !important;
    text-decoration: underline !important;
}

/* Стилизация категорий и подкатегорий */
table.mypl-table tbody td:nth-child(4),
table.mypl-table tbody td:nth-child(5) {
    color: #475467 !important;
    font-weight: 500 !important;
}

/* Выделение цены: делаем её контрастной, крупной и синей */
table.mypl-table .pl-price {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1D61D8 !important; /* Наш бренд-синий */
    white-space: nowrap !important; /* Цена всегда в одну строку */
}

/* Подсветка текста при совпадении в поиске */
.mypl-highlight {
    background: #EFF4FF !important;
    color: #1D61D8 !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

/* ==========================================================================
   НИЖНИЕ КНОПКИ СКАЧИВАНИЯ (ПОД ТАБЛИЦЕЙ)
   ========================================================================== */

.elementor-shortcode .mypl-actions {
    margin: 24px 0 0 0 !important;
    display: flex !important;
    gap: 12px !important;
}

/* Превращаем старые блёклые кнопки в наши фирменные B2B кнопки */
.elementor-shortcode .mypl-actions a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    color: #1D61D8 !important;
    border: 1px solid #1D61D8 !important;
    padding: 12px 24px !important;
    border-radius: 12px !important; /* Единый радиус скругления кнопок */
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 0 !important;
}

.elementor-shortcode .mypl-actions a.button:hover {
    background: #F4F8FF !important;
    border-color: #154BB5 !important;
    color: #154BB5 !important;
    transform: translateY(-1px) !important;
}

/* ==========================================================================
   ИДЕАЛЬНАЯ МОБИЛЬНАЯ АДАПТИВНОСТЬ ТАБЛИЦЫ
   ========================================================================== */

@media (max-width: 991px) {
    /* Добавляем горизонтальный скролл контейнеру, чтобы на планшетах страница не расползалась */
    .elementor-widget-container {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    table.mypl-table {
        min-width: 750px !important; /* Гарантирует, что внутри скролла таблица останется ровной */
    }
}

@media (max-width: 576px) {
    .elementor-shortcode .mypl-search { max-width: 100% !important; }
    
    .elementor-shortcode .mypl-actions {
        flex-direction: column !important; /* Кнопки скачивания встают друг под друга на телефонах */
        width: 100% !important;
    }
    
    .elementor-shortcode .mypl-actions a.button {
        width: 100% !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7f49ce *//* ==========================================================================
   СТИЛИЗАЦИЯ ИНФОРМАЦИОННОГО БЛОКА АКТУАЛЬНОСТИ ЦЕН (image_253eeb.jpg)
   ========================================================================== */

.price-date-notice-block {
    background: #F4F8FF !important; /* Нежно-синий премиальный фон плашки */
    border: 1px solid #E0F2FE !important; /* Едва заметная аккуратная рамка */
    border-radius: 16px !important; /* Закругление краев в общую стилистику сайта */
    padding: 20px 24px !important;
    display: flex !important;
    align-items: flex-start !important; /* Выравнивание по верхней линии */
    gap: 16px !important;
    margin: 24px 0 !important; /* Отступы сверху и снизу блока */
    box-sizing: border-box !important;
    width: 100% !important;
    box-shadow: 0px 2px 8px rgba(29, 97, 216, 0.02) !important;
}

/* Контейнер иконки (i) */
.price-date-notice-block .notice-left-icon {
    color: #1D61D8 !important; /* Наш фирменный синий цвет */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important; /* Микро-выравнивание под первую строку */
}

/* Текстовая зона */
.price-date-notice-block .notice-right-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important; /* Зазор между строками текста */
}

/* Жирный синий заголовок с датой */
.price-date-notice-block .notice-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1D61D8 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

/* Текст описания условий */
.price-date-notice-block .notice-descr {
    font-family: 'Inter', sans-serif !important;
    font-size: 13.5px !important;
    color: #475467 !important; /* Легкий темный B2B оттенок текста */
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ==========================================================================
   АДАПТИВНОСТЬ ПОД МОБИЛЬНЫЕ ТЕЛЕФОНЫ
   ========================================================================== */

@media (max-width: 576px) {
    .price-date-notice-block {
        padding: 16px 16px !important;
        border-radius: 12px !important; /* Чуть меньший радиус на смартфонах */
        gap: 12px !important;
    }
    
    .price-date-notice-block .notice-title {
        font-size: 14.5px !important;
    }
    
    .price-date-notice-block .notice-descr {
        font-size: 12.5px !important;
        line-height: 1.45 !important;
    }
}/* End custom CSS */