.modal-btn{background:#d2232a;background:linear-gradient(0deg,#d2232a,#222 90%);border:none;border-radius:10%;bottom:220px;color:#fff;cursor:pointer;font-size:13px;font-weight:bolder;height:auto;letter-spacing:.5px;line-height:1;padding:6px 4px;position:fixed;right:20px;text-align:center;text-transform:uppercase;width:90px;z-index:99995}.modal-btn svg{display:block;height:auto;margin:10px auto 2px;max-width:45px}.modal-btn:hover{background:linear-gradient(0deg,#d2232a,#d2232a)}.modal{border-radius:40px;bottom:15px;display:none;left:15px;overflow:auto;overflow:hidden;position:fixed;width:calc(100% - 150px);z-index:9991}.modal,.modal-content{height:100%;max-height:400px}.modal-content{bottom:0;box-shadow:0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);margin:0 auto;position:relative;width:100%}.modal-animated-in{animation:totop-in .3s ease}.modal-animated-out{animation:totop-out .3s ease forwards}.modal-content .close{background-color:#222;border-radius:50px;color:#fff;cursor:pointer;height:40px;line-height:40px;position:absolute;right:10px;text-align:center;top:10px;transition:all .3s;width:40px}.modal-content .close:hover{color:red}.modal-body{height:100%;padding:0}.modal-body iframe{max-height:400px}@keyframes totop-in{0%{opacity:0;top:600px}to{opacity:1;top:0}}@keyframes totop-out{0%{opacity:1;top:0}to{opacity:0;top:-100%}}@media screen (max-width:800px){.modal-btn{display:none!important}}