@font-face {
	font-family: 'Comfortaa';
	src: url(/assets/fonts/ElMessiri/ElMessiri.ttf);
}

/* ====================== BEAUTY SALON REDESIGN ====================== */
:root {
	--beauty-bg: #fffaf8;
	--beauty-surface: #ffffff;
	--beauty-surface-soft: #f9eeeb;
	--beauty-primary: #9e4f5f;
	--beauty-primary-dark: #793743;
	--beauty-accent: #d9a89f;
	--beauty-gold: #b99362;
	--beauty-ink: #35292b;
	--beauty-muted: #786a6d;
	--beauty-border: rgba(121, 55, 67, .13);
	--beauty-shadow: 0 18px 50px rgba(101, 65, 70, .11);
	--beauty-radius: 26px;
}

[data-bs-theme="dark"] {
	--beauty-bg: #211c1e;
	--beauty-surface: #2b2527;
	--beauty-surface-soft: #34292c;
	--beauty-primary: #d68a99;
	--beauty-primary-dark: #e5a6b2;
	--beauty-accent: #b97884;
	--beauty-gold: #d1af81;
	--beauty-ink: #fff7f4;
	--beauty-muted: #cfbdc0;
	--beauty-border: rgba(255, 255, 255, .1);
	--beauty-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

body {
	background: var(--beauty-bg);
	color: var(--beauty-ink);
}

.site-header { z-index: 1040; }
.site-topbar {
	background: var(--beauty-primary-dark);
	font-size: 13px;
	letter-spacing: .025em;
}
.site-navbar {
	min-height: 76px;
	background: color-mix(in srgb, var(--beauty-surface) 92%, transparent);
	border-bottom: 1px solid var(--beauty-border);
	box-shadow: 0 9px 32px rgba(63, 42, 46, .07);
	backdrop-filter: blur(16px);
}
.site-brand img { width: auto; height: 48px; object-fit: contain; }
.site-navbar .nav-link {
	position: relative;
	padding: .75rem .9rem !important;
	color: var(--beauty-ink);
	font-size: 14px;
	font-weight: 600;
}
.site-navbar .navbar-nav > .nav-item > .nav-link::after {
	content: "";
	position: absolute;
	left: .9rem;
	right: .9rem;
	bottom: .38rem;
	height: 2px;
	background: var(--beauty-primary);
	border-radius: 2px;
	transform: scaleX(0);
	transition: transform .25s ease;
}
.site-navbar .navbar-nav > .nav-item > .nav-link:hover::after { transform: scaleX(1); }
.site-navbar .dropdown-menu {
	padding: .65rem;
	border: 1px solid var(--beauty-border);
	border-radius: 18px;
	box-shadow: var(--beauty-shadow);
}
.site-navbar .dropdown-item { border-radius: 12px; padding: .65rem .8rem; }
.site-navbar .dropdown-item:hover { background: var(--beauty-surface-soft); color: var(--beauty-primary-dark); }
.site-booking-btn,
.hero-button,
.reviews-all-btn {
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark)) !important;
	box-shadow: 0 10px 24px rgba(126, 58, 72, .22);
	color: #fff !important;
	font-weight: 600;
	padding: .7rem 1.25rem;
	transition: transform .25s ease, box-shadow .25s ease;
}
.site-booking-btn:hover,
.hero-button:hover,
.reviews-all-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(126, 58, 72, .3); }

.home-main { overflow: hidden; }
.home-hero { padding: 22px 0 34px; }
.home-hero .carousel {
	max-width: 1380px;
	margin: 0 auto;
	border-radius: 0 0 38px 38px;
	overflow: hidden;
	box-shadow: var(--beauty-shadow);
}
.home-hero .carousel-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(32, 22, 25, .69) 0%, rgba(50, 31, 36, .25) 46%, transparent 72%);
	z-index: -1;
}
.home-hero .hero-content {
	max-width: 430px;
	padding: 36px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 28px;
	background: rgba(255, 249, 247, .13);
	box-shadow: 0 20px 55px rgba(37, 21, 25, .17);
	backdrop-filter: blur(8px);
	color: #fff;
	animation: beautyFadeUp .75s ease both;
}
.home-hero .slide_title { font-size: clamp(30px, 4vw, 54px); line-height: 1.08; letter-spacing: -.025em; }
.home-hero .slide_descr { max-width: 34ch; color: rgba(255,255,255,.9); }
.home-hero .carousel-indicators li { width: 28px; height: 4px; border: 0; border-radius: 4px; opacity: .55; }
.home-hero .carousel-indicators .active { width: 50px; opacity: 1; }

.home-page h2,
.home-page .section-title {
	color: var(--beauty-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 600;
	letter-spacing: -.025em;
}
.home-page main > .container.py-2.py-md-3 { padding-top: 2.4rem !important; padding-bottom: 2.4rem !important; }
.home-page main > .container.py-2.py-md-3 > h2::before,
.home-advantages h2::before,
.home-reviews .section-title::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 2px;
	margin-right: 12px;
	vertical-align: middle;
	background: var(--beauty-accent);
}
.home-page .owl-carousel .owl-stage { padding: 12px 0 24px; }
.home-page .owl-carousel .owl-item > a,
.home-page .owl-carousel .owl-item > .col { transition: transform .35s ease; }
.home-page .owl-carousel .owl-item > a:hover { transform: translateY(-8px); }
.home-page .categories,
.home-page .products {
	position: relative;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: var(--beauty-radius) !important;
	overflow: hidden;
	box-shadow: 0 15px 38px rgba(81, 54, 59, .14);
	transition: box-shadow .35s ease, transform .35s ease;
}
.home-page .categories:hover,
.home-page .products:hover { box-shadow: 0 22px 48px rgba(81, 54, 59, .21); }
.home-page .categories::before,
.home-page .products::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(48, 26, 32, .78) 100%);
}
.home-page .categories > div,
.home-page .products > div { position: relative; z-index: 1; width: 100%; padding: 16px 12px; }
.home-page .card_title { font-size: 15px; font-weight: 600; line-height: 1.35; text-transform: none !important; text-shadow: 0 2px 12px rgba(0,0,0,.48); }
.home-page .owl-theme .owl-dots .owl-dot span { width: 7px; height: 7px; background: var(--beauty-accent); transition: all .25s ease; }
.home-page .owl-theme .owl-dots .owl-dot.active span { width: 24px; background: var(--beauty-primary); }

