/*
Theme Name: Intim Uslugi
Theme URI: https://intim-uslugi.site
Description: Тема для сайта интим-услуг с каталогом анкет
Version: 1.0.0
Author: Intim Uslugi
Text Domain: intim-uslugi
*/

:root,
[data-theme="light"] {
	--iu-bg: #f9f9f9;
	--iu-card-bg: #ffffff;
	--iu-input-bg: #ffffff;
	--iu-header-bg: #f9f9f9;
	--iu-border: #c8c8c8;
	--iu-text: #333333;
	--iu-text-muted: #666666;
	--iu-accent: #ff1578;
	--iu-accent-hover: #ef1467;
	--iu-accent-dark: #b3003d;
	--iu-gradient: linear-gradient(180deg, #ef1467 0%, #b3003d 100%);
	--iu-badge-bg: rgba(255, 21, 120, 0.1);
	--iu-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	--iu-price-color: #ff1578;
	--iu-girl-bg: #f3f3f3;
	--iu-girl-border: #c8c8c8;
	--iu-girl-text-bg: #e4f7fd;
	--iu-girl-today-bg: #ffdada;
	--iu-girl-cell-bg: #ffffff;
	--iu-panel-bg: #ffffff;
	--iu-panel-body-bg: #f9f9f9;
}

[data-theme="dark"] {
	--iu-bg: #0a0a14;
	--iu-card-bg: #14142b;
	--iu-input-bg: #0f0f1a;
	--iu-header-bg: rgba(10, 10, 20, 0.95);
	--iu-border: rgba(255, 255, 255, 0.12);
	--iu-text: #f0f0f5;
	--iu-text-muted: #8888a0;
	--iu-accent: #ff6b8a;
	--iu-accent-hover: #ff6b8a;
	--iu-accent-dark: #e94560;
	--iu-gradient: linear-gradient(135deg, #e94560 0%, #c23152 100%);
	--iu-badge-bg: rgba(233, 69, 96, 0.15);
	--iu-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	--iu-price-color: #ff6b8a;
	--iu-girl-bg: #14142b;
	--iu-girl-border: rgba(255, 255, 255, 0.12);
	--iu-girl-text-bg: rgba(228, 247, 253, 0.08);
	--iu-girl-today-bg: rgba(255, 218, 218, 0.15);
	--iu-girl-cell-bg: rgba(255, 255, 255, 0.05);
	--iu-panel-bg: #14142b;
	--iu-panel-body-bg: #10101f;
}

*, *::before, *::after { box-sizing: border-box; }

html {
	overflow-x: hidden;
	font-size: 14px;
}

body.iu-theme {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background: var(--iu-bg);
	color: var(--iu-text);
	font-size: 1rem;
	line-height: 1.5;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body.iu-nav-open {
	overflow: hidden;
}

a { color: var(--iu-accent); text-decoration: none; }
a:hover { color: var(--iu-accent-hover); }

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.container-fluid {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.hidden-xs {
	display: block;
}

.hidden-sm {
	display: block;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.visible-flex-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-flex-xs {
		display: flex !important;
	}
}

.iu-card-icon {
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

/* Header / navbar (reference) */
.site-header.navbar {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--iu-header-bg);
	border-bottom: 0;
	box-shadow: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.navbar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0 15px;
	background: var(--iu-header-bg);
}

.navbar-brand.site-logo {
	display: flex;
	align-items: center;
	color: #333;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.42857143;
	padding: 1px 0;
	text-decoration: none;
	white-space: nowrap;
}

.site-logo__pink {
	color: var(--iu-accent);
	font-weight: 800;
}

.site-logo__zone {
	color: var(--iu-text-muted);
	font-weight: 400;
	font-size: .7rem;
}

.navbar-buttons {
	display: flex;
	align-items: center;
	gap: 0;
}

.navbar-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	background-image: none;
	border: 1px solid #525050;
	border-radius: 4px;
	height: 34px;
	margin: 8px 0;
	padding: 9px 10px;
	cursor: pointer;
	color: #555;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #ededed;
	outline: 0;
}

.navbar-search {
	margin-right: 8px;
	padding: 5px 10px;
}

.navbar-menu {
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: auto;
	min-width: 44px;
}

.navbar-menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #555;
	border-radius: 1px;
}

.iu-nav-icon {
	width: 2rem;
	height: 2rem;
	fill: currentColor;
	flex-shrink: 0;
	margin-right: 5px;
}

.iu-nav-icon--filter {
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
}

.navbar-collapse {
	display: none;
	border-top: 1px solid var(--iu-accent);
	text-align: left;
}

.navbar-collapse.is-open {
	display: block;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 7.5px 15px;
	background: var(--iu-header-bg);
	border-bottom: 1px solid var(--iu-accent);
}

.navbar-nav li {
	margin: 0;
	padding: 0;
}

.navbar-nav .menu {
	display: flex;
	align-items: center;
	gap: 0;
	color: #333;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 7px 10px;
	text-decoration: none;
	transition: color .2s;
}

.navbar-nav .menu:hover,
.navbar-nav .menu:focus,
.navbar-nav .menu.is-active {
	color: var(--iu-accent);
}

.navbar-nav__item--search-desktop,
.navbar-nav__item--auth-mobile {
	display: none;
}

.navbar-auth {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin: 0 15px 12px;
	padding: 6px 12px !important;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	flex-shrink: 0;
	vertical-align: middle;
}

.navbar-auth .iu-nav-icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 3px;
}

.navbar-auth__short {
	display: none;
}

.count_bookmarks {
	margin-left: 4px;
}

.iu-theme-toggle--header {
	margin: 8px 8px 8px 0;
}

.site-search-toggle {
	display: none;
}

.iu-bookmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #999;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
}

