*, :after, :before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	direction: ltr;
	position: relative;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	color: #000;
	width: 100%;
	direction: rtl;
	position: relative;
	background: #f8f8f8;
	text-align: center;
	-webkit-text-size-adjust: none;
	font: 15px/19px Arial, 'Open Sans Hebrew', sans-serif;
}
a:hover {
	text-decoration: none;
}
i {
	font-style: normal;
}
ul {
	list-style-type: none;
}
.cf:after {
	clear: both;
	content: '';
	display: table;
}
button:hover {
	color: #fff;
	background: #b00000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border-width: 1px;
	border-style: solid;
	border-color: #a9a9a9;
	-webkit-text-fill-color: unset;
	-webkit-box-shadow: none;
	transition: background-color 5000s ease-in-out 0s;
}
.search_body {
	padding: 0 25px;
}
h2 {
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	font: bold 24px/30px Arial, "Open Sans Hebrew", sans-serif;
}
.logo_begin {
	width: 200px;
	display: block;
	margin: 25px auto;
}
.find .wrapper {
	margin: 0 auto;
	max-width: 600px;
}
.find .submit_btn {
	width: 100%;
	color: #fff;
	padding: 8px 0;
	cursor: pointer;
	font-weight: bold;
	background: #6282bf;
	margin: 10px auto 0;
	border-radius: 14px;
	border: 1px solid #fff;
}
.form input, .form select, .form textarea {
	font: 14px/16px 'Open Sans Hebrew', sans-serif, Arial;
}
.result_wrap {
	padding: 20px;
	font: 19px/33px 'Open Sans Hebrew', Arial
}
.top_search {
	width: 100%;
	display: block;
	margin: 30px 0 0;
	position: relative;
	border-radius: 16px;
	border: 1px solid #909090;
}
.top_search:hover {
	border-color: #0480c0;
}
.top_search input {
	width: 100%;
	height: 34px;
	border: none;
	outline: none;
	direction: ltr;
	display: block;
	background: #fff;
	text-align: center;
	padding: 10px 13px;
	border-radius: 16px;
	font: 14px/34px Arial;
}
.top_search .search_icon {
	top: 6px;
	bottom: 0;
	right: 11px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
}
.search_icon_path {
	fill: #797979;
}
.search_icon:hover .search_icon_path {
	fill: #4d90fe;
}
.result {
	display: block;
	font-size: 16px;
	text-align: center;
	word-break: break-all;
}

@media (min-width: 640px) {
	.result {
		text-align: center;
	}
}
