/*
Theme Name: IntimRF Prometei Runtime
Theme URI: https://a.intimrf.com/
Author: Developer
Description: WordPress runtime theme adapted from a.intimrf.com visual system.
Version: 15.0.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: dosug-vip
*/

:root {
	--dm-red: #b3101a;
	--dm-red-dark: #840c13;
	--dm-charcoal: #403b3b;
	--dm-footer: #55080c;
	--dm-soft: #f8f8f8;
}

body {
	background: #fff;
}

a {
	color: var(--dm-red);
}

button,
input,
select,
textarea {
	font-family: inherit;
}

.prometei-header-wrapper .container {
	background-color: #f3f3f3;
}

.prometei-logo a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.prometei-logo span {
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prometei-top-title {
	text-align: center;
}

.prometei-tab-list-your-city,
.prometei-tab-list-zone,
.prometei-tab-list-metro,
#showLeft {
	appearance: none;
	border: 0;
	text-decoration: none;
}

.prometei-tab-list-your-city:focus-visible,
.prometei-tab-list-zone:focus-visible,
.prometei-tab-list-metro:focus-visible,
#showLeft:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.prometei-tab-list-zone,
.prometei-tab-list-metro {
	color: #fff;
}

.prometei-tab-list-zone:hover,
.prometei-tab-list-metro:hover {
	color: #fff;
	text-decoration: none;
}

.prometei-s-slider-vip .container,
.prometei-content .container,
.prometei-main-footer .container {
	max-width: 1200px;
}

.prometei-slider-vip_wrapper {
	min-height: 220px;
	padding: 0 38px 10px;
	position: relative;
}

.dm-prometei-vip-carousel {
	position: relative;
}

.dm-prometei-vip-strip {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-bottom: 4px;
}

.dm-prometei-vip-strip::-webkit-scrollbar {
	display: none;
}

.prometei-slider-vip_wrapper .dm-prometei-vip-strip .prometei-item-wrap {
	flex: 0 0 116px;
	width: 116px;
}

.dm-vip-carousel__nav {
	align-items: center;
	background: rgba(179, 16, 26, 0.92);
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 400;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 4;
}

.dm-vip-carousel__nav span {
	display: block;
	margin-top: -2px;
	pointer-events: none;
}

.dm-vip-carousel__nav:hover,
.dm-vip-carousel__nav:focus-visible {
	background: var(--dm-red-dark);
	color: #fff;
}

.dm-vip-carousel__nav--prev {
	left: -34px;
}

.dm-vip-carousel__nav--next {
	right: -34px;
}

.dm-vip-carousel__nav[hidden] {
	display: none;
}

.prometei-slider-vip_wrapper .prometei-item .prometei-item_image {
	background: #2d2929;
}

.prometei-tab-list-your-city_content,
.prometei-tab-list-zone_content,
.prometei-tab-list-metro_content {
	background: #fff;
	max-height: min(420px, calc(100vh - 90px));
	overflow: auto;
	z-index: 50;
}

.prometei-tab-list-your-city_content {
	column-count: auto !important;
}

.prometei-tab-list-your-city_content ul,
.prometei-tab-list-zone_content ul,
.prometei-tab-list-metro_content ul {
	list-style: none;
	margin: 0;
}

.prometei-tab-list-your-city_content ul {
	column-count: 5;
	padding: 0;
}

.prometei-tab-list-your-city_content li,
.prometei-tab-list-zone_content li,
.prometei-tab-list-metro_content li {
	break-inside: avoid;
}

.prometei-menu-nav_wrapper {
	width: 100%;
}

.prometei-girls-menu-nav ul,
.prometei-site-menu-nav ul {
	list-style: none;
}

.prometei-girls-menu-nav ul li a {
	background-image: none !important;
	padding-left: 15px;
}

.prometei-content-main {
	min-height: 320px;
}

.prometei-conten_block-text .prometei-content_title {
	line-height: 1.3;
}

.prometei-breadcrumbs {
	line-height: 1.6;
}

.prometei-breadcrumbs span:last-child a {
	color: #333;
	text-decoration: none;
}

.prometei-article.row {
	align-items: stretch;
}

.prometei-item-profile {
	display: flex;
	flex-direction: column;
}

.prometei-item-profile .prometei-item-profile_body {
	flex: 1 0 auto;
}

