@media (max-width: 1024px){
	.si-bildirim.show {
		bottom: 100px !important;
	}
}

@media (max-width: 768px){
	.si-bildirim.show {
		bottom: 80px !important;
	}
}