

/* Start:/local/components/intelbit/contact.us.form/templates/.default/style.css?17640628842996*/
/* Стили для формы */
.contact-form__agreement {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact-form__checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.contact-form__checkbox-input {
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-form__checkbox-text {
    color: #666;
}

.contact-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Стили для модального окна */
.contact-form-modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-form-modal__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.contact-form-modal__content {
    background: white;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalAppear 0.3s ease;
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.contact-form-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.contact-form-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.contact-form-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-modal__close:hover {
    color: #333;
}

.contact-form-modal__body {
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
}

.contact-form-modal__footer {
    padding: 0 24px 24px;
    text-align: right;
}

.contact-form-modal__ok-btn {
    width: 285px;
    height: 54px;
    background: #FF7300;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-modal__ok-btn:disabled {
    background: #EEEEEE;
}

.contact-form-modal__ok-btn:hover {
    background: #FF7401;
}

.contact-form-modal__ok-btn svg {
    position: absolute;
    left: 76px;
    top: 40px;
    transform: translateY(-50%);
}

/* Стили для разных типов модальных окон */
.contact-form-modal--success .contact-form-modal__title {
    color: #333;
}

.contact-form-modal--error .contact-form-modal__title {
    color: #dc3545;
}
/* End */
/* /local/components/intelbit/contact.us.form/templates/.default/style.css?17640628842996 */
