:root {
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio[controls],
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
	font-size: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
	outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
}

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
	line-height: normal;
	*overflow: visible;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

input,
textarea {
	border: 1px solid #CDCDCD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	padding: 3px 5px 3px;
	margin: 0;
	color: #1C1C1C;
	line-height: 1.4em;
}

select {
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	resize: none;
	overflow: auto;
	outline: none;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	color: #1c1c1c;
	line-height: 12px;
	max-height: 200px;
}

button {
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.64em;
	padding: 0 7px;
	text-transform: uppercase;
}

/* =============================================================================
   Primary styles
   ========================================================================== */
body {
	direction: rtl;
	background-color: #dfdfdf;
}

body.frame {
	background-color: #fff;
}

.cleaner {
	clear: both;
}

.main-container {
	max-width: 1000px;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 0 20px #aaa;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.main-content {
	flex: 1;
}

/* =========== */
.header a.header-logo {
	display: block;
	position: relative;
	width: calc(100% + 86px);
	left: 39px;
	top: -24px;
}

.header a.header-logo img {
	width: 100%;
}

/* =========== */
/* Tabs & filter */
.tabs-big {
	height: 61px;
	background: #3a3a3a;
	background: linear-gradient(to bottom, #3a3a3a 0%, #7c7c7c 100%);
	background-color: #555;
	margin-top: -28px;
	border-bottom: 2px solid #f00;
}

.tabs-big .tab-holder {
	width: 33%;
	float: right;
	text-align: center;
}

.tabs-big .tab-holder .tab {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 90%;
	height: 52px;
	margin: 0 auto;
	padding-top: 7px;
	cursor: pointer;
	text-align: center;
	background-color: #BDBDBD;
	border: 2px solid #900;
	border-bottom-color: #f00;
	border-radius: 10px 10px 0 0;
}

.tabs-big .tab-holder .tab.active {
	height: 54px;
	background-color: #fff;
	border-bottom: none;
	border-color: #f00;
}

.tabs-big .tab-holder .tab .caption {
	font-size: 35px;
	font-weight: bold;
	color: #616161;
	padding: 0;
	margin: 0;
	display: inline;
}

.tabs-big .tab-holder .tab.active .caption {
	color: #000;
}

.tabs-small {
	display: table;
	clear: both;
	margin-top: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	width: 100%;
}

.tabs-small .small-button {
	display: table-cell;
	height: 60px;
	width: 20%;
	cursor: pointer;
	text-align: center;
	border-right: 1px solid #999;
	background: #ddd;
	background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	vertical-align: middle;
	text-decoration: none;
}

.tabs-small .small-button:first-child {
	border-right: none;
}

.tabs-small .small-button:focus {
	outline: none;
}

.tabs-small .small-button.active {
	background: #fff;
}

.tabs-small .small-button .caption {
	font-size: 23px;
	font-weight: bold;
	color: #555;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: inline;
}

.tabs-small .small-button.active .caption {
	color: #500;
}

.tabs-small .sales-banner {
	display: table-cell;
	width: 40%;
	height: 55px;
	padding: 5px 40px 0 0;
}

/* Filter */
.filter {
	margin-top: 20px;
}

.filter .filter-title {
	color: #35e;
	display: block;
	border: 1px solid #c6c6c6;
	border-bottom-color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 0 5px;
	width: 120px;
	text-align: center;
}

.filter .filter-box {
	padding: 5px;
	border: 1px solid #c6c6c6;
	font-weight: bold;
}

.filter .filter-box input {
	width: 200px;
}

.filter .filter-box .item-city {
	float: right;
	width: 250px;
}

.filter .filter-box .item-brand,
.filter .filter-box .item-search {
	float: right;
	width: 350px;
}

/* Results list */
.listbox {
	margin-top: 20px;
	border: 1px solid #c6c6c6;
	position: relative;
}

.listbox .load_state {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

/* =========== */
.listbox .load_state img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -64px;
}

.listbox .musah_row {
	background-color: #eee;
	border-bottom: 1px solid #c6c6c6;
}

.listbox .musah_row:nth-child(odd) {
	background-color: #f8f8f8;
}

.listbox .musah_row:last-child {
	border-bottom: 0px;
}

.listbox .musah_row .quick-data {
	display: table;
	min-height: 17px;
	cursor: pointer;
	width: 100%;
}

.listbox .musah_row:hover {
	color: #500;
	background-color: #fee;
}

.listbox .musah_row:hover .info-column {
	color: #222;
}

.listbox .musah_row .quick-data .block {
	display: table-cell;
	vertical-align: top;
}

.listbox .musah_row .quick-data .block a {
	color: inherit;
	text-decoration: none;
}

.listbox .musah_row .quick-data .fav-icon {
	padding-top: 1px;
	width: 100px;
}

.listbox .musah_row .quick-data .fav-icon .rate-star {
	float: right;
}

.listbox .musah_row .quick-data .fav-icon a:hover {
	background-position: 0 0;
}

.listbox .musah_row .quick-data .name {
	width: 272px;
}

.listbox .musah_row .quick-data .address {
	width: 300px;
}

.listbox .musah_row .quick-data .city {
	width: 230px;
}

.listbox .musah_row .quick-data .more {
	width: 60px;
}

.listbox .musah_row .quick-data .more .more-arr {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 11px;
	height: 11px;
	margin-top: 3px;
	background: url(/images/site/more.svg) no-repeat 0 0;
}

.listbox .musah_row.opened_row .quick-data .more .more-arr {
	transform: rotate(270deg);
	margin-top: 0;
}

.listbox .musah_details {
	height: 255px;
	border-top: 1px solid #c6c6c6;
	background-color: #fff !important;
	overflow: hidden;
}

/* Pages */
.listbox .result-pages {
	margin: 10px auto 0;
	width: 164px;
	height: 32px;
}

.listbox .result-pages .prev-button,
.listbox .result-pages .next-button {
	width: 32px;
	float: right;
	height: 32px;
}

.listbox .result-pages .prev-button img,
.listbox .result-pages .next-button img {
	cursor: pointer;
}

.listbox .result-pages .pages-list {
	width: 100px;
	float: right;
	height: 32px;
	text-align: center;
	padding-top: 4px;
}

/* Musah details */
.musah_details .info-column {
	float: right;
}

.musah_details .info-column.col1,
.musah_details .info-column.col2 {
	width: 290px;
}

.musah_details .info-column.col3 {
	width: 140px;
}

.musah_details .box {
	border: 1px solid #c6c6c6;
	border-radius: 5px 5px 0 0;
	background-color: #f8f8f8;
	margin: 5px;
}

.musah_details .box .title {
	border-bottom: 1px solid #c6c6c6;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.musah_details .box .info {
	padding: 5px;
	overflow: auto;
	max-height: 213px;
}

.musah_details .box .info .info-data {
	height: 155px;
}

.musah_details .box .info .small-block {
	margin-top: 8px;
}

.musah_details .box .info a.map-link {
	background: url("/images/site/map.png") no-repeat right 0;
	padding: 0 20px;
	color: #00f;
}

.musah_details .box .info span.brand {
	display: block;
}

.musah_details .box .info span.brand.murshe {
	font-weight: bold;
	background: url("/images/site/murshe.png") no-repeat right 0;
	padding-right: 20px;
}

.musah_details .box .info.full-height {
	height: 213px;
}

.musah_details .box .info .img-button {
	border: 1px solid #c6c6c6;
	height: 54px;
	cursor: pointer;
	width: 127px;
	float: right;
	border-radius: 3px;
	color: #500;
	text-decoration: none;
}

.musah_details .box .info .img-button:hover {
	background-color: #ddd;
}

.musah_details .box .info .img-button.other {
	margin-right: 4px;
}

.musah_details .box .info .img-button > img {
	margin: 1px;
}

.musah_details .box .info span.item-list1 {
	background: url("/images/site/bulet2.png") no-repeat right 4px;
	padding: 0 8px;
	display: block;
}

.musah_details .box .info .read-feedbacks {
	margin-top: 10px;
}

.musah_details .box .info .read-feedbacks a {
	color: #00f;
}

.musah_details .banner {
	width: 250px;
	height: 250px;
	float: left;
	margin: 2px;
}

/* Footer */
.main-footer {
	text-align: center;
	font-size: 11px;
	color: #999;
}

.main-footer a {
	color: #999;
}

/* Contact form modal */
#contact_form {
	background: #fff;
	display: none;
	width: 520px;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	direction: rtl;
}

