.elementor-kit-10{--e-global-color-primary:#333333;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#222222;--e-global-color-accent:#C5A059;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#C5A059;color:#FFFFFF;border-radius:2px 2px 2px 2px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#A68545;border-radius:2px 2px 2px 2px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   GLOBAL STYLES (Formetall Custom CSS)
   ========================================= */
/* --- ОБЩИЕ ПЕРЕМЕННЫЕ (Опционально) --- */
:root {
    --gold-primary: #D4AF37;
    --gold-light: #ae8f62;
    --dark-text: #212121;
    --gray-text: #666666;
    --bg-light: #fcfcfc;
}
/* =========================================
   1. БЛОК: ТРИГГЕРЫ ДОВЕРИЯ (Trust Triggers)
   ========================================= */
.trust-triggers-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    font-family: 'Barlow', sans-serif;
    max-width: 1320px;
    margin: 0 auto;
}
.trust-item {
    flex: 1;
    max-width: 500px;
    background: #fff;
    padding: 40px 30px;
    position: relative;
    border: 1px solid rgba(174, 143, 98, 0.19);
    /* #ae8f6230 */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    /* Начальное состояние для JS-анимации */
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.trust-item.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Золотая линия сверху при наведении */
.trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ae8f62 0%, #FFE5B4 50%, #ae8f62 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 16px 16px 0 0;
}
.trust-item:hover {
    transform: translateY(-10px) !important;
    border-color: transparent;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15);
}
.trust-item:hover::before {
    opacity: 1;
}
/* Иконка */
.trust-icon-wrap {
    width: 70px;
    height: 70px;
    background: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid #ae8f62;
    transition: all 0.4s ease;
}
.trust-item:hover .trust-icon-wrap {
    background: #ae8f62;
    border-color: #D4AF37;
    transform: scale(1.1) rotate(5deg);
}
.trust-icon {
    font-size: 28px;
    color: #ae8f62;
    transition: color 0.4s ease;
}
.trust-item:hover .trust-icon {
    color: #fff;
}
.trust-title {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Barlow', sans-serif;
}
.trust-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}
/* Адаптив Триггеров */
@media (max-width: 768px) {
    .trust-triggers-container {
        flex-direction: column;
        align-items: center;
    }
    .trust-triggers-container {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding: 20px 0;
    font-family: 'Barlow', sans-serif;
    max-width: 1320px;
    margin: 0 auto;
    }
    .trust-icon-wrap {
    margin-bottom: 15px;
    }
    .trust-title {
    margin-bottom: 10px;
    }
    .trust-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/* =========================================
   2. БЛОК: СЛАЙДЕР ЦЕН (Pricing Slider)
   ========================================= */
.pricing-section-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: 'Barlow', sans-serif;
    user-select: none;
    /* Защита от выделения текста при свайпе */
}
/* Заголовки */
.sec-title-area {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
}
.sec-sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #C5A059;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Barlow', sans-serif;
}
.sec-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.5;
}
/* Табы (Кг/Тонна) */
.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-bottom: 30px;
    background: #C5A059;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    padding: 0px;
}
.pricing-tab {
    padding: 20px 50px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    outline: none;
}
.pricing-tab.active {
    background: #f4f2ee;
    color: #000;
}
.pricing-tab:hover:not(.active) {
    color: #f0f0f0;
}
/* УБИРАЕМ ЗАЛИПАНИЕ (FOCUS) */
.pricing-tab:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    /* Сброс фона при фокусе */
    color: #fff;
    /* Сброс цвета */
}
/* Если таб активен, возвращаем ему активный стиль даже при фокусе */
.pricing-tab.active:focus {
    background: #f4f2ee;
    color: #000;
}
/* Слайдер (Контейнер) */
.slider-wrapper {
    position: relative;
    padding: 0 50px;
}
.pricing-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 40px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    cursor: grab;
    cursor: -webkit-grab;
}
/* Активное состояние (Drag) */
.pricing-slider.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    scroll-snap-type: none;
    /* Отключаем прилипание */
    scroll-behavior: auto;
    /* Мгновенный отклик */
}
.pricing-slider::-webkit-scrollbar {
    display: none;
}
.pricing-slider.active .pricing-card {
    pointer-events: none;
    /* Блокируем клики внутри при драге */
}
/* Карточка Цены */
.pricing-card {
    flex: 0 0 300px;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #212121;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-user-drag: none;
    /* Запрет перетаскивания изображения */
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
/* Цветовые акценты металлов */
.card-copper {
    border-top-color: #D4AF37;
}
.card-alu {
    border-top-color: #C0C0C0;
}
.card-brass {
    border-top-color: #B5A642;
}
.card-bronze {
    border-top-color: #CD7F32;
}
.card-stainless {
    border-top-color: #708090;
}
.card-lead {
    border-top-color: #4A4A4A;
}
.card-battery {
    border-top-color: #4CAF50;
}
.card-ferrous {
    border-top-color: #000000;
}
/* Внутренности карточки */
.pricing-header {
    padding: 25px 20px 15px;
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
}
.metal-icon {
    font-size: 36px;
    margin-bottom: 10px;
    color: #444;
}
/* Цвет иконки наследуется от типа металла */
.card-copper .metal-icon {
    color: #D4AF37;
}
.card-alu .metal-icon {
    color: #C0C0C0;
}
.card-brass .metal-icon {
    color: #B5A642;
}
.card-bronze .metal-icon {
    color: #CD7F32;
}
.metal-name {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
}
.metal-markings {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}
.marking-badge {
    font-size: 10px;
    background: #eee;
    color: #555;
    padding: 3px 8px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.metal-price {
    font-size: 38px;
    font-weight: 800;
    color: #212121;
    line-height: 1;
    min-height: 50px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}
.metal-price span {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.pricing-features {
    padding: 20px;
    list-style: none;
    margin: 0;
    flex-grow: 1;
}
.pricing-features li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pricing-features i {
    color: #D4AF37;
    font-size: 12px;
}
.pricing-footer {
    padding: 0 20px 30px;
}
.price-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #212121;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 0px;
}
.price-btn:hover {
    background: #C5A059;
    color: #fff;
}
/* Навигация (Стрелки) */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    font-size: 18px;
}
.nav-btn:hover {
    background: #C5A059;
    color: #fff;
    border-color: #C5A059;
}
.prev-btn {
    left: 0;
}
.next-btn {
    right: 0;
}
.scroll-hint {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
}
/* Адаптив Слайдера */
@media (max-width: 1000px) {
    .scroll-hint {
        display: block;
    }
}
@media (max-width: 768px) {
    .slider-wrapper {
        padding: 0;
    }
    .sec-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
    padding-bottom: 20px;
    }
    .sec-sub-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    }
    .nav-btn {
        display: none;
    }
}
.pricing-slider.active .pricing-card {
    pointer-events: none;
}/* End custom CSS */
