

/* Start:/bitrix/templates/s2-trusha/components/bitrix/news.list/template_webform_s4/style.css?1768967989150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/s2-trusha/components/bitrix/form.result.new/template_webform_s4/style.css?17690662182176*/
<style>
.custom-form-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    position: relative;
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field.checkbox-field {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.field-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.field-label .required {
    color: #e74c3c;
    margin-left: 4px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: #f5f5f5;
    transition: border-color 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-color: #9b59b6;
    background: white;
}

.form-checkbox {
    width: auto;
    height: auto;
    margin: 0;
}

.checkbox-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.submit-button {
    width: 100%;
    padding: 14px;
    background: #9b59b6;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align: center;
}

.submit-button:hover {
    background: #8e44ad;
}

.submit-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.required-note {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}

/* Прогресс-бар сверху (если нужно) */
.progress-bar {
    height: 4px;
    background: #9b59b6;
    border-radius: 2px;
    margin-bottom: 20px;
    width: 100%;
}

/* Убираем лишний отступ после формы */
.form-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
</style>
/* End */
/* /bitrix/templates/s2-trusha/components/bitrix/news.list/template_webform_s4/style.css?1768967989150 */
/* /bitrix/templates/s2-trusha/components/bitrix/form.result.new/template_webform_s4/style.css?17690662182176 */
