<style> 
/*blink logo*/
@-webkit-keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
@keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
.blink6 { position: relative; display: inline-block; } 
.blink6:after, .blink6:before { 
      content: ""; 
      position: absolute; 
      top: 1px; 
      left: 310px; 
      margin-top:-15px; 
      margin-left:-35px; 
      display: block; 
      width: 98px; 
      height: 98px; 
      background-image: radial-gradient(rgba(254,235,216,1), rgba(254,235,216,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%); 
      -webkit-animation: blink6 8s linear infinite; 
      animation: blink6 8s linear infinite; 
      transform: scale(0, 0) rotate(0deg); } 
.blink6:before { top: 1px; left: 20px; left: auto; -webkit-animation-delay: 3s; animation-delay: 5s; }

@-webkit-keyframes blink7 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
@keyframes blink7 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
.blink7 { position: relative; display: inline-block; } 
.blink7:after, .blink7:before { 
      content: ""; 
      position: absolute; 
      top: 14px; 
      right: 19px;
      display: block; 
      width: 30px; 
      height: 30px; 
      background-image: radial-gradient(rgba(254,235,216,1), rgba(254,235,216,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%); 
      -webkit-animation: blink7 14s linear infinite; 
      animation: blink7 14s linear infinite; 
      transform: scale(0, 0) rotate(0deg); 
      z-index:8} 



@-webkit-keyframes blink-ssilka { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
@keyframes blink-ssilka { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } } 
.blink-ssilka { position: relative; display: inline-block; } 
.blink-ssilka:after, .blink-ssilka:before { 
      content: ""; 
      position: absolute; 
      top: 17px; 
      left: 64px; 
      display: block; 
      width: 98px; 
      height: 98px; 
      background-image: radial-gradient(rgba(254,235,216,1), rgba(254,235,216,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(254,235,216,.4) 50%, rgba(0,0,0,0) 51%); 
      -webkit-animation: blink-ssilka 12s linear infinite; 
      animation: blink-ssilka 12s linear infinite; 
      transform: scale(0, 0) rotate(0deg); } 

</style>