

/* Start:/local/templates/merssel/components/bitrix/news.list/contact_banner/style.css?177073144465*/
.contact-baner .banner-main {
	height: auto;
	margin: 96px 0 0;
}
/* End */


/* Start:/local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049*/
.banner-clients__breadcrumbs {
	display: flex;
	gap: 7px;
	flex-direction: row;
	flex-wrap: wrap;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] {
	position: relative;
	padding: 0 0 0 14px;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:before {
	content: '/';
	margin-right: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color: #C3C3C3;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type {
	padding: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type:before {
	content: '';
	margin-right: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] a {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
	text-decoration: none;
	cursor: pointer;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] > span[itemprop="name"] {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
}

@media screen and (max-width: 840px) {

	.banner-clients__breadcrumbs {
		display: none;
	}

}

/* End */


/* Start:/local/templates/merssel/components/news/forms/contact_form/style.css?17774525645115*/
.form-popup {
	overflow: hidden;
	background: #298ec3;
	padding: 30px;
	padding-top: 35px;
	color: #fff;
	max-width: 320px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.form-popup textarea,
.form-popup input[type="text"],
.form-popup input[type="phone"],
.form-popup input[type="email"] {
	color: #000;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px;
}

.form-popup textarea {
	min-height: 100px;
}

.fancybox-type-ajax .fancybox-close {
	background: url('/local/templates/merssel/components/news/forms/contact_form/images/close.png') center center no-repeat;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-type-ajax .fancybox-inner {
	height: auto !important;
}

.form-popup .title {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	text-align: center;
	padding-bottom: 10px;
}

.form-popup .text {
	color: #d4e4ef;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 17px;
}

.form-popup .form-group {
	margin-bottom: 15px;
}

.form-popup .form-group:after {
	content: '';
	display: table;
	clear: both;
}

.form-popup .captcha-row .captcha_img {
	margin-bottom: 5px;
}


.form-popup .btn-submit {
	width: 100%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	cursor: pointer;
}

.form-popup .agreement-message {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

.validate-input-feedback {
	margin: 0 0 15px;
}

.feedback__form input {
	box-sizing: border-box;
	background-color: #424447;
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	border-bottom: none;
	height: 50px;
	outline: none;
	border: none;
	border-radius: 8px;
	background-image: none;
	color: #e5e7eb;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	text-align: left;
	padding: 4px 4px 4px 19px;
	width: 100%;
}

.feedback__form input::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.feedback__form input::-webkit-input-placeholder {
	color: #9ca3af;
}

.feedback__form input::-moz-placeholder {
	color: #9ca3af;
	opacity: 1;
}

.feedback__form textarea {
	max-height: 80px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
	border-radius: 8px;
	background-color: #424447;
	background-image: none;
	color: #e5e7eb;
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
}

.feedback__form textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.feedback__form textarea::-webkit-input-placeholder {
	color: #9ca3af;
}

.feedback__form textarea::-moz-placeholder {
	color: #9ca3af;
	opacity: 1;
}

.agreement-consent {
	display: block;
}

.agreement-consent__label {
	display: flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
	padding: 5px 0px 10px 5px;
}

.agreement-consent__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.agreement-consent__box {
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	flex: 0 0 18px;
	border: 1px solid #EFC285;
	background: transparent;
	border-radius: 4px;
	position: relative;
	display: inline-block;
}

.agreement-consent__input:checked + .agreement-consent__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #EFC285;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.agreement-consent.error .agreement-consent__box {
	border-color: #ff8080;
	background-color: rgb(255 128 128 / 15%);
}

.agreement-consent label.error {
	display: none !important;
}


.error label.error {
	display: none;
}


.feedback__form .error input,
.feedback__form .error textarea {
	background-color: rgb(255 128 128 / 15%);
}

/* Спиннер и состояние «уже обрабатываем» (как в popup_car_new) */
.feedback__form .form-submit-wrap { position: relative; display: block; width: 100%; }
.feedback__form .form-submit-wrap .btn-submit { width: 100%; box-sizing: border-box; }
.feedback__form .form-submit-wrap .form-submit-loading {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	pointer-events: none;
}
.feedback__form .form-submit-wrap.is-sending .form-submit-loading { display: inline-flex; }
.feedback__form .form-submit-wrap .form-submit-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0,0,0,0.15);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: form-spin 0.7s linear infinite;
}
.feedback__form .form-submit-wrap.is-sending .btn-submit { color: transparent !important; }
.feedback__form.form-already-processing .feedback__form-fields { display: none !important; }
.feedback__form .form-already-processing-message {
	display: none;
	padding: 20px 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
}
.feedback__form.form-already-processing .form-already-processing-message { display: block !important; }
@keyframes form-spin { to { transform: rotate(360deg); } }
/* End */
/* /local/templates/merssel/components/bitrix/news.list/contact_banner/style.css?177073144465 */
/* /local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049 */
/* /local/templates/merssel/components/news/forms/contact_form/style.css?17774525645115 */