.home-page main > section.py-3 {
	position: relative;
	padding: 4.5rem 0 !important;
	background: var(--beauty-surface-soft);
}
.home-page main > section.py-3 .row { align-items: center; }
.home-page main > section.py-3 img {
	min-height: 390px;
	object-fit: cover;
	border-radius: 32px !important;
	box-shadow: var(--beauty-shadow);
}
.home-page main > section.py-3 .col-md-6 > div { padding: clamp(20px, 4vw, 58px); }
.home-page main > section.py-3 h3 { color: var(--beauty-ink); font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.home-page main > section.py-3 .btn { border-radius: 999px; padding: .8rem 1.4rem; background: var(--beauty-primary-dark) !important; }

.home-advantages { background: var(--beauty-surface); }
.advantage-card {
	padding: 30px 18px;
	border: 1px solid var(--beauty-border);
	border-radius: 24px;
	background: var(--beauty-bg);
	transition: transform .3s ease, box-shadow .3s ease;
}
.advantage-card:hover { transform: translateY(-6px); box-shadow: var(--beauty-shadow); }
.advantage-icon { background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark)) !important; box-shadow: 0 12px 26px rgba(126, 58, 72, .2); }
.advantage-card h6 { color: var(--beauty-ink); font-weight: 600; }
.advantage-card p { color: var(--beauty-muted); font-size: 14px; }

.home-reviews { background: var(--beauty-surface-soft); }
.review-card {
	min-height: 185px;
	border: 1px solid var(--beauty-border);
	border-radius: 24px;
	background: var(--beauty-surface);
	box-shadow: 0 12px 32px rgba(74, 50, 55, .08);
	color: var(--beauty-ink);
}
.review-card .far { color: var(--beauty-primary); }
.review-card .visible_lines_2 { color: var(--beauty-muted); -webkit-line-clamp: 4; }

.site-footer {
	padding-top: 24px;
	border-top: 1px solid var(--beauty-border);
	background: var(--beauty-surface);
}
.site-footer h3 { color: var(--beauty-primary-dark); letter-spacing: .08em; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: var(--beauty-primary) !important; }
.site-footer hr { border-color: var(--beauty-border); opacity: 1; }
.mobile-bottom-nav {
	background: color-mix(in srgb, var(--beauty-surface) 94%, transparent);
	border-top: 1px solid var(--beauty-border);
	box-shadow: 0 -12px 32px rgba(61, 42, 46, .1);
	backdrop-filter: blur(16px);
}
.mobile-bottom-nav .col { padding-bottom: max(5px, env(safe-area-inset-bottom)); }
.mobile-bottom-nav i { color: var(--beauty-primary); font-size: 17px; }

.mobile-menu,
#sidebar_record_form,
#offcanvasRight { background: var(--beauty-bg); color: var(--beauty-ink); }
.mobile-menu { width: min(88vw, 390px) !important; border: 0; }
.mobile-menu .offcanvas-header { padding: 22px; border-bottom: 1px solid var(--beauty-border); }
.mobile-menu .offcanvas-header img { max-height: 52px; width: auto; }
.mobile-menu .offcanvas-body { padding: 20px 24px; }
.mobile-menu .nav-link { margin-bottom: 5px; padding: 12px 14px !important; border-radius: 14px; font-weight: 600; }
.mobile-menu .nav-link:hover { background: var(--beauty-surface-soft); color: var(--beauty-primary-dark) !important; }
.mobile-menu .nav-link i { color: var(--beauty-primary); margin-right: 9px !important; }
#sidebar_record_form { width: min(100%, 480px); border: 0; }
#sidebar_record_form .offcanvas-header { border-bottom: 1px solid var(--beauty-border); }
#sidebar_record_form .record_form_title { color: var(--beauty-ink); font-size: 24px; font-weight: 600; }
#sidebar_record_form .card { border: 1px solid var(--beauty-border); border-radius: 18px; background: var(--beauty-surface); box-shadow: 0 8px 24px rgba(69,47,51,.06); }
#sidebar_record_form .card:hover,
#sidebar_record_form .card.active { border-color: var(--beauty-accent); background: var(--beauty-surface-soft); transform: translateY(-2px); }
#sidebar_record_form .record_form_content > button.btn-danger { border: 0; border-radius: 999px; background: var(--beauty-primary-dark); }

.home-mobile-categories .horizontal_scroll_wrap { scrollbar-width: none; }
.home-mobile-categories .horizontal_scroll_wrap::-webkit-scrollbar { display: none; }
.home-mobile-categories .square_background { border-color: var(--beauty-accent) !important; box-shadow: 0 7px 18px rgba(90,55,62,.13); }
.back-to-top { border: 0 !important; background: var(--beauty-primary-dark) !important; box-shadow: 0 10px 26px rgba(73,43,49,.22); }

