.categories {
	margin: 62px 0px 132px 0px;
}

.categories .subcats {
	margin-bottom: 62px;
}

.categories-inner-left-right {
	margin: 47px 15px 35px 285px;
}

.categories-inner-right-left {
	margin: 47px 0px 35px 59px;
}

.categories-inner-left,
.categories-inner-right {
	position: relative;
}

.categories-inner-right-right img {
	position: absolute;
	right: 0;
	z-index: -1;
	top: 7px;
}

.categories-inner-left-left img {
	position: absolute;
	left: 0;
	z-index: -1;
}

.categories .btn-secondary-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.categories-inner .btn-secondary-wrap {
	margin-top: 72px;
}

.categories-inner .btn-secondary {
	font-size: 21px;
	background: #000;
}

.categories-inner .btn-secondary:hover {
	border: 1px solid var(--purple);
	background: var(--purple);
	color: #fff;
}

.fav-services-inner {
	background: url(../img/texture_bg_1.jpg) no-repeat;
	background-position: center top;
}

.fav-services-inner-inner {
	padding: 76px 0 137px 0;
	position: relative;
}

.service-desc {
	font-size: 13px;
	line-height: 184%;
	margin-bottom: 25px;
}

.service-price {
	font-size: 18px;
	font-family: 'Yeseva One', cursive;
	color: var(--purple);
}

.fav-services-list {
	margin-top: 64px;
	margin-bottom: 30px;
}

.fav-service {
	border-radius: 26px;
	max-width: 380px;
	transition: 0.6s all;
	min-height: 529px;
	max-height: 529px;
}

.fav-service a {
	padding: 283px 50px 36px 50px;
	display: inline-block;
}

.fav-service-1 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 100%)), url(../img/damsky_striptyz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service-2 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 100%)), url(../img/topless_tanecnice.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service-3 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 100%)), url(../img/escort_servis.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service.fav-service-1,
.fav-service.fav-service-3 {
	margin-top: 50px;
}

.fav-service-1:hover {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(19 2 10)), url(../img/damsky_striptyz.jpg);
	transform: scale(1.025);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service-2:hover {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(19 2 10)), url(../img/topless_tanecnice.jpg);
	transform: scale(1.025);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service-3:hover {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(19 2 10)), url(../img/escort_servis.jpg);
	transform: scale(1.025);
	background-repeat: no-repeat;
	background-position: center center;
}

.fav-service h3 {
	margin-bottom: 20px;
}

.fav-services-inner-inner-header h2 {
	margin-bottom: 0;
}

.pricelist-link a {
	font-size: 14px;
}

.pricelist-link a::after {
	content: " ";
	display: inline-block;
	background: url(../img/arrow_right_long.svg) no-repeat;
	background-size: 21px;
	width: 21px;
	height: 8px;
	margin-left: 13px;
}

.pricelist-link a:hover {
	text-decoration: underline !important;
}

.fav-services-list::before {
	content: " ";
	color: #fff;
	height: 228px;
	width: 2px;
	position: absolute;
	left: 51px;
	top: 105px;
	font-size: 14px;
	z-index: 1;
	background: url(../img/line_long.svg) no-repeat;
}

.popular-span {
	font-size: 14px;
	color: #fff;
	transform: rotate(270deg);
	position: absolute;
	left: 51px;
	z-index: 1;
	top: 161px;
}

.who-u-meet {
	background: linear-gradient(0deg, #000000 39%, #ffffff 39%);
}

.who-u-meet h2 {
	color: #000;
}

.who-u-meet .name {
	font-size: 37px;
	color: var(--purple);
	font-family: 'Yeseva One', cursive;
	margin-top: 54px;
	margin-bottom: 30px;
	background: #fff;
}

.who-u-meet .subcats a {
	color: #000;
	font-size: 13px;
}

.who-u-meet-inner {
	padding: 95px 0px;
	margin-bottom: 127px;
}

.who-u-meet-inner-left {
	padding-right: 100px;
	padding-top: 30px;
	background: linear-gradient(0deg, #000000 36.3%, #ffffff 36.3%);
}

.stripper-photos {
	position: relative;
}

.stripper-photos-inner img.main_img {
	width: 508px;
	height: 760px;
	object-fit: cover;
}

.stripper-photos-inner img.secondary_img {
	width: 297px;
	height: 446px;
	max-height: 446px;
	object-fit: cover;
}

.stripper-photos-inner img:last-child {
	position: absolute;
	right: 0px;
	top: 100px;
}

.carousel-indicators li {
	width: 34px;
	height: 34px;
	text-indent: initial;
	background-color: #181818;
	opacity: 1;
	font-family: 'Yeseva One', cursive;
	border: none;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	line-height: 220%;
}

.carousel-indicators .active {
	background-color: #472234;
}

#who-u-meet-carousel .carousel-indicators {
	bottom: -121px;
}

.who-u-meet-inner-left .subcats {
	background: #fff;
}

#who-u-meet-carousel .carousel-control-next-icon {
	background-image: url("../img/arrow_right_longer.svg");
}

