img.yuzuncu-yil {
    width: 100px;
    position: absolute;
    left: 200px;
    top: 50px;
}

#mega-menu {
    padding-left: 355px;
}

@media (max-width: 760px) {
	#header-search .search-field {
		position: absolute;
		left: 90px;
		top: 0;
		width: 100%;
		width: calc(100% - 120px);
	}
	
	img.yuzuncu-yil {
		        width: 80px;
    left: 130px;
    top: 8px;
	}
}