@keyframes beautyFadeUp {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767.98px) {
	body { padding-bottom: 60px; }
	.site-navbar { min-height: 66px; }
	.site-brand img { height: 42px; }
	.site-navbar .container { padding-inline: 16px; }
	.home-hero { padding: 6px 0 24px; }
	.home-hero .carousel { border-radius: 0 0 28px 28px; }
	.home-hero .hero-content { margin: 0 8px; padding: 22px; border-radius: 22px; }
	.home-hero .slide_title { font-size: 29px; line-height: 1.12; }
	.home-hero .slide_descr { font-size: 14px; }
	.home-page main > .container.py-2.py-md-3 { padding-top: 1.55rem !important; padding-bottom: 1.55rem !important; }
	.home-page main > section.py-3 { padding: 2.8rem 0 !important; }
	.home-page main > section.py-3 img { min-height: 270px; }
	.home-page main > section.py-3 .col-md-6 > div { padding: 22px 4px 4px; }
	.advantage-card { padding: 22px 10px; }
	.review-card { min-height: 205px; }
	.reviews-all-btn { padding: .55rem .8rem; font-size: 12px; }
	.back-to-top { bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

:root {
	--link-color: #0084a3;
}

body{
	font-family: "Comfortaa", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

a{color: var(--link-color);}

* > p{margin-bottom: 0.75em;}
* > p:last-child{margin-bottom: 0;}
* > ul:last-child{margin-bottom: 0;}

.h1, h1 {
	font-size: 32px;
	line-height: 40px;
}
.h2, h2 {
	font-size: 30px;
	line-height: 36px;
}
.h3, h3 {
	font-size: 28px;
	line-height: 34px;
}
.h4, h4 {
	font-size: 26px;
	line-height: 32px;
}
.h5, h5 {
	font-size: 22px;
	line-height: 28px;
}
.h6, h6 {
	font-size: 18px;
	line-height: 26px;
}

.fs16{font-size: 16px;}
.fs15{font-size: 15px;}
.fs14{font-size: 14px;}
.fs13{font-size: 13px;}
.fs12{font-size: 12px;}
.fs11{font-size: 11px;}
.fs10{font-size: 10px;}

.pointer{cursor: pointer;}

.visible_lines_1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.visible_lines_2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.visible_lines_3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-shadow-black {text-shadow: 1px 1px 7px black;}

.breadcrumb_banner{padding: 6% 0 4% 0;}

.horizontal_scroll_wrap {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.div_gorisontal_scroll {display: inline-flex;}


/* ====================== LOADING ====================== */
#pageloader-overlay {
	opacity: 0;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(0, 0, 0);
	height: 100%;
	width: 100%;
	z-index: 9998;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#pageloader-overlay.visible {opacity: 1;}
#pageloader-overlay.hidden {
	opacity: 0;
	height: 0px;
	width: 0px;
	z-index: -10000;
}
#pageloader-overlay .loader-wrapper-outer {
	background-color: transparent;
	z-index: 9999;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	text-align: center;
	vertical-align: middle;
}
#pageloader-overlay .loader-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
#pageloader-overlay .loader {
	margin: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 8px solid rgba(255, 255, 255, 0.5);
	border-right: 8px solid rgba(255, 255, 255, 0.5);
	border-bottom: 8px solid rgba(255, 255, 255, 0.5);
	border-left: 8px solid #AAA;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: pageloader 1.1s infinite linear;
	animation: pageloader 1.1s infinite linear;
}
#pageloader-overlay .loader,
#pageloader-overlay .loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
@-webkit-keyframes pageloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes pageloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.img_ratio_1x1{aspect-ratio: 1;}
.img_fit_cover{object-fit: cover;}
.img_fit_contain{object-fit: contain;}
.img_pos_top{object-position: top;}
.img_pos_center{object-position: center;}


.bg-white-300 {
	background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left {
	border-radius: 0;
	border-bottom-left-radius: .25rem!important;
}
.rounded-bottom-right {
	border-radius: 0;
	border-bottom-right-radius: .25rem!important;
}

.square_background{
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	background-size: cover;
}


/* ====================== product_option ====================== */
.product_option {
	display: block;
	list-style: outside none none;
	margin: 0 12px 12px 0;
	overflow: hidden;
	padding-left: 0;
}
.product_option li {
	float: left;
	margin: 3px 3px 3px 0;
}
.product_option li label input {
	left: -9000px;
	position: absolute;
}
.product_option li label span {
	cursor: pointer;
	display: block;
	font-weight: 400;
	margin: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 5px 8px;
	border-radius:6px;
	line-height: 1;
	border: 1px solid #a5a5a5;
	color: #a5a5a5;
}
.product_option li label span:hover {
	background-color: #eee;
}
.product_option li label input:checked+span {
	background-color: #000;
	border-color: #000;
	color: white;
}



/* ====================== CART ====================== */
.cart_informer_count {
	font-size: 0.7em;
	top: -10px;
	right: -10px;
}
.cart_informer_count:empty {
	display: none;
}
footer .cart_informer_count {
	right: -16px;
	top: -12px;
}


.carousel-indicators ::marker {content: '';}


/* GO TO UP BUTTON */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 70px;
	right: 10px;
	display:none;
	z-index: 1;
}


/* Dark theme */
[data-bs-theme="dark"] .btn-dark {
	border: 1px solid white;
}

/* ====================== bs-icons ====================== */
.bs-icon {
	--bs-icon-size: .75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: var(--bs-icon-size);
	width: calc(var(--bs-icon-size) * 2);
	height: calc(var(--bs-icon-size) * 2);
	color: var(--bs-primary);
}
.bs-icon-lg {
	--bs-icon-size: 2rem;
}
.bs-icon-xs {
	--bs-icon-size: 1rem;
	width: calc(var(--bs-icon-size) * 1.5);
	height: calc(var(--bs-icon-size) * 1.5);
}
.bs-icon-sm {
	--bs-icon-size: 1rem;
}
.bs-icon-md {
	--bs-icon-size: 1.5rem;
}
.bs-icon-xl {
	--bs-icon-size: 2.5rem;
}
.bs-icon.bs-icon-primary {
	color: var(--bs-white);
	background: var(--bs-primary);
}
.bs-icon.bs-icon-primary-light {
	color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), .2);
}
.bs-icon.bs-icon-semi-white {
	color: var(--bs-primary);
	background: rgba(255, 255, 255, .5);
}
.bs-icon.bs-icon-rounded {
	border-radius: .5rem;
}
.bs-icon.bs-icon-circle {
	border-radius: 50%;
}


/* ==================== BLOCK REVIEWS ==================== */
#block_review_p{margin:0;}
#block_review_p > span{
	cursor:pointer;
	text-decoration:underline;
}
#block_review_div{
	display:none;
}
#block_review_div > p{
	margin: 10px 10px 0 10px;
}
#block_review_div > p > label {
	width: 100%;
	margin: 0;
}
#block_review_div > p > input,
#block_review_div > p > textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #f76f1c;
	border-radius: 4px;
	padding: 10px;
	color: #888888;
}
#block_review_div > p > button {
	background-color: #1ba1e2;
	color: white;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #232323;
	border-radius: 4px;
}
#block_review_div > p > button:hover {
	background-color: #f76f1c;
}
#block_review_div #capcha{
	display:inline-block;
	width:auto;
	vertical-align:bottom;
}



/* ====================== RECORD FORM ====================== */
#sidebar_record_form .card:hover,
#sidebar_record_form .card.active{
	background-color: #0097c117;
}
.record_form_title {
    position: absolute;
    top: 0;
    left: 0;
	right: 20px;
    padding: 16px;
    margin: 0;
    font-size: 20px;
	z-index: 0;
}
.record_form_buttons{
	position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}
#record_form_masters .record_form_content .badge{
	font-family: monospace;
	font-weight: normal;
	font-size:16px;
	border-color: currentColor;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}
#record_form_masters .record_form_content .badge:hover,
#record_form_masters .record_form_content .badge.active{
	background-color: #f5401f;
    color: white;
    border-color: #f5401f;
}
#record_form_time .badge{
	font-family: monospace;
	font-weight: normal;
}
#record_form_time .badge:hover,
#record_form_time .badge.active{
	background-color: #f5401f;
    color: white;
    border-color: #f5401f;
}
#record_form_masters .card-body.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    cursor: no-drop;
}
#record_form_masters input{
	width: 18px;
    height: 18px;
}
#record_form_services .list-group-item.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    cursor: no-drop;
    z-index: 1;
}



