@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700;900&display=swap');
#modal-form-care-service #care_service_panel  {
    margin-top: 20px;
}
#modal-form-care-service .modal-header-care-service  {
    padding: 35px 48px 20px 48px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    display: flex!important;
}
#modal-form-care-service .modal-dialog {
    max-width: 612px;
}
#modal-form-care-service .modal-header-care-service .modal-header-care-service-close {
    align-self: center!important;
    color: #4A4A4A;
    background-color: transparent;
    border: 0px;
}
#modal-form-care-service .modal-header-care-service .modal-header-care-service-close:hover {
    opacity: 70%;
}
#modal-form-care-service .modal-header-care-service h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #4A4A4A;
    text-align: center;
}
#modal-form-care-service .modal-body-care-service {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
    padding: 0px 48px 35px 48px;
}
#modal-form-care-service .modal-body-care-service input, #modal-form-care-service .modal-body-care-service textarea {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
}
#modal-form-care-service .modal-body-care-service #care_service_tel, #modal-form-care-service .modal-body-care-service #care_service_email, #modal-form-care-service .modal-body-care-service #input_care_service_mess {
    margin-top: 20px;
}
#modal-form-care-service .modal-body-care-service #input_care_service_mess {
    resize: none;
}
#modal-form-care-service .modal-body-care-service .row {
    margin-top: 20px;
}
#modal-form-care-service .modal-body-care-service button {
    height: 48px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
}
#modal-form-care-service .modal-body-care-service .btn-send {
    background: #D34441;
    color: #FFFFFF;
}
#modal-form-care-service .modal-body-care-service .btn-send:hover {
    background: rgb(211, 68, 65, 0.8);
}
#modal-form-care-service .modal-body-care-service .btn-close {
    border-color: #D34441;
}
#modal-form-care-service .modal-body-care-service .btn-close:hover {
    border-color: #D34441;
    background: rgb(211, 68, 65, 0.8);
    color: #FFFFFF;
}
#modal-form-care-service p {
    margin-bottom: 10px;
}
#modal-form-care-service input {
    height: 48px;
}
#modal-form-care-service #care_service_error_fio, #modal-form-care-service #care_service_error_phone {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    color: #D0211C;
    padding-top: 3px;
}
#modal-form-care-service #care_service_error_fio img, #modal-form-care-service #care_service_error_phone img {
    margin-top: -3px;
    margin-right: 3px;
}
#modal-form-care-service .care_service_panel_result h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #4AA081;
    text-align: center;
    margin-bottom: 48px;
}
#modal-form-care-service .care_service_panel_result {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
}
@media (max-width: 576px) {
    #modal-form-care-service .modal-header-care-service  {
        padding: 35px 20px 20px 20px;
    }
    #modal-form-care-service .modal-body-care-service {
        padding: 0px 20px 35px 20px;
    }
    #modal-form-care-service .modal-body-care-service .btn-close {
        margin-top:20px;
    }
}