.iu-bookmark.is-active {
	color: var(--iu-accent);
}

.iu-favorites__status {
	color: var(--iu-text-muted);
	text-align: center;
	padding: 2rem 1rem;
}

[data-theme="dark"] .navbar-brand.site-logo,
[data-theme="dark"] .navbar-nav .menu {
	color: var(--iu-text);
}

[data-theme="dark"] .navbar-toggle {
	border-color: var(--iu-border);
	color: var(--iu-text-muted);
}

[data-theme="dark"] .navbar-toggle:hover,
[data-theme="dark"] .navbar-toggle:focus {
	background: var(--iu-input-bg);
}

[data-theme="dark"] .navbar-menu .icon-bar {
	background-color: var(--iu-text-muted);
}

.iu-theme-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--iu-border);
	border-radius: 4px;
	background: var(--iu-card-bg);
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
	flex-shrink: 0;
}

.iu-theme-toggle__icon--light { display: none; }
[data-theme="light"] .iu-theme-toggle__icon--dark { display: none; }
[data-theme="light"] .iu-theme-toggle__icon--light { display: inline; }

.site-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: .5rem;
	min-width: 44px;
	min-height: 44px;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
}

.site-nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--iu-text);
	border-radius: 2px;
}

/* Main */
.site-main { flex: 1; }

.iu-page-head {
	padding: 12px 0 8px;
}

.iu-page-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--iu-text);
}

.iu-main {
	padding-bottom: 1rem;
}

/* Buttons */
.iu-btn {
	display: inline-block;
	padding: .6rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: .9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: opacity .2s;
	font-family: inherit;
}

.iu-btn--primary,
.iu-btn--pink {
	background: var(--iu-gradient);
	color: #fff;
	border-color: var(--iu-accent-dark);
}

.iu-btn--primary:hover,
.iu-btn--pink:hover { opacity: .92; color: #fff; }

.iu-btn--default {
	background: #fff;
	border-color: #ccc;
	color: #333;
}

[data-theme="dark"] .iu-btn--default {
	background: var(--iu-input-bg);
	border-color: var(--iu-border);
	color: var(--iu-text);
}

.iu-btn--default:hover { opacity: .9; color: inherit; }

.iu-btn--outline {
	background: transparent;
	border: 1px solid var(--iu-accent);
	color: var(--iu-accent);
}

.iu-btn--outline:hover { background: rgba(255, 21, 120, 0.08); color: var(--iu-accent); }

.iu-btn--large { padding: 1rem 2rem; font-size: 1.125rem; }

/* Panels (reference style) */
.iu-panel {
	background: var(--iu-panel-bg);
	border: 1px solid var(--iu-border);
	margin-bottom: 20px;
}

.iu-panel__heading {
	background: var(--iu-panel-bg);
	border-bottom: 1px solid var(--iu-border);
	padding: 10px 15px;
}

.iu-panel__heading h2 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
}

.iu-panel__heading--carousel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 600;
}

.iu-panel__body {
	background: var(--iu-panel-body-bg);
	padding: 15px;
}

.iu-panel__body p {
	margin: 0 0 10px;
}

.iu-panel__body p:last-child {
	margin-bottom: 0;
}

.iu-seo-panels {
	padding: 0 0 2rem;
}

/* Top carousel */
.iu-top-carousel {
	margin-bottom: 12px;
}

.iu-panel--carousel {
	margin-bottom: 0;
}