/* ====================== VANILLA-CALENDAR ====================== */
#sidebar_record_form .vanilla-calendar{
    padding:0;
	background-color: transparent;
    width: 100%;
}
#sidebar_record_form .vanilla-calendar-day{
    padding:0 2px;
}
#sidebar_record_form .vanilla-calendar-day__btn{
    font-size:18px;
    font-family: monospace;
}
#sidebar_record_form .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_disabled){
    font-weight: bold;
}
#sidebar_record_form .vanilla-calendar-week__day{
	font-size:14px;
}
[data-calendar-theme=dark] .vanilla-calendar-day__btn{
    background-color: #9f9f9f1a;
}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected,
[data-calendar-theme=dark] .vanilla-calendar-day__btn:hover{
    background-color: white;
    color:black;
}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next{
    opacity: 0.5;
}


/* ====================== TIMEPICKER ====================== */
.clock-timepicker{display:block !important;}



/* ====================== OTHER STYLES ====================== */
/* .content {
	text-align: justify;
} */

.text {
	overflow: hidden;
	max-height: 50px;
	transition: max-height .3s linear;
}

.toggleButton {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
}



/* ====================== SCROLLBAR ====================== */
::-webkit-scrollbar{width: 6px; height: 6px;}
::-webkit-scrollbar-button{background-color: #afafafb3; width:0; height:0;}
::-webkit-scrollbar-track{background-color:transparent;}
::-webkit-scrollbar-track-piece{background: transparent;}
::-webkit-scrollbar-thumb{height: 50px; background-color: #afafafb3; border-radius: 3px;}
::-webkit-scrollbar-corner{background-color: #afafafb3;}
::-webkit-resizer{background-color: #afafafb3;}

.horizontal_scroll_wrap::-webkit-scrollbar{height: 0;}



/* ---------------- MEDIA ---------------- */
@media (min-width: 360px) {
	.service_categories {
		height: 260px;
	}
	.categories {
		height: 280px;
	}
	.category {
		height: 120px;
		font-size: 12px;
	}
	.collections {
		height: 120px;
		font-size: 12px;
	}
	.products {
		height: 260px;
	}
	.articles {
		height: 180px;
	}
	.carousel_height {
		height: 280px;
	}
	.slide_title {
		font-size: 28px;
		line-height:34px;
		text-shadow: 1px 1px 2px rgba(4,4,4,0.8);
	}
	.slide_descr {
		font-size: 24px;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	}
	.descr_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.title_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* number of lines to show */
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.card_title {
		font-size: 14px;
	}
	.card_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* number of lines to show */
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.descr_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* number of lines to show */
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.card-height {
		height: 230px;
	}
	.bnr_height {
		height: 230px;
	}
	.category_scroll {
		height: 120px;
	}
	.services {
		height: 220px;
	}
	.card_descr {
		font-size: 12px;
	}
	body > main {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.service_categories {
		height: 420px;
	}
	.categories {
		height: 420px;
	}
	.category {
		height: 420px;
		font-size: 14px;
	}
	.slide_title {
		font-size: 38px;
		line-height:44px;
		text-shadow: 2px 2px 4px rgba(4,4,4,0.8);
	}
	.slide_descr {
		font-size: 26px;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	}
	.collections {
		height: 220px;
		font-size: 14px;
	}
	.products {
		height: 420px;
	}
	.articles {
		height: 320px;
	}
	.carousel_height {
		height: 560px;
	}
	.descr_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* number of lines to show */
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.title_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.card_title {
		font-size: 16px;
	}
	.card_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.descr_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.card-height {
		height: 330px;
	}
	.bnr_height {
		height: 330px;
	}
	.category_scroll {
		height: 230px;
	}
	.services {
		height: 420px;
	}
	.card_descr {
		font-size: 16px;
	}
	body > main {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.h1, h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.h2, h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.h3, h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.h4, h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.h5, h5 {
		font-size: 18px;
		line-height: 24px;
	}
	.h6, h6 {
		font-size: 16px;
		line-height: 22px;
	}
}


/* ------------- Button WhatsApp ----------- */
#zcwMiniButton {
	position: fixed;
	left: 15px;
	bottom: 70px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 101;
	display: none;
  }
  @media (max-width: 750px) {
	#zcwMiniButton {
		display: block;
	}
  }
  #zcwMiniButton #zcwMiniButtonMain {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgb(107 128 94);
	width: 40px;
	height: 40px;
	-webkit-animation: zcwmini 1.5s 0s ease-out infinite;
	-moz-animation: zcwmini 1.5s 0s ease-out infinite;
	animation: zcwmini 1.5s 0s ease-out infinite;
  }
  #zcwMiniButton #zcwMiniButtonMain:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../../images/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	-webkit-animation: zcwphone 1.5s linear infinite;
	-moz-animation: zcwphone 1.5s linear infinite;
	animation: zcwphone 1.5s linear infinite;
  }
  #zcwMiniButton:hover {
	opacity: 1;
  }
  #zcwMiniButton:hover #zcwMiniButtonMain {
	-webkit-animation: zcwmini2 1s 0.4s ease-out infinite;
	-moz-animation: zcwmini2 1s 0.4s ease-out infinite;
	animation: zcwmini2 1s 0.4s ease-out infinite;
  }
  #zcwMiniButton:hover #zcwMiniButtonMain:before {
	-webkit-animation: zcwphone2 1s linear infinite;
	-moz-animation: zcwphone2 1s linear infinite;
	animation: zcwphone2 1s linear infinite;
  }
  
  @-webkit-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @-moz-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @-webkit-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @-moz-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
  
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
  
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  }
  @-webkit-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }
  @-moz-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }
  @keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }
  @-webkit-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }
  @-moz-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }
  @keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}
  
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
  
	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
	}
  }

/* ====================== INNER PAGES & RESPONSIVE CARDS ====================== */
body:not(.home-page) main { min-height: 55vh; padding-bottom: 48px; }
body:not(.home-page) main > .container:first-child { padding-top: clamp(28px, 5vw, 64px) !important; }
body:not(.home-page) main h1 {
	color: var(--beauty-ink);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.12;
	font-weight: 600 !important;
	letter-spacing: -.035em;
}
body:not(.home-page) main h2,
body:not(.home-page) main h3 { color: var(--beauty-ink); font-weight: 600; letter-spacing: -.02em; }
body:not(.home-page) main p { color: var(--beauty-muted); }

.breadcrumb_banner,
body:not(.home-page) main > [data-bss-parallax-bg="true"] {
	position: relative;
	margin: 18px auto 38px;
	max-width: 1380px;
	min-height: 330px;
	padding: 80px 0 !important;
	border-radius: 0 0 38px 38px;
	overflow: hidden;
	box-shadow: var(--beauty-shadow);
}
.breadcrumb_banner::after,
body:not(.home-page) main > [data-bss-parallax-bg="true"]::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(40,24,28,.58), rgba(73,42,48,.18) 70%);
	pointer-events: none;
}
.breadcrumb_banner .container,
body:not(.home-page) main > [data-bss-parallax-bg="true"] > * { position: relative; z-index: 1; }
.breadcrumb_banner h1,
body:not(.home-page) main > [data-bss-parallax-bg="true"] h1 { color: #fff !important; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.55); }
.breadcrumb_banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.55); }

