

/* 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/choice.css?17500750006125*/
.selection-section {
    background: white;
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.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;
}

.selection-text {
    font-size: 16px;
    line-height: 1.8;
    color: #303030;
    margin-bottom: 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.benefit-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    font-size: 40px;
    color: #D61A19;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 15px;
}

.benefit-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.order-methods {
    margin: 40px 0;
}

.method-item {
    display: flex;
    margin-bottom: 25px;
}

.method-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #D61A19;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}

.method-content {
    flex-grow: 1;
}

.method-title {
    font-size: 18px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 10px;
}

.method-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.category-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.category-icon {
    font-size: 40px;
    color: #D61A19;
    margin-bottom: 20px;
    text-align: center;
}

.category-title {
    font-size: 20px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 15px;
    text-align: center;
}

.category-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
    margin-bottom: 20px;
}

.category-features {
    list-style: url(/local/templates/silamarket/icons/list-square.svg);
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.category-features li {
    padding: 5px 0;
    font-size: 14px;
    color: #606060;
    line-height: 1.5;
}

.cart-steps {
    margin: 40px 0;
}

.step-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-icon {
    font-size: 30px;
    color: #D61A19;
    margin-right: 20px;
}

.step-title {
    font-size: 22px;
    font-weight: 600;
    color: #203E5C;
}

.step-content {
    padding-left: 50px;
}

.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
    margin-bottom: 15px;
}

.faq-list {
    margin: 40px 0;
}

.faq-item {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 15px;
}

.faq-answer {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
    margin: 0;
}

.content-block.get-consult {
    margin: 40px 0;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-block.get-consult:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.content-block.get-consult img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-section {
    background: #203E5C;
    color: white;
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-button {
    background: white;
    border-radius: 80px;
    font-weight: 500;
    font-size: 16px;
    color: #203E5C;
    border: none;
    outline: none;
    display: inline-flex;
    cursor: pointer;
    padding: 15px 40px;
    flex-flow: row nowrap;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: #f8f9fa;
}

@media (max-width: 1200px) {
    .benefits-grid,
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .selection-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .benefits-grid,
    .category-grid {
        grid-template-columns: 1fr;
    }
    
    .step-content {
        padding-left: 0;
    }
    
    .step-header {
        flex-direction: column;
        text-align: center;
    }
    
    .step-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta-title {
        font-size: 28px;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/info/choice.css?17500750006125 */
