.modal-header{
    border-bottom: none;
}
#callModal {
    
}
#callModal .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #464444a1;
    font-size: 8px;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 2px;
}
.modal-body {
    padding: 0 40px 20px;
    display: flex;
    flex-direction: column;

}

.custom-input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #919191a1;

    font-size: 16px;
    font-weight: 500;
    color: black;

    padding: 20px;
}

.custom-input:focus {
    border: 1px solid #2d2d2d;
    color: black;
}
.form-btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    background-color: #2d2d2d;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
}
.form-btn:hover {
    opacity: 0.8;

}
.modal-content {
    border-radius: 30px;
    border: 1px solid #919191a1;
    box-shadow: 0 0 10px 0 #000000a1;
}
.modal-header h5{
    font-size: 30px;
    font-weight: 600;
    color: #58575771;
    text-align: center;
    padding-left: 24px;
    opacity: 0.2;
    text-transform: uppercase;
}
.form-error{
    font-size: 12px;
    font-weight: 400;
    color: rgb(208, 17, 17);
    line-height: 1;
}
.error-name{
    display: none;
}
.error-phone {
    display: none;
}
.modal-content p {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(89, 88, 88);
    text-align: center;
}
.modal-content p a{
    color: #2d2d2d;
    font-weight: 500;
    text-decoration: underline;
}
.modal-form{
    display: flex;
    flex-direction: column;

    margin-top: 20px;
}
.input-error {
    border: 1px solid #cf0505;
    color: #cf0505;
}