/* Карточки категорий, услуг и товаров */
.service_categories,
.services,
.categories,
.products,
.articles {
	position: relative;
	border: 1px solid rgba(255,255,255,.38);
	border-radius: var(--beauty-radius) !important;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(72,46,52,.13);
	isolation: isolate;
	transform: translateZ(0);
	transition: transform .38s cubic-bezier(.2,.75,.25,1), box-shadow .38s ease, border-color .38s ease;
}
.service_categories::before,
.services::before,
.categories::before,
.products::before,
.articles::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 38%, rgba(48,25,31,.82) 100%);
	pointer-events: none;
}
.service_categories::after,
.services::after,
.categories::after,
.products::after,
.articles::after {
	content: "";
	position: absolute;
	top: -35%;
	left: -85%;
	z-index: 2;
	width: 42%;
	height: 175%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
	transform: rotate(18deg);
	pointer-events: none;
}
a:hover > .service_categories,
a:hover > .services,
a:hover > .categories,
a:hover > .products,
a:hover > .articles {
	transform: translateY(-9px) scale(1.012);
	border-color: rgba(218,168,159,.62);
	box-shadow: 0 24px 50px rgba(72,46,52,.22);
}
a:hover > .service_categories::after,
a:hover > .services::after,
a:hover > .categories::after,
a:hover > .products::after,
a:hover > .articles::after { animation: beautyShine .85s ease forwards; }
.service_categories > div,
.services > div,
.categories > div,
.products > div,
.articles > div { position: relative; z-index: 3; width: 100%; padding: 18px 14px; }
.services .card_title,
.service_categories .card_title,
.products .card_title,
.categories .card_title { margin: 0; color: #fff !important; font-size: 16px; line-height: 1.32; font-weight: 600 !important; }
.services p,
.products p { margin-top: 5px !important; color: #fff !important; font-size: 14px; font-weight: 600; }

/* Подкатегории с инлайновым фоном */
body:not(.home-page) main a.position-relative.rounded-4 {
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 24px !important;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(72,46,52,.12);
	transition: transform .3s ease, box-shadow .3s ease;
}
body:not(.home-page) main a.position-relative.rounded-4:hover { transform: translateY(-6px); box-shadow: var(--beauty-shadow); }
body:not(.home-page) main a.position-relative.rounded-4 > div { inset: auto 12px 12px 12px !important; top: auto !important; border-radius: 15px; transform: none !important; background: rgba(51,29,34,.76) !important; backdrop-filter: blur(7px); }
body:not(.home-page) main a.position-relative.rounded-4 > div p { color: #fff !important; font-weight: 600; }

/* Текстовые и медиа-блоки внутренних страниц */
body:not(.home-page) main > .container,
body:not(.home-page) main > section > .container { position: relative; }
body:not(.home-page) main section.py-3 { padding: 42px 0 !important; }
body:not(.home-page) main section.py-3:nth-of-type(even) { background: var(--beauty-surface-soft); }
body:not(.home-page) main section.py-3 img,
.simple-slider,
.simple-slider img { border-radius: 28px !important; }
.simple-slider { overflow: hidden; box-shadow: var(--beauty-shadow); }
.simple-slider .swiper-pagination-bullet-active { background: var(--beauty-primary); }
.product-price {
	display: inline-flex;
	gap: 10px;
	align-items: baseline;
	padding: 12px 18px;
	border: 1px solid var(--beauty-border);
	border-radius: 16px;
	background: var(--beauty-surface-soft);
}
.product-price strong { color: var(--beauty-primary-dark); font-size: 1.3em; }
body:not(.home-page) main .btn-dark,
body:not(.home-page) main .btn-danger,
body:not(.home-page) main .btn-primary,
body:not(.home-page) main .btn-success {
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark)) !important;
	box-shadow: 0 10px 24px rgba(126,58,72,.2);
	color: #fff !important;
	transition: transform .25s ease, box-shadow .25s ease;
}
body:not(.home-page) main .btn:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(126,58,72,.28); }

/* Статьи */
body:not(.home-page) .articles { min-height: 280px; }
body:not(.home-page) .articles + div h5,
body:not(.home-page) a + div h5 { color: var(--beauty-ink); font-size: 20px; line-height: 1.35 !important; }
body:not(.home-page) main article,
body:not(.home-page) main .article-content { color: var(--beauty-muted); }

/* Формы, отзывы, кабинеты */
body:not(.home-page) main .card {
	border: 1px solid var(--beauty-border);
	border-radius: 24px;
	background: var(--beauty-surface);
	box-shadow: 0 14px 38px rgba(69,46,51,.09);
}
body:not(.home-page) main .card-header { padding: 14px 18px; border-color: var(--beauty-border); background: var(--beauty-surface-soft); }
body:not(.home-page) main .form-control,
body:not(.home-page) main .form-select,
body:not(.home-page) main textarea {
	min-height: 48px;
	border: 1px solid var(--beauty-border);
	border-radius: 14px;
	background-color: var(--beauty-surface);
}
body:not(.home-page) main .form-control:focus,
body:not(.home-page) main .form-select:focus { border-color: var(--beauty-accent); box-shadow: 0 0 0 .22rem rgba(158,79,95,.12); }
#block_review_div .card { margin-top: 30px; }
#block_reviews .review-card { color: var(--beauty-ink) !important; }
#block_reviews .review-card p { color: var(--beauty-muted); }
.nav-tabs { gap: 8px; border-bottom-color: var(--beauty-border); }
.nav-tabs .nav-link { border: 0; border-radius: 14px 14px 0 0; color: var(--beauty-muted); }
.nav-tabs .nav-link.active { background: var(--beauty-surface-soft); color: var(--beauty-primary-dark); }
.table { --bs-table-bg: transparent; --bs-table-striped-bg: var(--beauty-surface-soft); border-color: var(--beauty-border); }
.table-responsive { border: 1px solid var(--beauty-border); border-radius: 18px; }

/* Контакты и юридические страницы */
body:not(.home-page) main iframe { width: 100% !important; min-height: 390px; border: 0 !important; border-radius: 26px; box-shadow: var(--beauty-shadow); }
body:not(.home-page) main .bs-icon { background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark)) !important; box-shadow: 0 8px 20px rgba(126,58,72,.18); }
body:not(.home-page) main > .container.py-md-5 > .row > .col-12 {
	padding: clamp(24px, 5vw, 58px);
	border: 1px solid var(--beauty-border);
	border-radius: 28px;
	background: var(--beauty-surface);
	box-shadow: var(--beauty-shadow);
}

