

/* Start:/local/templates/bde/components/bitrix/news.list/feature/style.css?1766081555217*/
.feature-list {
	padding: 0 20px;
}

.feature-item {
	padding: 24px;
	border-radius: 24px;
}

.feature-image span {
	font-size: 48px;
}

@media (min-width: 768px) {
    .feature-block {
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/bde/components/ceh9/webform/bde/style.css?17659785513628*/
.ceh9-webform-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.ceh9-webform-title {
    margin: 0 0 24px 0;
    font-size: 23px;
    font-weight: 600;
    color: #181818;
    line-height: 1.4;
}

.ceh9-webform-form {
    width: 100%;
}

.ceh9-webform-field {
    margin-bottom: 20px;
}

.ceh9-webform-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #181818;
    font-size: 14px;
}

.ceh9-webform-label-required {
    color: #c0392b;
    margin-left: 4px;
}

.ceh9-webform-input,
.ceh9-webform-textarea,
.ceh9-webform-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #bdc3c7;
    border-radius: 16px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
    box-sizing: border-box;
    background: #ffffff;
}

.ceh9-webform-input:focus,
.ceh9-webform-textarea:focus,
.ceh9-webform-select:focus {
    outline: none;
    border-color: #318050;
}

.ceh9-webform-textarea {
    min-height: 100px;
    resize: vertical;
}

.ceh9-webform-select {
    background-color: #fff;
    cursor: pointer;
}

.ceh9-webform-radio-group,
.ceh9-webform-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ceh9-webform-radio-item,
.ceh9-webform-checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ceh9-webform-radio-input,
.ceh9-webform-checkbox-input {
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #318050;
}

.ceh9-webform-radio-label,
.ceh9-webform-checkbox-label {
    cursor: pointer;
    font-size: 14px;
    color: #181818;
    user-select: none;
}

.ceh9-webform-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    margin-bottom: 8px;
    font-size: 17px;
    color: #ffffff;
    background-color: #318050;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
	font-weight: bold;
}

.ceh9-webform-button:hover {
    background-color: #2a6d46;
}

.ceh9-webform-button:active {
    transform: translateY(1px);
}

.ceh9-webform-button:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
    transform: none;
    opacity: 0.6;
}

.ceh9-webform-messages {
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.ceh9-webform-messages-success {
    background-color: #d4edda;
    border: 1px solid #b1dfbb;
    color: #155724;
}

.ceh9-webform-messages-error {
    background-color: #f8d7da;
    border: 1px solid #f1b0b7;
    color: #721c24;
}

.ceh9-webform-messages ul {
    margin: 8px 0 0 0;
    padding-left: 20px;
}

.ceh9-webform-messages li {
    margin-bottom: 4px;
}

.ceh9-webform-form-hidden {
    display: none;
}

.ceh9-webform-success-only {
    padding: 20px;
    text-align: center;
}

.ceh9-webform-agreement {
    margin-bottom: 20px;
}

.ceh9-webform-agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 12px;
    color: #181818;
    user-select: none;
}

.ceh9-webform-agreement-checkbox {
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #318050;
}

.ceh9-webform-agreement-text {
    line-height: 1.5;
}

.ceh9-webform-agreement-text a {
    color: #318050;
    text-decoration: underline;
}

.ceh9-webform-agreement-text a:hover {
    color: #2a6d46;
}

@media (max-width: 768px) {
    .ceh9-webform-wrapper {
        padding: 15px;
    }
    
    .ceh9-webform-input,
    .ceh9-webform-textarea,
    .ceh9-webform-select {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/bde/components/bitrix/news.list/feature/style.css?1766081555217 */
/* /local/templates/bde/components/ceh9/webform/bde/style.css?17659785513628 */
