/* Стили для страницы "Услуги и условия" */
.terms-section {
    padding: 60px 0;
    background: #fff;
}
.terms-header {
    text-align: center;
    margin-bottom: 40px;
}
.terms-header .section-title {
    margin-bottom: 10px;
}
.terms-header .section-subtitle {
    margin-bottom: 0;
}
.terms-content {
    max-width: 900px;
    margin: 0 auto;
}
.terms-block {
    background: #fff;
    border: 1px solid #FBBBB5;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.terms-block h3 {
    font-size: 24px;
    color: #939D7F;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F7E4DF;
}
.terms-block p {
    margin-bottom: 12px;
    line-height: 1.5;
}
.terms-block ul, .terms-block ol {
    margin: 10px 0 10px 20px;
}
.terms-block li {
    margin-bottom: 6px;
}
.terms-block .highlight {
    background: #F7E4DF;
    padding: 12px;
    border-radius: 12px;
    margin-top: 15px;
}
.terms-rekv {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 12px;
    font-family: monospace;
    font-size: 14px;
}
@media (max-width: 540px) {
    .terms-section {
        padding: 30px 0;
    }
    .terms-block {
        padding: 15px;
    }
    .terms-block h3 {
        font-size: 20px;
    }
}