@keyframes beautyShine {
	0% { left: -85%; opacity: 0; }
	20% { opacity: 1; }
	100% { left: 145%; opacity: 0; }
}

@media (max-width: 767.98px) {
	body:not(.home-page) main { padding-bottom: 24px; }
	.breadcrumb_banner,
	body:not(.home-page) main > [data-bss-parallax-bg="true"] { min-height: 250px; margin-top: 6px; padding: 55px 0 !important; border-radius: 0 0 28px 28px; }
	.service_categories,
	.services,
	.categories,
	.products { border-radius: 20px !important; }
	.services .card_title,
	.service_categories .card_title,
	.products .card_title,
	.categories .card_title { font-size: 13px; }
	body:not(.home-page) .articles { min-height: 230px; }
	body:not(.home-page) main iframe { min-height: 300px; }
	.product-price { display: flex; flex-wrap: wrap; }
}

/* ====================== MOBILE HERO & NAVIGATION V2 ====================== */
.header-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--beauty-border) !important;
	border-radius: 14px;
	background: var(--beauty-surface);
	color: var(--beauty-ink);
	transition: transform .22s ease, background .22s ease, color .22s ease;
}
.header-action-btn:hover { transform: translateY(-2px); background: var(--beauty-surface-soft); color: var(--beauty-primary); }
.mobile-booking-trigger { margin-right: 7px; border-color: transparent !important; background: var(--beauty-surface-soft); color: var(--beauty-primary-dark); }

.mobile-menu-brand { gap: 11px; margin: 0; }
.mobile-menu-brand span { display: flex; flex-direction: column; color: var(--beauty-primary-dark); font-size: 17px; font-weight: 600; line-height: 1.1; }
.mobile-menu-brand small { margin-bottom: 3px; color: var(--beauty-muted); font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.mobile-menu-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--beauty-surface-soft);
	color: var(--beauty-primary-dark);
	font-size: 18px;
}
.mobile-menu-label { color: var(--beauty-muted); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu-contact {
	margin: 22px 0 18px;
	padding: 18px;
	border: 1px solid var(--beauty-border);
	border-radius: 22px;
	background: var(--beauty-surface-soft);
}
.mobile-menu-contact > a {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 11px;
	color: var(--beauty-ink);
	font-size: 13px;
	text-decoration: none;
}
.mobile-menu-contact > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 11px;
	background: var(--beauty-surface);
	color: var(--beauty-primary);
}
.mobile-menu-socials { display: flex; gap: 9px; margin-top: 15px; }
.mobile-menu-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: var(--beauty-primary-dark);
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.mobile-bottom-nav .container-fluid { padding: 0; }
.mobile-bottom-nav .row { align-items: center; min-height: 66px; margin: 0; }
.mobile-nav-item { padding: 6px 2px 5px; }
.mobile-nav-item a { position: relative; color: var(--beauty-muted) !important; }
.mobile-nav-item i { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 27px; margin: 0 !important; font-size: 16px; transition: transform .2s ease; }
.mobile-nav-item p { margin-top: 1px; color: inherit; font-size: 9px !important; line-height: 1.2; }
.mobile-nav-item a:active i { transform: scale(.9); }
.mobile-nav-primary { align-self: stretch; }
.mobile-nav-primary a { top: -17px; }
.mobile-nav-primary i {
	width: 52px;
	height: 52px;
	border: 5px solid var(--beauty-bg);
	border-radius: 19px;
	background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark));
	box-shadow: 0 12px 26px rgba(121,55,67,.28);
	color: #fff;
	font-size: 19px;
}
.mobile-nav-primary p { margin-top: 2px; color: var(--beauty-primary-dark); font-weight: 600; }

