#contact-popup__button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	padding: 12px 20px;
	border: 0;
	border-radius: 3px;
	background: #2f5959;
	color: #fff;
	font-family: "TT Chocolates", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

#contact-popup {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 70px;
	z-index: 9998;
	width: 380px;
	max-width: calc(100vw - 40px);
	padding: 24px;
	box-sizing: border-box;
	background: #2f5959;
	border-radius: 4px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

#contact-popup__close {
	position: absolute;
	top: 10px;
	right: 12px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-family: "TT Chocolates", sans-serif !important;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

#contact-popup label {
	color: #fff !important;
	font-family: "TT Chocolates", sans-serif !important;
	font-weight: 600;
}

#contact-popup input,
#contact-popup textarea,
#contact-popup select {
	font-family: "TT Chocolates", sans-serif !important;
}

#contact-popup .ff-btn-submit {
	background: #d8e8c0 !important;
	color: #2f5959 !important;
	border: 0 !important;
	border-radius: 3px !important;
	font-family: "TT Chocolates", sans-serif !important;
	font-weight: 600 !important;
}

#contact-popup .ff-message-success {
	color: #d8e8c0 !important;
	font-family: "TT Chocolates", sans-serif !important;
	font-weight: 600;
	font-size: 16px;
}
