
.buttons {
	float: right;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
}

.sticky-buttons {
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: 26px;
	z-index: 999;
}

	.sticky-buttons .buttons {
		position: relative;
		align-items: center;
		justify-content: center;
	}

		.sticky-buttons .buttons .link:hover {
			background-color: #af0000 !important;
			color: #fff;
		}

		.sticky-buttons .buttons .link {
			margin-right: 10px;
			margin-top: 10px;
			position: relative;
			width: 150px;
			height: 40px;
			border-radius: 26px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
			background-color: #182432;
			text-decoration: none;
		/*	font-family: Montserrat;*/
			font-family: 'Roboto', sans-serif;
		}


@media (max-width:600.98px) {
	.sticky-buttons {
		position: fixed;
		bottom: 50px;
		right: 10px;
		border-radius: 5px;
		z-index: 999;
	}

		.sticky-buttons .button {
			position: relative;
			align-items: center;
			justify-content: center;
		}

		.sticky-buttons .buttons .link {
			position: relative;
			margin-right: 0;
			margin-top: 10px;
			width: 150px;
			height: 40px;
			border-radius: 5px;
			text-align: center;
			color: #fff;
			font-size: 12px;
			font-weight: 700;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
			background-color: #182432;
			text-decoration: none;
			font-family: Montserrat;
			margin-left: 10px;
		}