@media only screen and (max-width:600px) {
	footer {
		margin-bottom: 20px !important;
	}

	.bottom-contact {
		background: rgb(255, 255, 255) !important;
		height: 45px !important;
		bottom: 0 !important;
		width: 100% !important;
		position: fixed !important;
		z-index: 10 !important;
	}

	.mobilContact .ui.buttons {
		text-align: center !important;
		width: 100% !important;
		margin-top: 2px !important
	}

	.mobilContact .ui.buttons a {
		padding: 0 1px;
	}

	.mobilContact .ui.buttons button {
		width: 48.8% !important;
		padding: 10px 0;
		border: 1px solid rgba(0, 0, 0, 1) !important;
		border-radius: 3px !important;
		background: #0A3369 !important;
		color: #fff !important;
		font-size: 16px !important;
		font-weight: bold !important;
	}
}

@media only screen and (min-width:601px) {
	.mobilContact {
		display: none !important
	}
}