

/* Start:/bitrix/templates/tuvix_azure/components/bitrix/main.feedback/tuvix/style.css?17505643772291*/
/* Tuvix Feedback */

.mfeedback {
	font-weight: 300;
	font-size: 16px;
}

.mf-name,
.mf-email,
.mf-captcha,
.mf-message {
	width: auto;
	padding-bottom: 10px;
}

.mf-name input[type="text"],
.mf-email input[type="text"] {
	width: 100%;
	max-width: 580px;
	height: 45px;
	margin: 10px 0 15px 0;
	text-indent: 15px;
	border-radius: 8px;
	border-style: none;
	outline: none;
	background: #fff;
	font-size: 18px;
	color: #444;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
	border: solid 1px #ddd;
}

.mf-message textarea {
	width: 100%;
	max-width: 580px;
	min-height: 200px;
	border-radius: 8px;
	margin: 10px 0 15px 0;
	text-indent: 15px;
	border-style: none;
	padding: 10px 0;
	outline: none;
	background: #fff;
	font-weight: 600;
	font-family: 'Exo 2', sans-serif;
	color: #000;
	font-size: 20px;
	border: solid 1px #ddd;
}

.mfeedback input[type="submit"] {
	height: 45px;
	border-radius: 30px;
	border-style: none;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 0 25px;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.mfeedback input[type="submit"]:hover{
	background: #1e2023;
}

.mfeedback input[type="submit"]:active {
	background: #1e2023;
	box-shadow: 0 0 0 3px #1e2023;
}

.mf-req {
	color: #da2144;
	font-size: 18px;
	font-weight: 500;
}

.mf-ok-text {
	background: #56e281;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 16px;
	padding: 15px;
	border-radius: 8px;
}

@media (min-width: 640px) and (max-width: 1024px) {

	.mfeedback {
		font-size: 14px;
	}

	.mf-name input[type="text"],
	.mf-email input[type="text"] {
		font-size: 14px;
	}

	.mf-message textarea {
		min-height: 100px;
		font-weight: 500;
		font-size: 16px;
	}

	.mf-req,
	.mf-ok-text {
		font-size: 14px;
	}

}

@media (min-width: 320px) and (max-width: 640px) {

	.mfeedback {
		font-size: 12px;
	}

	.mf-name input[type="text"],
	.mf-email input[type="text"] {
		font-size: 13px;
	}

	.mf-message textarea {
		min-height: 100px;
		font-weight: 500;
		font-size: 14px;
	}

	.mf-req,
	.mf-ok-text {
		font-size: 13px;
	}

}
/* End */
/* /bitrix/templates/tuvix_azure/components/bitrix/main.feedback/tuvix/style.css?17505643772291 */
