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

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



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

#mpm_freecall_form_header {
    background-color: #719f41;
}

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

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

#mpm_freecall_form_submit_button:hover, .da_button_freecall:hover {
    background-color: #eac12d !important;
    color: #030303 !important;
}

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

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

#mpm_freecall_form_header {
    border-radius: 4px 4px 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: #719f41;
  background-color: #ffffff;
}

#mpm_freecall_form_content .mpm-freecall-focused-input .input-group-addon {
  border-color: #719f41; !important;
  background-color: #719f41;
  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: #719f41 !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: #719f41; !important;
}

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

.description_freecall {
   font-size: 16px;
}

#mpm_freecall_form_submit_button {
   font-size: 20px;
}

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