.cf-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px 16px;
	border-bottom: 1px solid #e8e8e8;
	background: #f8f9fa;
}

.cf-header h2 {
	margin: 0;
	font-size: 20px;
	color: #1a1a2e;
	font-weight: 700;
}

.cf-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #888;
	cursor: pointer;
	line-height: 1;
	padding: 0 4px;
	transition: color 0.2s;
}

.cf-close:hover {
	color: #333;
}

.cf-body {
	padding: 24px;
}

.cf-group {
	margin-bottom: 18px;
}

.cf-group label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	margin-bottom: 6px;
}

.cf-group input,
.cf-group select,
.cf-group textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 14px;
	font-family: inherit;
	color: #333;
	transition: border-color 0.2s, box-shadow 0.2s;
	background: #fff;
	direction: rtl;
}

.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.cf-group textarea {
	height: 120px;
	resize: vertical;
}

.cf-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	margin-top: 8px;
}

.cf-btn-primary {
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 28px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.cf-btn-primary:hover {
	background: #1d4ed8;
}

.cf-btn-secondary {
	background: transparent;
	color: #666;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 15px;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s;
}

.cf-btn-secondary:hover {
	border-color: #999;
	color: #333;
}

.cf-loader-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 24px;
	gap: 16px;
	color: #555;
	font-size: 15px;
}

