.header__menu--container {
	padding-left: 40px;
	margin-left: -40px;
}
	.header__menu--search-form {
		display: flex;
	}

	.header__searchpopup--result {
		margin-top: 20px;
		background: #fff;
		box-shadow: 0 4px 15px rgba(0,0,0,.15);
		border-radius: 5px;
		z-index: 5;
		width: 100%;
		overflow: hidden;
	}
.search-mobile .header__searchpopup {
	box-shadow: none;
}

.header__searchpopup--right span
{
	display: inline-flex;
	width: 75px;
	right: 0;
	justify-content: flex-end;
	margin-left: 0;
	flex-wrap: nowrap;
}

.search-mobile__items.opened {
	margin-top: 5px;
}

@media only screen and (max-width: 960px)
{
	.search-mobile__item--center {
		height: 100%;
		color: #0075a7;
		font-size: 12px;
		display: block;
		align-items: center;
		flex-wrap: wrap;
		padding: 8px 0 8px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100vw - 137px);
		overflow: hidden;
	}

	.search-mobile__item--center b {
		font-weight: bold;
	}
}