/*!
Theme Name: Vip Dubai Agancy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Vip Dubai Agency Catalog
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vip_dubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vip Dubai Agency is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* @font-face {
	font-family: 'Comfortaa Bold';
	src: url('./fonts/Comfortaa-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Comfortaa Light';
	src: url('./fonts/Comfortaa-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Comfortaa';
	src: url('./fonts/Comfortaa-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
/* @font-face {
	font-family: 'Comfortaa Bold';
	src: url('./fonts/Comfortaa-Bold.eot');
	src: local('Comfortaa Bold'), local('Comfortaa-Bold'),
		url('./fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Comfortaa-Bold.woff2') format('woff2'),
		url('./fonts/Comfortaa-Bold.woff') format('woff'),
		url('./fonts/Comfortaa-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Comfortaa Light';
	src: url('./fonts/Comfortaa-Light.eot');
	src: local('Comfortaa Light'), local('Comfortaa-Light'),
	url('./fonts/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Comfortaa-Light.woff2') format('woff2'),
	url('./fonts/Comfortaa-Light.woff') format('woff'),
	url('./fonts/Comfortaa-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Comfortaa';
	src: url('./fonts/Comfortaa-Regular.eot');
	src: local('Comfortaa Regular'), local('Comfortaa-Regular'),
	url('./fonts/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Comfortaa-Regular.woff2') format('woff2'),
	url('./fonts/Comfortaa-Regular.woff') format('woff'),
	url('./fonts/Comfortaa-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

:root {
	--white: #FFFFFF;
	--main: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	--liner-bg: linear-gradient(157.73deg, #FFFBFB 0%, #F9CAB8 100%);
	--liner-elements: linear-gradient(157.73deg, #F9CAB8 0%, #FFFBFB 100%);
	--black: #2F2F2F;
	--bg-elements: #FFD1C0;
	/* --font-main: 'Arial', sans-serif;
	--font-secondary: 'Arial Bold', sans-serif; */
	--font-main: 'Comfortaa', sans-serif;
	--font-secondary: 'Comfortaa', sans-serif;
	--nav-w: 365px;
	--subnav-w: 480px;
	--bg: #111;
	--bg-2: #181818;
	--txt: rgba(47, 47, 47, 1);
	--muted: #9aa0a6;
	--accent: #FFD56F;
	--overlay: rgba(47, 47, 47, 84%);
	--tr: .25s ease;
	--bg-elements-white: rgba(255, 255, 255, 0.34);
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height: auto;
	min-height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: var(--liner-bg);
	height: auto;
	min-height: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--font-main);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
abbr{
	font-size: 14px;
}
/* Navigation
--------------------------------------------- */
.header-auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f0b89a 0%, #e8a888 100%);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.header-auth-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(232, 168, 136, 0.4);
}
.skip-link {
	position: absolute;
	top: -999px;
	left: -999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 999999;
}
.skip-link:focus {
	top: 15px;
	left: 15px;
	width: auto;
	outline: none;
	height: auto;
	color: #fff;
	padding: 14px 20px;
	font-size: 16px;
}
#main-content{
	outline: none;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-flex;
    width: 100px;
    height: 80px;
    overflow: hidden;
}
.custom-logo-link svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#page {
	height: auto;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.page-container {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.footer-container {
	margin-top: auto;
}

.page-container .page-title {
	margin-top: 0;
}

.page-container .page-description {
	margin-bottom: 70px;
}

/*Header*/
.site-header {
	position: relative;
	padding-top: 20px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.site-header .container {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 30px;
}

.nav-toggle {
	position: absolute;
	background: var(--main);
	border-radius: 20px;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: var(--white);
	cursor: pointer;
	margin-right: 20px;
	margin-left: -100px;
	border: none;
	padding: 0;
}


.page__header {
	margin: 0 auto;
	padding: 0 20px;
}

.custom-dropdown {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin: 0;
	font-family: var(--font-main);
}

.dropdown-header {
	cursor: pointer;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: var(--black);
}


.site-branding{
	width: fit-content;
	height: 100%;
}
.site-branding svg{
	height: 100%;
}
.site-branding .logo-text path{
    transition: fill .2s ease;
}
.site-branding .custom-logo-link:hover .logo-text path{
    fill:#fff;
}
.rigth_menu_wrapper{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-end;
}

.header-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	
}


.header-wrapper.header-bottom {
	justify-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
	padding: 10px 20px;
}

.header-search-wrapper {
	flex: 0 1 300px;
	min-width: 250px;
}

.search-form--header {
	width: 100%;
}

.search-form--header .search-form__input {
	width: 100%;
	padding: 4px 12px;
	font-size: 14px;
	background: var(--bg-elements);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 10px;
}



.dropdown-header.open {
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}


.dropdown-arrow {
	transition: transform 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-dropdown.active {
	padding: 20px;
	background: var(--bg-elements-white);
	border-radius: 30px;
}

.custom-dropdown.active .dropdown-arrow {
	transform: rotate(90deg);
}

.dropdown-body {
	display: none;
	background: transparent;
	margin-top: 15px;
	padding: 8px 0;
}

/*Main*/
.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--bg-elements);
	padding: 0 20px;
	max-height: 70px;
	gap: 10px;
	flex: 1;
	width: 100%;
}
.header-wrapper.header-top{
	border-radius: 20px ;
}