.cf-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid #e5e7eb;
	border-top-color: #2563eb;
	border-radius: 50%;
	animation: cf-spin 0.7s linear infinite;
}

@keyframes cf-spin {
	to {
		transform: rotate(360deg);
	}
}

.cf-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 24px;
	gap: 12px;
	text-align: center;
}

.cf-success-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #22c55e;
	color: #fff;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_sent p {
	font-size: 18px;
	font-weight: 600;
	color: #16a34a;
	margin: 0;
}

@media (max-width: 560px) {
	#contact_form {
		width: 94vw;
	}
}

/* Banners */
.side_banner {
	position: fixed;
	width: 160px;
	height: 600px;
	top: 0;
	left: 0;
}

/* Feedback form modal */
#feedback_form {
	background: #fff;
	display: none;
	width: 560px;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	direction: rtl;
}

.ff-inner {
	padding: 20px 24px;
	direction: rtl;
	position: relative;
}

#form-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ff-garage-name {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 16px;
}

.ff-stars {
	display: flex;
	gap: 4px;
	align-items: center;
}

.rate-star {
	cursor: pointer;
}

.ff-note {
	font-size: 12px;
	color: #888;
	margin-bottom: 12px;
}

.ff-error {
	color: #dc2626;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 8px 12px;
	background: #fef2f2;
	border-radius: 4px;
}

#feedback-text {
	height: 90px;
	resize: vertical;
}

#final-screen .cf-success {
	padding: 40px 24px;
}

/* Feedback read */
#feedback_read {
	background: #fff;
	display: none;
	width: 620px;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	direction: rtl;
}

.feedback-read {
	padding: 10px 20px 20px;
	max-height: 70vh;
	overflow-y: auto;

	.colored {
		color: #EC1515;
	}

	.feed-item {
		width: 100%;
		zoom: 1;

		&:after {
			clear: both;
			content: '';
			display: block;
			height: 0;
		}

		.user-info {
			width: 150px;
			float: right;

			.rate-star {
				vertical-align: bottom;
			}
		}

		.feed-text {
			max-height: 300px;
			overflow: auto;
			float: right;
			width: calc(100% - 150px);
			padding-bottom: 10px;
		}
	}
}

