.catalog__search_action-text {
	font-weight: bold;
	font-size: 48px;
	/* text-transform: uppercase; */
}
.catalog__search_action-form {
	width: 100%;
}
.catalog__search_action-input {
	width: 100%;
	margin-right: 12px;
	height: 24px;
	font-size: 14px;
	line-height: 18px;
	padding: 3px;
	border: 0.5px solid transparent;
	border-bottom: 0.5px solid rgba(0,0,0,.5);
	/* box-shadow: 0 .5px 0 rgba(0,0,0,.5); */
	background-color: transparent;
	text-transform: initial;
}
.catalog__search_action-input::placeholder {
	color: rgba(0,0,0,.25);
	/* text-transform: uppercase; */
}
.catalog__search_action._empty .catalog__search_action-input{
	color: #e9693d;
	border-color: #e9693d;
}
.catalog__search_action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: url(/local/templates/an/img/icons/search_new.svg) center center no-repeat;
	border: none;
	cursor: pointer;
}
@media (max-width: 1480px) {
	.catalog__search_action-text {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.catalog__search_action-input {
		width: calc(100% - 30px);
	}
	.catalog__search_action-form {
		flex-wrap: wrap;
	}
}