.phone_button_wrapper,.phone_button_wrapper_pc{height:50px;right:25px;position:fixed;bottom:90px;border-radius:50%;width:50px;display:none;z-index:999}.phone_button-border a{display:contents}.phone_button-border img{height:auto;max-width:100%}.phone_button-border{padding:4px;justify-content:center;background-color:#fff;align-items:center;display:flex}.phone_button-border,.phone_button-pulse{border:1px solid #32c5d2;right:0;position:absolute;bottom:0;top:0;border-radius:50%;left:0}.phone_button-pulse-animate{animation:widgetPulse 1.5s infinite}@keyframes widgetPulse{0%{border:none}50%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.phone_button-form{height:0;overflow:hidden;justify-content:space-around;right:-10px;transition:all .5s ease-in;position:absolute;flex-direction:column;bottom:60px;align-items:stretch;width:170px;display:flex}.phone_button_wrapper_pc:hover>.phone_button-form{height:130px}.phone_button-form__call{padding:5px 15px;text-align:center;background-color:#32c5d2;border-radius:5px}.phone_button-form__call a,.phone_button-form__call span{color:#fff}.phone_button-form__call a:hover,.phone_button-form__call span:hover{filter:brightness(.8);color:#fff;cursor:pointer}.phone_callback-form{overflow:hidden;padding:5px;right:-10px;position:absolute;bottom:60px;background-color:#fff;width:312px;display:none;z-index:10000}.modal-footer .btn+.btn{margin-bottom:15px!important}#callback-result{color:green;display:block}#callback-result-error{color:red;display:block}@media screen and (max-width:480px){.phone_button_wrapper{display:block}}@media screen and (min-width:481px){.phone_button_wrapper_pc{display:block}}