.contacts-data,
.contact-links-data {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
	border-radius: 20px;
	background: transparent;
	width: max-content;
	cursor: pointer;
	text-decoration: none;
}

.contacts-data__icon,
.contact-links-data__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--liner-bg);
}
.girl-contacts .contact-links-data__icon{
	background: var(--main);
}

.girl-contacts .contacts-data:hover .contacts-data__icon, .contact-links-data:hover .contact-links-data__icon{
	background: var(--liner-bg) !important;
}
.girl-contacts .contacts-data:hover img,
.contacts-data:hover img,
.contact-links-data:hover img{
    filter: invert(39%) sepia(97%) saturate(2100%) hue-rotate(343deg) brightness(98%) contrast(101%);
}

.site-info{
	flex: 1 1 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contacts-data__value {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: var(--black);
}


.contact-links-data:hover {
	background: var(--liner-bg);
	border-radius: 50%;
}

.header-wrapper .contacts-data .contacts-data__icon{
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
}
.contacts-data:hover .contacts-data__icon {
	background: var(--liner-bg)
}

.contacts-data:hover .contacts-data__value {
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.page__header-inner {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sort-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.breadcrumbs + #primary .page-title {
	margin: 0 auto 20px auto;
}
.page-title {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-style: normal;
    font-size: clamp(28px, 5vw, 64px);
    line-height: 1.1;
    letter-spacing: 0;
    margin:  clamp(20px, 5vw, 70px);
    text-align: center;
}

.page-description {
	background: var(--liner-elements);
	width: 100%;
	max-width: 900px;
	margin: 0 auto 50px auto;
	padding: 20px 50px;
	border-radius: 30px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: var(--black);
}

.page-description p {
	margin: 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: var(--black);
	padding-bottom: 10px;

}

.page-description a {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: var(--black);

}
.seo-content-wrapper__item-description a,.girl-description a,.page-description a,
.services-list__item-description a{
  text-decoration: none;
  	color: #7F0606!important;
	font-weight: 700;
	border-bottom: 1px solid #7F0606;
}
.no-results{
	padding: 0 20px;
}
/*Breadcrumbs*/
.breadcrumbs {
	margin: 15px auto 25px auto;
	background: var(--bg-elements);
	border-radius: 0 20px;
	border-radius: 14px;
	width: max-content;
	height: 100%;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.breadcrumbs__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.breadcrumbs__separator,
.breadcrumbs__separator svg{
	width: 18px;
	height: 18px;
}

.breadcrumbs__link {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
}

a.breadcrumbs__link {
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

span.breadcrumbs__link {
	color: var(--black);
}


.location-select {
    position: relative;
    max-width: 280px;
}

.location-select__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-radius: 10px;
    cursor: pointer;
    background: var(--bg-elements);
    color: var(--select-text);
	border: 1px solid;
    border-color: #ccc #ccc #bbb;
}
.location-select__trigger span{
	line-height: 18px;
	font-size: clamp(14px, 0.9vw, 15px);	
}

/* dropdown скрыт */
.location-select__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
	transform: translateX(-50%);
    width:max-content;
    background: var(--bg-elements);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 12px;
    list-style: none;
    padding: 6px;
    margin: 0;
    z-index: 100;
}

/* открыто */
.location-select.open .location-select__dropdown {
    display: block;
}

/* стрелка */
.location-select .arrow {
    transition: transform 0.2s ease;
	width: 12px;
	height: 14px;
}

.location-select.open .arrow {
    transform: rotate(180deg);
}

/* элементы */
.location-select__dropdown a {
    display: block;
    padding: 8px 10px;
	position: relative;
    border-radius: 8px;
    text-decoration: none;
    color: var(--select-text);
}

.location-select__dropdown a:hover {
    background: var(--color-accent-faded);
}

.location-select__dropdown a.active {
    background: var(--color-accent);
    color: #000;
}


.header-nav ul {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.header-nav ul li{
    width: max-content;
    padding: 5px 10px;
    background: linear-gradient(135deg, #f0b89a 0%, #e8a888 100%);
    border-radius: 10px;
    text-align: center;
}


.location-select__label {
    display: flex;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--select-text);
}

.location-select__expand {
    display: flex;
    background: transparent;
    border: none;
    padding: 0;
    align-items: center;
    gap: 5px;
	cursor: pointer;
}
.location-select__sub{
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
.location-select__parent-inner {
	display: flex;
	align-items: center;
	gap: 5px;
}
.location-select__sub li a::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--main);
	position: absolute;
	left: 0;
	top: 40%;
}
.location-select__expand svg {
    transition: transform .25s ease;
}

.location-select__expand[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.header-nav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color, #222);
    position: relative;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-nav .menu-item-ico {
    
    display: flex;
	justify-content: center;
	align-items: center;
    object-fit: contain;
	overflow: hidden;
}
.menu-item-ico svg{
	width: 18px;
    height: 18px;
}
.header-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: var(--accent-color, #DE2947);
    transition: 0.3s ease;
}

.header-nav a:hover::after {
    width: 100%;
}


/*Content*/
.text-content ul>li::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--main);
	position: absolute;
	left: 0;
	top: 12px;
}

.text-content p,
.text-content ul>li,
.text-content ol>li {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #2F2F2F;
	margin-bottom: 10px;
	margin-top: 0;
}

.text-content ol {
	counter-reset: my-counter;
	list-style: none;
	padding-left: 0;
	margin: 20px 0;
}

.text-content ol li {
	counter-increment: my-counter;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.text-content ol li::before {
	content: counter(my-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: var(--main);
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/*Modal*/
.modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	width: 100vw
}

.modal.active {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}

.modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(47, 47, 47, 0.84);
}

.modal-content {
	position: relative;
	background: #fff;
	max-width: 1115px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 50px 30px;
	border-radius: 10px;
	z-index: 10000;
	border-radius: 30px;
	background: var(--bg-elements);
}

.modal.active .modal-content {
	transform: scale(1);
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1;
	border-radius: 14px;
	background: var(--liner-bg);
	padding: 0;
	width: 50px;
	height: 50px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

.modal-close svg {
	width: 24px;
	height: 24px;
}

/*Footer*/
footer.site-footer {
	background: var(--bg-elements-white);
	padding: 30px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
}

.site-info-restriction {
    flex: 0 0 100%;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	color: var(--black);
	text-align: center;
}
.site-info-restriction strong{
    display: block;
	margin-bottom: 10px;
}

footer.site-footer .privacy-policy {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	color: var(--black);
}

.menu-footer-container {
	height: 60px;
	flex: 0 0 auto;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.menu-foot-categories-container {
	flex: 0 0 auto;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0;
	border-radius: 20px;
}

.site-footer .menu {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
#footer-menu>li{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	border-radius: 20px;
	background: var(--bg-elements);
}

.site-footer .menu>li:hover a,
.site-footer .menu>li.current-menu-item a {
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.header-nav ul li.current-menu-item{
	background: #f5681e;
}
.site-footer .menu a {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: var(--black);
	text-decoration: none;
}

.footer-contacts {
	display: flex;
	flex-flow: row;
	flex: 0 0 auto;
	width: max-content;
	gap: 10px;
}

.footer-contacts .contacts-data {
	border-radius: 50%;
	background: var(--liner-bg);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	gap: 0;
	margin: 0;
}

.footer-contacts .contacts-data__icon {
	width: 50px;
	height: 50px;
}

.footer-contacts .contact-data:hover {
	background: var(--main);
}

.pagination-nav{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: 20px auto;
}
.custom-pagination{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
    justify-content: center;
	gap: 10px;
}
.pagination-item{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdeee9;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: rgb(251 221 210) 0px 2px 5px -1px, rgb(47 47 47) 0px 1px 3px -1px;
}
.page-numbers{
	text-decoration: none;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
	color: #520C00;
    align-items: center;
    justify-content: center;
}
.pagination-item.current{
	background-color: #d22f2d;
}
.page-numbers.current{
	color: white;
}
main#primary {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1340px;
    min-height: calc(100vh - 545px);
    margin: 20px auto 20px auto;
}
@media screen and (max-width: 1520px) {
	.nav-toggle {
		position: relative;
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.site-footer {
		flex-wrap: wrap;
	}

	.banners-list {
		flex-wrap: wrap !important;
		justify-content: space-evenly !important;
	}

	.banners-list a {
		flex: 0 0 auto !important;
	}

	section.services-list {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	section.banners-list {
		display: none;
	}

	.site-footer .menu {
		gap: 20px;
	}
}

@media screen and (max-width: 900px) {
	footer.site-footer {
		flex-wrap: nowrap;
	}




	.site-footer {
		flex-flow: column;
		align-items: center;
	}

	.site-info {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
.site-info-restriction{
	flex: 0 0 auto;
}
	.copyright {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	
	.location-nav ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }
	.header-nav{
		display: none;
	}

    .location-nav ul::-webkit-scrollbar {
        display: none;
    }

    .location-nav a {
        white-space: nowrap;
        font-size: 13px;
    }
	.header-wrapper {
		max-height: 70px;
	}
	.custom-logo-link {
		height: 70px;
	}
	.header-auth-btn{
		min-width: 50px;
		height: 50px;
	}
	.breadcrumbs {
		margin-bottom: 50px;
	}

	.contacts-data {
		margin: 0;
		padding: 0;
		background: var(--liner-bg);
		border-radius: 50%;
	}

	.contacts-data__value {
		display: none;
	}

	.contacts-data__icon {
		width: 50px;
		height: 50px;
		background: transparent;
	}

	.site-branding img {
		width: auto;
		height: 70px;
	}

	.page-container .page-description,
	.category-container .page-description {
		margin-bottom: 50px;
	}


	.site-footer {
		padding: 20px;
	}
}

@media screen and (max-width: 690px) {
	.container {
		padding: 0 15px;
	}

	.site-footer {
		border-radius: 0;
		margin-bottom: 0;
	}

	.footer-container {
		padding: 0;
	}
}

/* ===== Sort — Desktop (>560px) ===== */
.sort-girls {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.sort-name {
    white-space: nowrap;
}

.sort-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sort-toggle {
    display: none; 
}

.sort-reset {
    display: none; 
}

#tg-popup {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 320px;
    z-index: 9999;

    background: #fff;
    border-radius: 18px;
    border: 1px solid #ffe2cc;

    box-shadow: 0 12px 35px rgba(255, 122, 24, 0.18);

    padding: 18px 16px 20px;
    overflow: hidden;

    font-family: -apple-system, BlinkMacSystemFont, sans-serif;

    animation: tg-pop-in 0.4s cubic-bezier(.2,.8,.2,1);
    opacity: 0;           
    pointer-events: none; 
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(-25px); 
}

#tg-popup.visible {
	opacity: 1;
    display: flex !important;
    pointer-events: auto;
    transform: translateY(0);
    flex-direction: column;
}

/* 🔥 прогресс-бар */
#tg-popup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    height: 3px;
    width: 100%;

    background: linear-gradient(90deg, #ff7a18, #ffb347);

    animation: tg-progress 6s linear forwards;
}

@keyframes tg-progress {
    from { width: 100%; }
    to { width: 0%; }
}

@keyframes tg-pop-in {
    from {
        opacity: 0;
        transform: translateY(-25px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#tg-close {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #fff4ec;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 15px;
    color: #ff7a18;
    cursor: pointer;
}

#tg-close:hover {
    background: #ffe3d1;
}

.tg-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #ff7a18, #ff512f);
    color: #fff;

    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 12px;

    box-shadow: 0 6px 18px rgba(255, 122, 24, 0.4);
}

.tg-title {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 6px;
}

.tg-text {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 14px;
}

.tg-btn {
    display: block;
    width: 100%;

    padding: 11px;
    border-radius: 12px;

    text-align: center;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    background: linear-gradient(135deg, #ff7a18, #ff512f);
    color: #fff;

    transition: all 0.2s ease;
}

.tg-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 122, 24, 0.35);
}


.left-sidebar {
  flex: 0 0 auto;
  width: 100%;
  max-width: 310px;
  padding: 20px;
  border-radius: 20px;
  background: var(--liner-elements);
  height: 100%;
}

.left-sidebar.fixed {
  z-index: 10;
  height: auto;
}

.left-sidebar.bottom {
  position: absolute;
  height: auto;
}

.sidebar-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 0;
}

.sidebar-list__item {
  height: auto;
  min-height: 24px;
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
}

.sidebar-list__item .custom-dropdown {
  padding: 12px 20px 0 20px;
}

.sidebar-list__item .custom-dropdown.active {
  background: var(--bg-elements-white);
  border-radius: 30px;
  padding: 20px 20px;
}

.sidebar-list__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.sidebar-list__item-link svg{
	fill: #F4551E;
	width: 24px;
	height: 24px;
}

.sidebar-list__item .current-category,
.sidebar-list__item .current-category span {
  text-decoration: none;
  color: #990000;
  font-weight: 600;
  position: relative;
}

.sidebar-list__item .current-category {
  padding-left: 23px;
}

.sidebar-list__item .current-category::before {
  background-color: #990000;
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 5px;
  border-radius: 50%;
}

.sidebar-list__item-nolink,
.sidebar-list__item a {
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: var(--black);
  text-decoration: none;
}

.sidebar-list__item.current-item a {
  padding: 12px 20px;
}

.sidebar-list__item.current-item a:visited {
  color: #111;
}

.dropdown-header:hover {
  cursor: default;
  /* background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
}

.sidebar-list__item a:hover {
  background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sidebar-list__item.current-item {
  background: var(--bg-elements-white);
}

.sidebar-list__item img {
  width: 24px;
  height: 24px;
}


@media (max-width:768px) {
	#tg-popup {
        position: fixed;
        top: auto;
        left: 10px;
        width: calc(100% - 20px);
        transform: translateX(50%);
        bottom: 10px;
	}
}


@media (max-width: 560px) {
    
	.sort-girls {
        flex-wrap: wrap;
		padding: 0;
    }
	button.sort-reset {
		max-width: 100px;
		width: 100%;
		align-items: center;
		justify-content: center;
		border: 0;
		border-radius: 20px;
		margin: 0 auto;
		cursor: pointer;
	}
	.sort-toggle {
        display: flex;
        align-items: center;
        gap: 6px;
        background: none;
        border: none;
        border-radius: 8px;
        padding: 8px 14px;
        cursor: pointer;
        background: var(--liner-elements);
        font-size: 16px;
        width: 100%;
        color: var(--black);
        justify-content: space-between;
    }
	.flat-category-list{
		padding: 0;
		gap: 2px;
		margin-bottom: 5px;
	}
	main#primary{
		gap: 10px;
	}

    .sort-toggle .sort-arrow {
        transition: transform 0.2s;
    }

    .sort-girls.open .sort-toggle .sort-arrow {
        transform: rotate(90deg);
    }

    .sort-buttons {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        flex-direction: column;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 8px;
        margin-top: 4px;
    }

    .sort-girls.open .sort-buttons {
        display: flex;
    }

    .sort-btn {
        width: 100%;
        text-align: left;
        padding: 10px 12px;
        border-radius: 6px;
    }

	.sort-name{
		display: none;
	}
    .sort-btn:hover,
    .sort-btn.active {
        background: #fef0ec;
    }
}
@media screen and (max-width: 560px) {
	.sort-girls{
		margin-bottom: 5px;
	}

	.breadcrumbs {
		margin-bottom: 25px;
	}

	.page-container .page-description,
	.category-container .page-description {
		margin-bottom: 40px;
	}

	.page-description {
		margin-bottom: 30px;
		padding: 15px;
	}

	.menu-footer-container {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 15px;
	}
.menu-foot-categories-container{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	footer #footer-menu.menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.site-footer .menu{
		justify-content: center;
	}
}

@media screen and (max-width: 425px) {
	.site-branding{
		width: 70px;
		height: 100%;
	}
	.custom-logo-link{
		width: 80px;
	}
	.mob-menu{
		padding: 4px;
	}
	.header-wrapper {
		border-radius: 15px;
		padding: 10px 4px;
	}

	.page-description {
		margin-bottom: 20px;
		font-size: 15px;
	}
}

.sidebar-list__item .dropdown-body {
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
  justify-content: flex-start;
  list-style: none;
  padding-left: 10px;
}

li.sidebar-list__item.has-children {
    padding: 0 20px;
}
.sidebar-list__item .dropdown-item,
.sidebar-list__item .dropdown-item * {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.sidebar-list__item a.parent-of-current:hover,
.sidebar-list__item .dropdown-item.parent-of-current:hover span {
  color: #F4551E;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #F4551E;
  background-clip: text;
  text-fill-color: #F4551E;
}

.sidebar-list__item .dropdown-item.parent-of-current span {
  text-decoration: none;
  color: #F4551E;
  font-weight: 600;
  position: relative;
}

@media (min-width: 981px) {
    .nav-toggle {
        display: none;
    }

    .sidebar-auth-buttons {
        display: none !important;
    }

    nav.sidebar-menu {
        border-radius: 14px;
        background: var(--liner-elements);
        padding: 20px 10px;
    }

    #sidebar-nav {
        display: block !important;
        position: static !important;
        width: 250px;
        height: auto;
        overflow: visible;
        padding: 0;
        background: transparent;
        z-index: 100;
        inset: auto;
    }

    .sidebar-close,
    .sidebar-close-mob,
    .mob-menu,
    #fly-menu-back {
        display: none !important;
    }

    .dropdown-arrow {
        display: none;
    }

    .dropdown-panel {
        display: block !important;
        position: static !important;
        padding: 0;
        z-index: auto;
        overflow: visible;
        background: transparent;
    }

    .dropdown-panel__title {
        display: none;
    }

    .dropdown-header {
        display: block;
        width: 100%;
        background: none;
        border: none;
        cursor: default;    
        pointer-events: none; 
        padding: 8px 0;
        font: inherit;
        font-weight: 700;
        text-align: left;
    }

    .dropdown-body {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .dropdown-item-wrap a {
        display: block;
        padding: 8px 0;
        font-size: 13px;
        text-decoration: none;
        color: var(--text-color, #333);
        transition: color 0.2s;
    }

    .dropdown-item-wrap a:hover {
        color: var(--accent-color, #F4551E);
    }

    .dropdown-item-wrap a.current-category {
        font-weight: 600;
        color: var(--accent-color, #F4551E);
    }
	
}

/* ========== Mobile ========== */
@media (max-width: 980px) {
    .nav-toggle {
        display: flex;
        position: static;
        margin: 0;
        margin-left: auto;
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .nav-toggle img {
        width: 24px;
        height: 24px;
    }

    .nav-toggle__icon-menu {
        display: block;
		width: 24px;
		height: 24px;
    }

    .nav-toggle__icon-close {
        display: none;
		width: 24px;
		height: 24px;
    }

    body.nav-open .nav-toggle .nav-toggle__icon-menu {
        display: none;
    }

    body.nav-open .nav-toggle .nav-toggle__icon-close {
        display: block;
    }

    .header-nav {
        display: none;
    }

    .rigth_menu_wrapper {
        display: none;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 101;
        background:transparent;
        width: 100%;
        padding-top: 10px;
    }
	.nav-open .site-header{
		background: var(--bg-gradient, #fef0ec);
	}

    body {
        padding-top: 60px;
    }

    #sidebar-nav {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: var(--bg-gradient, #fef0ec);
        overflow: hidden;
        padding: 0;
    }

    #sidebar-nav.is-open {
        display: flex;
		max-width: 100%;
		width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: calc(100vh - 90px);
    }

    nav.sidebar-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
        overflow-y: auto;
        height: 80vh;
        max-width: 1000px;
        position: static;
        align-items: stretch;
    }

    .sidebar-auth-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
	.sidebar-list__item-link{
		justify-content: flex-start;
	}
    .sidebar-auth-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 4px 10px;
        background: var(--bg-elements, #f5f5f5);
        border: 2px solid transparent;
        border-radius: 10px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        color: var(--text-color, #333);
        transition: all 0.2s;
		line-height: 22px;
    }

    .sidebar-auth-btn img {
        width: 20px;
        height: 20px;
    }

    .sidebar-auth-btn:hover {
        background: var(--accent-color, #F4551E);
        color: white;
        transform: translateY(-2px);
    }

    .sidebar-auth-btn--login {
        border-color: var(--accent-color, #F4551E);
    }

    .sidebar-auth-btn--register {
        background: linear-gradient(135deg, var(--accent-color, #F4551E), #DE2947);
        color: white;
    }

	.sidebar-list{
		width: 100%;
		padding: 0;
	}

	li.sidebar-list__item {
		padding: 0.6em 1em 0.4em;
		border-radius: 0;
		border-bottom: 1px solid rgb(61, 58, 58);
		padding-bottom: 10px !important;
	}

	


	.custom-dropdown {
		margin-bottom: 0;
		background: transparent;
		padding: 0;
	}

	.dropdown-header {
		display: block;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 0;
		margin: 0;
		width: fit-content !important;
		background: transparent;
		border: none;
		cursor: default;
		pointer-events: none;
		color: var(--text-color, #333);
		justify-content: flex-start;
		width: 100%;
		align-items: flex-start;
	}

	.dropdown-arrow {
		display: none !important;
	}

	.dropdown-panel {
		display: block !important;
		position: static !important;
		background: transparent !important;
		padding: 0 !important;
		z-index: auto !important;
		margin-left: ;
		overflow: visible !important;
		inset: auto !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
	}

	.dropdown-body {
		display: flex !important;
		flex-direction: column !important;
		background: transparent !important;
		margin: 0 0 0 10px !important;
		padding: 0 !important;
		gap: 4px !important;
		width: 100% !important;
	}

	.dropdown-item-wrap {
		margin: 0;
		padding: 0;
	}

	.dropdown-item-wrap a {
		display: block;
		padding: 10px 1em;
		font-size: 14px;
		line-height: 1.5;
		text-decoration: none;
		color: var(--text-color, #333);
		transition: background-color 0.2s;
	}

	.dropdown-item-wrap a:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.dropdown-item-wrap a.current-category {
		font-weight: 600;
		color: var(--accent-color, #F4551E);
	}
	.sidebar-close-mob.fly-menu__close,
	.fly-menu__back{
		margin: 0;
		width: 50px;
		padding: 10px;
		height: 50px;
		border-radius: 50%;
	}
}

@media (max-width: 480px) {
    .smart-reveal-block {
        position: relative;
		overflow: auto;
		margin-bottom: 5px;
    }

    .smart-reveal-content {
        max-height: 4em;
        overflow: hidden;
        transition: max-height 0.4s ease;
        line-height: 1.6;
    }

    .smart-reveal-content.expanded {
        max-height: 2000px;
    }

    .smart-reveal-fade {
        position: absolute;
        bottom: 2em;
        left: 0;
        right: 0;
        height: 6.5em;
        background: #fcfeff;
        background: linear-gradient(0deg, rgb(254 254 254 / 8%) 0%, rgba(199, 165, 87, 0.33) 14%, rgb(217 192 85 / 0%) 66%, rgb(237 221 83 / 0%) 100%);
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .smart-reveal-content.expanded ~ .smart-reveal-fade {
        opacity: 0;
        pointer-events: none;
    }

    .smart-reveal-btn {
        display: inline-block;
        margin-top: 6px;
        font-size: 0.82em;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        color: var(--accent-color, #c0392b);
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    /* Скрываем кнопку если контент короткий */
    .smart-reveal-content.no-clamp ~ .smart-reveal-fade,
    .smart-reveal-content.no-clamp ~ .smart-reveal-btn {
        display: none;
    }
}

/* На десктопе — всё видно без кнопки */
@media (min-width: 481px) {
    .smart-reveal-fade,
    .smart-reveal-btn {
        display: none;
    }
}

/* Search Form Mobile Responsive */
@media (max-width: 375px) {
	.breadcrumbs__list{
		gap: 0px;
		flex-direction: column;
	}
	.breadcrumbs{
		margin-top: 30px;
		width: calc(100% - 20px);
		padding: 3px;
	}
	.breadcrumbs__separator{
		transform: rotate(90deg);
	}
}
@media (max-width: 980px) {
    .header-wrapper.header-bottom {
        display: none;
    }

    .header-search-wrapper {
        display: none !important;
    }

    .sidebar-search-wrapper {
        display: block !important;
        margin-bottom: 0;
        padding: 0;
    }

    .search-form--mobile .search-form__wrapper {
        position: relative;
    }

    .search-form--mobile .search-form__input {
        width: 100%;
        padding: 6px 8px;
        font-size: 15px;
        border-radius: 4px;
    }

	.sidebar-list__item-nolink, .sidebar-list__item a {
		font-size: 16px;
		gap: 5px;
		padding: 0;
	}
   
    .search-form--mobile .search-form__results {
        left: auto;
        right: auto;
        width:100%;
        max-height: 60vh;
    }
}
svg.header_icon{
	width: 24px;
	height: 24px;
	fill: transparent;
}
@media (min-width: 981px) {
    .sidebar-search-wrapper {
        display: none !important;
    }

    .header-search-wrapper {
        display: block !important;
    }

    .header-wrapper.header-bottom {
        display: flex !important;
		justify-content: space-between;
		background: none;
    }

    .search-form--header .search-form__wrapper {
        position: relative;
    }

    .search-form--header .search-form__input {
        padding: 4px 12px;
        font-size: 13px;
    }

    .search-form--header .search-form__results {
        min-width: 550px;
    }
}


/* Hide sidebar menu by default on non-main pages */
#sidebar-nav.hidden-by-default {
    display: none !important;
}

/* Mobile: show sidebar menu when opened (all pages) */
@media (max-width: 980px) {
    #sidebar-nav.hidden-by-default.open,
    #sidebar-nav.hidden-by-default.is-open {
        display: block !important;
    }
}

/* Girl Thumbnail Wrapper - Fixed Height */
.girl-thumb-wrapper {
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.girl-thumb-wrapper img,
.girl-thumb-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
