.tgme_header_search {
position: absolute;
left: calc(100% - 336px);
right: 0;
margin: 0 12px;
padding: 7px 0;
height: 48px;
background: #fff;
box-sizing: border-box;
z-index: 1;
}
.tgme_header_search_form_icon {
position: absolute;
pointer-events: none;
margin: 7px 9px;
}
.tgme_header_search_form_input {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 21px;
padding: 6px 11px 5px 36px;
margin: 0;
border: 1px solid #d9e0e4;
background-color: #fff;
border-radius: 8px;
width: 100%;
box-sizing: border-box;
}
.tgme_header_search_form_input,
.tgme_header_search_form_input:focus {
-webkit-appearance: none;
box-shadow: none;
outline: none;
}
.tgme_header_search_form_input::-webkit-input-placeholder {
transition: color .2s ease;
color: #788794;
}
.tgme_header_search_form_input::-moz-placeholder {
transition: color .2s ease;
color: #788794;
}
.tgme_header_search_form_input:-ms-input-placeholder {
transition: color .2s ease;
color: #788794;
}
.tgme_header_search_form_input:focus::-webkit-input-placeholder {
color: #a0abb4;
}
.tgme_header_search_form_input:focus::-moz-placeholder {
color: #a0abb4;
}
.tgme_header_search_form_input:focus:-ms-input-placeholder {
color: #a0abb4;
}