@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
.rectangle {
}
#create{
position: fixed;
right: 10px;
bottom:50px;
z-index: 100000;
max-height: 80px;
max-width: 200px;
}
.rectframe {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
border: 2px solid #29aee3;
width: 430px;
height: 155px;
bottom: -22px;
right: -48px;
position: absolute;
-moz-border-radius: 100%;
opacity: .5;
-webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
-moz-animation: circle-anim 2.4s infinite ease-in-out!important;
-ms-animation: circle-anim 2.4s infinite ease-in-out!important;
-o-animation: circle-anim 2.4s infinite ease-in-out!important;
animation: circle-anim 2.4s infinite ease-in-out!important;