.prochay-ca-phone-shell {
    position: relative;
    width: 100%;
}

.prochay-ca-phone-prefix {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    font: inherit;
    color: inherit;
}

.prochay-ca-phone-shell input[type="tel"] {
    width: 100%;
    padding-left: 34px !important;
}

.prochay-ca-phone-control > svg,
.prochay-ca-phone-control > i.svg,
.prochay-ca-phone-control > .svg {
    pointer-events: none;
}

.prochay-ca-hidden {
    display: none !important;
}

.prochay-ca-phone-error {
    display: block;
    margin-bottom: 4px;
}

/* Внешнее сообщение валидатора Аспро «Заполните это поле» для телефона не показываем. */
.prochay-ca-phone-control > label.error:not(.prochay-ca-phone-error),
.prochay-ca-phone-control .prochay-ca-phone-shell + label.error:not(.prochay-ca-phone-error) {
    display: none !important;
}
