

/* Start:/local/templates/ugla-shop/components/bitrix/search.page/.default/style.css?17200982511007*/
.block--search {
	margin-top: -50px !important;
}

form.form.form--search {
	width: 100%;
}
.form--search .form__fields {
	min-width: calc(100% - 330px);
}

.form__field--search {
	display: flex;
	column-gap: 18px;
	align-items: center;
	justify-content: start;

	height: 64px;
	padding: 0 18px;
	border: 1px solid var(--form-wrapper);
	background-color: var(--form-wrapper);
}
.form__field--search .form__control {
	height: 64px;
	border: 0;
	padding: 0;
	font-weight: 400;
}
.form__field--search .icon {
	min-width: 24px;
	height: 24px;
}
.form__field--search .icon--search path {
	fill: #757575;
	stroke: #757575;
}
.form__field--search .icon--close {
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
}
.form__field--search.form__field--filled .icon--close {
	opacity: 1;
	pointer-events: all;
}

.search-result {
	margin-top: 60px;
}

@media screen and (max-width: 520px) {
	form.form.form--search .button[type="submit"] {
		display: none;
	}
}
/* End */
/* /local/templates/ugla-shop/components/bitrix/search.page/.default/style.css?17200982511007 */
