.elementor-11855 .elementor-element.elementor-element-4f39640{--display:flex;}.elementor-11855 .elementor-element.elementor-element-1ced1b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11855 .elementor-element.elementor-element-9af52e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11855 .elementor-element.elementor-element-0a7ac79{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-781d008 *//* 1. БАЗОВЫЕ НАСТРОЙКИ */
.paz-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
}

.paz-wrapper *, .paz-wrapper *::before, .paz-wrapper *::after {
    box-sizing: border-box;
}

/* 2. ГЛАВНЫЙ ЭКРАН (HERO) */
.hero {
    width: 100%;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);
    padding: 4rem 2rem;
    border-radius: 30px;
}

.hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-content .highlight {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    color: #475569;
    margin-bottom: 1rem;
}

.hero-established {
    font-size: 1.05rem;
    color: #0284c7;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

/* 3. КНОПКИ */
.cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff !important;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.2);
}

.cta-secondary {
    background: #ffffff;
    color: #0ea5e9 !important;
    border: 2px solid #e2e8f0;
    box-shadow: none;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

/* 4. АНИМАЦИЯ / ГРАФИКА */
.animation-container {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.gif-container img {
    width: 100%;
    border-radius: 12px;
}

/* 5. СЕТКИ (ОБЩИЕ СТИЛИ ДЛЯ КАРТОЧЕК) */
.trust-badges, .features-grid, .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
}

/* Смещение плашек доверия вверх на Hero */
.trust-badges { margin-top: -3rem; position: relative; z-index: 10; }

.badge, .feature-card, .product-item {
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.badge:hover, .feature-card:hover, .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.badge-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #0ea5e9;
}

/* 6. ЗАГОЛОВКИ СЕКЦИЙ */
.section-header {
    text-align: center;
    margin: 4rem 0 2rem;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
}

/* 7. АДАПТИВНОСТЬ */
@media (max-width: 968px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .cta-group { justify-content: center; }
    .trust-badges { margin-top: 2rem; }
    .hero { border-radius: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a4ea3b *//* CTA СЕКЦИЯ — FULLWIDTH ДЛЯ ELEMENTOR */
.cta-section {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 30px;
    margin: 0; /* убрал margin */
    overflow: hidden;
    width: 100%; /* добавил */
}

.cta-section h2,
.cta-section p {
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.cta-section h2 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
    line-height: 1.15;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.cta-section p {
    font-size: clamp(1.05rem, 4.5vw, 1.3rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
}

.cta-section .cta-button {
    display: inline-block;
    background: #ffffff;
    color: #0ea5e9 !important;
    padding: 1.2rem 3rem;
    border-radius: 16px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.05rem;
    max-width: 100%;
    white-space: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-section .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* МОБИЛКА */
@media (max-width: 768px) {
    .cta-section {
        padding: 3rem 1.5rem;
        border-radius: 20px;
    }
    
    .cta-section h2,
    .cta-section p {
        max-width: 28ch;
    }
    
    .cta-section .cta-button {
        padding: 1.1rem 2.5rem;
        width: 100%;
        max-width: 320px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d37fcb *//* БАЗА */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    background: #f8fafc;
}

/* ОБЁРТКА — НОЛЬ ОТСТУПОВ */
.info-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ОСНОВНОЙ БЛОК */
.info-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 24px;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid #bae6fd;
    text-align: center;
}

.info-icon {
    font-size: 3.2rem;
    margin-bottom: 0.75rem;
}

.info-title {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 900;
    color: #0f172a;
    margin: 0 auto 0.75rem;
    line-height: 1.2;
    max-width: 30ch;
    word-break: normal;
    hyphens: none;
}

.info-subtitle {
    font-size: clamp(0.95rem, 4.5vw, 1.1rem);
    color: #475569;
    max-width: 42ch;
    margin: 0 auto 1.5rem;
    word-break: normal;
}

.wholesale-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    padding: 0.65rem 1.4rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* РАЗДЕЛИТЕЛЬ */
.divider {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    color: #64748b;
    font-weight: 600;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e2e8f0;
}

.divider span {
    padding: 0 1rem;
    white-space: nowrap;
    font-size: 0.95rem;
}

/* МАРКЕТПЛЕЙС */
.marketplace-section {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem 2rem;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.marketplace-title {
    font-size: clamp(1.3rem, 4.5vw, 1.9rem);
    font-weight: 800;
    margin: 0 auto 0.75rem;
    max-width: 28ch;
    line-height: 1.25;
}

.marketplace-description {
    font-size: clamp(0.95rem, 4vw, 1.05rem);
    color: #64748b;
    margin: 0 auto 1.5rem;
    max-width: 40ch;
}

/* FLEXBOX */
.marketplace-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    margin-top: 1.25rem;
}

.marketplace-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    min-width: 0;
    width: 100%;
    max-width: 260px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.marketplace-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.btn-ozon {
    background: linear-gradient(135deg, #005bff, #0041b8);
}

.btn-wildberries {
    background: linear-gradient(135deg, #cb11ab, #a00d8a);
}

.marketplace-logo {
    font-size: 1.4rem;
}

/* ПРЕИМУЩЕСТВА */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 2px solid #f1f5f9;
}

.benefit-item {
    padding: 0.5rem;
}

.benefit-icon {
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.benefit-text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.4;
}

/* МОБИЛКА */
@media (max-width: 768px) {
    .info-section {
        padding: 1.5rem 1.25rem;
        border-radius: 20px;
    }
    
    .marketplace-section {
        padding: 1.75rem 1.25rem;
        border-radius: 20px;
    }
    
    .marketplace-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .marketplace-btn {
        max-width: 100%;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a7ac79 *//* БАЗА */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    background: #f8fafc;
}

/* ОБЁРТКА — НОЛЬ ОТСТУПОВ */
.contacts-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ОСНОВНАЯ СЕКЦИЯ */
.contacts-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);
    border-radius: 30px;
    padding: 4rem 3rem;
    border: 1px solid #bae6fd;
    margin: 0;
}

/* ХЕДЕР */
.contacts-header {
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-header h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.contacts-subtitle {
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #64748b;
    line-height: 1.6;
    font-weight: 500;
}

/* ГРИД С КАРТОЧКАМИ */
.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* КАРТОЧКИ КОНТАКТОВ */
.contact-card {
    background: #ffffff;
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.contact-card:hover {
    border-color: #0ea5e9;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(14, 165, 233, 0.1);
}

.contact-icon {
    font-size: 3.5rem;
    margin-bottom: 1.25rem;
    display: block;
}

.contact-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-value {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    word-break: break-word;
}

.contact-value a {
    color: #0ea5e9;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.contact-value a:hover {
    color: #0284c7;
    border-bottom-color: #0284c7;
}

.contact-subtext {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    font-weight: 500;
}

.contact-extra {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-top: 0.75rem;
    font-weight: 500;
}

/* КАРТОЧКА С АДРЕСОМ И КАРТОЙ */
.address-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.address-info {
    text-align: left;
}

.address-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
}

.address-title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.address-text {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #475569;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 500;
}

/* КНОПКИ КАРТ */
.map-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-yandex {
    background: linear-gradient(135deg, #fc3f1d, #d92d11);
    color: white;
}

.btn-yandex:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(252, 63, 29, 0.35);
}

.btn-google {
    background: linear-gradient(135deg, #4285f4, #357ae8);
    color: white;
}

.btn-google:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.35);
}

.map-image {
    position: relative;
}

.map-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.map-image img:hover {
    transform: scale(1.02);
}

/* МОБИЛЬНАЯ ВЕРСИЯ */
@media (max-width: 968px) {
    .contacts-section {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }

    .contacts-header {
        margin-bottom: 2.5rem;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .contact-card {
        padding: 2rem 1.5rem;
    }

    .address-card {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
        gap: 2rem;
        border-radius: 20px;
    }

    .address-info {
        text-align: center;
    }

    .map-buttons {
        flex-direction: column;
    }

    .map-btn {
        width: 100%;
        justify-content: center;
    }
}

/* АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ */
@media (max-width: 1200px) {
    .address-card {
        gap: 2rem;
        padding: 2rem 1.5rem;
    }
}/* End custom CSS */