.iu-carousel__nav {
	display: flex;
	gap: 6px;
}

.iu-carousel__btn {
	width: 32px;
	height: 32px;
	border: 1px solid var(--iu-border);
	border-radius: 4px;
	background: #fff;
	color: var(--iu-text);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

[data-theme="dark"] .iu-carousel__btn {
	background: var(--iu-input-bg);
}

.iu-carousel__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}

.iu-girl-top {
	flex: 0 0 140px;
	display: flex;
	flex-direction: column;
	background: var(--iu-girl-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 5px;
	text-decoration: none;
	color: inherit;
}

.iu-girl-top:hover {
	border-color: var(--iu-accent);
}

.iu-girl-top img,
.iu-girl-top__placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border: 1px solid var(--iu-girl-border);
	display: block;
}

.iu-girl-top__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75rem;
	color: var(--iu-text-muted);
}

.iu-girl-top__name {
	font-weight: 600;
	font-size: .875rem;
	padding: 4px 2px 0;
	text-align: center;
}

.iu-girl-top__area {
	font-size: .75rem;
	color: var(--iu-text-muted);
	text-align: center;
	padding: 0 2px;
}

.iu-girl-top__meta {
	display: flex;
	justify-content: center;
	gap: 6px;
	font-size: .7rem;
	padding: 4px 2px 2px;
}

/* Reference search panel */
.hide { display: none !important; }

.iu-search {
	color: #333;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.iu-search__panel {
	background-color: hsla(0, 0%, 98%, .902);
	border-bottom: 1px solid #ff1578;
	width: 100%;
	max-height: none;
}

[data-theme="dark"] .iu-search__panel {
	background-color: rgba(20, 20, 43, .95);
	color: var(--iu-text);
}

.iu-search__tabs {
	border-bottom: 1px solid #b4b4b4;
	display: flex;
	padding-top: 4px;
}

.iu-search__tab {
	border: 1px solid #b4b4b4;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	padding: 3px 15px;
	background: #eee;
	margin-right: 2px;
	font-size: .9375rem;
}

.iu-search__tab.active {
	background: #fff;
	font-weight: 600;
}

[data-theme="dark"] .iu-search__tab {
	background: var(--iu-input-bg);
	border-color: var(--iu-border);
}

[data-theme="dark"] .iu-search__tab.active {
	background: var(--iu-card-bg);
}

.iu-search__tab .badge {
	background: #ff1578;
	color: #fff;
	border-radius: 10px;
	padding: 1px 6px;
	font-size: .75rem;
	margin-left: 4px;
}

