/* cat animation */
.cat-anim {
    position: relative;
    width: 120px;
    height: 120px;
    margin-inline: auto;
    margin-block: 0 20px;
    background-color: var(--bg-cat-animation);
    border-radius: 60px;
    overflow: hidden;
}

.cat-anim div {position: absolute; background-image: url(/images2019/design/common_regpopup-animation/cat-slices.svg); background-repeat: no-repeat;}
.cat-anim .cat-mouth,
.cat-anim .cat-eyeleft,
.cat-anim .cat-eyeright,
.cat-anim .cat-eyebrowleft,
.cat-anim .cat-eyebrowright,
.cat-anim .cat-earleft,
.cat-anim .cat-earright {
	transition: all 0.2s linear;
}
.cat-anim div::before {display: block; font-size: 1px; line-height: 1px; content: " ";}
.cat-body {width: 99px; height: 102px; background-position: -195px 0; top: 29px; left: 22px;}
.cat-anim div.cat-mouth {width: 22px; /*height: 18px;*/ height: 0; background: url(/images2019/design/common_regpopup-animation/cat-mouth.svg) 0 bottom no-repeat; top: 76px; left: 47px;}
.cat-eyebg {width: 43px; height: 27px; background-position: -58px -31px; top: 33px; left: 38px;}

.cat-eyeleft {width: 5px; height: 5px; background-position: -76px -9px; top: 48px; left: 54px;}
.cat-eyeright {width: 5px; height: 6px; background-position: -86px -9px; top: 49px; left: 62px;}

.cat-earleft {width: 15px; height: 16px; background-position: -5px -36px; top: 30px; left: 25px;}
.cat-earright {width: 18px; height: 14px; background-position: -24px -38px; top: 32px; left: 77px;}

.cat-eyebrowleft {width: 9px; height: 4px; background-position: -34px -8px; top: 25px; left: 40px;}
.cat-eyebrowright {width: 7px; height: 7px; background-position: -52px -8px; top: 38px; left: 79px;}

.cat-mustacheleft {width: 43px; height: 19px; background-position: 0 -72px; top: 62px; left: 17px;}
.cat-mustacheright {width: 43px; height: 19px; background-position: -62px -73px; top: 63px; left: 58px;}

.cat-nose {width: 17px; height: 13px; background-position: -2px -6px; top: 58px; left: 51px;}

/*
.cat-earleft {top: 27px; left: 30px; transform: rotate(13deg);}
.cat-earright {top: 29px; left: 74px; transform: rotate(-19deg);}
*/

/* /cat animation */