.favorite-btn {
    cursor: pointer;
}

#_desktop_top_menu .main-menu__item--top:nth-last-child(2) {
    margin-left: auto;
}

#_desktop_top_menu .main-menu__item--top:nth-last-child(1) a::before {
    content: "🖂";
}

#_desktop_top_menu .main-menu__item--top:nth-last-child(2) a::before {
    content: "📞";
}

#_mobile_top_menu .main-menu__item--top:nth-last-child(1) a::before {
    content: "\2709";
    font-family: Arial, sans-serif;
    font-size: 18px;
}

form .form-group .form-control:focus {
    outline: 1px solid #EB5846B2 !important;
}