@media (max-width: 767.98px) {
	body { padding-bottom: 88px; }
	.site-navbar { min-height: 72px; }
	.site-navbar .container { flex-wrap: nowrap; }
	.site-brand { min-width: 0; margin-right: auto; }
	.site-brand img { width: auto; max-width: 150px; height: 46px; }
	.mobile-header-actions { flex: 0 0 auto; margin-left: 8px !important; }
	.header-tools { gap: 2px; }
	.theme-switcher-wrap { display: none !important; }
	.theme-switcher-wrap #bd-theme,
	.header-tools > span,
	.header-tools > .nav-item:not(.theme-switcher-wrap) > button {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		padding: 0 !important;
		border-radius: 12px;
		color: var(--beauty-ink);
	}
	.header-tools > span { margin-right: 2px !important; }
	.menu-trigger { width: 40px; height: 40px; margin-left: 2px !important; font-size: 17px; }
	.mobile-menu .offcanvas-body { display: flex; flex-direction: column; padding-bottom: 24px; }
	.mobile-menu .nav-link { display: flex; align-items: center; min-height: 48px; padding: 11px 13px !important; }
	.mobile-menu .nav-link i { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 11px; background: var(--beauty-surface-soft); }
	.mobile-menu .site-booking-btn { min-height: 50px; }
	.mobile-menu .offcanvas-footer { padding-bottom: max(4px, env(safe-area-inset-bottom)); }

	.home-hero { padding-top: 8px; }
	.home-hero .carousel_height { height: clamp(450px, 120vw, 535px); min-height: 450px; max-height: 535px; }
	.home-hero .carousel-item > img { object-position: 62% center; }
	.home-hero .carousel-item .container { justify-content: flex-end !important; padding-bottom: 54px; }
	.home-hero .hero-content {
		max-width: none;
		margin: 0 8px;
		padding: 25px 23px;
		background: rgba(52,38,55,.74);
		backdrop-filter: blur(12px);
	}
	.home-hero .slide_title { margin-bottom: 12px; font-size: clamp(29px, 8vw, 38px); line-height: 1.08; }
	.home-hero .slide_descr { margin: 0 0 20px !important; font-size: clamp(15px, 4.4vw, 18px); line-height: 1.45; }
	.home-hero .hero-button { padding: .78rem 1.3rem; font-size: 15px; }
	.home-hero .carousel-indicators { bottom: 14px; margin-bottom: 0; }
	.mobile-bottom-nav {
		left: 10px;
		right: 10px;
		bottom: max(9px, env(safe-area-inset-bottom));
		border: 1px solid var(--beauty-border);
		border-radius: 22px;
		overflow: visible;
		box-shadow: 0 14px 40px rgba(55,35,40,.18);
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.theme-switcher-wrap { display: block !important; margin-right: 2px !important; }
}

@media (max-width: 374.98px) {
	.site-brand img { max-width: 118px; height: 40px; }
	.mobile-booking-trigger { display: none; }
	.home-hero .carousel_height { height: 440px; min-height: 440px; }
	.home-hero .hero-content { padding: 21px 19px; }
	.home-hero .slide_title { font-size: 27px; }
}

@media (max-width: 575.98px) {
	/* Профиль уже доступен в нижней навигации — освобождаем место для записи и меню. */
	.header-tools > span,
	.header-tools > .nav-item:not(.theme-switcher-wrap) { display: none !important; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.home-hero .carousel_height { height: 520px; max-height: 520px; }
	.home-hero .hero-content { max-width: 470px; margin-left: 24px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.home-hero .carousel_height { height: 480px; }
	.home-hero .hero-content { max-width: 390px; padding: 30px; }
}

@media (min-width: 1400px) {
	.home-hero .carousel_height { height: 610px; }
}

/* ====================== RESPONSIVE DENSITY TUNING ====================== */
/* Desktop: просторный, но не чрезмерно высокий первый экран */
.home-hero .carousel_height { height: 520px; }
.home-hero .hero-content { padding: 32px; }
.home-page main > .container.py-2.py-md-3 { padding-top: 2rem !important; padding-bottom: 2rem !important; }

@media (min-width: 1400px) {
	.home-hero .carousel_height { height: 550px; }
	.home-hero .hero-content { max-width: 440px; }
	.service_categories,
	.categories,
	.products { height: 390px; }
	.services { height: 340px; }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.home-hero .carousel_height { height: 500px; }
	.service_categories,
	.categories,
	.products { height: 350px; }
	.services { height: 310px; }
	.articles { height: 285px; }
	.home-page main > section.py-3 { padding: 3.6rem 0 !important; }
	.home-page main > section.py-3 img { min-height: 340px; max-height: 430px; }
}

/* Планшеты: меньше высота карточек, компактнее секции и hero */
@media (min-width: 768px) and (max-width: 991.98px) {
	.site-navbar { min-height: 70px; }
	.site-brand img { height: 44px; }
	.site-navbar .nav-link { padding-inline: .55rem !important; font-size: 13px; }
	.site-booking-btn { margin-left: .5rem !important; padding: .62rem .9rem; font-size: 13px; }
	.home-hero { padding: 12px 14px 26px; }
	.home-hero .carousel_height { height: 430px; }
	.home-hero .hero-content { max-width: 360px; padding: 26px; }
	.home-hero .slide_title { font-size: 34px; }
	.home-hero .slide_descr { font-size: 16px; }
	.service_categories,
	.categories,
	.products { height: 300px; }
	.services { height: 270px; }
	.articles { height: 250px; }
	.home-page main > .container.py-2.py-md-3 { padding-top: 1.65rem !important; padding-bottom: 1.65rem !important; }
	.home-page main > section.py-3 { padding: 3rem 0 !important; }
	.home-page main > section.py-3 img { min-height: 300px; }
	.advantage-card { padding: 24px 12px; }
	.breadcrumb_banner { min-height: 285px; padding: 64px 0 !important; }
}

/* Смартфоны */
@media (max-width: 767.98px) {
	body { padding-bottom: 72px; }
	.site-navbar { min-height: 62px; }
	.site-navbar { position: relative; }
	.site-navbar .container { position: static; width: 100%; max-width: 100%; padding-inline: 12px; }
	.site-brand img { max-width: 132px; height: 40px; }
	.header-action-btn { width: 36px; height: 36px; border-radius: 11px; }
	.menu-trigger { width: 36px; height: 36px; font-size: 15px; }
	.mobile-header-actions { position: absolute; top: 50%; right: 12px !important; left: auto !important; width: 118px; max-width: 118px; margin-left: 0 !important; justify-content: space-between; transform: translateY(-50%); }
	.header-tools { flex: 0 0 76px; width: 76px; justify-content: space-between; gap: 4px; }
	.mobile-booking-trigger { display: inline-flex !important; border: 0 !important; background: linear-gradient(135deg, var(--beauty-primary), var(--beauty-primary-dark)); color: #fff; box-shadow: 0 7px 18px rgba(121,55,67,.22); }
	.mobile-booking-trigger:hover { color: #fff; background: linear-gradient(135deg, var(--beauty-primary-dark), var(--beauty-primary)); }
	.header-tools > span { display: inline-flex !important; margin: 0 !important; }
	.header-tools > .nav-item:not(.theme-switcher-wrap) { display: block !important; margin: 0 !important; }
	.header-tools > span,
	.header-tools > .nav-item:not(.theme-switcher-wrap) > button {
		border: 1px solid var(--beauty-border);
		background: var(--beauty-surface-soft);
		color: var(--beauty-primary-dark);
		box-shadow: 0 5px 14px rgba(76,48,54,.08);
	}
	.menu-trigger { border-color: var(--beauty-border) !important; background: var(--beauty-surface); color: var(--beauty-ink); box-shadow: 0 5px 14px rgba(76,48,54,.07); }
	.theme-switcher-wrap { display: none !important; }

	.home-mobile-categories { padding-top: 10px !important; margin-bottom: 0 !important; }
	.home-mobile-categories .div_gorisontal_scroll,
	body:not(.home-page) main .div_gorisontal_scroll { width: 80px; margin-right: 12px !important; }
	.home-mobile-categories a,
	body:not(.home-page) main .div_gorisontal_scroll a { width: 80px !important; }
	.home-mobile-categories p,
	body:not(.home-page) main .div_gorisontal_scroll p { margin-top: 5px !important; font-size: 9px; }

	.home-hero { padding: 4px 0 18px; }
	.home-hero .carousel { border-radius: 0 0 24px 24px; }
	.home-hero .carousel_height { height: clamp(335px, 88vw, 365px); min-height: 335px; max-height: 365px; }
	.home-hero .carousel-item .container { padding-bottom: 38px; }
	.home-hero .hero-content { margin: 0 12px; padding: 18px 20px; border-radius: 21px; }
	.home-hero .slide_title { margin-bottom: 8px; font-size: clamp(25px, 7vw, 31px); }
	.home-hero .slide_descr { margin-bottom: 12px !important; font-size: 14px; line-height: 1.4; }
	.home-hero .hero-button { padding: .65rem 1rem; font-size: 13px; }
	.home-hero .carousel-indicators { bottom: 10px; }
	.home-hero .carousel-indicators li { width: 22px; }

	.home-page h2,
	.home-page .section-title { font-size: 28px; }
	.home-page main > .container.py-2.py-md-3 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
	.home-page main > .container.py-2.py-md-3 > h2 { margin-block: .8rem !important; }
	.service_categories,
	.categories { height: 225px; }
	.products { height: 225px; }
	.services { height: 205px; }
	.articles,
	body:not(.home-page) .articles { height: 210px; min-height: 210px; }
	.home-page .owl-carousel .owl-stage { padding: 8px 0 16px; }
	.home-page .categories > div,
	.home-page .products > div,
	.services > div { padding: 12px 9px; }
	.home-page .card_title,
	.services .card_title { font-size: 12px; }
	.services p,
	.products p { font-size: 12px; }

	.home-page main > section.py-3 { padding: 2.1rem 0 !important; }
	.home-page main > section.py-3 img { min-height: 235px; max-height: 320px; }
	.home-page main > section.py-3 .col-md-6 > div { padding: 16px 2px 2px; }
	.home-page main > section.py-3 h3 { font-size: 26px; }
	.home-advantages,
	.home-reviews { padding-block: 2rem !important; }
	.advantage-card { padding: 18px 8px; border-radius: 19px; }
	.advantage-icon { margin-bottom: 10px !important; }
	.advantage-card h6 { font-size: 14px; line-height: 1.3; }
	.review-card { min-height: 175px; padding: 18px !important; }

	body:not(.home-page) main { padding-bottom: 15px; }
	body:not(.home-page) main > .container:first-child { padding-top: 22px !important; }
	body:not(.home-page) main h1 { font-size: 31px; }
	.breadcrumb_banner,
	body:not(.home-page) main > [data-bss-parallax-bg="true"] { min-height: 220px; margin-bottom: 22px; padding: 42px 0 !important; }
	body:not(.home-page) main section.py-3 { padding: 28px 0 !important; }
	body:not(.home-page) main > .container.py-md-5 > .row > .col-12 { padding: 22px 18px; border-radius: 22px; }
	.simple-slider { border-radius: 22px !important; }
	.product-price { padding: 10px 14px; font-size: 15px !important; }

	.mobile-bottom-nav {
		left: 8px;
		right: 8px;
		bottom: max(5px, env(safe-area-inset-bottom));
		border-radius: 18px;
	}
	.mobile-bottom-nav .row { min-height: 58px; }
	.mobile-nav-item { padding: 5px 2px; }
	.mobile-nav-item a { top: 0; display: flex !important; flex-direction: column; align-items: center; justify-content: center; min-height: 46px; border-radius: 12px; }
	.mobile-nav-item i { width: 30px; height: 24px; font-size: 14px; }
	.mobile-nav-item p { margin-top: 1px; font-size: 8px !important; }
	.mobile-nav-primary { align-self: auto; }
	.mobile-nav-primary a { top: 0; margin-inline: 2px; background: var(--beauty-surface-soft); color: var(--beauty-primary-dark) !important; }
	.mobile-nav-primary i { width: 30px; height: 24px; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--beauty-primary-dark); font-size: 15px; }
	.mobile-nav-primary p { margin-top: 1px; color: inherit; }
	.back-to-top { bottom: 72px; width: 38px; height: 38px; padding: 7px; }
}

/* Очень узкие телефоны */
@media (max-width: 374.98px) {
	.site-brand img { max-width: 108px; height: 34px; }
	.mobile-header-actions { right: 8px !important; }
	.mobile-booking-trigger { display: inline-flex !important; }
	.home-hero .carousel_height { height: 340px; min-height: 340px; }
	.home-hero .hero-content { margin-inline: 9px; padding: 17px; }
	.home-hero .slide_title { font-size: 24px; }
	.home-hero .slide_descr { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
	.service_categories,
	.categories,
	.products { height: 205px; }
	.services { height: 190px; }
	.mobile-nav-item p { font-size: 7px !important; }
}

/* Горизонтальная ориентация телефона */
@media (max-width: 767.98px) and (orientation: landscape) {
	.home-hero .carousel_height { height: 310px; min-height: 310px; }
	.home-hero .carousel-item .container { justify-content: center !important; padding-bottom: 24px; }
	.home-hero .hero-content { max-width: 360px; margin-left: 16px; padding: 16px 20px; }
	.home-hero .slide_title { font-size: 24px; }
	.home-hero .slide_descr { margin-bottom: 10px !important; }
}

/* ====================== HERO SLIDER POLISH ====================== */
.home-hero .carousel-item .container { position: relative; z-index: 2; }
.home-hero .hero-row { height: 100%; align-items: center; }
.home-hero .hero-column { display: flex; align-items: center; }
.home-hero .hero-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	min-height: 245px;
}
.home-hero .hero-content .slide_title { width: 100%; margin-top: 0; }
.home-hero .hero-content .slide_descr { width: 100%; }
.home-hero .hero-indicators {
	left: 50%;
	right: auto;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
	width: auto;
	margin: 0;
	padding: 5px 7px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(37,24,29,.24);
	box-shadow: 0 8px 22px rgba(25,15,19,.13);
	backdrop-filter: blur(8px);
	transform: translateX(-50%);
}
.home-hero .hero-indicators .hero-indicator {
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 16px;
	height: 4px;
	margin: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255,255,255,.55);
	opacity: 1;
	transition: width .28s ease, background-color .28s ease, transform .28s ease;
}
.home-hero .hero-indicators .hero-indicator.active {
	width: 30px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(255,255,255,.22);
}

@media (min-width: 768px) {
	.home-hero .carousel-item .container { padding-inline: clamp(34px, 6vw, 92px); }
	.home-hero .hero-content { max-width: 430px; }
}

@media (max-width: 767.98px) {
	.home-hero .carousel-item .container { display: flex; justify-content: flex-end !important; padding: 0 0 34px; }
	.home-hero .hero-row { width: 100%; margin: 0; align-items: flex-end; }
	.home-hero .hero-column { width: 100%; padding: 0; }
	.home-hero .hero-content { min-height: 0; margin: 0 14px; padding: 18px 20px; }
	.home-hero .hero-content .slide_title { max-width: 12em; }
	.home-hero .hero-content .slide_descr { max-width: 29em; }
	.home-hero .hero-indicators { bottom: 9px; gap: 4px; padding: 4px 6px; }
	.home-hero .hero-indicators .hero-indicator { width: 12px; height: 3px; }
	.home-hero .hero-indicators .hero-indicator.active { width: 24px; }
}

@media (max-width: 374.98px) {
	.home-hero .hero-content { margin-inline: 9px; padding: 16px 17px; }
	.home-hero .hero-indicators .hero-indicator { width: 10px; }
	.home-hero .hero-indicators .hero-indicator.active { width: 21px; }
}
