.loader-icon{width:60px;height:60px;border-radius:100%;position:relative;margin:0 auto 22px}#loader-1:before,#loader-1:after{content:"";position:absolute;top:-10px;left:-10px;width:100%;height:100%;border-radius:100%;border:5px solid transparent;border-top-color:#2361a9}#loader-1:before{z-index:100;animation:spin 1s infinite}#loader-1:after{border:5px solid #ccc}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-body{background:#fff;height:370px;display:flex;flex-direction:column;justify-content:center}.loader-body p{font-weight:600;font-size:17px;line-height:30px;text-align:center;letter-spacing:.01em;color:#0056a4;margin-bottom:20px}.loader--form{width:100%;max-width:850px}@media screen and (max-width: 1024px){.loader--form{margin-top:30px}}.loader--form .loader-body{height:350px;border-radius:20px}.loader--form .loader-body .loader-icon{margin:0 auto}.loader--form .loader-body p{margin-top:15px;margin-bottom:0}.loader--form.loader-with-opacity{background-color:#ffffffb3;z-index:2;position:absolute;width:100%;height:100%}.loader--form.loader-with-opacity.loader-in-popup{top:0;left:0}.loader--form.loader-with-opacity .loader-body{width:100%;height:100%;background:transparent}
