 #instagram {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 205px;
        right: 4px;
        background: url(img/instagram.png) center/45px 45px no-repeat #1e73be;
    }
	
	    #facebook {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 155px;
        right: 4px;
        background: url(img/facebook.png) center/45px 45px no-repeat #1e73be;
    }

     #telegram {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 105px;
        right: 4px;
        background: url(img/telegram.png) center/37px 37px no-repeat #f5f5f5;
    }

     #max {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 55px;
        right: 4px;
        background: url(img/maxicon.png) center/35px 35px no-repeat #f5f5f5;
    }


    #whatsapp {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 5px;
        right: 4px;
        background: url(img/whatsapp1.png) center/25px 25px no-repeat #13990a;
    }
	


    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 5px;
        left: 4px;
        background: url(img/telefon.svg) center/35px 35px no-repeat #ff0000;
    }

