/* Single profile page — reference .girl_page */

main.girl_page.container-fluid {
	max-width: none;
}

.girl_page {
	color: #333;
	padding-top: 15px;
}

.girl_page a.number {
	color: inherit;
	text-decoration: none;
}

.girl_page a.number:hover {
	color: inherit;
}

.girl_page .breadcrumb {
	margin-bottom: 0;
	padding: 0 8px 8px;
	text-align: left;
	list-style: none;
}

.girl_page .breadcrumb li {
	display: inline-block;
}

.girl_page .breadcrumb li + li:before {
	color: #ccc;
	content: "/";
	padding: 0 5px;
}

.girl_page .breadcrumb a {
	color: #333;
}

.girl_page .breadcrumb a:hover {
	color: #ff1578;
}

.girl_page .breadcrumb > .active {
	color: #a5a4a4;
}

.girl_page .main .panel {
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}

.girl_page .main .panel-heading {
	background: linear-gradient(180deg, #fffbfb 0, #ffecef);
	border-bottom: 1px solid #ffcad2;
	padding: 12px 15px;
	text-align: center;
}

.girl_page .main .panel-heading h1 {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.girl_page .main .panel-body,
.girl_page .main .panel-heading {
	padding: 8px;
}

.girl_page .main .panel-body {
	background: #f9f9f9;
}

.girl_page .gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.girl_page .swiper {
	width: 100%;
}

.girl_page .swiper-main {
	--swiper-navigation-sides-offset: 20px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 32px;
}

.girl_page .swiper-wrapper {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	user-select: none;
}

.girl_page .swiper-main .swiper-wrapper {
	height: 100vh;
	max-height: 400px;
}

.girl_page .swiper-main .swiper-slide {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	padding: 4px;
}

.girl_page .swiper-main .swiper-slide:hover {
	border-color: #b4b4b4;
}

.girl_page .swiper-main .swiper-slide img {
	background-color: #f3f3f3;
	border: 1px solid #bfbfbf;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	width: 100%;
}

.girl_page .swiper-main .swiper-button-next,
.girl_page .swiper-main .swiper-button-prev {
	align-items: center;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: flex;
	height: 32px;
	justify-content: center;
	margin-top: 0;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.girl_page .swiper-main .swiper-button-next::after,
.girl_page .swiper-main .swiper-button-prev::after {
	content: none;
	display: none;
}

.girl_page .swiper-main .swiper-button-next svg,
.girl_page .swiper-main .swiper-button-prev svg {
	display: block;
	filter: drop-shadow(0 0 1px currentColor);
	height: 1rem;
	pointer-events: none;
	width: 1rem;
}

.girl_page .swiper-main .swiper-button-next:hover,
.girl_page .swiper-main .swiper-button-prev:hover {
	opacity: 1;
}

.girl_page .swiper-thumbs .swiper-slide {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	cursor: pointer;
	flex-shrink: 0;
	height: auto;
	overflow: hidden;
	width: 82px;
}

.girl_page .swiper-thumbs .swiper-slide-thumb-active {
	border: 2px solid #ff9aa9;
}

.girl_page .swiper-thumbs .swiper-slide img {
	display: block;
	height: 75px;
	max-height: 75px;
	object-fit: cover;
	width: 100%;
}

.girl_page .info {
	background-color: #f0f0f0;
	background-image: url('../images/furley_bg.png');
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	min-width: 0;
	padding: 7px;
}

.girl_page .main svg {
	height: 1.25rem;
	width: 1.25rem;
}

.girl_page .phone {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	position: relative;
}

.girl_page .phone .column {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.girl_page .phone .column:first-child {
	align-items: center;
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 0;
	min-width: 0;
}

.girl_page .phone .column:last-child {
	align-items: stretch;
	flex: 0 0 auto;
	gap: 0;
	justify-content: flex-start;
	width: auto;
}

.girl_page .phone .number {
	align-items: center;
	color: inherit;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	margin-bottom: 5px;
	text-decoration: none;
	white-space: nowrap;
}

.girl_page .phone .number svg,
.girl_page .phone .area svg,
.girl_page .phone .time svg {
	flex-shrink: 0;
	height: 1.1rem;
	width: 1.1rem;
}

.girl_page .phone .number svg {
	height: 1.5rem;
	width: 1.5rem;
}

.girl_page .phone .number .iu-card-icon {
	color: #ff524f;
}

.girl_page .phone .messengers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 0;
	justify-content: center;
	min-height: 21px;
}

@media (min-width: 768px) {
	.girl_page .phone .messengers {
		flex-wrap: nowrap;
	}
}

.girl_page .phone .messengers-text {
	margin-right: 2px;
	white-space: nowrap;
}

.girl_page .phone .messengers .tlg,
.girl_page .phone .messengers .wa,
.girl_page .phone .messengers .max {
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	margin-left: 7px;
	margin-right: 3px;
	padding: 2px;
}

.girl_page .phone .messengers .tlg,
.girl_page .phone .messengers .tlg + .messenger-name { color: #27a5e7; }

.girl_page .phone .messengers .wa,
.girl_page .phone .messengers .wa + .messenger-name { color: #25d366; }

.girl_page .phone .messengers .max,
.girl_page .phone .messengers .max + .messenger-name { color: #4e3ef0; }

.girl_page .phone .messengers .iu-messenger-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.girl_page .phone .messenger-name {
	display: inherit;
}

.girl_page .phone .area,
.girl_page .phone .time {
	align-items: center;
	display: flex;
	justify-content: center;
	white-space: pre;
}

.girl_page .phone .area,
.girl_page .phone .time {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 1px 3px;
	width: 100%;
}

.girl_page .phone .area {
	background-color: #fff;
	margin-bottom: 8px;
}

.girl_page .phone .area .iu-card-icon {
	color: #ff524f;
}

.girl_page .phone .area:only-child {
	margin-bottom: auto;
	margin-top: auto;
}

.girl_page .phone .time {
	background-color: #e4f7fd;
	margin-bottom: 0;
	margin-top: auto;
}

.girl_page .phone .time .iu-card-icon {
	color: #0891b2;
}

.girl_page .phone .time .hidden-md {
	color: #0891b2;
	font-weight: 600;
}

.girl_page .phone .time:only-child {
	margin-bottom: auto;
}

.girl_page .phone .number--empty {
	opacity: 0.7;
}

.girl_page .gallery-placeholder {
	align-items: center;
	background: #fff;
	color: #bbb;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 280px;
	width: 100%;
}

.girl_page .gallery-placeholder svg {
	height: 4rem;
	width: 4rem;
}

.girl_page .swiper-slide.is-placeholder img {
	display: none;
}

.girl_page .yndex-maps--empty {
	display: none;
}

.girl_page #show_comments.is-empty {
	opacity: 0.75;
}

.girl_page .warning {
	background-color: #fff9df;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
}

.girl_page .phone_info,
.girl_page .description {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	margin-bottom: 10px;
	word-break: break-word;
}

.girl_page .phone_info {
	font-size: 0.9rem;
	padding: 5px;
	text-align: center;
}

.girl_page .description {
	padding: 9px 15px;
	white-space: pre-line;
}

.girl_page .description p {
	margin: 0 0 10px;
}

.girl_page .description p:last-child {
	margin-bottom: 0;
}

.girl_page .data {
	align-items: stretch;
	border-top: 1px solid #d1d1d1;
	display: flex;
	min-width: 0;
	padding-top: 10px;
}

.girl_page .section {
	font-size: 1.4rem;
	line-height: 1.1;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}

.girl_page .data + .section {
	margin-top: 8px;
}

.girl_page .personal {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.girl_page .price {
	display: flex;
	flex: 1.4;
	flex-direction: column;
	margin-left: 0;
	min-width: 0;
}

.girl_page .personal .table,
.girl_page .price .table {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.girl_page .personal .table table,
.girl_page .price .table table {
	flex: 1 1 auto;
	height: 100%;
}

.girl_page .table table {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-collapse: collapse;
	width: 100%;
}

.girl_page .table td {
	border: 1px solid #d1d1d1;
	padding: 8px 4px;
	text-align: center;
}

.girl_page .price .table td svg {
	color: #ff524f;
	height: 1.25rem;
	width: 1.25rem;
}

.girl_page .check_out td {
	text-align: left;
}

.girl_page .services {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	margin-bottom: 20px;
	padding: 9px 15px;
}

.girl_page .service-header {
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 10px 0 5px;
	text-align: left;
}

.girl_page .service-group {
	list-style: none;
	margin: 0;
	padding: 0;
}

.girl_page .services .service {
	align-items: center;
	color: #a8a8a8;
	display: flex;
	list-style: none;
	text-decoration: line-through;
	white-space: nowrap;
}

.girl_page .services .service svg {
	color: #ff524fb0;
	flex-shrink: 0;
	height: 1rem;
	margin-right: 4px;
	width: 1rem;
}

.girl_page .services .service.active {
	color: #333;
	text-decoration: none;
}

.girl_page .tlg { color: #27a5e7; }
.girl_page .wa { color: #25d366; }
.girl_page .max { color: #4e3ef0; }

.girl_page .add_comments {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px 7px;
	text-align: left;
}

.girl_page .add_comments .form-group:last-child {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

.girl_page .add_comments label {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}

.girl_page .add_comments .form-control {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	display: block;
	font-size: 1rem;
	padding: 6px 12px;
	width: 100%;
}

.girl_page .comment {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: left;
	word-break: break-word;
}

.girl_page .comment .comment_header {
	background-color: rgba(134, 134, 134, 0.37);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 9px 15px;
}

.girl_page .comment .comment_text {
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 9px 15px;
	white-space: pre-wrap;
}

.girl_page #show_comments {
	margin-bottom: 8px;
}

.girl_page .yndex-maps {
	border: 1px solid #bfbfbf;
	height: 40vh;
	margin-bottom: 20px;
	max-height: 350px;
	min-height: 250px;
	width: 100%;
}

.girl_page .phone_widget {
	bottom: 2%;
	position: fixed;
	right: 2%;
	z-index: 10;
}

.girl_page .phone_widget .pw_panel {
	height: 0;
	opacity: 0;
	transition: all 1s;
}

.girl_page .phone_widget .pw_panel.in {
	display: block;
	height: auto;
	opacity: 1;
}

.girl_page .phone_widget .pw_panel.invisible {
	visibility: hidden;
}

.girl_page .phone_widget .pw_button {
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px;
}

.girl_page .phone_widget .pw_animation {
	animation: iu-profile-wave 2s infinite;
	background-color: #fc5593;
	box-shadow: 0 0 0 #fc5593;
}

.girl_page .phone_widget .pw_button svg {
	height: 2.3rem;
	width: 2.3rem;
}

.girl_page .phone_widget .pw_button .iu-messenger-icon,
.girl_page .phone_widget .pw_button .iu-messenger-icon--tlg,
.girl_page .phone_widget .pw_button .iu-messenger-icon--wa,
.girl_page .phone_widget .pw_button .iu-messenger-icon--max {
	color: #fff;
}

.girl_page .phone_widget .max { background-color: #4e3ef0; }
.girl_page .phone_widget .telegram { background-color: #27a5e7; }
.girl_page .phone_widget .whatsapp { background-color: #25d366; }
.girl_page .phone_widget .call,
.girl_page .phone_widget .default { background-color: #fc5593; }
.girl_page .phone_widget .close { background-color: #c9c9c9; }
.girl_page .phone_widget .like {
	background-color: #f9f9f9;
	color: #ff524f;
}

.girl_page .phone_widget .like.is-active {
	color: #ff1578;
}

@keyframes iu-profile-wave {
	0% { transform: scale(1); }
	10% { transform: scale(1.1); }
	15% { transform: scale(1); }
	70% { box-shadow: 0 0 0 15px transparent; }
	100% { box-shadow: 0 0 0 0 transparent; }
}

@media (min-width: 412px) {
	.girl_page .warning br {
		display: none;
	}
}

@media (min-width: 480px) {
	.girl_page .services {
		grid-template-columns: repeat(2, 1fr);
	}

	.girl_page .services .ending {
		grid-column: 3;
		grid-row: 1;
	}
}

@media (min-width: 991px) and (max-width: 1399px) {
	.girl_page .services .ending {
		grid-column: 1;
		grid-row: 2;
	}

	.girl_page .services .massage {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.girl_page .services .service-header {
		font-size: 0.95rem;
	}

	.girl_page .services .service {
		font-size: 0.9rem;
	}
}

@media (max-width: 479px) {
	.girl_page .services .service:not(.active) {
		opacity: 0.55;
	}
}

@media (max-width: 767px) {
	.girl_page .main .panel-heading {
		align-items: center;
		display: flex;
		height: 44px;
		justify-content: center;
	}

	.girl_page .phone {
		flex-direction: column;
	}

	.girl_page .phone .column,
	.girl_page .phone .column:first-child,
	.girl_page .phone .column:last-child {
		flex: none;
		width: 100%;
	}

	.girl_page .phone .number {
		font-size: 1.4rem;
		margin-bottom: 8px;
		white-space: nowrap;
		width: 100%;
	}

	.girl_page .phone .time {
		display: flex;
		justify-content: center;
		margin-top: 0;
		width: 100%;
	}

	.girl_page .phone .area {
		margin-bottom: 8px;
		width: 100%;
	}

	.girl_page .data {
		display: block;
	}

	.girl_page .personal,
	.girl_page .price {
		display: block;
		width: 100%;
	}

	.girl_page .personal .table,
	.girl_page .price .table {
		display: block;
	}

	.girl_page .personal .table table,
	.girl_page .price .table table {
		height: auto;
	}

	.girl_page .price {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.girl_page .data .table {
		font-size: 0.95rem;
	}

	.girl_page .data td {
		padding: 6px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	main.girl_page {
		padding-left: 3%;
		padding-right: 3%;
	}

	.girl_page .main .panel-body {
		align-items: stretch;
		flex-direction: column;
	}

	.girl_page .gallery {
		flex: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		min-width: 0;
		width: 55%;
		max-width: 480px;
	}

	.girl_page .info {
		flex: none;
		margin-left: 0;
		min-width: 0;
		padding: 10px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.girl_page {
		padding-top: 35px;
	}

	.girl_page .main .panel-heading {
		align-items: baseline;
		display: flex;
		justify-content: center;
		padding: 10px 15px;
	}

	.girl_page .data,
	.girl_page .phone {
		display: flex;
		flex-wrap: nowrap;
	}

	.girl_page .phone .column:first-child {
		align-items: center;
		flex: 1;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 0;
		min-width: 0;
	}

	.girl_page .phone .column:last-child {
		align-items: stretch;
		flex: 0 0 auto;
		justify-content: flex-start;
		min-width: auto;
		width: auto;
	}

	.girl_page .phone .number {
		font-size: clamp(1.2rem, 2.2vw, 2rem);
		max-width: 100%;
	}

	.girl_page .data {
		border-top-color: #c8c8c8;
	}

	.girl_page .phone .column {
		display: flex;
		flex-direction: column;
	}

	.girl_page .phone .messengers {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.girl_page .phone .number {
		margin-top: -5px;
	}

	.girl_page .phone .number svg {
		height: 1.75rem;
		width: 1.75rem;
	}

	.girl_page .personal {
		flex: 1;
	}

	.girl_page .price {
		flex: 1.4;
		margin-left: 10px;
	}

	.girl_page .phone_info br {
		display: none;
	}

	.girl_page .swiper-main .swiper-wrapper {
		max-height: 600px;
	}

	.girl_page .swiper-thumbs .swiper-slide {
		width: 120px;
	}

	.girl_page .swiper-thumbs .swiper-slide img {
		height: 125px;
		max-height: 125px;
	}
}

@media (min-width: 991px) and (max-width: 1399px) {
	.girl_page .price .check_out {
		font-size: 0.9rem;
	}

	.girl_page .price .check_out td {
		padding: 8px 3px;
	}
}

@media (min-width: 992px) {
	.girl_page .main .panel-body {
		align-items: flex-start;
		display: flex;
		flex-wrap: nowrap;
		padding: 15px 10px;
	}

	.girl_page .add_comments {
		padding: 15px;
	}

	.girl_page .gallery {
		flex: 0 0 420px;
		margin: 0;
		max-width: 100%;
		min-width: 0;
		width: 420px;
	}

	.girl_page .info {
		flex: 1 1 auto;
		margin-left: 10px;
		min-width: 0;
		padding: 10px;
	}

	.girl_page .main svg {
		height: 1.1rem;
		width: 1.1rem;
	}

	.girl_page .phone .messengers {
		font-size: 0.9rem;
	}

	.girl_page .phone .number {
		font-size: 2rem;
		margin-top: -5px;
	}

	.girl_page .phone .number svg {
		height: 1.75rem;
		width: 1.75rem;
	}

	.girl_page .swiper-main .swiper-wrapper {
		max-height: 500px;
	}

	.girl_page .swiper-thumbs .swiper-slide img {
		height: 100px;
		max-height: 100px;
	}
}

@media (min-width: 1130px) {
	.girl_page .gallery {
		flex-basis: 460px;
		width: 460px;
	}

	.girl_page .info {
		flex: 1 1 auto;
		min-width: 0;
	}

	.girl_page .phone .number {
		font-size: 1.7rem;
	}

	.girl_page .phone .messengers {
		font-size: 1rem;
	}

	.girl_page .main svg {
		height: 1.25rem;
		width: 1.25rem;
	}

	.girl_page .phone .messengers-text {
		display: inline;
	}
}

@media (min-width: 1366px) {
	.girl_page .gallery {
		flex-basis: 500px;
		width: 500px;
	}

	.girl_page .info {
		flex: 1 1 auto;
		min-width: 0;
	}

	.girl_page .phone .number {
		font-size: 2rem;
	}

	.girl_page .phone .number svg {
		height: 1.7rem;
		width: 1.7rem;
	}
}

@media (min-width: 1400px) {
	.girl_page .main .panel-body {
		padding: 15px;
	}

	.girl_page .gallery {
		flex-basis: 560px;
		width: 560px;
	}

	.girl_page .info {
		padding: 10px;
	}

	.girl_page .price .check_out {
		font-size: 0.95rem;
	}

	.girl_page .phone .number {
		font-size: 2.4rem;
		margin-top: -10px;
	}

	.girl_page .phone .number svg {
		height: 2rem;
		width: 2rem;
	}

	.girl_page .swiper-main .swiper-wrapper {
		max-height: 750px;
	}

	.girl_page .swiper-thumbs .swiper-slide img {
		height: 150px;
		max-height: 150px;
	}
}

@media (min-width: 1100px) {
	main.girl_page {
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (min-width: 1400px) {
	main.girl_page {
		padding-left: 9%;
		padding-right: 9%;
	}
}
