

/* 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/warranty.css?17500750323338*/
.warranty-section {
    background: white;
    border-radius: 15px;
    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;
}

.warranty-text {
    font-size: 16px;
    line-height: 1.8;
    color: #303030;
    margin-bottom: 25px;
}

.warranty-list {
    margin: 30px 0;
}

.warranty-item {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.warranty-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(/local/templates/silamarket/icons/list-square.svg) no-repeat center;
    background-size: contain;
}

.warranty-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 10px;
}

.warranty-item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.notice-box {
    background: #F8F9FA;
    border-left: 4px solid #D61A19;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.notice-title {
    font-weight: 600;
    color: #D61A19;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.notice-title i {
    margin-right: 10px;
}

.notice-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.requirements-list {
    margin: 30px 0;
}

.requirement-item {
    display: flex;
    margin-bottom: 15px;
}

.requirement-icon {
    color: #D61A19;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 3px;
}

.requirement-text {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
}

.legal-reference {
    font-size: 14px;
    color: #888;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.contact-promo {
    background: linear-gradient(135deg, #203E5C 0%, #1a334a 100%);
    color: white;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.contact-promo-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-promo-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.contact-promo-button {
    background: white;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    color: #203E5C;
    border: none;
    outline: none;
    display: inline-flex;
    cursor: pointer;
    padding: 12px 30px;
    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);
}

.contact-promo-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: #f8f9fa;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    .warranty-section {
        padding: 30px;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/info/warranty.css?17500750323338 */
