/* Hauska /salon/ page */
#salons-page.hauska-salon-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
}
#salons-page.hauska-salon-page * { box-sizing: border-box; }
#salons-page.hauska-salon-page a { text-decoration: none; color: inherit; }

.hsl-hero {
	padding: 40px 0 8px;
	background: #fff;
}
#salons-page.hauska-salon-page .hsl-hero ul.breadcrumb.us-breadcrumb {
	margin: 0;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	text-transform: none;
}
#salons-page.hauska-salon-page .hsl-hero .us-breadcrumb-item,
#salons-page.hauska-salon-page .hsl-hero .breadcrumb-item,
#salons-page.hauska-salon-page .hsl-hero .us-breadcrumb-item a,
#salons-page.hauska-salon-page .hsl-hero .breadcrumb-item a {
	color: #A8A8A8 !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: none;
}
#salons-page.hauska-salon-page .hsl-hero .us-breadcrumb-item:last-child,
#salons-page.hauska-salon-page .hsl-hero .breadcrumb-item:last-child,
#salons-page.hauska-salon-page .hsl-hero .us-breadcrumb-item:last-child a {
	color: #221F20 !important;
}
#salons-page.hauska-salon-page .hsl-hero .us-breadcrumb-item + .us-breadcrumb-item::before,
#salons-page.hauska-salon-page .hsl-hero .breadcrumb-item + .breadcrumb-item::before {
	color: #C8C8C8;
	padding: 0 8px;
	content: "/";
}
.hsl-hero__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
}
.hsl-hero__title {
	flex: 0 1 auto;
	margin: 0;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: 3px;
}
.hsl-hero__title:after { display: none !important; content: none !important; }
.hsl-hero__side {
	display: none;
}
.hsl-hero__lead {
	margin: 0;
	width: 100%;
	text-align: right;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.hsl-book {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background: #221F20;
	border: 0;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16.5px;
	cursor: pointer;
}
.hsl-book:hover { filter: brightness(1.08); color: #fff; }

.hsl-kicker {
	color: #BD9746;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 4px;
}
.hsl-title {
	margin: 0;
	color: #221F20;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 1px;
}
.hsl-rule {
	width: 124px;
	height: 1px;
	background: #221F20;
}
.hsl-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding-bottom: 24px;
}
.hsl-head__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.hsl-points {
	padding: 16px 0 80px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #fff;
}
.hsl-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	position: relative;
	z-index: 6;
}
.hsl-filters .hsl-book {
	margin-left: auto;
	flex: 0 0 auto;
	width: auto;
}
.hsl-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hsl-chip {
	appearance: none;
	-webkit-appearance: none;
	padding: 12px 24px;
	border: 1px solid rgba(34, 31, 32, 0.20);
	background: #fff;
	color: rgba(34, 31, 32, 0.55);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16.5px;
	letter-spacing: 1.5px;
	cursor: pointer;
}
.hsl-chip.is-on {
	background: #221F20;
	border-color: #221F20;
	color: #fff;
}
.hsl-vr {
	width: 1px;
	height: 24px;
	background: rgba(34, 31, 32, 0.12);
}
.hsl-city { position: relative; min-width: 180px; }
.hsl-city__btn {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-width: 180px;
	padding: 12px 24px;
	border: 1px solid rgba(34, 31, 32, 0.20);
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 16.5px;
	cursor: pointer;
}
.hsl-city__caret {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(34, 31, 32, 0.65);
	flex: 0 0 auto;
}
.hsl-city.is-open .hsl-city__caret { transform: rotate(180deg); }
.hsl-city__list {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 100%;
	z-index: 30;
	background: #fff;
	border: 1px solid rgba(34, 31, 32, 0.15);
	box-shadow: 0 8px 24px rgba(34, 31, 32, 0.12);
	max-height: 280px;
	overflow-y: auto;
	flex-direction: column;
}
.hsl-city.is-open .hsl-city__list { display: flex; }
.hsl-city__opt {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 10px 16px;
	border: 0;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.hsl-city__opt:hover,
.hsl-city__opt.is-on { background: #f4f4f4; }
.hsl-city__opt[hidden] { display: none !important; }

.hsl-map {
	display: flex;
	align-items: stretch;
	height: 700px;
	min-height: 700px;
	outline: 1px solid rgba(34, 31, 32, 0.10);
	outline-offset: -1px;
}
#salons-page.hauska-salon-page .hsl-map .salons-list {
	width: 443px;
	max-width: 38%;
	max-height: 700px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	border-right: 1px solid rgba(34, 31, 32, 0.10);
	margin: 0;
	padding: 0;
	scrollbar-width: thin;
	scrollbar-color: #221F20 transparent;
}
#salons-page.hauska-salon-page .hsl-map .salon-card.is-hide { display: none !important; }
#salons-page.hauska-salon-page .hsl-map .salon-card {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 20px 28px !important;
	border: 0;
	border-bottom: 1px solid rgba(34, 31, 32, 0.08);
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: none;
}
#salons-page.hauska-salon-page .hsl-map .salon-card.is-on { background: #221F20; gap: 16px; }
.hsl-salon__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__name {
	margin: 0;
	color: #221F20;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__addr {
	margin: 0;
	color: rgba(34, 31, 32, 0.55);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
#salons-page.hauska-salon-page .hsl-map .salon-card.is-on .hsl-salon__name { color: #fff; }
#salons-page.hauska-salon-page .hsl-map .salon-card.is-on .hsl-salon__addr { color: rgba(255, 255, 255, 0.60); }
#salons-page.hauska-salon-page .hsl-map .hsl-salon__phone {
	display: inline-block;
	width: auto;
	max-width: max-content;
	align-self: flex-start;
	color: #C49319 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none !important;
}
#salons-page.hauska-salon-page .hsl-map .salon-card.is-on .hsl-salon__phone { display: none; }
#salons-page.hauska-salon-page .hsl-map a.hsl-salon__num {
	display: inline-block;
	width: auto;
	max-width: max-content;
	align-self: flex-start;
	color: #C49319 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none !important;
}
.hsl-salon__more { display: none; }
#salons-page.hauska-salon-page .hsl-map .salon-card.is-on .hsl-salon__more {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}
.hsl-salon__meta {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}
.hsl-salon__col {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.hsl-salon__lbl {
	color: rgba(255, 255, 255, 0.40);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 16.5px;
	letter-spacing: 1.5px;
}
.hsl-salon__hours {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.hsl-salon__soc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__soc a {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #4D4D4D;
	overflow: hidden;
	border-radius: 8px;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__soc img {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}
.hsl-salon__acts {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__acts a {
	flex: 1 1 0;
	min-width: 0;
	padding: 12px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16.5px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none !important;
	box-sizing: border-box;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__acts .is-fill {
	background: #fff;
	color: #221F20 !important;
}
#salons-page.hauska-salon-page .hsl-map .hsl-salon__acts .is-line {
	background: transparent;
	color: #fff !important;
	outline: 1px solid rgba(255, 255, 255, 0.30);
	outline-offset: -1px;
}
#salons-page.hauska-salon-page .hsl-map #map,
#salons-page.hauska-salon-page .hsl-map .map-container {
	flex: 1 1 0;
	width: auto !important;
	max-width: none;
	height: auto !important;
	min-height: 700px;
	margin: 0;
	background: #f5f5f5;
}

.hsl-empty {
	width: 100%;
	padding: 48px 28px;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}

.hsl-gallery {
	padding: 0 0 100px;
	background: #fff;
}
.hsl-gallery__head { padding-bottom: 40px; }
.hsl-gallery .hsl-title { line-height: 56px; }
.hsl-gallery__slide {
	position: relative;
	height: 704px;
	overflow: hidden;
	background: #221F20;
}
.hsl-gallery__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
}
.hsl-gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hsl-gallery__cap {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 56px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.hsl-gallery__loc {
	color: rgba(255, 255, 255, 0.70);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 2px;
}
.hsl-gallery__addr {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: 1px;
}
.hsl-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding-top: 40px;
}
.hsl-nav {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #BDBCBD;
	padding: 0;
	cursor: pointer;
}
.hsl-nav.is-dark { border-color: #0A0A0A; }
.hsl-nav:hover { border-color: #0A0A0A; }
.hsl-pager__nums {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #221F20;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.hsl-pager__bar {
	position: relative;
	width: 64px;
	height: 1px;
	background: #BDBCBD;
}
.hsl-pager__bar > span {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 50%;
	background: #221F20;
	transition: width 0.25s ease;
}
.hsl-pager__total { color: #BDBCBD; }

#salon-book-modal {
	position: fixed;
	inset: 0;
	z-index: 10060;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1rem;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(4, 8, 12, 0.82);
	opacity: 1;
	pointer-events: none;
}
#salon-book-modal:not(.is-open) { display: none; }
#salon-book-modal.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
}
body.salon-book-modal-open { overflow: hidden; }
body.salon-book-modal-open .oct-fixed-bar,
body.salon-book-modal-open #us_fixed_contact_button,
body.salon-book-modal-open #mobile-navbar { display: none !important; }
#salon-book-modal .modal-dialog {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#salon-book-modal .modal-content {
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}
#salon-book-modal .modal-header {
	border-bottom: 1px solid #e6e6e6;
	padding: 24px 32px 16px;
}
#salon-book-modal .modal-title {
	font-size: 32px;
	font-weight: 400;
}
#salon-book-modal .modal-body { padding: 24px 32px 32px; }
#salon-book-form .salon-book-field { margin-bottom: 20px; }
#salon-book-form .salon-book-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #555;
}
#salon-book-form .salon-book-label.required::after { content: " *"; color: #C49319; }
#salon-book-form .form-control,
#salon-book-form textarea.form-control {
	border: none;
	border-bottom: 1px solid #1f1f1f;
	border-radius: 0;
	padding: 10px 0;
	font-size: 16px;
	background: transparent;
	box-shadow: none;
}
#salon-book-form .form-control:focus,
#salon-book-form textarea.form-control:focus {
	box-shadow: none;
	border-color: #C49319;
}
#salon-book-form .form-control.error_style,
#salon-book-form .cool-select.error_style .cool-select-head { border-bottom-color: #dc3545; }
#salon-book-form .cool-select { width: 100%; }
#salon-book-form .salon-book-salon-readonly { background: #f5f5f5; cursor: default; }
#salon-book-form .salon-book-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	margin-top: 24px;
}