#who-u-meet-carousel .carousel-control-next {
	right: -101px;
	top: -135px;
	transition: 0.9s all;
}

#who-u-meet-carousel .carousel-control-next:hover {
	right: -112px;
	transition: 0.7s all;
}

#who-u-meet-carousel .carousel-control-next-icon,
#who-u-meet-carousel .carousel-control-prev-icon {
	width: 129px;
	height: 13px;
}

.who-u-meet-inner-left img {
	margin: 37px 0 71px 0;
}

/* Media Queries */

@media screen and (max-width: 1199px) {

	.subcats a {
		font-size: 13px;
	}

	h2 {
		font-size: 39px;
		margin-bottom: 27px;
	}

	.categories-inner-left-left img {
		margin-left: -47px;
	}

	.categories-inner .btn-secondary {
		font-size: 19px;
	}

	.categories-inner-left-right {
		margin: 47px 15px 35px 216px;
	}

	.categories-inner-right-right img {
		top: 12px;
		margin-right: -33px;
	}

	.fav-services-inner-inner {
		padding: 76px 35px 137px 35px;
	}

	.fav-service {
		margin: 0 15px;
	}

	.popular-span {
		left: 74px;
	}

	.fav-services-list::before {
		left: 81px;
	}

	.fav-services-list {
		margin-bottom: 105px;
	}

	#who-u-meet-carousel .carousel-control-next {
		display: none;
	}

	.who-u-meet .name {
		margin-top: 36px;
		margin-bottom: 20px;
	}

	.who-u-meet-inner-left {
		padding-right: 75px;
		padding-top: 30px;
		background: linear-gradient(0deg, #000000 29.6%, #ffffff 29.6%);
	}

	.who-u-meet {
		background: linear-gradient(0deg, #000000 34.5%, #ffffff 34.5%);
	}

	.who-u-meet .carousel-item img {
		min-height: initial;
	}

	.stripper-photos-inner img:last-child {
		max-height: 293px;
	}

	.who-u-meet-inner-left img {
		display: none;
	}

	.who-u-meet-inner-left .btn-secondary-wrap {
		margin-top: 133px;
	}

}

@media screen and (max-width: 991px) {

	.categories-inner-left-right {
		margin: 47px 15px 35px 97px;
	}

	.categories-inner-left-left img {
		margin-left: -120px;
	}

	.categories-inner-right-right img {
		margin-right: -138px;
	}

	.service-price {
		line-height: 25px;
	}

	.service-desc {
		display: none;
	}

	.fav-service {
		min-height: 399px;
		max-height: 399px;
		background-size: cover !important;
		margin: 0 12px;
	}

	.fav-service a {
		padding: 253px 50px 36px 50px;
	}

	.fav-services-list {
		margin-bottom: 66px;
	}

	.stripper-photos-inner img:last-child {
		display: none;
	}

	.who-u-meet-inner-right {
		flex: 1;
	}

	.who-u-meet-inner-left {
		padding-right: 18px;
	}

	.who-u-meet .carousel-item img {
		width: 100%;
	}

}

@media screen and (max-width: 768px) {

	.categories-inner-left-left img {
		margin-left: 0;
	}

	.categories-inner-left-right {
		margin: 0;
	}

	.categories-inner-left-left img,
	.categories-inner-right-right img {
		position: relative;
	}

	.categories-inner-right-right img {
		margin-right: 0;
	}

	.categories-inner {
		flex-flow: column;
	}

	.categories .subcats {
		margin-bottom: 0;
	}

	.categories-inner-left-right {
		margin: 0;
		margin-top: 52px;
		margin-left: 20px;
	}

	.categories-inner-right-left {
		margin: 47px 0px 35px -109px;
		order: 2;
	}

	.categories-inner-left {
		margin-bottom: 75px;
	}

	.categories-inner-right-right img {
		position: relative;
		left: -53px;
	}

	.fav-services-list {
		flex-flow: column;
	}

	.fav-service {
		max-width: 100%;
	}

	.service-desc {
		display: block;
	}

	.fav-service,
	.fav-service:hover {
		min-height: initial;
		max-height: initial;
		margin: 0;
		background-position: center top;
	}

	.pricelist-link a,
	.popular-span,
	.fav-services-list::before {
		display: none;
	}

	.fav-service.fav-service-1,
	.fav-service.fav-service-2,
	.fav-service.fav-service-3 {
		margin-top: 20px;
	}

	.stripper-photos-inner img:last-child {
		display: block;
	}

	.who-u-meet .carousel-item {
		flex-flow: column;
	}

	.who-u-meet-inner {
		padding: 41px 0px;
		text-align: center;
	}

	.who-u-meet h2 {
		text-align: center !important;
	}

	.who-u-meet .carousel-item img {
		position: relative;
	}

	.carousel-indicators {
		margin-right: 0%;
		margin-left: 0%;
	}

	.carousel-indicators li {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.who-u-meet-inner-left {
		background: transparent;
	}

	.who-u-meet-inner-left .btn-secondary-wrap {
		margin-top: 52px;
	}

	.who-u-meet-inner-left .btn-secondary-wrap a {
		color: #000;
	}

	.who-u-meet-inner-right {
		margin-top: 78px;
	}

	.who-u-meet .carousel-item img {
		padding-right: 25px;
	}

	.stripper-photos-inner img:last-child {
		position: absolute;
		right: 0;
		max-width: 195px;
		padding-right: 0;
	}

	#who-u-meet-carousel .carousel-indicators {
		bottom: -75px;
	}

}

@media screen and (max-width: 552px) {

	.carousel-caption {
		right: 5%;
		left: 5%;
	}

	.categories-inner-left {
		flex-flow: column;
		text-align: center;
	}

	.categories h2 {
		text-align: center;
		font-size: 25px;
		margin-bottom: 16px;
	}

	.subcats a {
		font-size: 12px;
	}

	.categories-inner-left-right {
		margin: 0;
		margin-top: -88px;
		margin-left: 0px;
		margin-bottom: 60px;
	}

	.categories-inner .btn-secondary {
		font-size: 15px;
		padding: 14px 29px 15px 31px;
	}

	.categories-inner-left-left img {
		max-height: 337px;
	}

	.categories {
		margin: 23px 0px 90px 0px;
	}

	.categories-inner-right {
		flex-flow: column;
		text-align: center;
	}

	.categories-inner-right-right img {
		position: relative;
		left: 0;
	}

	.categories-inner-right-right img {
		max-height: 317px;
	}

	.categories-inner-left {
		margin-bottom: 44px;
	}

	.categories-inner-right-left {
		margin: -80px 0px 56px 0px;
	}

	.subcats a {
		margin-right: 5px;
		margin-left: 5px;
	}

	.service-price {
		font-size: 16px;
		font-family: 'Yeseva One', cursive;
		color: var(--purple);
	}

	.service-desc {
		font-size: 12px;
	}

	h3 {
		font-size: 22px;
	}

	.fav-service a {
		padding: 235px 50px 27px 50px;
	}

	.fav-service h3 {
		margin-bottom: 14px;
	}

	.service-desc {
		margin-bottom: 18px;
	}

	.fav-services-list {
		margin-top: 40px;
	}

	.fav-services-inner-inner {
		padding: 62px 20px 106px 20px;
	}

	.btn-primary {
		font-size: 18px;
		padding: 17px 39px 18px 39px;
	}

	h2 {
		font-size: 32px;
	}

	.comp_career_inner p {
		margin: 29px auto 48px auto;
		font-size: 12px;
		line-height: 25px;
	}

	.who-u-meet .carousel-item img {
		padding-right: 0px;
	}

	.stripper-photos-inner img:last-child {
		display: none;
	}

	.who-u-meet-inner {
		margin-bottom: 92px;
	}

	.who-u-meet-inner .carousel-item {
		background-color: white;
	}

	.btn-secondary,
	.nav-link.btn-secondary {
		padding: 14px 32px 15px 33px;
		font-size: 15px;
	}

	.who-u-meet-inner-left .btn-secondary-wrap a:hover {
		color: #fff;
	}

	.who-u-meet .name {
		font-size: 28px;
	}

	.who-u-meet-inner-left .btn-secondary-wrap {
		margin-top: 41px;
	}

	.who-u-meet-inner-right {
		margin-top: 62px;
	}

}