

/* Start:/local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page/style.css?16862310974274*/
.detail-map-request-cont + .container .section-list-form{
	margin-top: 30px;
}
.section-list-form{
	display: block;
	width: 100%;
	margin: 15px 0 30px;
	position: relative;
}
.catalog-section .section-list-form{
	padding: 0 11.5px 0;
}
.sl-form__wrap{
	padding: 31px 54px;
	background: #F3F2F1;
}
.sl-form__row{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
}
.sl-form{

}
.sl-form__title{
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	color: #5F5F5F;
	margin-bottom: 20px;
}
.sl-form__title span{
	color: #C29540;
	text-decoration: underline;
	white-space: nowrap;
}
.sl-form__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #5F5F5F;
	margin-bottom: 11px;
}
.sl-form__phones{
	display: flex;
	gap: 14px;
	margin-bottom: 20px;
}
.sl-form__phones svg{
	display: block;
}
.sl-form__inputs{
 	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.sl-form__input{
	width: 50%;
}
.sl-form__input{
	padding: 17px 21px;
	background-color: #FFFFFF;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgBbVDBtQFBEKye8Z1/CBuCCGgZrAycec8jAk8Ee8BzRARWBLtEIIQVgU1gZvSMtVjmMt1VNVPVTWicbMmsACaFojvOd++caoor4dw5xD+4z0OEsrpvTa6VJRzpP2yNxb4/EVsrYg04i2sdSyG2FimdVzwFIfGEAwq5SgI6guXyUCzAgbNYtIxGqk0AYxH1ak8nIgpVKfVRygs1N6EVstcAGHRHefo1oM8u2bZVewqfOySC/3+JVRsHsYmk3Ml+fYTc97pdf/AQe/sgJBRGYeEx4zCrNJytuYOPvBuO/KN37Lzmocef/R2n702Umm1jkwAAAABJRU5ErkJggg==");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
}
.sl-form__btns{
	display: flex;
	gap: 10px;
	align-items: center;
}
.sl-form__btn{
	width: 50%;
	background: #C29540;
	padding: 15px 67px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 0;
	outline: 0;
}
.sl-form__consent{
	width: 50%;
}
.sl-form__consent input{
	display: none;
}
.sl-form__consent label{
	padding-left: 29px;
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	margin-right: -25px;
}
.sl-form__consent label a{
	color: #C29540;
}
.sl-form__consent label:before{
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	color: #fff;
}
.sl-form__consent input:checked + label:before{
	background: #C29540;
	border: 1px solid #C29540;
	content: "✓";
}
.sl-form__photo{
	padding-left: 40px;
	border-left: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 255px;
	flex-shrink: 0;
}
.sl-form__photo-name{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sl-form__photo-text{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}



.send_ok {
	font-size:18px;
	text-align:center;
	margin:25px 0;
	color:#10a600;
}

.error_list {
	padding-left: 0px
	margin-top: 4px;
	color: red;
	font-size: 12px;
	line-height: 20px;
}

input[name="_BYEBYE"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 9000000px;
}

@media (max-width: 980px){
	.sl-form__wrap {
		padding: 35px 27px;
	}
	.sl-form__inputs,
	.sl-form__btns{
		flex-direction: column;
	}
	.sl-form__input,
	.sl-form__btn,
	.sl-form__consent{
		width: 100%;
	}
	.sl-form__photo {
		padding-left: 20px;
		flex-shrink: 1;
	}
	.sl-form__row{
		gap: 20px;
	}
	.sl-form__consent label{
		margin-right: 0;
	}
}
@media (max-width: 600px){
	.sl-form__row{
		flex-direction: column;
	}
	.sl-form__title{
		font-size: 24px;
		line-height: 28px;
	}
	.sl-form__text{
		font-size: 14px;
		line-height: 16px;
	}
	.sl-form__photo{
		padding-top: 20px;
		border-left: 0;
		padding-left: 0;
		width: 100%;
		border-top: 1px solid #E3E3E3;
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: row;
		text-align: left;
	}
	.sl-form__photo img{
		width: 85px;
		height: 85px;
	}
	.sl-form__photo-text{
		text-align: left;
	}
}
/* End */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page/style.css?16862310974274 */