@media (max-width: 1439px) {
	.hsl-hero, .hsl-points { padding-left: 0; padding-right: 0; }
	.hsl-gallery { padding-left: 0; padding-right: 0; }
	.hsl-gallery__slide { height: 480px; }
	.hsl-hero__side { max-width: 48%; }
}
@media (max-width: 1199px) {
	.hsl-hero__row { align-items: center; justify-content: space-between; gap: 16px; }
	.hsl-title { font-size: 28px; line-height: 40px; }
	.hsl-map { flex-direction: column; height: auto; min-height: 0; }
	#salons-page.hauska-salon-page .hsl-map .salons-list {
		width: 100%;
		max-width: 100%;
		max-height: 420px;
	}
	#salons-page.hauska-salon-page .hsl-map #map,
	#salons-page.hauska-salon-page .hsl-map .map-container {
		min-height: 360px;
		width: 100% !important;
		height: 360px !important;
	}
	.hsl-gallery__slide { height: 360px; }
	.hsl-gallery__addr { font-size: 18px; line-height: 26px; }
}
@media (max-width: 767px) {
	.hsl-hero, .hsl-points, .hsl-gallery { padding-left: 0; padding-right: 0; }
	.hsl-hero { padding-top: 20px; padding-bottom: 8px; }
	.hsl-hero__title { font-size: 26px; line-height: 32px; letter-spacing: 1.5px; }
	.hsl-points { padding-top: 8px; }
	.hsl-gallery { padding-bottom: 64px; }
	.hsl-gallery__cap { padding: 24px; }
	.hsl-filters { gap: 12px; }
	.hsl-filters .hsl-book { width: auto; }
	#salon-book-modal .modal-title { font-size: 24px; }
}
