

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/form.result.new/popup_tax/style.css?17543409382991*/
    .form-body__fields-block {
        width: 100%;
    }

    .form-body__fields-block.OTHER {
        display: none;
    }

    .form-body__fields-block.OTHER.form-body__fields-block--active {
        display: block;
    }

    .form .licence_block label.error {
        position: static;
    }

    .input.error input, .input.error textarea {
        border-color: #e02222 !important;
    }

    @media screen and (max-width: 768px) {
        label.error {
            position: static;
        }
    }

    /* Стили для капчи */
    .form-captcha {
        margin-bottom: 15px;
    }

    .captcha-row {
        position: relative;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

    .captcha-row.clearfix:after {
        content: '';
        display: table;
        clear: both;
    }

    .captcha_image {
        float: left;
        position: relative;
        margin-right: 10px;
    }

    .captcha_reload {
        position: absolute;
        right: 3px;
        top: 3px;
        width: 20px;
        height: 20px;
        background: #ffffff;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        border: 1px solid #ddd;
        transition: all 0.2s ease;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .captcha_reload:before {
        content: '↻';
        font-size: 16px;
        color: #3885bd;
    }

    .captcha_reload:hover:before {
        color: #333;
    }

    .captcha_reload:hover {
        background: #f5f5f5;
        transform: rotate(30deg);
    }

    .captcha_input {
        position: relative;
        overflow: hidden;
    }

    .captcha_input input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .captcha_input input[type="text"]:focus {
        border-color: #3885bd;
        box-shadow: 0 0 5px rgba(56, 133, 189, 0.3);
        outline: none;
    }

    @media screen and (max-width: 767px) {
        .captcha_image, .captcha_input {
            float: none;
            margin-right: 0;
            margin-bottom: 10px;
        }

        .captcha_image > div {
            margin: 0 auto;
        }

        .captcha-block {
            width: 120px !important;
            padding: 5px !important;
        }

        .captcha-block div:first-child {
            font-size: 10px !important;
            margin-bottom: 2px !important;
        }

        .captcha-block div:last-child {
            font-size: 16px !important;
            letter-spacing: 1px !important;
        }

        .form-captcha {
            margin-bottom: 20px;
        }

        .captcha-row {
            text-align: center;
            display: block;
        }
    }
/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/form.result.new/popup_tax/style.css?17543409382991 */