.prometei-item-profile .prometei-item-profile_header .prometei-item-profile_name,
.prometei-item-profile .prometei-item-profile_header .prometei-item-profile_metro {
	min-width: 0;
}

.prometei-item-profile .prometei-item-profile_header a,
.prometei-item-profile_metro .dm-location-label {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prometei-item-profile_metro a {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	gap: 5px;
}

.prometei-item-profile_metro i,
.prometei-item-profile_metro .dm-location-label {
	margin-right: 0;
	vertical-align: middle;
}

.prometei-item-profile_metro .dm-location-label {
	display: inline-block;
	min-width: 0;
	line-height: 1.2;
	vertical-align: middle;
}

.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_image_wrapper {
	width: 132px;
}

.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_info {
	width: auto;
	padding: 0 10px 8px;
}

.prometei-item-profile_about-girl-info p,
.prometei-girl-price p {
	width: 100%;
}

.prometei-item-profile_about-girl-info,
.prometei-girl-price {
	box-sizing: border-box;
}

.prometei-item-profile_about-girl-info {
	padding-right: 9px;
}

.prometei-girl-price {
	padding-left: 9px;
}

.prometei-item-profile_about-girl-info p span:first-child,
.prometei-girl-price p span:first-child {
	padding-right: 8px;
}

.prometei-essential-services p {
	line-height: 1.45;
}

.prometei-item-profile_footer {
	flex: 0 0 auto;
}

.prometei-item-profile .prometei-item-profile_footer .prometei-item-profile_phone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.prometei-phone-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 30px;
	padding: 0 14px;
	border: 0;
	border-radius: 4px;
	background: var(--dm-red);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.prometei-phone-button:hover,
.prometei-phone-button:focus {
	background: var(--dm-red-dark);
	color: #fff;
	text-decoration: none;
}

.prometei-phone-button .dm-phone-label,
.prometei-phone-button .dm-phone-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 30px;
	white-space: nowrap;
}

.prometei-phone-button .dm-phone-number[hidden] {
	display: none;
}

.prometei-main-footer .block_1 .prometei-footer_callbak {
	flex-basis: 100%;
}

.prometei-article-profile {
	background: #fbfbfb;
	border: 1px solid #e1e8ed;
	padding: 15px;
}

.prometei-profile_name h1 {
	line-height: 1.35;
}

.prometei-profile_photos {
	text-align: center;
}

.prometei-profile_photos .prometei-label-premium {
	z-index: 3;
}

.dm-profile-carousel {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 520px;
	background: #191717;
}

.dm-profile-carousel__viewport {
	position: relative;
	width: 100%;
	aspect-ratio: 26 / 21;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #111;
}

.dm-profile-carousel .dm-gallery-slide {
	display: none;
	width: 100%;
	height: 100%;
}

.dm-profile-carousel .dm-gallery-slide.is-active {
	display: block;
}

.dm-profile-carousel .dm-gallery-link,
.dm-profile-carousel img {
	display: block;
	width: 100%;
	height: 100%;
}

.dm-profile-carousel img {
	object-fit: contain;
}

.dm-profile-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 36px;
	height: 54px;
	margin-top: -27px;
	border: 0;
	border-radius: 4px;
	background: rgba(179, 16, 26, 0.82);
	color: #fff;
	font-size: 38px;
	line-height: 1;
	cursor: pointer;
}

.dm-profile-carousel__nav:hover,
.dm-profile-carousel__nav:focus {
	background: rgba(64, 59, 59, 0.92);
	outline: none;
}

.dm-profile-carousel__nav--prev {
	left: 8px;
}

.dm-profile-carousel__nav--next {
	right: 8px;
}

.dm-profile-carousel__counter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 4;
	padding: 4px 8px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.68);
	color: #fff;
	font-weight: 700;
}

.dm-lightbox-open {
	overflow: hidden !important;
}

.dm-lightbox {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	color: #fff;
}

.dm-lightbox.is-open {
	display: flex;
}

.dm-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
}

.dm-lightbox__frame {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	grid-template-rows: auto minmax(0, 1fr);
	gap: 12px;
	width: min(96vw, 1180px);
	max-height: 94vh;
}

