
.popup-container
{
	padding: 20px;
}

.popup-container .container
{
	font-size: 12px;
	width: 380px;
	background: #fff;
}

.popup-container .container .title
{
	font-size: 20px;
	font-weight: bold;
	color: #18a032;
	font-size: 16px !important;
	margin-top: 0;
	margin-bottom: 5px;
}

.field-title sup
{
	color: red;
	font-size: 18px;
	top: 1px;
}

.mandatoryf
{
	border-bottom-color: #d4323d !important;
}

.popup-container .container p
{
	margin: 0;
}

.popup-container .container .form .fields .field
{
	margin: 24px 0 0 0;
}

.popup-container .container .form .fields .field .field-title
{
	width: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}

.popup-container .container .form .fields .field .input-text
{
	width: 100%;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
	height: 35px;

	border-radius: 0;
	background-color: transparent;
	line-height: 1.55555556;
}

.popup-container .container .input-text
{
	width: 100%;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
	height: 35px;

	border-radius: 0;
	background-color: transparent;
	line-height: 1.55555556;
}

.popup-container .container .input-text:focus-visible
{
	outline: none;
}

.popup-container .container .input-text:focus
{
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: rgba(15, 15, 15, 0.9) !important;
}

.input-text::placeholder, .input-textarea::placeholder, .input-select::placeholder
{
	color: rgba(15, 15, 15, 0.3);
}

.popup-container .button
{
	padding: 11px 32px;
	font-weight: 900;
	line-height: 1.55555556;
	border-radius: 0;
	background: #17a131;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	border: none;
}

.input-select select
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
	height: 38px;
	line-height: 38px;
	background: #fff;
	padding: 0 24px 11px 15px;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	user-select: none;
	width: 100%;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.input-select select option {
	background: white;
	color: #333;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup-container .note
{
	line-height: 1.57142857;
	margin: 32px 0 0;
	color: rgba(15, 15, 15, 0.3);
}

#send_contact_message:disabled,
#send_contact_message[disabled]{
	opacity: 0.5;
	cursor: auto;
}

.phone-action .call
{
	font-size: 15px;
	position: relative;
	top: 2px;
}

.phone-action
{
	font: normal normal 600 13px/18px Manrope;
	color: #232323;
	text-decoration: underline;
	position: relative;
	top: 5px;
}

#manufacturer_ask_question_form
{
	width: 760px;
	padding: 15px 25px;
}

.success_message
{
	padding: 25px;
	text-align: center;
}

.check-image
{
	text-align: center;
	margin-bottom: 30px;
}

.check-image .material-symbols-outlined
{
	padding: 5px;
	border-radius: 22px;
	background: #64B245;
	font-size: 33px;
	color: #fff;
	font-weight: bold;
}

#manufacturer_ask_question_form .title
{
	font-size: 21px;
	font-weight: bold;
	color: #333333;
}

.success_message .description
{
	font-size: 15px;
	color: #232323;
	padding: 25px 45px;
}

#manufacturer_ask_question_form .buttons button
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 50px 10px 35px;
	background: #64B245;
	border: none;
	position: relative;
}

#message_to_manufacturer .buttons button .material-icons
{
	position: absolute;
	right: 2px;
	bottom: 7px;
}

#message_to_manufacturer
{
	margin-top: 25px;
}

#message_to_manufacturer .form-group label
{
	font-size: 14px;
	font-weight: bold;
	color: #232323;
}

#message_to_manufacturer .form-group input
{
	font-size: 13px;
	color: #7A7A7A;
}

#message_to_manufacturer .form-group .additional_label
{
	font-size: 12px;
	color: #232323;
}

#message_to_manufacturer .form-group textarea
{
	height: 103px;
}

@media screen and (max-width: 768px) {

	.phone-action-mobile .call
	{
		font-size: 20px;
		position: relative;
		top: 7px;
		margin-right: 5px;
	}

	.phone-action-mobile
	{
		color: #7a7a7a;
		margin: 10px;
	}

	.popup-container .container
	{
		width: 100%;
	}

	.popup-container input[type="text"],
	.popup-container input[type="number"],
	.popup-container input[type="email"],
	.popup-container input[type="tel"] {
		font-size: 16px;
	}

	.fancybox-content {
		padding: 15px !important;
	}

	#manufacturer_ask_question_form
	{
		padding: 5px;
		width: 100%;
	}

	.success_message .description
	{
		padding: 0 5px;
	}
}