

/* Start:/local/templates/landing/components/bitrix/news.detail/landing_form/style.css?17761576604748*/
.cf-section {
    padding: 80px 0;
    background: #fff;
}

.cf-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.cf-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1D2D50;
    margin: 0 0 50px;
}

.cf-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

/* Contacts */
.cf-contacts {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}

.cf-contacts__email {
    font-size: 20px;
    color: #1D2D50;
    text-decoration: none;
}

.cf-contacts__email:hover {
    text-decoration: underline;
}

.cf-contacts__phone {
    font-size: 18px;
    color: #D4784A;
    text-decoration: none;
    font-weight: 500;
}

.cf-contacts__phone:hover {
    text-decoration: underline;
}

/* Form */
.cf-form-wrap {
    flex: 1;
}

.cf-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cf-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.cf-label {
    font-size: 14px;
    color: #1D2D50;
    margin-bottom: 4px;
}

.cf-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 15px;
    color: #1D2D50;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.cf-input::placeholder {
    color: #A0A8B5;
}

.cf-input:focus {
    border-color: #1D2D50;
}

.cf-input--error {
    border-color: #e53935;
}

/* Phone */
.cf-phone-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.2s;
    overflow: hidden;
}

.cf-phone-wrap:focus-within {
    border-color: #1D2D50;
}

.cf-phone-wrap.cf-phone-wrap--error {
    border-color: #e53935;
}

.cf-phone-prefix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 12px 14px 16px;
    border-right: 1px solid #D0D5DD;
    white-space: nowrap;
    flex-shrink: 0;
}

.cf-flag {
    font-size: 18px;
    line-height: 1;
}

.cf-phone-code {
    font-size: 15px;
    color: #1D2D50;
    font-weight: 500;
}

.cf-phone-sep {
    width: 1px;
    height: 16px;
    display: none;
}

.cf-input--phone {
    border: none;
    border-radius: 0;
    padding-left: 12px;
    flex: 1;
}

.cf-input--phone:focus {
    border-color: transparent;
}

/* Textarea */
.cf-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 15px;
    color: #1D2D50;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.cf-textarea::placeholder {
    color: #A0A8B5;
}

.cf-textarea:focus {
    border-color: #1D2D50;
}

.cf-textarea--error {
    border-color: #e53935;
}

/* Error text */
.cf-field__error {
    font-size: 12px;
    color: #e53935;
    display: none;
    margin-top: 2px;
}

.cf-field--has-error .cf-field__error {
    display: block;
}

/* Links */
.cf-link {
    color: #1D2D50;
    text-decoration: underline;
}

.cf-link:hover {
    opacity: 0.75;
}

.cf-link--bold {
    font-weight: 700;
}

/* Button */
.cf-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #1D2D50;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    margin-top: 4px;
    width: auto;
    align-self: flex-start;
}

.cf-btn:hover {
    background: #2a3f6f;
}

.cf-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Note */
.cf-note {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Messages */
.cf-message {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    display: none;
}

.cf-message--success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.cf-message--error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* Responsive */
@media (max-width: 1080px) {
    .cf-contacts {
        flex: 0 0 180px;
    }
}

@media (max-width: 768px) {
    .cf-inner {
        flex-direction: column;
    }

    .cf-contacts {
        flex: none;
        width: 100%;
    }

    .cf-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}
/* End */
/* /local/templates/landing/components/bitrix/news.detail/landing_form/style.css?17761576604748 */
