.Search_by_tags_block {
	position: absolute;
	top: 0;
	right: -15px;
	width: 100px;
	margin-right: 130px;
}

.Search_by_tags_block-select {
	color: #ffffff;
	line-height: 34px;
	cursor: pointer;
}

.Search_by_tags_block-select .text {
	line-height: 34px;
	margin-right: 5px;
}

.Search_by_tags_block-select .arrow {
	content: '';
	width: 4px;
	height: 4px;
	border-color: #ffffff;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform: rotate(135deg);
	display: inline-block;
	position: absolute;
	top: 13px;
}

.Search_by_tags_block.is-active .Search_by_tags_block-select .arrow {
	transform: rotate(-45deg);
	top: 16px;
}

.Search_by_tags_block .Search-form {
	z-index: 101;
	left: -15px;
	width: 230px;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in 0.1s;
}

.Search_by_tags_block.is-active .Search-form {
	visibility: visible;
	opacity: 1;
}

.Search_by_tags_block .Search-form .Search-form-wrapper input {
	height: 37px;
	border-radius: 0;
	box-shadow: none;
}

.Search_by_tags_block .Search-form .Search-form__button {
	height: 37px;
}

.Search_by_tags_block .Search-form .Search-form__button.Search-form__button--submit svg {
	width: 15px;
}

.Search_by_tags_block .ui-widget.ui-widget-content {
	border-width: 1px 0 0 0;
	border-color: #f3f3f3;
	max-height: 205px;
	padding-top: 10px;
}

.Search_by_tags_block .Search-form .ui-menu-item {
	padding: 3px 6px 2px 15px;
	color: #3b3d45;
}

.Search_by_tags_block .Search-form .ui-menu-item.ui-menu-item--focus {
	background-color: #f4f3f3;
}