.dm-lightbox__bar {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dm-lightbox__close,
.dm-lightbox__nav {
	border: 0;
	background: var(--dm-red);
	color: #fff;
	cursor: pointer;
}

.dm-lightbox__close {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 30px;
	line-height: 1;
}

.dm-lightbox__nav {
	align-self: center;
	width: 48px;
	height: 72px;
	border-radius: 4px;
	font-size: 48px;
	line-height: 1;
}

.dm-lightbox__figure {
	min-width: 0;
	margin: 0;
	text-align: center;
}

.dm-lightbox__image {
	display: block;
	width: 100%;
	max-height: calc(94vh - 84px);
	object-fit: contain;
}

.dm-lightbox__caption {
	margin-top: 8px;
	color: #ddd;
	font-size: 13px;
}

.prometei-profile_service-inforamtion {
	width: 100%;
	margin-top: 10px;
}

.prometei-profile_about-description {
	width: 100%;
	margin-top: 15px;
	padding: 0 15px 15px;
}

.entry-content h2,
.entry-content h3 {
	margin: 15px 0 8px;
	color: var(--dm-red);
	font-weight: 700;
}

.entry-content p {
	margin-top: 8px;
	line-height: 1.55;
}

.dm-country-links-block {
	margin-top: 20px;
}

.dm-country-links-block.dm-hidden-from-view {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

#js-pagination {
	margin: 15px 0;
	text-align: center;
}

#js-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
}

#js-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 9px;
	border-radius: 4px;
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
}

#js-pagination .page-numbers.current,
#js-pagination a.page-numbers:hover {
	background: var(--dm-red);
	color: #fff;
}

.prometei-filtr .dm-filter-form {
	margin: 0;
}

.prometei-filtr .prometei-tab-content {
	display: none;
}

.prometei-filtr .prometei-tab.is-open + .prometei-tab-content,
.prometei-filtr .prometei-tab-content.is-open {
	display: block;
}

.prometei-filtr .prometei-tab-content label {
	display: block;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
}

.prometei-filtr .prometei-tab-content input[type="checkbox"] + span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	line-height: 1.35;
}

.prometei-filtr .prometei-tab-content input[type="checkbox"] + span::before {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin-right: 0;
	border-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.08);
	color: transparent;
	line-height: 13px;
}

.prometei-filtr .prometei-tab-content input[type="checkbox"]:checked + span::before {
	border-color: #fff;
	background: #fff;
	color: var(--dm-red);
}

.prometei-filtr .prometei-tab-content input[type="checkbox"]:focus-visible + span::before {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.dm-filter-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 12px 15px 0;
}

.dm-filter-actions button,
.dm-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border: 0;
	border-radius: 4px;
	background: var(--dm-charcoal);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.dm-filter-actions button:hover,
.dm-filter-reset:hover {
	background: var(--dm-footer);
	color: #fff;
	text-decoration: none;
}

.prometei-scroll-top {
	border: 0;
}

@media (max-width: 991.98px) {
	.prometei-content .row {
		row-gap: 20px;
	}
}

@media (max-width: 767.98px) {
	.prometei-item-profile .prometei-item-profile_body {
		display: flex;
		gap: 10px;
	}

	.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_image_wrapper {
		flex: 0 0 132px;
	}

	.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_info {
		flex: 1 1 auto;
		min-width: 0;
	}

	.dm-lightbox {
		padding: 10px;
	}

	.dm-lightbox__frame {
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		gap: 8px;
		width: 100%;
	}

	.dm-lightbox__nav {
		width: 40px;
		height: 58px;
		font-size: 38px;
	}
}

@media (max-width: 575.98px) {
	.prometei-logo a {
		display: inline-block;
	}

	.prometei-slider-vip_wrapper {
		min-height: 210px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.dm-vip-carousel__nav {
		height: 36px;
		width: 26px;
	}

	.dm-vip-carousel__nav--prev {
		left: -28px;
	}

	.dm-vip-carousel__nav--next {
		right: -28px;
	}

	.prometei-tab-list-your-city_content ul,
	.prometei-tab-list-zone_content ul,
	.prometei-tab-list-metro_content ul {
		column-count: 2;
	}

	.prometei-item-profile .prometei-item-profile_body {
		display: block;
	}

	.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_image_wrapper {
		display: block;
		width: 100%;
		padding: 10px;
		text-align: center;
	}

	.prometei-item-profile .prometei-item-profile_body .prometei-item-profile_image {
		width: min(220px, 100%);
		height: 300px;
	}

	.prometei-item-profile_about-girl-info,
	.prometei-girl-price {
		width: 50%;
	}
}
