/*--------------------
Chat icon
--------------------*/
.kalkulator-animation {
    bottom:70;
    left: 15;
    width: 50px;
    height: 50px;
    position: fixed;
    margin: 0 auto;
    border-radius: 100%;
    /*animation: play 3s ease infinite;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 998;
    cursor:pointer;
}

.kalkulator-img {
    width: 60px;
    height: 60px;
    position:absolute;
    background: #cf27ff;
    border-radius: 100%;
    padding:10px;
    animation: playkalkulator 10s infinite linear;
    }

@keyframes playkalkulator {
    0%  {top:0;}
    10%  {top:5;}
    20%  {top:0;}
    30%  {top:5;}
    40%  {top:0;}
    80%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

/*--------------------
Kalkulator
--------------------*/


.box-kalkulator{

}



@media (max-width: 992px) {

    .box-kalkulator{
        padding: 0px 0px;
    }


}