#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	padding: 10px !important;
	margin: 10px 0 !important;
	font-size: 13px !important;
}

#ya-site-form0 input.ya-site-form__submit.ya-site-form__submit_type_image {
	width: 40px !important;
	height: 40px !important;
	background-image: url(../../../pageblocks/common/footer/templates/issets/search.svg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(18, 140, 230);
	opacity: 0.8;
	transition: all 0.3s ease;
}

#ya-site-form0 input.ya-site-form__submit.ya-site-form__submit_type_image:hover {
		opacity: 1;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	color: #000 !important;
}

#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
	color: #fff !important;
}