/*
--------------------------------------
container
--------------------------------------
*/

.contact-btns {
	position: fixed;
	z-index: 5000;
	bottom: 0;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 50px;
}

/*
--------------------------------------
items
--------------------------------------
*/

.contact-btns .contact-btn {
	display: flex;
	font-size: 16px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	color: #fff;
	width: 50%;

	justify-content: center;
	align-items: center;
}

.contact-btn__phone {
	background-color: var(--e-global-color-secondary);
}

.contact-btn__form {
	background-color: var(--e-global-color-primary);
}