#captcha-number {
    max-width: 500px;
}

.captcha-number_modal__container {
    padding: 20px;
}

.captcha-number_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
}

.captcha-number_text b {
    color: #176888;
}

.captcha-number_info {
    margin-bottom: 12px;
}

.captcha-number_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.captcha-number_modal a {
    padding: 12px;
    width: fit-content;
    border: 1px solid #dce1e9;
    display: flex;
    align-items: center;
    color: #176888;
    margin-top: 12px;
    font-size: 12px;
}

.captcha-number__separator {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 1px;
    width: 100%;
    background: #dce1e9;
}

.captcha-number_modal {
    display: flex;
    flex-direction: column;
}

.captcha-number__btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.captcha-number_container {
    margin-bottom: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.captcha-number_item {
    text-align: center;
    border-radius: 5px;
    padding: 8px 7px;
    font-weight: 600;
    background: #dce1e9;
    transition: 0.3s all;
    color: #9E9E9E;
}
input.captcha-number_item[disabled] {
    background: #dce1e9;
}

input.captcha-number_item.error{
    border: 1px solid #d02d2d40;
    background: #d02d2d40;
    color: #101010;
}

input.captcha-number_item {
    background: white;
    border: 1px solid #dce1e9;
    width: 24px;
}

input.captcha-number_item::-webkit-outer-spin-button,
input.captcha-number_item::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 1100px) {
    div.captha-number__delimeter {
        display: none;
    }

    div.captcha-number_item {
        display: none;
    }

    .captcha-number_text {
        font-size: 12px;
    }

    .captcha-number_title {
        font-size: 18px;
    }

    .captcha-number_modal .credit-conditions__offer__payment__info__text .alert-icon {
        width: 18px;
        height: 18px;    
    }

    .captcha-number_modal .credit-conditions__offer__payment__info__text {
        font-size: 10px;
        line-height: 10px;
    }

    .captcha-number_modal a {
        margin-bottom: 0 !important;
        padding: 8px;
        border-radius: 12px;
    }

    input.captcha-number_item {
        height: 52px;
        width: 40px;
    }
}