- <style>
-     #auth-form #preloader-auth, #recovery-form #preloader-auth, #updateForm #preloader-auth, #change-phone-form #preloader-auth, #checkouOrderWidget #preloader-auth {
-         top: 0;
-         left: 0;
-         position: absolute;
-         width: 100%;
-         height: 100%;
-         background: #fff;
-         z-index: 1021;
-         text-align: center;
-         padding-top: 50px
-     }
-     #auth-form #fountainG, #recovery-form #fountainG, #updateForm #fountainG, #change-phone-form #fountainG, #checkouOrderWidget #fountainG {
-         position: relative;
-         width: 180px;
-         height: 22px;
-         margin: auto
-     }
-     #auth-form .fountainG, #recovery-form .fountainG, #updateForm .fountainG, #change-phone-form .fountainG, #checkouOrderWidget .fountainG {
-         position: absolute;
-         top: 0;
-         background-color: #c03;
-         width: 22px;
-         height: 22px;
-         animation-name: bounce_fountainG_login;
-         -o-animation-name: bounce_fountainG_login;
-         -ms-animation-name: bounce_fountainG_login;
-         -webkit-animation-name: bounce_fountainG_login;
-         -moz-animation-name: bounce_fountainG_login;
-         animation-duration: 775ms;
-         -o-animation-duration: 775ms;
-         -ms-animation-duration: 775ms;
-         -webkit-animation-duration: 775ms;
-         -moz-animation-duration: 775ms;
-         animation-iteration-count: infinite;
-         -o-animation-iteration-count: infinite;
-         -ms-animation-iteration-count: infinite;
-         -webkit-animation-iteration-count: infinite;
-         -moz-animation-iteration-count: infinite;
-         animation-direction: normal;
-         -o-animation-direction: normal;
-         -ms-animation-direction: normal;
-         -webkit-animation-direction: normal;
-         -moz-animation-direction: normal;
-         transform: scale(.3);
-         -o-transform: scale(.3);
-         -ms-transform: scale(.3);
-         -webkit-transform: scale(.3);
-         -moz-transform: scale(.3);
-         border-radius: 14px;
-         -o-border-radius: 14px;
-         -ms-border-radius: 14px;
-         -webkit-border-radius: 14px;
-         -moz-border-radius: 14px
-     }
-     #auth-form #fountainG_1, #recovery-form #fountainG_1, #updateForm #fountainG_1, #change-phone-form #fountainG_1, #checkouOrderWidget #fountainG_1 {
-         left: 0;
-         animation-delay: 316ms;
-         -o-animation-delay: 316ms;
-         -ms-animation-delay: 316ms;
-         -webkit-animation-delay: 316ms;
-         -moz-animation-delay: 316ms
-     }
-     #auth-form #fountainG_2, #recovery-form #fountainG_2, #updateForm #fountainG_2, #change-phone-form #fountainG_2, #checkouOrderWidget #fountainG_2 {
-         left: 22px;
-         animation-delay: .3925s;
-         -o-animation-delay: .3925s;
-         -ms-animation-delay: .3925s;
-         -webkit-animation-delay: .3925s;
-         -moz-animation-delay: .3925s
-     }
-     #auth-form #fountainG_3, #recovery-form #fountainG_3, #updateForm #fountainG_3, #change-phone-form #fountainG_3, #checkouOrderWidget #fountainG_3 {
-         left: 45px;
-         animation-delay: 469ms;
-         -o-animation-delay: 469ms;
-         -ms-animation-delay: 469ms;
-         -webkit-animation-delay: 469ms;
-         -moz-animation-delay: 469ms
-     }
-     #auth-form #fountainG_4, #recovery-form #fountainG_4, #updateForm #fountainG_4, #change-phone-form #fountainG_4, #checkouOrderWidget #fountainG_4 {
-         left: 67px;
-         animation-delay: .5455s;
-         -o-animation-delay: .5455s;
-         -ms-animation-delay: .5455s;
-         -webkit-animation-delay: .5455s;
-         -moz-animation-delay: .5455s
-     }
-     #auth-form #fountainG_5, #recovery-form #fountainG_5, #updateForm #fountainG_5, #change-phone-form #fountainG_5, #checkouOrderWidget #fountainG_5 {
-         left: 90px;
-         animation-delay: 622ms;
-         -o-animation-delay: 622ms;
-         -ms-animation-delay: 622ms;
-         -webkit-animation-delay: 622ms;
-         -moz-animation-delay: 622ms
-     }
-     #auth-form #fountainG_6, #recovery-form #fountainG_6, #updateForm #fountainG_6, #change-phone-form #fountainG_6, #checkouOrderWidget #fountainG_6 {
-         left: 112px;
-         animation-delay: .6985s;
-         -o-animation-delay: .6985s;
-         -ms-animation-delay: .6985s;
-         -webkit-animation-delay: .6985s;
-         -moz-animation-delay: .6985s
-     }
-     #auth-form #fountainG_7, #recovery-form #fountainG_7, #updateForm #fountainG_7, #change-phone-form #fountainG_7, #checkouOrderWidget #fountainG_7 {
-         left: 135px;
-         animation-delay: 775ms;
-         -o-animation-delay: 775ms;
-         -ms-animation-delay: 775ms;
-         -webkit-animation-delay: 775ms;
-         -moz-animation-delay: 775ms
-     }
-     #auth-form #fountainG_8, #recovery-form #fountainG_8, #updateForm #fountainG_8, #change-phone-form #fountainG_8, #checkouOrderWidget #fountainG_8 {
-         left: 157px;
-         animation-delay: .8615s;
-         -o-animation-delay: .8615s;
-         -ms-animation-delay: .8615s;
-         -webkit-animation-delay: .8615s;
-         -moz-animation-delay: .8615s
-     }
-     @keyframes bounce_fountainG_login {
-         0% {
-             transform: scale(1);
-             background-color: #c03
-         }
-         100% {
-             transform: scale(.3);
-             background-color: #fff
-         }
-     }
-     @-o-keyframes bounce_fountainG_login {
-         0% {
-             -o-transform: scale(1);
-             background-color: #c03
-         }
-         100% {
-             -o-transform: scale(.3);
-             background-color: #fff
-         }
-     }
-     @-ms-keyframes bounce_fountainG_login {
-         0% {
-             -ms-transform: scale(1);
-             background-color: #c03
-         }
-         100% {
-             -ms-transform: scale(.3);
-             background-color: #fff
-         }
-     }
-     @-webkit-keyframes bounce_fountainG_login {
-         0% {
-             -webkit-transform: scale(1);
-             background-color: #c03
-         }
-         100% {
-             -webkit-transform: scale(.3);
-             background-color: #fff
-         }
-     }
-     @-moz-keyframes bounce_fountainG_login {
-         0% {
-             -moz-transform: scale(1);
-             background-color: #c03
-         }
-         100% {
-             -moz-transform: scale(.3);
-             background-color: #fff
-         }
-     }
- </style>