.pozvonim-button-border-inner{
    border: 1px solid #c41c24 !important;
}

#pozvonim-button:hover .pozvonim-button-border-inner {
    border: 1px solid #3a0909 !important;
    width: 70px  !important;
    height: 70px !important;
    left: 33px !important;
    top: 33px !important;
}



.overlay_freecall {
    background-color: #000000;
    opacity: 0.4;
}

#mpm_freecall_form_header {
    background-color: #c41c24;
}

#mpm_freecall_form_header .close_form_freecall i {
    color: #ffffff;
}

#mpm_freecall_form_header .close_form_freecall i:hover {
    color: #c41c24 !important;
}

#mpm_freecall_form_submit_button:hover, .da_button_freecall:hover {
    background-color: #c41c24 !important;
    color: #ffffff !important;
}

#mpm_freecall_form_submit_button, .da_button_freecall {
   background-color: #c41c24 !important;
   color: #ffffff !important;
}

#mpm_freecall_form_container #consent_checkbox_container input:checked ~ .custom-checkbox {
  background-color: #c41c24 !important;
}

#mpm_freecall_form_container #consent_checkbox_container #consent_message,
#mpm_freecall_form_container #consent_checkbox_container #consent_message p {
  color: #000000; !important;
}

#mpm_freecall_form_container {
     border-radius: 13px 13px 3px 3px;
     color: #000000;
     background-color: #ffffff;
     opacity: 1;
}

#mpm_freecall_form_header {
    border-radius: 3px 3px 0 0;
}

#mpm_freecall_form_header_logo_mid_level {
    background-color: #ffffff;
}

#mpm_freecall_form_content .mpm-freecall-focused-input .input-group .form-control {
  border-color: #c41c24;
  background-color: #ffffff;
}

#mpm_freecall_form_content .mpm-freecall-focused-input .input-group-addon {
  border-color: #c41c24; !important;
  background-color: #c41c24;
  color: #ffffff;
}

#mpm_freecall_form_content .mpm-freecall-focused-input .input-group-addon::before, #mpm_freecall_form_content .mpm-freecall-focused-input .input-group-addon::after {
  border-left-color: #c41c24 !important;
}

#mpm_freecall_form_content .mpm-freecall-focused-input .input-group-addon::before {
    left: 31px;
}

#mpm_freecall_form_content .mpm-freecall-focused-input #mpm_freecall_form_captcha {
  background-color: #ffffff;
}

#mpm_freecall_form_header_logo_inner_level {
  color: #c41c24; !important;
}

#mpm_freecall_form_text_info_block .title {
   font-size: 22px;
}

.description_freecall {
   font-size: 14px;
}

#mpm_freecall_form_submit_button {
   font-size: 16px;
}

    @media (min-width: 992px) {
        .button_freecall{
            margin-top: 30px;
        }
    }

