/* =========================================================
   Маска телефона клиента
   Формат: 8(029) 111-11-11
   ========================================================= */

.client-phone-input {
    letter-spacing: .2px !important;
    font-weight: 700 !important;
}

.client-phone-input::placeholder {
    font-weight: 500 !important;
    color: #9ca3af !important;
}

@media (max-width: 950px) {
    .client-phone-input {
        font-size: 15px !important;
    }
}