.information_filters,
.services_filters {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.information_filters.active,
.services_filters.active {
	display: flex;
}

.information_filters .column,
.services_filters .column {
	display: flex;
	flex-direction: column;
	flex: 1 1 180px;
	min-width: 160px;
	max-width: 240px;
	padding: 0 8px 10px;
}

.information_filters .header,
.services_filters .header,
.information_filters p.header,
.services_filters p.header {
	font-weight: 700;
	margin: 0 0 8px;
	font-size: .9375rem;
}

.iu-search .form-group {
	margin-bottom: 8px;
}

.iu-search .form-group label {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	font-size: .875rem;
}

.iu-search .form-control {
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	font-size: .9375rem;
	font-family: inherit;
	color: #333;
}

[data-theme="dark"] .iu-search .form-control {
	background: var(--iu-input-bg);
	border-color: var(--iu-border);
	color: var(--iu-text);
}

.iu-search .form-group.price > div {
	display: flex;
	align-items: center;
	gap: 6px;
}

.iu-search .form-group.price .form-control {
	flex: 1;
}

.iu-search .separator {
	padding: 0 2px;
	color: #666;
}

.iu-search .checkbox {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.iu-search .checkbox input {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
}

.iu-search .checkbox label {
	margin: 0;
	font-weight: 400;
}

.iu-search .form-group.chekout {
	display: flex;
	gap: 12px;
}

.iu-search .list-group {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.iu-search .l-item {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	color: inherit;
	display: block;
	margin-bottom: -1px;
	padding: 9px 15px;
	position: relative;
	cursor: pointer;
	font-size: .875rem;
	user-select: none;
}

.iu-search .l-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.iu-search .l-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}

.iu-search .l-item.selected {
	background: #ffdada;
	border-color: #ff1578;
	color: #333;
	font-weight: 600;
}

[data-theme="dark"] .iu-search .l-item {
	background: var(--iu-input-bg);
	border-color: var(--iu-border);
}

[data-theme="dark"] .iu-search .l-item.selected {
	background: rgba(255, 21, 120, 0.2);
}

.iu-search .l-item input {
	display: none;
}

.iu-search .buttons {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 10px 8px 15px;
}

.iu-search .btn {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: .9375rem;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
	font-family: inherit;
	text-decoration: none;
}

.iu-search .btn-default {
	background: #fff;
	border-color: #ccc;
	color: #333;
}

.iu-search .btn-pink {
	background: linear-gradient(180deg, #ef1467, #b3003d);
	border-color: #b3003d;
	color: #fff;
}

.iu-search .btn-pink:hover {
	opacity: .92;
	color: #fff;
}

.panel_button {
	align-items: center;
	background-color: hsla(0, 0%, 98%, .902);
	border: 1px solid #ff1578;
	border-radius: 0 0 10px 10px;
	border-top: 0;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	gap: 8px;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

[data-theme="dark"] .panel_button {
	background: rgba(20, 20, 43, .95);
	color: var(--iu-text);
}

.panel_button .expand-icon {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ff1578;
}

@media (min-width: 992px) {
	.site-header.navbar {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 2px solid var(--iu-accent);
	}

	.navbar-header {
		flex: 0 0 auto;
		padding: 0 15px;
	}

	.navbar-brand.site-logo {
		font-size: 2rem;
	}

	.site-logo__zone {
		font-size: 1rem;
	}

	.navbar-buttons,
	.navbar-toggle,
	.navbar-menu,
	.navbar-search {
		display: none !important;
	}

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		flex: 1;
		border-top: 0;
	}

	.navbar-nav {
		flex: 1;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		margin: 0 0 0 10px;
		padding: 0;
		border-bottom: 0;
		background: transparent;
	}

	.navbar-nav .menu {
		display: block;
		font-size: 1.4rem;
		line-height: 1.42857143;
		padding: 0;
	}

	.navbar-nav .iu-nav-icon {
		display: none;
		margin-right: 0;
	}

	.navbar-nav__item--search-desktop {
		display: list-item;
	}

	.navbar-nav__item--search-mobile,
	.navbar-nav__item--auth-mobile {
		display: none !important;
	}

	.navbar-auth {
		margin: 0 15px 0 0;
	}

	.iu-search {
		flex: 0 0 100%;
		width: 100%;
	}

	.information_filters .column:not(:first-child),
	.services_filters .column:not(:first-child) {
		border-left: 1px solid #ddd;
	}

	[data-theme="dark"] .information_filters .column:not(:first-child),
	[data-theme="dark"] .services_filters .column:not(:first-child) {
		border-left-color: var(--iu-border);
	}
}

@media (min-width: 992px) and (max-width: 1130px) {
	.navbar-nav .menu {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-auth__long {
		display: none;
	}

	.navbar-auth__short {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
}

@media (max-width: 991px) {
	.navbar-nav__item--search-mobile,
	.navbar-nav__item--auth-mobile {
		display: list-item;
	}
}

@media (max-width: 767px) {
	.information_filters .column,
	.services_filters .column {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* Section */
.section { padding: 2rem 0; }

.section__title {
	font-size: 1.75rem;
	margin: 0 0 2rem;
	text-align: center;
}

.section__more {
	text-align: center;
	margin-top: 2rem;
}

/* Features */
.features {
	padding: 3rem 0 5rem;
	border-top: 1px solid var(--iu-border);
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem;
}

.feature-card {
	background: var(--iu-card-bg);
	border: 1px solid var(--iu-border);
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
}

.feature-card__icon { font-size: 2.5rem; margin-bottom: 1rem; }
.feature-card h3 { margin: 0 0 .5rem; font-size: 1.125rem; }
.feature-card p { margin: 0; color: var(--iu-text-muted); font-size: .875rem; }

/* Profiles grid */
.iu-profiles-section { margin: 1.5rem 0 2rem; }

.iu-profiles-section--grid {
	margin-top: 0;
}

.page-title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}

.iu-profiles-section--grid .iu-filter {
	max-width: 100%;
	flex-wrap: wrap;
}

.iu-profiles-section--grid .iu-filter input {
	min-width: 160px;
}

@media (min-width: 768px) {
	.iu-profiles-section--grid .iu-filter {
		max-width: 720px;
	}
}

.iu-filter {
	display: flex;
	gap: .75rem;
	margin-bottom: 2rem;
	max-width: 480px;
}

.iu-filter input {
	flex: 1;
	padding: .75rem 1rem;
	background: var(--iu-input-bg);
	border: 1px solid var(--iu-border);
	border-radius: 10px;
	color: var(--iu-text);
	font-size: 1rem;
}

.iu-filter input:focus {
	outline: none;
	border-color: var(--iu-accent);
}

.iu-profiles-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Reference grid cards (.girl) */
.iu-girls-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0 2%;
}

.iu-girl {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	background: var(--iu-girl-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: border-color .2s;
}

.iu-girl:hover {
	border-color: #a8a8a8;
}

.iu-girl a {
	color: inherit;
	text-decoration: none;
}

.iu-girl__name {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 3px 0;
	width: 100%;
	text-align: center;
}

.iu-girl__name a:hover {
	color: var(--iu-accent);
}

.iu-girl__photo {
	background: var(--iu-girl-cell-bg);
	border: 1px solid var(--iu-girl-border);
	padding: 5px 5px 0;
	margin-bottom: 5px;
}

.iu-girl__photo > a {
	display: block;
}

.iu-girl__photo img {
	display: block;
	width: 100%;
	aspect-ratio: auto;
	height: auto;
	min-height: 220px;
	max-height: 420px;
	object-fit: cover;
	border: 1px solid #b4b4b4;
}

.iu-girl__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 4;
	color: var(--iu-text-muted);
	background: var(--iu-input-bg);
	border: 1px solid var(--iu-girl-border);
}

.iu-girl__caption {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}

.iu-girl__caption > div {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	font-size: .8125rem;
	line-height: 1;
}

.iu-girl__caption > div:nth-child(3) {
	margin-left: auto;
}

.iu-girl__data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	gap: 0;
	margin-bottom: 7px;
	width: 100%;
}

.iu-girl__phone {
	width: 100%;
}

.iu-girl__number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background: var(--iu-girl-cell-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 8px 4px;
	font-size: 1rem;
	font-weight: 400;
	color: var(--iu-text);
	word-break: break-word;
	text-align: center;
	white-space: nowrap;
}

.iu-girl__number:hover {
	color: var(--iu-accent);
}

.iu-girl__today {
	text-align: center;
	background: var(--iu-girl-today-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 4px;
	margin-top: 4px;
	font-size: .8125rem;
	font-weight: 600;
	color: var(--iu-accent);
}

.iu-girl__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.iu-girl__body {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3px;
}

.iu-girl__body li {
	width: calc(50% - 2px);
	background: var(--iu-girl-cell-bg);
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 1px 4px;
	font-size: .8125rem;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iu-girl__area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background: var(--iu-girl-cell-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 3px 4px;
	margin-top: 4px;
	font-size: .75rem;
	line-height: 1.3;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.iu-girl__price {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.iu-girl__price li {
	display: flex;
	justify-content: space-between;
	gap: 4px;
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 3px 5px;
	margin-bottom: 2px;
	font-size: .75rem;
	background: var(--iu-girl-cell-bg);
	line-height: 1.3;
}

.iu-girl__price li span:first-child {
	color: var(--iu-text-muted);
	flex-shrink: 0;
}

.iu-girl__price li span:last-child {
	font-weight: 700;
	color: var(--iu-price-color);
	text-align: right;
}

.iu-girl__text {
	background: var(--iu-girl-text-bg);
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 3px;
	margin: 0 5px 7px;
	font-size: .95rem;
	line-height: 1.2;
	word-break: break-word;
}

.iu-girl__phone-mobile {
	width: 100%;
	align-items: stretch;
	padding: 0 5px 5px;
	gap: 1.5%;
}

.iu-girl__phone-mobile .iu-girl__call {
	flex: 1 1 auto;
	min-height: 44px;
}

.iu-girl__like {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18.5%;
	max-width: 18.5%;
	min-height: 44px;
	padding: 0;
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	background: var(--iu-girl-cell-bg);
	color: #999;
	cursor: pointer;
}

.iu-girl__like.is-active {
	color: var(--iu-accent);
}

.iu-girl__call {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--iu-girl-today-bg);
	border: 1px solid var(--iu-girl-border);
	border-radius: 4px;
	padding: 8px 4px;
	text-align: center;
	color: inherit;
}

.iu-girl__call:hover {
	border-color: var(--iu-accent);
}

.iu-girl__call-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 479px) {
	.iu-girl {
		padding: 0;
		background: #f9f9f9;
		border-color: #bfbfbf;
	}

	.iu-girl__name {
		background: linear-gradient(180deg, #fffbfb 0, #ffecef);
		border-bottom: 1px solid #ffcad2;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		margin-bottom: 5px;
		padding: 7px 0;
	}

	.iu-girl__photo,
	.iu-girl__data,
	.iu-girl__text {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.iu-girl__photo img {
		min-height: 350px;
	}
}

@media (min-width: 768px) {
	.iu-girls-grid {
		padding: 0 2%;
	}

	.iu-girls-grid .iu-girl {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		width: 49.5%;
		margin-bottom: 10px;
	}

	.iu-girl__name {
		flex: 0 0 100%;
		width: 100%;
		order: 0;
		background: linear-gradient(180deg, #fffbfb 0, #ffecef);
		border-bottom: 1px solid #ffcad2;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		margin-bottom: 5px;
		padding: 7px 0;
	}

	.iu-girl__photo {
		flex: 0 0 50%;
		max-width: 50%;
		order: 1;
		margin: 0 0 5px;
	}

	.iu-girl__photo img {
		height: 250px;
		min-height: 250px;
		max-height: 250px;
		width: 100%;
		object-fit: cover;
	}

	.iu-girl__data {
		flex: 0 0 49%;
		max-width: 49%;
		order: 2;
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 0 5px 1%;
	}

	.iu-girl__phone {
		width: 100%;
	}

	.iu-girl__info,
	.iu-girl__price {
		width: 100%;
		max-width: 100%;
		flex: none;
	}

	.iu-girl__price {
		margin-top: 5px;
		margin-left: 0;
	}

	.iu-girl__body li:nth-child(odd) {
		width: 55%;
	}

	.iu-girl__body li:nth-child(even) {
		width: 43%;
		margin-left: 2%;
	}

	.iu-girl__area {
		margin-top: 5px;
		white-space: normal;
	}

	.iu-girl__text {
		flex: 0 0 100%;
		width: calc(100% - 10px);
		order: 3;
		margin: 0 5px 7px;
	}

	.iu-girl__body li,
	.iu-girl__area,
	.iu-girl__price li {
		font-size: .8125rem;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.iu-girls-grid {
		justify-content: flex-start;
	}

	.iu-girls-grid .iu-girl {
		width: 49%;
	}

	.iu-girls-grid .iu-girl:nth-child(2n) {
		margin-left: 2%;
	}
}

@media (min-width: 1400px) {
	.iu-girls-grid {
		justify-content: flex-start;
	}

	.iu-girls-grid .iu-girl {
		width: 32.5%;
	}

	.iu-girls-grid .iu-girl:nth-child(3n),
	.iu-girls-grid .iu-girl:nth-child(3n-1) {
		margin-left: 1.25%;
	}
}

@media (max-width: 767px) {
	.iu-girl__photo img {
		min-height: 300px;
		max-height: none;
	}

	.iu-girl__data {
		padding: 0 5px;
	}

	.iu-girl__phone {
		display: none;
	}

	.iu-girl__info {
		flex: 0 0 60%;
		width: 60%;
		max-width: 60%;
	}

	.iu-girl__price {
		flex: 0 0 39%;
		width: 39%;
		max-width: 39%;
		margin-top: 5px;
		margin-left: auto;
	}

	.iu-girl__text {
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Horizontal list cards */
.iu-profile-card {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	background: var(--iu-card-bg);
	border: 1px solid var(--iu-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--iu-shadow);
	transition: box-shadow .2s, transform .2s;
}

.iu-profile-card:hover {
	box-shadow: 0 12px 40px rgba(233, 69, 96, 0.12);
	transform: translateY(-2px);
}

.iu-profile-card__photo {
	position: relative;
	display: block;
	background: var(--iu-input-bg);
	min-height: 260px;
	color: inherit;
}

.iu-profile-card__photo img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.iu-profile-card__photo-count {
	position: absolute;
	bottom: .5rem;
	left: .5rem;
	padding: .25rem .5rem;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	border-radius: 6px;
	font-size: .75rem;
}

.iu-profile-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	color: var(--iu-text-muted);
	font-size: .875rem;
}

.iu-profile-card__body {
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .625rem;
	min-width: 0;
}

.iu-profile-card__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	flex-wrap: wrap;
}

.iu-profile-card__name {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.iu-profile-card__name a { color: var(--iu-text); }
.iu-profile-card__name a:hover { color: var(--iu-accent); }

.iu-profile-card__subtitle {
	margin: .25rem 0 0;
	font-size: .8125rem;
	color: var(--iu-text-muted);
}

.iu-profile-card__subtitle span::before {
	content: '·';
	margin: 0 .35rem;
}

.iu-profile-card__phone {
	font-size: .9375rem;
	font-weight: 600;
	color: var(--iu-accent);
	white-space: nowrap;
}

.iu-profile-card__phone:hover { color: var(--iu-accent-hover); }

.iu-profile-card__badge {
	display: inline-block;
	align-self: flex-start;
	padding: .25rem .625rem;
	background: var(--iu-badge-bg);
	color: var(--iu-accent);
	border-radius: 6px;
	font-size: .8125rem;
	font-weight: 600;
}

.iu-profile-card__params {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.25rem;
	font-size: .875rem;
}

.iu-profile-card__params li span {
	color: var(--iu-text-muted);
}

.iu-profile-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	font-size: .875rem;
	color: var(--iu-text-muted);
}

.iu-profile-card__district {
	font-weight: 600;
	color: var(--iu-text);
}

.iu-profile-card__prices {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: .375rem;
}

.iu-profile-card__prices li {
	display: flex;
	justify-content: space-between;
	gap: .5rem;
	padding: .375rem .625rem;
	background: var(--iu-input-bg);
	border-radius: 6px;
	font-size: .8125rem;
}

.iu-profile-card__price-label { color: var(--iu-text-muted); }
.iu-profile-card__price-value {
	font-weight: 700;
	color: var(--iu-price-color);
}

.iu-profile-card__excerpt {
	margin: 0;
	font-size: .875rem;
	color: var(--iu-text-muted);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.iu-profile-card__actions {
	display: flex;
	gap: .625rem;
	margin-top: auto;
	padding-top: .375rem;
}

.iu-profile-card__btn {
	padding: .5rem 1rem !important;
	font-size: .875rem !important;
	width: auto !important;
}

.iu-profiles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
}

.iu-profile-card--compact {
	grid-template-columns: 1fr;
}

.iu-profile-card--compact .iu-profile-card__photo {
	min-height: 200px;
}

.iu-profile-card--compact .iu-profile-card__photo img {
	min-height: 200px;
}

.iu-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 2rem;
}

.iu-table-wrap .iu-params-table,
.iu-table-wrap .iu-prices-table--public {
	margin-bottom: 0;
}

.iu-params-table,
.iu-prices-table--public {
	width: 100%;
	border-collapse: collapse;
	background: var(--iu-card-bg);
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.iu-prices-table--public {
	min-width: 340px;
}

.iu-params-table td,
.iu-prices-table--public th,
.iu-prices-table--public td {
	padding: .75rem 1rem;
	border-bottom: 1px solid var(--iu-border);
}

.iu-params-table td:first-child { color: var(--iu-text-muted); width: 40%; }

.iu-service-block { margin-bottom: 1.5rem; }
.iu-service-block h3 { margin: 0 0 .5rem; font-size: 1rem; color: var(--iu-accent); }

.iu-service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: .375rem;
}

.iu-service-list li {
	padding: .5rem .75rem;
	background: var(--iu-card-bg);
	border-radius: 8px;
	font-size: .875rem;
}

.iu-service-list__extra { color: var(--iu-text-muted); }

.iu-empty {
	text-align: center;
	color: var(--iu-text-muted);
	padding: 3rem;
}

/* Single profile */
.iu-single-profile {
	max-width: 800px;
	width: 100%;
	min-width: 0;
	margin: 0 auto;
	padding: 2rem 0;
}

.iu-single-profile__header {
	margin-bottom: 2rem;
}

.iu-single-profile__header h1 {
	margin: 0 0 .5rem;
	font-size: 2rem;
}

.iu-single-profile__meta {
	display: flex;
	gap: 1rem;
	color: var(--iu-text-muted);
}

.iu-gallery { margin-bottom: 2rem; }

.iu-gallery__main {
	border-radius: 16px;
	overflow: hidden;
	background: var(--iu-card-bg);
	aspect-ratio: 4/5;
	max-height: 600px;
}

.iu-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iu-gallery__thumbs {
	display: flex;
	gap: .75rem;
	margin-top: 1rem;
	overflow-x: auto;
	padding-bottom: .5rem;
}

.iu-gallery__thumb {
	flex-shrink: 0;
	width: 72px;
	height: 96px;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	background: none;
	transition: border-color .2s;
}

.iu-gallery__thumb.is-active,
.iu-gallery__thumb:hover {
	border-color: var(--iu-accent);
}

.iu-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iu-single-profile__description,
.iu-single-profile__services {
	margin-bottom: 2rem;
}

.iu-single-profile__description h2,
.iu-single-profile__services h2 {
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

.iu-services-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--iu-card-bg);
	border-radius: 12px;
	overflow: hidden;
}

.iu-services-table th,
.iu-services-table td {
	padding: .875rem 1.25rem;
	text-align: left;
	border-bottom: 1px solid var(--iu-border);
}

.iu-services-table th {
	background: rgba(233, 69, 96, 0.1);
	font-weight: 600;
	font-size: .8125rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--iu-text-muted);
}

.iu-services-table tr:last-child td { border-bottom: none; }

.iu-single-profile__contact {
	text-align: center;
	padding: 2rem 0;
}

/* Page content */
.page-content {
	padding: 2rem 0 4rem;
}

.page-article h1 {
	margin: 0 0 1.5rem;
	font-size: 1.75rem;
}

.page-article__content {
	background: var(--iu-card-bg);
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid var(--iu-border);
}

/* Footer */
.site-footer {
	border-top: 1px solid var(--iu-border);
	padding: 2rem 0 1.5rem;
	margin-top: auto;
	background: var(--iu-panel-bg);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

.site-footer__header {
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 1rem;
}

.site-footer__col p {
	margin: 0 0 8px;
	color: var(--iu-text-muted);
	font-size: .875rem;
	line-height: 1.5;
}

.site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__links li {
	margin-bottom: 6px;
}

.site-footer__links a {
	color: var(--iu-accent);
	font-size: .875rem;
	text-decoration: none;
}

.site-footer__links a:hover {
	text-decoration: underline;
}

.site-footer__copy {
	margin: 0;
	font-size: .8125rem;
	color: var(--iu-text-muted);
	text-align: center;
	padding-top: 1rem;
	border-top: 1px solid var(--iu-border);
}

/* Mobile */
@media (max-width: 319px) {
	.navbar-header,
	.navbar-collapse {
		padding: 0 5px;
	}

	.navbar-brand.site-logo {
		font-size: 1.3rem;
	}

	.site-logo__zone {
		font-size: .7rem;
	}

	.navbar-nav .menu {
		font-size: 1.25rem;
		padding: 7px 10px;
	}

	.navbar-toggle {
		margin: 5px 0;
	}

	.navbar-search {
		margin-right: 6px;
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.navbar-brand.site-logo {
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	.iu-search__panel {
		max-height: calc(100vh - 52px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.iu-search-open {
		overflow: hidden;
	}

	body.iu-search-open .iu-search__panel {
		max-height: calc(100vh - 52px);
	}

	.information_filters.active,
	.services_filters.active {
		padding-bottom: 1rem;
	}

	.iu-search .buttons {
		position: sticky;
		bottom: 0;
		background: hsla(0, 0%, 98%, .98);
		padding: .75rem 0;
		margin-top: .5rem;
	}

	[data-theme="dark"] .iu-search .buttons {
		background: rgba(20, 20, 43, .98);
	}

	.iu-filter-form__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.iu-profile-card {
		grid-template-columns: 1fr;
	}

	.iu-profile-card__photo,
	.iu-profile-card__photo img {
		min-height: 220px;
	}

	.iu-profile-card__head {
		flex-direction: column;
	}

	.iu-profile-card__prices {
		grid-template-columns: 1fr 1fr;
	}

	.page-content--profile {
		padding: 1rem 0 2rem;
	}

	.container.page-content--profile {
		padding: 0 12px;
	}

	.iu-single-profile {
		padding: 0;
	}

	.iu-single-profile__header {
		margin-bottom: 1.25rem;
	}

	.iu-single-profile__header h1 {
		font-size: 1.375rem;
		line-height: 1.25;
		word-break: break-word;
	}

	.iu-single-profile__meta {
		flex-wrap: wrap;
		gap: .375rem .75rem;
		font-size: .875rem;
	}

	.iu-gallery {
		margin-bottom: 1.25rem;
	}

	.iu-gallery__main {
		max-height: none;
		border-radius: 12px;
	}

	.iu-params-table td,
	.iu-prices-table--public th,
	.iu-prices-table--public td {
		padding: .625rem .75rem;
		font-size: .875rem;
	}

	.iu-prices-table--public th,
	.iu-prices-table--public td {
		white-space: nowrap;
	}

	.iu-service-list {
		grid-template-columns: 1fr;
	}

	.iu-single-profile__description,
	.iu-single-profile__services,
	.iu-single-profile__prices {
		margin-bottom: 1.25rem;
	}

	.iu-single-profile__description h2,
	.iu-single-profile__services h2,
	.iu-single-profile__prices h2 {
		font-size: 1.125rem;
		margin-bottom: .75rem;
	}

	.iu-single-profile__contact {
		padding: 1rem 0 0;
	}

	.iu-single-profile__contact .iu-btn--large {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: .875rem 1rem;
		font-size: 1rem;
		white-space: normal;
		word-break: break-word;
		box-sizing: border-box;
	}
}
