.mfeedback {
	background: #eaeaea;
	border-radius: 8px;
	gap: 25px;
	font-family: "GolosText", sans-serif;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	color: #262626;
	margin-top: 25px;
}
.mfeedback > div {
	margin: auto;
}
#pagetitle-lp {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}
#pagetitle-lp-h2 {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 10px;
}

.subtitle {
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 1.3;
}
#equipment-form {
	width: 100%;
	gap: 20px;
	border-radius: 8px;
	padding: 35px;
	background: #ffffff;
	margin: auto;
}

#equipment-form .form-group input,
#equipment-form .form-group textarea {
	padding: 15px;
	gap: 10px;
	border-radius: 8px;
	border-width: 1px;
	border: 0px solid #eaeaea;
	margin-bottom: 15px;
	font-size: 14px;
	background: #f9f9f9;
}
#equipment-form .form-group input::placeholder,
#equipment-form .form-group textarea::placeholder {
	color: #9a9a9a;
}
#equipment-form .form-group textarea {
	margin-bottom: 20px;
	resize: none;
}
.form-group.mf-pd p {
	font-weight: 400;
	font-size: 10px;
	color: #999;
	line-height: 1.1;
}
#formsubmit {
	text-align: center;
	width: 100%;
	background: #0d4649;
	width: 530;
	padding-top: 12px;
	padding-bottom: 12px;
	gap: 10px;
	border-radius: 8px;
	font-size: 14px;
}
span.mf-req {
	color: rgb(146, 0, 0);
}
.success-container {
	padding: 100px 12px;
	text-align: center;
}
#success-block {
	width: 100%;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 45px;
	padding-left: 35px;
	margin: auto;
	margin-bottom: 25px;
	border-radius: 8px;
	background: #fff;
}
.success-icon {
	width: 40px;
	height: 40px;
	background: url(feedback.svg);
	margin-right: 15px;
	display: inline-block;
	vertical-align: text-bottom;
}
.mf-ok-title {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mf-ok-text {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px;
}
.success-container a {
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 4px;
	font-size: 14px;
}
.mt-15 {
	margin-top: 15px;
}
/* .select2-container {
	max-width: 100%;
	min-width: 100%;
}
span.select2-container.select2-container--default.select2-container--open {
	min-width: auto;
} */

.select2-container--default .select2-selection--single {
	padding: 15px;
	gap: 10px;
	border-radius: 8px !important;
	border-width: 1px;
	border: 0px solid #eaeaea !important;
	font-size: 14px;
	background: #f9f9f9 !important;
	height: 51px !important;
	display: block;
	width: 100%;
	min-height: calc(1.5em + 0.75rem + 2px);
	background-color: #fff;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: none;
	line-height: 1.5;
	color: #262626 !important;
	font-weight: 400;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	margin-right: 25px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear
	span {
	line-height: 1.5;
	color: #9a9a9a;
	font-weight: 500;
}

#equipment-form
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 49px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 35px;
}
#equipment-form
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.31432 0.31951L5.49508 4.56038L1.67584 0.31951C1.29195 -0.106764 0.671812 -0.106764 0.287919 0.31951C-0.0959731 0.745783 -0.0959731 1.43438 0.287919 1.86065L4.80604 6.87756C5.18993 7.30383 5.81007 7.30383 6.19396 6.87756L10.7121 1.86065C11.096 1.43438 11.096 0.745783 10.7121 0.31951C10.3282 -0.0958338 9.69821 -0.106764 9.31432 0.31951Z' fill='%23858585'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	height: 11px;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 7px;
}
.form-group.mf-heater-volume {
	margin-top: 15px;
}
.select2-dropdown {
	border: 1px solid #f3f3f3;
	border-radius: 9px !important;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #0d4649;
	color: white;
}
.select2-container--default .select2-results__option--selected {
	background-color: #f3f3f3;
}
.select2-container--default .select2-results > .select2-results__options {
	border-radius: 8px !important;
	box-shadow: 0px 0px 8px #a9a9a9;
}
.select2-results__option--selectable {
	cursor: pointer;
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	padding: 15px;
}
.select2-results__option {
	padding: 10px !important;
	border-bottom: 1px solid #eaeaea;
}

/* ССЫЛКИ НА ПОДБОР */
.mfeedback-menu-cnt {
	background-color: #eaeaea;
	padding: 35px 12px;
	margin-top: 35px;
	border-radius: 8px;
}
.mfeedback-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	width: 750px;
	margin: auto;
}

.card {
	flex: 0 0 calc((100% - 3 * 10px) / 4); /* всегда 4 в ряд с одинаковой шириной */
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	background: #fff;
	padding: 43px 10px;
	border-radius: 10px;
	color: #111;
	transition: 0.2s;
	height: 180px;
	width: 180px;
	border: 0px;
}

/* 4 в ряд на больших экранах */
@media (max-width: 990px) {
	.mfeedback-menu {
		width: 100%;
	}
	.card {
		flex: 0 0 calc((100% - 10px) / 2); /* 2 в ряд на маленьких экранах */
	}
}

/* .card:hover{
transform:translateY(-4px);
box-shadow:0 6px 18px rgba(0,0,0,0.1);
} */

.card-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.card-icon img {
	width: 60px;
	height: 60px;
}

.card-title {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 768px) {
	#equipment-form,
	#success-block {
		width: 70%;
	}
}
@media (min-width: 980px) {
	#equipment-form,
	#success-block {
		width: 43.5%;
	}
	.success-container {
		padding: 55px 12px;
	}
}

@media (max-width: 980px) {
	#pagetitle-lp {
		font-size: 24px;
	}
	#pagetitle-lp-h2 {
		font-size: 24px;
	}
	#equipment-form {
		padding: 25px 15px;
	}
	.mfeedback {
		padding: 35px 8px;
	}
}

div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: "GolosText", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}
