.header__form {
	/*margin-top: 2rem;
	float: right;*/
    margin-top: -5rem;
    position: absolute;
    right: 0;
}
.header__form .header__form_btn {
	background: url(images/search_lupa.png) no-repeat center center;
	border: 0;
	width: 1.5rem;
	height: 1.5rem;
	padding: 7px;
	margin: 0;
	margin-left: -2rem;
	cursor: pointer;
}
.header__form .header__form_input {
	width: 25rem;
	height: 3rem;
	color: #777777;
	font-size: 1rem;
	line-height: 2rem;
	border: 2px solid #07629b;
	/*border-bottom: 2px solid #07629b;*/
    
	padding: 0 2rem 0 1rem;
	background: transparent;
}