

/* Start:/local/templates/silamarket/css/internal.css?1748840053842*/
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;
}


.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/how.css?17488400533944*/
.order-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 80px 0;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.order-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.order-hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.order-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #D61A19;
    border-radius: 2px;
}

.order-text {
    font-size: 16px;
    line-height: 1.8;
    color: #303030;
    margin-bottom: 25px;
}

.order-steps {
    margin: 40px 0;
}

.step {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #D61A19;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin-right: 30px;
}

.step-content {
    flex-grow: 1;
    padding-top: 10px;
}

.step-title {
    font-size: 24px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 15px;
}

.step-description {
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
    margin-bottom: 20px;
}

.step-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #888;
    font-size: 18px;
    min-height: 300px;
}

.step-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.order-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.method-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
}

.method-icon {
    font-size: 40px;
    color: #D61A19;
    margin-bottom: 20px;
}

.method-title {
    font-size: 20px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 15px;
}

.method-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.contact-promo {
    background: #203E5C;
    color: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
}

.contact-promo-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-promo-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-promo-button {
    display: inline-block;
    background: white;
    color: #203E5C;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}


@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    .order-hero {
        padding: 60px 20px;
    }
    
    .order-hero h1 {
        font-size: 36px;
    }
    
    .order-section {
        padding: 30px;
    }
    
    .step {
        flex-direction: column;
    }
    
    .step-number {
        margin-bottom: 20px;
    }
    
    .order-methods {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/info/how.css?17488400533944 */
