.faq__title svg {
    transition: transform 0.3s ease;
}
.faq__title.--spoller-active svg {
    transform: rotate(180deg);
}

[data-fls-spollers] summary {
    list-style: none;
    background: #0a0a0a;
    border: var(--stroke-weight-1, 0.0625rem) solid #20212b;
    border-radius: 0.5rem;
}

.faq__item {
    background: transparent;
    border: none;
    border-radius: 0;
}

.faq__body {
    padding: 20px 1.5625rem 1.5rem;
}

.hero__image video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero__image::after {
	content:'';
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:2;
}

.reviews__item-text {
	--lh: 24px;     
  --lines: 5;     

  line-height: var(--lh);
  max-height: calc(var(--lh) * var(--lines));
	min-height: calc(var(--lh) * var(--lines));
  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
}

.services__image > img.mobile {
	display:none;
}
.header__content-lang-mobile {
	display:none;
}


@media (min-width: 94.875em) {
    .hero__wrapper {
        min-height: 66rem;
    }
}

@media (min-width: 20em) and (max-width: 94.875em) {
    .hero__wrapper {
        min-height: clamp(18.75rem, 4.42612687813125rem + 68vw, 66rem);
    }
}

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

.header__content-lang {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.lang__selected {
  padding: 8px 12px;
      color: #da9d4e;
  border-radius: 6px;
  font-weight: 500;
}

.lang__content {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  z-index: 10;
}

.lang__content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
	color: #da9d4e;
	    background: #161616;
  transition: background 0.2s;
}

.lang__content a:hover {
      background: #202020;
}

/* Показуємо меню при наведенні */
.header__content-lang:hover .lang__content {
  display: block;
}

.mobile__buttons {
	display:flex;
	align-items: center;
	gap:10px;
}

@media (max-width: 768px) {
    .services__image > img {
		display:none;
	}
	
	.services__image > img.mobile {
		display:block;
	}
	
	.header__content-lang-mobile {
		display:block;
		position: relative;
		z-index:5;
	}

	.header__control {
		display:none;
	}
	
	.header__content-lang-mobile:hover .lang__content {
	  display: block;
	}
}


.float-socials {
	position: fixed;
	left: 20px;
	bottom: 20px;
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	z-index: 9998;
}

.float-socials__item {
	color: #fff;
}

@media (max-width : 999px) {  
	.float-socials {

	}
}

.float-socials__list {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.float-socials__list > *+* {
	margin-top: 10px;	
}

.float-socials__item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25D366; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
}
.float-socials__item.viber {
	background: #6F5CEA; /*цвет кнопки*/
}
.float-socials__item.whatsapp {
	background: #25D366; /*цвет кнопки*/
}
.float-socials__item.telegram {
	background: #0088cc; /*цвет кнопки*/
}

.float-socials__item svg {
	width: 24px;
	height: auto;
}



/* Girls */

.girls {
	padding: 100px 0 0;
	display:none;
}
.girls__title {
	text-align: center;
}
.girls__slider {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.girls__card {
	position: relative;
	display: block;
	color: #fff;
}

.girls__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #CE7B3F 0%, #992113 100%);
	opacity: 0.2;
	transition: 0.2s ease;
	z-index: 1;
}

.girls__card:hover::before {
	opacity: 0.4;
}

.girls__card-image__wrapper{
	position: relative;
	width: 100%;
	padding-top: 140%;
	overflow: hidden;
}
.girls__card-image__wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease;
}

.girls__card:hover img {
	transform: scale(1.1);
}

.girls__card-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px;
	z-index: 2;
}
.girls__card-name {
	font-size: 32px;
	font-weight: 600;
}
.girls__card-descr {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	
}
.girls__card-descr p{
	font-weight: 500;
}
@media(max-width: 480px) {
	.girls__card-name {
		font-size: 24px;
	}
	.girls__card-descr {
		gap: 0px 8px;
		margin-top: 4px;
		line-height: 145%;
		font-size: 14px;
	}
}
.girls__slider-prev {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
	cursor: pointer;
}
.girls__slider-next {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
	cursor: pointer;
}
.girls__slider-next svg,
.girls__slider-prev svg {
	fill: #CE7B3F;
	height: 30px;
	width: 30px;
}
@media (max-width: 999px) {
	.page-template-page-pricelist .girls,
	.page-template-page-girl .girls {
		padding: 0 0 100px;
	}
	.girls {
		padding: 50px 0 0;
	}
}

.hero__phone {
	display:flex;
	align-items:center;
	gap:10px;
	color: #da9d4e;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 100%;
    text-align: center;
	font-size: 1.4rem;
}