

/* Start:/local/templates/silamarket/css/internal.css?1755517802941*/
nav {
    border-radius: 15px !important;
}

.inner-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 40px 0;
    height: 290px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.main-nav li:first-child a, .main-nav li:last-child a {
    border-radius: 10px !important;
}

.inner-hero-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* End */


/* Start:/local/templates/silamarket/css/info/delivery.css?17488545507818*/
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.delivery-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.delivery-hero p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.delivery-content {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 16px;
    color: #64748B;
    max-width: 600px;
    margin: 0 auto;
}

.process-timeline {
    margin-bottom: 60px;
}

.timeline-step {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.timeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 70px;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #E2E8F0, transparent);
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 60px;
}

.step-number {
    background: linear-gradient(135deg, #F1F5F9 0%, #E2E8F0 100%);
    color: #64748B;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 12px;
    min-width: 40px;
    text-align: center;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #203E5C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.step-content {
    flex: 1;
    padding-top: 10px;
}

.step-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 12px;
}

.step-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748B;
    margin-bottom: 20px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.payment-card {
    background: #F8FAFC;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.payment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.payment-icon {
    color: #203E5C;
    margin-bottom: 15px;
}

.payment-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 8px;
}

.payment-card p {
    font-size: 14px;
    color: #64748B;
    margin: 0;
}

.options-title {
    font-size: 28px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 30px;
    text-align: center;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.option-card {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(32, 62, 92, 0.1);
}

.option-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.option-icon {
    color: #203E5C;
}

.option-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 5px;
}

.option-price {
    font-size: 16px;
    font-weight: 600;
    color: #10B981;
}

.option-note {
    font-size: 14px;
    color: #6B7280;
}

.option-card > p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748B;
    margin-bottom: 20px;
}

.address-info {
    margin-top: 20px;
}

.address-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #64748B;
}

.address-row svg {
    color: #203E5C;
    flex-shrink: 0;
}

.delivery-details {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.delivery-details li {
    font-size: 14px;
    color: #64748B;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.delivery-details li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #203E5C;
    font-weight: bold;
}

.transport-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.company-badge {
    background: white;
    color: #203E5C;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
}

.delivery-note {
    margin-top: 15px;
    padding: 15px;
    background: rgba(32, 62, 92, 0.05);
    border-radius: 10px;
}

.delivery-note p {
    font-size: 13px;
    color: #64748B;
    margin: 0;
}

.important-notice {
    display: flex;
    gap: 20px;
    background: #FEF2F2;
    border-radius: 15px;
    padding: 25px;
    margin: 40px 0;
}

.notice-icon {
    color: #EF4444;
    flex-shrink: 0;
}

.notice-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #DC2626;
    margin-bottom: 8px;
}

.notice-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #7F1D1D;
    margin: 0;
}

.contact-section {
    background: #203E5C;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: white;
}

.contact-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-content p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FFF;
    color: #203E5C;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Адаптивность */
@media (max-width: 768px) {
    .delivery-page {
        padding: 20px 15px;
    }
    
    .delivery-hero {
        padding: 40px 20px;
    }
    
    .delivery-hero h1 {
        font-size: 28px;
    }
    
    .delivery-content {
        padding: 30px 20px;
    }
    
    .section-header h2 {
        font-size: 24px;
    }
    
    .timeline-step {
        flex-direction: column;
        gap: 20px;
    }
    
    .timeline-step::after {
        display: none;
    }
    
    .payment-grid {
        grid-template-columns: 1fr;
    }
    
    .options-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .option-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .transport-companies {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .delivery-hero h1 {
        font-size: 24px;
    }
    
    .delivery-hero p {
        font-size: 16px;
    }
    
    .step-content h3 {
        font-size: 18px;
    }
    
    .options-title {
        font-size: 22px;
    }
    
    .contact-content h3 {
        font-size: 20px;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1755517802941 */
/* /local/templates/silamarket/css/info/delivery.css?17488545507818 */