/* Common */
.rate-star {
	width: 16px;
	height: 16px;
	background: url(/images/site/rate-stars.svg) no-repeat 0 0;
}

.rate-star.checked {
	background: url(/images/site/rate-stars-active.svg) no-repeat 0 0;
}

.desc {
	font-size: smaller;
	font-style: italic;
	color: #999;
}

.error-view {
	border: 1px solid #f00;
	background-color: #fcc;
	text-align: center;
}

.inline {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.g-loader {
	height: 100%;
	background: url("/images/ajax_loader.gif") no-repeat center center;
}

.g-loader.presized {
	height: 100px;
}

@media screen and (max-width: 1340px) {
	.side_banner {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.tabs-small .small-button {
		height: 43px;
	}

	.tabs-small .small-button .caption {
		font-size: 13px;
	}

	.tabs-small .sales-banner {
		display: none;
	}

	.filter {
		margin-top: 0;
	}

	.filter .filter-box .item-city,
	.filter .filter-box .item-brand,
	.filter .filter-box .item-search {
		margin: 5px 0;
	}

	.filter .filter-box input {
		width: 150px;
	}

	.listbox .musah_row .quick-data {
		padding: 5px;
	}

	.listbox .musah_row .quick-data .block {
		padding: 5px 0;
	}

	.listbox .musah_row .quick-data .fav-icon,
	.listbox .musah_row .quick-data .more {
		display: table-row;
	}

	.listbox .musah_details {
		height: auto;
	}

	.musah_details .banner {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.musah_details .info-column {
		float: none;
	}

	.musah_details .info-column.col1,
	.musah_details .info-column.col2,
	.musah_details .info-column.col3 {
		width: 100%;
	}

	.musah_details .box.social,
	.musah_details .box.rates {
		width: 45%;
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}

	.musah_details .box .info,
	.musah_details .box .info.full-height {
		height: auto;
		max-height: none;
	}

	.musah_details .box .info .info-data {
		height: auto;
		margin-bottom: 10px;
	}

	.musah_details .box .info .img-button {
		width: 48%;
	}
}

@media screen and (max-width: 650px) {
	.tabs-big .tab-holder .tab .caption {
		font-size: 16px;
	}

	.tabs-big {
		height: 36px;
		margin-top: -29px;
	}

	.tabs-big .tab-holder .tab {
		height: 27px;
	}

	.tabs-big .tab-holder .tab.active {
		height: 29px;
	}

	#feedback_form,
	#feedback_read {
		width: 94vw;
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.main-container {
		margin-top: 0;
		border-radius: 0;
		overflow: hidden;
	}

	.header {
		padding-top: 25px;
	}

	.header a.header-logo {
		left: 33px;
	}
}

@font-face {
	font-family: 'open sans';
	src: url('/fonts/opensans/opensanshebrew-regular-webfont.woff2') format('woff2'), url('/fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html body,
html button,
html input,
html select,
html textarea {
	font-family: 'open sans';
	color: #222;
}

html button {
	color: #FFFFFF;
}

button {
    background: #194aad none;
    border-color: #194aad;
}

.main-container {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 0;
}

.main-container .header {
	position: relative;
	padding-top: 0;
}

.main-container .header .header-logo {
	display: grid;
}

.main-container .header .background-image {
	object-fit: cover;
	z-index: 1;
}

.main-container .header .logo-background {
	position: absolute;
	right: 0;
	top: 0;
	width: 48%;
	height: 100%;
	max-height: calc(100% - 5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(40px);
	background-color: #FFFFFF;
	z-index: 2;
}

.main-container .header .logo {
	position: absolute;
	top: 14%;
	right: 4%;
	width: 40%;
	height: 80%;
	z-index: 3;
}

.main-container .header a {
	width: 100%;
	left: inherit;
	top: inherit;
}

.main-container .header a img {
	max-height: 300px;
	min-height: 110px;
}

.main-container .tabs-big {
	max-width: 1000px;
	background-color: #fff;
	background: #fff;
	margin: 25px auto 20px auto;
	padding-bottom: 3px;
	height: 35px;
	border-bottom: none;
}

.main-container .tabs-big .tab-holder {
	width: 10%;
}

.main-container .tabs-big .tab-holder .tab {
	padding-top: 0;
	height: 34px;
	line-height: 37px;
	background-color: #fff;
	border: none;
}

.main-container .tabs-big .tab-holder .tab .caption {
	font-size: 25px;
}

.main-container .tabs-big .tab-holder .tab:hover {
	border-bottom: 4px solid #e9f0ff;
}

.main-container .tabs-big .tab-holder .tab.active {
	border-bottom: 4px solid #194aad;
}

.main-container .small-menu-holder {
	max-width: 1000px;
	margin: auto;
}

.main-container .small-menu-holder .tabs-small .small-button {
	height: 43px;
    background: #eff3f9 none;
}

.main-container .small-menu-holder .tabs-small .small-button .caption {
	font-weight: 100;
}

.main-container .small-menu-holder .tabs-small .small-button.active {
	background-color: #194aad;
}

.main-container .small-menu-holder .tabs-small .small-button.active .caption {
	color: #ffffff;
}

.main-container .small-menu-holder .tabs-small .sales-banner {
	display: none;
}

.main-container .data-content {
	max-width: 1000px;
	margin: auto;
	padding-top: 0;
}

.main-container .data-content .filter {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	margin: 0 0 5px 0;
	background-color: #f1f1f1;
	box-sizing: border-box;

	input, select {
		height: 30px;
		box-sizing: border-box;
		font-size: 14px;
		background-color: #FFFFFF;
	}

	.filter-header {
		width: 65px;
		font-size: 15px;
		text-decoration: underline;
		margin-left: 2%;
	}

	.item-city {
		display: flex;
		align-items: center;
		margin-left: 5%;

		.item-city-text {
			margin-left: 6px;
		}
	}

	.item-brand {
		display: flex;
		align-items: center;
		margin-left: 5%;

		.item-brand-text {
			margin-left: 6px;
		}
	}

	.item-search {
		display: flex;
		align-items: center;

		.item-search-text {
			margin-left: 5%;
		}

		.item-search-container {
			display: flex;
			align-items: center;

			input {
				padding: 0 3px;
			}

			button {
				margin-right: 10px;
				font-size: 14px;
				height: 28px;
				width: 55px;
				color: #FFFFFF;
			}
		}
	}
}

.main-container .data-content .listbox .musah_row {
	background-color: #fafbff;
	height: auto;
}

.main-container .data-content .listbox .musah_row:nth-child(odd) {
	background-color: #ffffff;
}

.main-container .data-content .listbox .musah_row .quick-data {
	line-height: 45px;
	min-height: 45px;
	font-size: 14px;
}

.main-container .data-content .listbox .musah_row .quick-data .fav-icon {
	vertical-align: middle;
	padding-right: 10px;
	box-sizing: border-box;
}

.main-container .data-content .listbox .musah_row .quick-data .more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.main-container .data-content .listbox .musah_row .quick-data .more .more-arr {
	margin-right: 7px;
	margin-top: 0;
}

.main-container .data-content .listbox .musah_row:hover {
	background-color: #eff3f9;
}

.main-container .data-content .listbox .result-pages #prev-button {
	width: 28px;
	height: 28px;
	background: url(/images/site/button-next.svg) no-repeat 0 0;
	transform: rotate(180deg);
}

.main-container .data-content .listbox .result-pages #next-button {
	width: 28px;
	height: 28px;
	background: url(/images/site/button-next.svg) no-repeat 0 0;
}

.main-container .data-content .musah_details {
	height: auto;
}

.main-container .data-content .musah_details .info-column.col3 {
	width: 150px;
}

.main-container .data-content .musah_details .box {
	border-radius: 5px;
}

.main-container .data-content .musah_details .box.social .info {
	padding-top: 20px;
	padding-left: 20px;
}

.main-container .data-content .musah_details .title {
	line-height: 35px;
	height: 35px;
	background-color: #194aad;
	background-image: none;
}

.main-footer {
	background-color: #fff;
	padding: 30px 0;
}

@media screen and (max-width: 1000px) {
	.main-container .header .logo-background {
		width: 58%;
	}

	.main-container .header .logo {
		top: 9%;
		width: 45%;
	}

	.main-container .tabs-big .tab-holder {
		width: 15%;
	}

	.main-container .tabs-big .tab-holder .tab .caption {
		font-size: 20px;
	}

	.main-container .small-menu-holder .tabs-small .caption {
		font-size: 18px;
	}

	.main-container .data-content .filter {
		font-size: 13px;
		height: auto;

		.filter-header {
			margin-left: 1%;
			width: 47px;

			.filter-header-text {
				font-size: 13px;
			}
		}

		.item-city, .item-brand, .item-search {
			width: auto;
			margin-left: 3%;
		}

		.item-search {
			flex-direction: unset;
		}
	}

	.main-container .musah_row .quick-data .block {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		line-height: 16px;
		width: 20%;
	}
}

@media screen and (max-width: 770px) {
	.main-container .header .logo-background {
		top: 0;
		width: 90%;
		filter: blur(24px);
	}

	.main-container .header .logo {
		top: 0;
		width: 70%;
	}

	.main-container .tabs-big .tab-holder {
		width: 13%;
	}

	.main-container .tabs-big .tab-holder .tab .caption {
		font-size: 20px;
	}

	.main-container .data-content .filter {
		flex-direction: column;
		align-items: flex-start;
		font-size: 13px;
		padding: 10px 20px;
	}

	.main-container .data-content .filter .filter-header {
		width: 47px;
	}

	.main-container .data-content .filter .filter-header .filter-header-text {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.main-container .data-content .filter .item-city,
	.main-container .data-content .filter .item-brand,
	.main-container .data-content .filter .item-search {
		width: 100%;
		margin: 3px 0;
		flex-direction: unset;
	}

	.main-container .data-content .filter .item-city .item-city-text {
		margin-left: 52px;
	}

	.main-container .data-content .filter .item-city select {
		width: calc(60% - 20px);
	}

	.main-container .data-content .filter .item-brand select {
		width: calc(60% - 20px);
	}

	.main-container .data-content .filter .item-search .item-search-text {
		margin-left: 37px;
	}

	.main-container .data-content .filter .item-search .item-search-container {
		width: calc(60% - 20px);
	}

	.main-container .data-content .filter .item-search .item-search-container input {
		width: 100%;
	}

	.main-container .musah_row .info-column .box .title {
		line-height: 25px;
		height: 25px;
	}

	.main-container .musah_row .info-column.col2 {
		float: right;
		width: calc(100% - 161px);
	}

	.main-container .musah_row .info-column.col3 {
		float: right;
	}

	.main-container .musah_row .info-column.col3 .box.social,
	.main-container .musah_row .info-column.col3 .box.rates {
		width: 150px;
	}

	.main-container .musah_row .quick-data .block {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		line-height: 16px;
		width: 20%;
	}
}

@media screen and (max-width: 650px) {
	.main-container .tabs-big .tab-holder {
		width: 20%;
	}

	.main-container .tabs-big .tab-holder .tab .caption {
		font-size: 18px;
	}

	.main-container .small-menu-holder .tabs-small .caption {
		font-size: 16px;
	}

	.main-container .data-content .filter .item-city,
	.main-container .data-content .filter .item-brand,
	.main-container .data-content .filter .item-search {
		flex-direction: unset;
	}

	.main-container .musah_row .info-column .box .title {
		line-height: 25px;
		height: 25px;
	}

	.main-container .musah_row .info-column.col2 {
		float: right;
		width: calc(100% - 161px);
	}

	.main-container .musah_row .info-column.col3 {
		float: right;
	}

	.main-container .musah_row .info-column.col3 .box.social,
	.main-container .musah_row .info-column.col3 .box.rates {
		width: 150px;
	}

	.main-container .musah_row .quick-data .block {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		line-height: 16px;
		width: 23%;
	}

	.main-container .musah_row .quick-data .block.more {
		width: 30px;
	}

	.main-container .musah_row .quick-data .block.more .text {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.main-container .tabs-big {
		margin: 3px auto 14px auto;
	}

	.main-container .tabs-big .tab-holder {
		width: 26%;
	}

	.main-container .tabs-big .tab-holder .tab .caption {
		font-size: 18px;
	}

	.main-container .small-menu-holder .tabs-small .caption {
		font-size: 13px;
	}

	.main-container .musah_row .quick-data .block {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		line-height: 16px;
		width: 29%;
	}

	.main-container .musah_row .quick-data .block.fav-icon {
		display: block;
		width: 100%;
		height: 17px;
		padding: 0 !important;
	}
}

/* ── Garage detail card (modern redesign) ── */

.main-container .data-content .musah_details {
	overflow: visible;
}

.musah_details .garage-main {
	display: flex;
	gap: 10px;
	padding: 10px;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.musah_details .garage-col {
	flex: 1 1 220px;
	min-width: 0;
}

.musah_details .garage-col-rating {
	flex: 0 0 160px;
}

.musah_details .box .info,
.musah_details .box .info.full-height {
	height: auto;
	max-height: none;
	overflow: visible;
}

.musah_details .contact-list {
	margin-bottom: 14px;
}

.musah_details .contact-row {
	display: flex;
	align-items: baseline;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 1.5;
	gap: 8px;

    a.site-link {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
    }
}

.musah_details .contact-row:last-child {
	border-bottom: none;
}

.musah_details .contact-label {
	font-weight: bold;
	min-width: 55px;
	flex-shrink: 0;
	color: #444;
}

.musah_details .garage-actions {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.musah_details .garage-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border-radius: 6px;
	border: 1px solid #194aad;
	color: #194aad;
	text-decoration: none;
	font-size: 13px;
	background: #fff;
	cursor: pointer;
}

.musah_details .garage-btn:hover {
	background: #eff3f9;
}

.musah_details .garage-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.musah_details .info-section {
	margin-bottom: 14px;
}

.musah_details .info-section-label {
	font-weight: bold;
	font-size: 13px;
	color: #555;
	margin-bottom: 6px;
}

.musah_details .brands-group {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.musah_details .brand-pill {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #c0cfe8;
	border-radius: 20px;
	font-size: 13px;
	background: #f4f7fd;
	color: #333;
}

.musah_details .brand-pill.murshe {
	border-color: #194aad;
	background: #e8eeff;
	color: #194aad;
	font-weight: bold;
}

.musah_details .tags-group {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.musah_details .service-tag {
	display: inline-block;
	padding: 3px 10px;
	background: #eff3f9;
	border-radius: 4px;
	font-size: 13px;
	color: #444;
}

.musah_details .garage-description {
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	padding-top: 10px;
	border-top: 1px solid #eee;
	white-space: pre-line;
}

.musah_details .garage-col-rating .box .info {
	text-align: center;
	padding: 14px 8px;
}

.musah_details .rating-score {
	font-size: 38px;
	font-weight: bold;
	color: #194aad;
	line-height: 1;
	margin-bottom: 8px;
	direction: ltr;
}

.musah_details .rating-max {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.musah_details .rating-count {
	margin-top: 10px;
	padding-bottom: 8px;
	font-size: 13px;
}

.musah_details .stars {
	white-space: nowrap;
}

.musah_details .rating-count a {
	color: #194aad;
}

.musah_details .banner {
	clear: both;
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	margin-top: 6px;
}

@media screen and (max-width: 770px) {
	.musah_details .garage-main {
		flex-direction: column;
		align-items: stretch;
	}

	.musah_details .garage-col,
	.musah_details .garage-col-rating {
		flex: 1 1 auto;
	}
}

/* ── Modal backdrop ── */
#modal-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.9);
	z-index: 9000;
}

.modal,
#feedback_form,
#feedback_read {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9100;
	background: #fff;
}

/* ── Select2 overrides — match filter UI ── */
.filter .select2-container .select2-selection--single {
	height: 30px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	background: #fff;
}

.filter .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding-right: 8px;
	padding-left: 20px;
}

.filter .select2-container .select2-selection--single .select2-selection__arrow {
	height: 28px;
	left: 1px;
	right: auto;
}

.select2-dropdown {
	border-radius: 0;
	border-color: #aaa;
	font-size: 14px;
	direction: rtl;
}

.select2-search--dropdown .select2-search__field {
	border-color: #aaa;
	font-size: 14px;
	direction: rtl;
}

/* ── Admin hamburger button ── */
.main-container .header .admin-menu-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 36px;
	height: 30px;
	padding: 5px;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.main-container .header .admin-menu-btn span {
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

/* ── Admin drawer ── */
.admin-drawer-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9500;
}

.admin-drawer-overlay.open {
	display: block;
}

.admin-drawer {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	background: #fff;
	z-index: 9600;
	transition: right 0.3s ease;
	direction: rtl;
	box-shadow: -2px 0 8px rgba(0,0,0,0.2);
}

.admin-drawer.open {
	right: 0;
}

.admin-drawer-close {
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #555;
	padding: 4px 8px;
}

.admin-drawer-close:hover {
	color: #000;
}

.admin-drawer-nav {
	margin-top: 50px;
}

.admin-drawer-link {
	display: block;
	padding: 14px 20px;
	font-size: 16px;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

.admin-drawer-link:hover {
	background: #f5f5f5;
	color: #194aad;
}

/* ── Login page ── */
.login-page {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
}

.login-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 32px;
	width: 100%;
	max-width: 360px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.login-box h2 {
	margin: 0 0 24px;
	font-size: 20px;
	text-align: center;
	color: #222;
}

.login-group {
	margin-bottom: 16px;
}

.login-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #444;
}

.login-group input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	direction: ltr;
}

.login-group input:focus {
	outline: none;
	border-color: #194aad;
}

.login-actions {
	margin-top: 20px;
}

.login-btn {
	width: 100%;
	padding: 10px;
	background: #194aad;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}

.login-btn:hover {
	background: #133d8e;
}

.login-error {
	margin-bottom: 16px;
	padding: 10px 12px;
	background: #fff0f0;
	border: 1px solid #f5c6c6;
	border-radius: 4px;
	color: #c0392b;
	font-size: 14px;
}

button.admin-drawer-link {
	background: none;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	cursor: pointer;
	width: 100%;
	text-align: right;
	font-family: inherit;
}

.select2-results__option {
	font-size: 14px;
	direction: rtl;
	text-align: right;
}

.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #e8f0fe;
	color: #333;
}

.select2-results__option:first-child {
	font-weight: bold;
	color: #f00;
}

/* Mobile: match Select2 container width to native select responsive rules */
@media screen and (max-width: 770px) {
	.main-container .data-content .filter .item-city .select2-container,
	.main-container .data-content .filter .item-brand .select2-container {
		width: calc(60% - 20px) !important;
	}
}

.error-page {
    text-align: center;
    padding-top: 100px;

    .not-found {
        max-width: stretch;
    }
}

.musah_details .wh-public {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.musah_details .wh-public-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 13px;
}

.musah_details .wh-public-day {
	width: 52px;
	flex-shrink: 0;
	font-weight: 600;
	color: #555;
}

.musah_details .wh-public-hours {
	color: #333;
}

.musah_details .wh-public-hours.wh-today {
	font-weight: 700;
	color: #1a7a3f;
}
