@media (min-width:1025px){.fixed-form{bottom:0;box-shadow:2px 3px 12px #d4d4d4;height:0;position:fixed;right:0;width:250px;z-index:9}.fixed-form.active{bottom:0;height:auto;width:420px}.fixed-form .container{max-height:90vh;overflow-y:auto}}.fixed-form .fixed-form-btn{background:#166491;border:none;border-radius:0;color:#fff;cursor:pointer;display:block;font-size:1.4rem;font-weight:700;height:45px;letter-spacing:.2rem;line-height:1;margin:0;padding:1.5rem 2rem 1.4rem;position:absolute;text-align:center;text-transform:uppercase;top:-45px;-webkit-transition:.3s!important;transition:.3s!important}.fixed-form .fixed-form-btn:hover{background-color:#0f547c}.fixed-form .fixed-form-btn>div:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:inline-block;margin-left:10px;padding:3px;position:relative;top:0;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.fixed-form.active .fixed-form-btn>div:after{top:-3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}