body {
	font-family: sans-serif;
	color: var(--text-default);
	--text-default: #101010;
	--text-primary: #E6C200;
	--text-muted: rgba(27, 24, 24, 0.6);
	--text-inverse: #ffffff;
	--border-default: rgba(16, 16, 16, 0.1);
	background: linear-gradient(
	  -45deg,
	  #151515bf,   
	  #151515bf,   
	  #151515bf,  
	  #151515bf,   
	  #151515bf    
	);
	background-size: 500% 300%;
  }
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: clip;
}
.wrapper > main {
	flex-grow: 1;
}

[class*="__container"] {
	padding-inline: 15px;
	/* max-width: 1430px; */
	max-width: 1230px; 
	margin: 0 auto;
}
.page {
}
.page > *:not([class*="--nomargin"]) {
	margin-bottom: 224px;
}
.page__hero {
	margin-bottom: 160px;
}
.page__services {
}
.page__latest-work {
}
.page__exhibitions {
}
.page__lets-work {
}
.page > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 1430px) {
	.page > *:not([class*="--nomargin"]) {
		margin-bottom: 120px;
		margin-top: 70px;
    
	}
	.page__hero {
		margin-bottom: 120px;
	}
}
@media (max-width: 991.98px) {
	.page > *:not([class*="--nomargin"]) {
		margin-bottom: 80px;
	}
	.page__hero {
		margin-bottom: 80px;
	}
}
@media (max-width: 767.98px) {
	.page > *:not([class*="--nomargin"]) {
		margin-bottom: 100px;
	}
	.page__hero {
		margin-bottom: 30px;
	}
}
  .header {
	color: #fff;
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
	top: 20;
  }
  
  .header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto;
  }
  
  .logo {
	font-size: 20px;
	font-weight: bold;
	color: #E6C200;
  }
  
  .nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	
  }
  .nav ul li {
  }
  
  .nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	transition: color 0.3s ease;
  } 
  .nav ul li a:hover {
	color: #E6C200;
  }
  .burger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 6px;
	z-index: 1100;
  } 
  .burger span {
	width: 28px;
	height: 3px;
	background: #E6C200;
	transition: 0.3s;
	border-radius: 2px;
  }
  
  /* Мобільне меню */
  @media (max-width: 768px) {
	.nav {
	  position: fixed;
	  top: 0;
	  right: -100%;
	  width: 100%;
	  height: 100vh;
	  background: #080707;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: right 0.4s ease;
	  flex-direction: column;
	}
	.nav ul {
		flex-direction: column;
        gap: 25px;
        align-items: center;
	}
	.nav ul li a {
		font-size: 20px;
        color: #fff;
        transition: color 0.3s ease;
        display: flex;
        flex-direction: column;
	} 
	.burger {
	  display: flex;
	}
	.nav.active {
	  right: 0;
	} 
	/* Анімація бургера */
	.burger.active span:nth-child(1) {
	  transform: rotate(45deg) translate(6px, 6px);
	}
	.burger.active span:nth-child(2) {
	  opacity: 0;
	}
	.burger.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(7px, -7px);
	}  
	/* Коли меню активне – блокування скролу */
	body.menu-open {
	  overflow: hidden;
	}
  } 
/* меню */
.hero {
	padding-top: 1px;
}
.hero__container {
	display: flex;
}
.hero__content {
	position: relative;
	padding-top: 77px;
	flex-basis: 67.428571%; 	
}
.hero__header {
	display: inline-block;
}
.hero__header:not(:last-child) {
	margin-bottom: 150px;
	text-align: end;
}
.hero__title {
	font-size: 150px;
	color: var(--text-primary);
	line-height: 0.9;
}
.hero__title:not(:last-child) {
	margin-bottom: 11px;
}
.hero__sub-title {
	font-size: 40px;
	line-height: 1.1; 
	text-transform: uppercase;
}
.hero__sub-title span {
	display: block;
}
.hero__sub-title span:first-child {
	margin-left: 19.047619%; 
}
.hero__sub-title span:last-child {
	margin-left: 28.888889%; 
}
.hero__author {
}
.author {
	display: flex;
	align-items: flex-end;
}
.author__picture {
}
.author__image {
	aspect-ratio: 1;
	width: 180px;
	object-fit: cover;
}
.author__image:not(:last-child) {
	margin-bottom: 10px;
}
.author__caption {
	line-height: 1.6; /* 25.6px */
}
.author__action {
	 background-color: var(--text-primary);
	aspect-ratio: 1;
	width: 140px;
	border-radius: 50%;

	display: grid;
	place-content: center;
	text-align: center;
	color: var(--text-inverse);
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	translate: -21.428571% 19.285714%;  
}
.author__action::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	aspect-ratio: 1;
	border-radius: 50%;
	transition: all 0.3s;
	border: 1px solid var(--text-primary);
}
.author__action:hover::before {
	width: 160px;
	left: 10px;
	top: -10px;
}
.author__image_svg{
    position: relative;
    background-color: var(--text-primary);
    aspect-ratio: 1;
    width: 200px;
    flex-shrink: 0;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--text-inverse);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}
.hero__media {
	flex-basis: 32.5%;
	
}
.hero__body {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.hero__image {
	width: 70%;
}
.hero__scroll {
}
.scroll-hero {
	display: flex;
	gap: 21px;
	align-items: flex-start;
	margin-right: 13.315579%; /* 100/751 */
}
.scroll-hero::before {
	content: "";
	background: url("../img/icons/arrow-down.svg") 0 bottom / 100% no-repeat;
	width: 20px;
	height: 88px;
}
.scroll-hero__label {
	line-height: 1.6;
	transition: color 0.3s;
	padding: 21px 0 15px 0;
}
.scroll-hero:hover {
	color: var(--text-primary);
}
@media (max-width: 1430px) {
	.hero__title {
		font-size: 140px;
	}
	.hero__header:not(:last-child) {
		margin-bottom: 100px;
	}
	.hero__sub-title {
		font-size: 40px;
	}
	.hero__content {
		padding-top: 50px;
	}
}
@media (max-width: 1220px) {
	.hero__title {
		font-size: 120px;
	}
	.hero__header:not(:last-child) {
		margin-bottom: 80px;
	}
	.hero__sub-title {
		font-size: 30px;
	}
	.hero__content {
		padding-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.hero {
		padding-top: 0;
	}
	.hero__header:not(:last-child) {
		margin-bottom: 60px;
	}
	.hero__title {
		font-size: 90px;
	}
	.hero__sub-title {
		font-size: 25px;
	}
	.hero__content {
		padding-top: 10px;
	}
}
@media (min-width: 767.98px) {
	.hero__body {
		margin-left: -65.18%;
	}
}
@media (max-width: 767.98px) {
	.hero__container {
		/* flex-direction: column; */
	}
	.hero__container {
		display: flex
	;
		flex-direction: column-reverse;
	}
	.hero__content {
		display: flex;
        flex-direction: column;
	}
	.hero__content:not(:last-child) {
		margin-bottom: 60px;
	}
	.hero__body {
		/* margin: 0 -15px 0 -15px; */
	}
	.hero__title {
		font-size: 125px;
	}
	.hero__sub-title {
		font-size: 35px;
	}
	.hero__scroll {
		display: none;
	}
}
@media (max-width: 650px) {
	.hero__title {
		font-size: 80px;
	}
	.hero__sub-title {
		font-size: 20px;
	}
}
@media (max-width: 430px) {
	.hero__title {
		font-size: 60px;
	}
	.hero__sub-title {
		font-size: 15px;
	}
	.author__image {
		width: 150px;
	}
}
/* Services */
.services {
}
.services__container {
	max-width: 1230px;
	position: relative;
	align-items: flex-start;
	display: flex;
	gap: 20px;
}
.services__title {
	display: flex;
	align-items: center;
	line-height: 1.6;
	gap: 10px;
}
.services__title::before {
	content: "";
	height: 1px;
	width: 15px;
	background-color: var(--text-default);
	/* background-color: #fff; */
}
.services__list {
	counter-reset: item;
	flex: 1 1 auto;
}
.services__item {
	padding-left: 13.875%; /* 111/800 */
	position: relative;
}
.services__item::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	font-size: 30px;
	line-height: 1.2;
	/* color: var(--text-primary); */
	color: #fff;
	content: counter(item, decimal-leading-zero);
}
.services__item:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--border-default);
}
.services__name {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	transition: color 0.3s;
	color: white;
    font-weight: 600;
}
.services__name:not(:last-child) {
	margin-bottom: 20px;
}
/* .services__name:hover {
	color: var(--text-primary);
} */
.services__description {
	font-size: 18px;
	line-height: 1.6;
}
.services__description p:not(:last-child) {
	margin-bottom: 10px;
}
@media (max-width: 991.98px) {
	.services__title {
		top: 110px;
	}
	.services__item:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.services__name:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.services__container {
		flex-direction: column;
	}
	.services__title {
		top: 60px;
	}
	.services__item::before {
		font-size: 24px;
	}
	.services__name {
		font-size: 24px;
	}
	.services__name:not(:last-child) {
		margin-bottom: 10px;
	}
	.services__item:not(:last-child) {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.services__title {
		position: sticky;
		top: 140px;
		flex: 1 1 380px;
	}
	.services__container:has(.services__title) .services__list {
		flex: 1 1 800px;
	}
}
@media (min-width: 992px) {
	.services__title {
		padding-left: 11.707317%; /* 144/1230 */
	}
}
/* Latest Work */
.latest-work {
}
.latest-work__container {
}
.latest-work__block-header {
}
.latest-work__block-header:not(:last-child) {
	margin-bottom: 128px;
}
.latest-work__items {
	display: flex;
	gap: 10.590048%; /* 151/1430 */
}
.latest-work__column {
	display: flex;
	flex-direction: column;
	row-gap: 128px;
}
.latest-work__column:first-child .item-work:nth-child(even) {
	align-self: center;
}
.latest-work__column:last-child .item-work:nth-child(odd) {
	align-self: flex-end;
}
.latest-work__item {
}
.item-work {
}
.item-work__link {
	transition: color 0.3s;
}
.item-work__link:hover {
	color: var(--text-primary);
}
.item-work__link:hover .item-work__image {
	scale: 1.01;
}
.item-work__title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
}
.item-work__title span {
	text-transform: none;
	color: var(--text-primary);
}
.item-work__title:not(:last-child) {
	margin-bottom: 12px;
}
.item-work__media {
}
.item-work__image {
	transition: scale 0.3s;
}
.item-work__caption {
	padding-top: 12px;
	line-height: 1.6;
}
@media (max-width: 1430px) {
	.latest-work__block-header:not(:last-child) {
		margin-bottom: 80px;
	}
	.latest-work__column {
		row-gap: 80px;
	}
}
@media (max-width: 991.98px) {
	.latest-work__block-header:not(:last-child) {
		margin-bottom: 50px;
	}
	.latest-work__column {
		row-gap: 50px;
	}
	.item-work__title {
		font-size: 26px;
	}
}
@media (max-width: 767.98px) {
	.latest-work__block-header:not(:last-child) {
		margin-bottom: 20px;
	}
	.latest-work__column {
		row-gap: 20px;
	}
	.item-work__title {
		font-size: 20px;
	}
}
@media (max-width: 599.98px) {
	.latest-work__items {
		overflow: auto;
		margin-inline: -15px;
		padding-inline: 15px;
		padding-bottom: 18px;
	}
	.latest-work__column {
		flex-direction: row;
		column-gap: 30px;
		align-items: flex-start;
	}
	.item-work {
		flex: 0 0 250px;
	}
}
@media (min-width: 600px) {
	.latest-work__column:first-child {
		flex: 1 1 700px;
	}
	.latest-work__column:last-child {
		flex: 1 1 550px;
	}
}

.exhibitions {
}
.exhibitions__container {
	/* padding-bottom: 70px; */
}
.exhibitions__block-header {
}
.exhibitions__block-header:not(:last-child) {
	margin-bottom: 50px;
}
.exhibitions__list {
}
.exhibitions__item {
	display: flex;
	align-items: center;
	gap: 48px;
}
.exhibitions__item:not(:last-child) {
	border-bottom: 1px solid var(--border-default);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.item-exhibition {
}
.item-exhibition__picture {
	align-self: flex-start;
	width: 230px;
	flex-shrink: 0;
	overflow: hidden;
	aspect-ratio: 1;
}
.item-exhibition__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.5s;
}
.item-exhibition__image:hover {
	scale: 1.04;
}
.item-exhibition__body {
	gap: 48px;
	align-items: center;
}
.item-exhibition__content > * {
	margin-bottom: 8px;
}
.item-exhibition__place {
	display: flex;
	align-items: center;
	gap: 10px;
}
.item-exhibition__place span {
	display: flex;
	gap: 10px;
	align-items: center;
}
.item-exhibition__place span:not(:last-child)::after {
	content: "";
	width: 15px;
	height: 1px;
	background-color: var(--text-default);
}
.item-exhibition__title {
	margin-bottom: 20px;
	/* text-transform: uppercase; */
	font-size: 40px;
	line-height: 1.1;
}
.item-exhibition__title span {
	text-transform: none;
	/* color: var(--text-primary); */
	color: #fff;
}
.item-exhibition__link-title {
	transition: color 0.3s;
	color: #fff;
}
/* .item-exhibition__link-title:hover {
	color: var(--text-primary);
} */
.item-exhibition__text {
	line-height: 1.6;
	color:#000;
}
.item-exhibition__text p:not(:last-child) {
	margin-bottom: 10px;
}
.item-exhibition__content > *:last-child {
	margin-bottom: 0;
	font-size: 18px;
}
.item-exhibition__buy {
	flex-shrink: 0;
}
.item-exhibition__date {
	text-align: right;
	flex-shrink: 0;
	font-size: 100px;
	line-height: 1.1;
	color: var(--text-primary);
}
.item-exhibition__date small {
	font-size: 30px;
	display: block;
}
@media (max-width: 1430px) {
	.exhibitions__block-header:not(:last-child) {
		margin-bottom: 80px;
	}
	.exhibitions__item:not(:last-child) {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.item-exhibition__picture {
		width: 180px;
	}
	.item-exhibition__date {
		font-size: 80px;
	}
	.item-exhibition__date small {
		font-size: 26px;
	}
	.item-exhibition__title {
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.item-exhibition__body {
		display: flex;
	}
	.item-exhibition__buy {
		margin-inline: 5.098039%;
	}
}
@media (max-width: 991.98px) {
	.exhibitions__block-header:not(:last-child) {
		margin-bottom: 50px;
	}
	.exhibitions__item:not(:last-child) {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.exhibitions__item {
		gap: 30px;
		align-items: flex-start;
	}
	.item-exhibition__picture {
		width: 150px;
	}
	.item-exhibition__buy {
		margin-top: 8px;
		display: flex;
	flex-direction: row-reverse;
	}
	.item-exhibition__date {
		font-size: 60px;
	}
	.item-exhibition__date small {
		font-size: 20px;
	}
}
@media (max-width: 767.98px) {
	.exhibitions__block-header:not(:last-child) {
		margin-bottom: 30px;
		margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
	}
	.exhibitions__item {
		gap: 20px;
		align-items: flex-start;
	}
	.item-exhibition__picture {
		width: 120px;
	}
	.item-exhibition__date {
		font-size: 45px;
	}
	.item-exhibition__date small {
		font-size: 14px;
	}
	.item-exhibition__title {
		font-size: 24px;
		margin-bottom: 7px;
	}
}
@media (max-width: 550px) {
	.exhibitions__item {
		flex-wrap: wrap;
		position: relative;
	}
	.item-exhibition__picture {
		flex-grow: 1;
	}
	.item-exhibition__date {
		color: var(--text-default);
		font-size: 30px;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		padding: 10px;
		position: absolute;
		top: 10px;
		left: 10px;
	}
}
.reviews {
}
.reviews__container {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	position: relative;
	padding-bottom: 150px;
}
.reviews__content {
	position: sticky;
	top: 140px;
	flex: 1 1 650px;
}
.reviews__content > * {
	margin-bottom: 16px;
}
.reviews__title {
	font-size: 70px;
	line-height: 1.1;
	text-transform: uppercase;
}
.reviews__title span {
	text-transform: none;
	color: var(--text-primary);
}
.reviews__sub-title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 48px;
	color: white;
}
.reviews__sub-title span {
	/* color: var(--text-primary); */
	color:#fff;
}
.reviews__button {
}
.reviews__content > *:last-child {
	margin-bottom: 0px;
}
.reviews__items {
	flex: 1 1 700px;
}
.reviews__item {
}
.reviews__item:not(:last-child) {
	border-bottom: 1px solid var(--border-default);
	margin-bottom: 96px;
	padding-bottom: 96px;
}
.item-reviews {
	display: flex;
	gap: 45px;
	align-items: flex-start;
	color: #fff;
}
.item-reviews__picture {
	aspect-ratio: 1;
	width: 120px;
	flex-shrink: 0;
}
.item-reviews__avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}
.item-reviews__body {
}
.item-reviews__body > * {
	margin-bottom: 24px;
}
.item-reviews__title {
	font-size: 15px;
	line-height: 1.2;
	padding-left: 81px;
	min-height: 51px;
	background: url("../img/five-star-rating-icon.svg")  left no-repeat;
	width: 30px;
	height: 15px;
}
.item-reviews__text {
	margin-bottom: 40px;
	color: #fff;
}
.item-reviews__text p {
	line-height: 1.6;
}
.item-reviews__text p:not(:last-child) {
	margin-bottom: 15px;
}
.item-reviews__author {
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.item-reviews__author span {
	display: flex;
	align-items: center;
	gap: 10px;
}
.item-reviews__author span:not(:last-child)::after {
	content: "";
	background-color: var(--text-default);
	height: 1px;
	width: 18px;
}
.item-reviews__body > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 1430px) {
	.reviews__content {
		flex: 1 1 550px;
	}
	.reviews__items {
		flex: 1 1 800px;
	}

	.reviews__title {
		font-size: 56px;
	}
	.reviews__sub-title {
		font-size: 22px;
		color:#fff;
	}
	.item-reviews__title {
		font-size: 22px;
	}
	.reviews__item:not(:last-child) {
		margin-bottom: 55px;
		padding-bottom: 55px;
	}
}
@media (max-width: 991.98px) {
	.reviews__content,
	.reviews__items {
		flex: 1 1 auto;
	}
	.reviews__container {
		flex-direction: column;
		gap: 40px;
		padding-bottom: 100px;
	}
	.reviews__title br,
	.reviews__sub-title br {
		display: none;
	}
	.reviews__item:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.item-reviews__body > * {
		margin-bottom: 16px;
	}
	.item-reviews__text {
		margin-bottom: 20px;
	}
	.reviews__sub-title {
		margin-bottom: 25px;
	}
	.reviews__content {
		position: static;
	}
}
@media (max-width: 479.98px) {
	.reviews__title {
		font-size: 42px;
	}
	.reviews__sub-title {
		font-size: 18px;
	}
	.item-reviews {
		gap: 20px;
	}
	.item-reviews__title {
		font-size: 18px;
		padding-left: 70px;
		min-height: 20px;
		background: url("../img/five-star-rating-icon.svg") 0 0 / 60px no-repeat;
	}
	.reviews__button {
		width: 100%;
	}
	.item-reviews__picture {
		aspect-ratio: 1;
		width: 70px;
		flex-shrink: 0;
	}
}
@media (max-width: 400px) {
	.item-reviews__picture {
		/* display: none; */
	}
}
.lets-work {
	padding-block: 229px;
}
.lets-work__container {
	display: flex;
	justify-content: center;
}
.lets-work__link {
	display: flex;
	align-items: center;
	gap: 100px;
}
.lets-work__circle {
	position: relative;
	background-color: var(--text-primary);
	aspect-ratio: 1;
	width: 200px;
	flex-shrink: 0;
	border-radius: 50%;
	display: grid;
	place-content: center;
	text-align: center;
	color: var(--text-inverse);
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
}
.lets-work__circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	aspect-ratio: 1;
	border-radius: 50%;
	transition: all 0.3s;
	border: 1px solid var(--text-primary);
}
.lets-work__link:hover .lets-work__circle::before {
	width: 220px;
	left: 10px;
	top: -10px;
}
.lets-work__title {
	text-transform: uppercase;
	font-size: 100px;
	line-height: 1.1;
}
.lets-work__title span {
	color: var(--text-primary);
	text-transform: none;
}

@media (max-width: 1430px) {
	.lets-work {
		padding-block: 150px;
	}
	.lets-work__title {
		font-size: 80px;
	}
}
@media (max-width: 991.98px) {
	.lets-work__link {
		gap: 60px;
	}
	.lets-work {
		padding-block: 80px;
	}
	.lets-work__title {
		font-size: 60px;
	}
}
@media (max-width: 737.98px) {
	.lets-work {
		padding-block: 50px;
	}
	.lets-work__circle {
		width: 160px;
	}
	.lets-work__circle::before {
		content: "";
		position: absolute;
		top: -10px;
		left: 10px;
		width: 180px;
	}
	.lets-work__title {
		font-size: 42px;
	}
}
@media (max-width: 650px) {
	.lets-work__link {
		gap: 30px;
	}
	.lets-work__title {
		font-size: 26px;
	}
	.lets-work__circle {
		width: 100px;
		font-size: 16px;
	}
	.lets-work__circle::before {
		content: "";
		position: absolute;
		top: -5px;
		left: 5px;
		width: 110px;
	}
}

.page__latest-work{

}

  .fb-phone-btn {
	position: fixed;
	bottom: 95px;
	left: 70px;
	background: #E6C200; 
	color: #fff;
	font-size: 28px;
	border: none;
	border-radius: 50%;
	width: 60px; height: 60px;
	gap: 10px;
	z-index: 2000;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: pulse 2s infinite;
  }
  
  .fb-phone-btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  }
  
  .phone-icon {
	width: 24px;
	height: 24px;
  }
  
  /* Анімація пульсації */
  @keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(232, 244, 16, 0.7);
	  }
	  70% {
		transform: scale(1.1);
		box-shadow: 0 0 0 20px rgba(40, 167, 69, 0);
	  }
	  100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
	  }
	}

  
  /* Модалка */
  .fb-modal {
	display: none;
	position: fixed;
	z-index: 1500;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: center; align-items: center;
  }
  
  .fb-modal-content {
	background: linear-gradient(181deg, #E6C200, #000, #000000);
	padding: 20px;
	border-radius: 12px;
	width: 90%; max-width: 400px;
	text-align: center;
	position: relative;
	color: #000; /* чорний текст */
  }
  
  .fb-close {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #000;
  }
  
  /* Форма */
  #fbForm input {
	width: 100%;
	padding: 12px;
	margin: 8px 0;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
  }
  
  #fbForm button {
	padding: 16px 20px;
    line-height: 1.2;
    font-size: 18px;
    border-radius: 100px;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s, color 0.3s;
  }
  
  /* Таймер */
  .fb-countdown-wrapper {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .fb-countdown-text {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
  }
  
  .fb-countdown-circle {
	position: relative;
	width: 100px; height: 100px;
  }
  
  .fb-countdown-circle svg {
	transform: rotate(-90deg);
	width: 100%; height: 100%;
  }
  
  .fb-countdown-circle circle {
	fill: none;
	stroke-width: 8;
	r: 40;
	cx: 45;
	cy: 45;
  }
  
  .fb-countdown-circle circle:first-child {
	stroke: #ddd;
  }
  
  .fb-countdown-circle circle:last-child {
	stroke: #E6C200;
	stroke-dasharray: 283;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s linear;
  }
  
  .fb-countdown-number {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	color:white;
	font-weight: bold;
  }
  /* terapevt */
  .therapists-block {
	padding: 40px 20px;
	max-width: 1100px;
	margin: 0 auto;
  }
  
  .therapists-block h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
  }
  
  /* Контейнер карток */
  .therapist-container {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 10px;
  }
  
  /* Приховуємо скролбар в Chrome, Safari */
  .therapist-container::-webkit-scrollbar {
	display: none;
  }
  
  /* Картка */
  .card {
	/* background: #fff; */
	border-radius: 12px;
	flex: 0 0 260px; /* ширина картки в каруселі */
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: transform 0.3s ease;
	cursor: grab;
  }
  
  .card:hover {
	transform: translateY(-5px);
  }
  
  .card img {
	/* width: 100%; */
	height: 600px;
	object-fit: cover;
  }

  
  .therapist-card {
	padding: 16px;
  }
  
  .therapist-card h3 {
	margin: 0 0 6px;
	font-size: 25px;
  }
  
  .subtitle {
	font-size: 20px;
	color: #E6C200;
	margin-bottom: 12px;
  }
    /*  */
	@media (max-width: 767.98px) {
		.card img {
			/* width: 100%; */
			 height: 370px; 
			object-fit: cover;
		
		}
	}
	  
	  /*  */
  /* Текст Детальніше */
  .toggle-text {
	color: #E6C200;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	user-select: none;
	transition: color 0.3s ease;
  }
  
  .toggle-text:hover {
	color: #E6C200;
  }
  
  .toggle-text .arrow {
	display: inline-block;
	margin-left: 6px;
	transition: transform 0.3s ease;
  }
  
  /* Деталі */
  .details {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.4s ease;
	padding: 0;
	opacity: 0;
  }
  
  .details.open {
	max-height: 800px;
	padding-top: 12px;
	opacity: 1;
  }
  
  /* Поворот стрілки */
  .toggle-text.active .arrow {
	transform: rotate(180deg);
  }
  
  .details p {
	margin: 8px 0;
	line-height: 1.5;
  }
  
  .details i {
	color: #E6C200;
	margin-right: 8px;
  }
  
  /* Десктоп сітка */
  @media (min-width: 768px) {
	
	.therapist-container {
	  display: grid;
	  background-color: #464444;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 24px;
	  overflow: visible;
	}
  
	.card {
	  flex: none;
	}
  }
  .details {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.4s ease;
	padding: 0;
	opacity: 0;
  }
  
  .details.open {
	max-height: 800px;
    padding-top: 12px;
    opacity: 1;
    font-size: 18px;
  }
  
  .toggle-text .arrow {
	display: inline-block;
	margin-left: 6px;
	transition: transform 0.3s ease;
  }
  
  .toggle-text.active .arrow {
	transform: rotate(180deg);
  }
  section::before {
	content: "";
	display: block;
	height: 80px; /* висота header */
	margin-top: -80px;
	visibility: hidden;
  }
  .menu-logo {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
  }
  
  .menu-location {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	transition: transform 0.3s;
  }
  
  .menu-location:hover {
	transform: scale(1.2);
  }
  
  /* Мобільне меню - логотип та локація теж центровані */
  @media (max-width: 768px) {
	.nav ul li img, .nav ul li a img {
	  display: block;
	  margin: 15px auto;
	  width: 80px;
	  height: 80px;
	}
  }
  /* Сховати логотип на десктопі */
.mobile-only {
	display: none;
  }
  
  /* Мобільна версія */
  @media (max-width: 768px) {
	.mobile-only {
	  display: block;
	  margin: 15px auto;
	}
  
	.menu-logo {
	  width: 40px;
	  height: 40px;
	}
}
	.menu-location-item a {
		color: #333;
		font-weight: 500;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 8px;
		transition: color 0.3s;
	  }
	  
	  .menu-location-item a:hover {
		color: #E6C200; /* синій акцент */
	  }
	  
	  /* мобільна версія */
	  @media (max-width: 768px) {
		.menu-location-item {
		  text-align: center;
		  padding: 10px 0;
		}
		.menu-location-item a {
		  font-size: 16px;
		}
	  }
	  
	  /* десктопна версія */
	  @media (min-width: 769px) {
		.menu-location-item {
		  margin-left: auto; /* відсунемо вправо */
		}
		.menu-location-item a {
		  font-size: 14px;
		}
	  }
	 
	  /* footer */
	  
	  .footer {
		padding: 60px 20px;
		background: rgba(28, 28, 28, 0.607); /* темний фон */
		color: #E6C200;
	}
	
	.footer__container {
		max-width: 1290px;
		margin: 0 auto;
	}
	
	.footer__body {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px;
		margin-bottom: 50px;
	}
	
	.footer__title {
		color: #fff;
		font-size: 60px;
		line-height: 1;
		font-weight: bold;
	}
	
	.footer__sub-title {
		font-size: 18px;
		line-height: 1.6;
		color: #E6C200;
		
		margin-top: 10px;
	}
	
	.menu-footer__title {
		text-transform: uppercase;
		color: #fff;
		font-size: 22px;
		line-height: 1.4;
		font-weight: 600;
		margin-bottom: 25px;
		position: relative;
	}
	
	.menu-footer__title::after {
		content: "";
		display: block;
		width: 40px;
		height: 2px;
		background: #E6C200; /* бірюзова лінія */
		margin-top: 8px;
	}
	
	.menu-footer__list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.menu-footer__item {
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}
	
	.menu-footer__item svg {
		width: 18px;
		height: 18px;
		margin-right: 10px;
		fill: #E6C200;
		flex-shrink: 0;
	}
	
	.menu-footer__link {
		font-size: 16px;
		color: #bbb;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	
	.menu-footer__link:hover {
		color: #E6C200;
		padding-left: 5px;
	}
	
	.footer__social {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
	
	.footer__social a {
		color: #bbb;
		font-size: 18px;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	
	.footer__social a:hover {
		color: #E6C200;
		transform: scale(1.1);
	}
	
	/* Адаптив */
	@media (max-width: 991.98px) {
		.footer__body {
			grid-template-columns: 1fr 1fr;
			gap: 30px;
		}
		.footer__title {
			font-size: 50px;
		}
	}
	
	@media (max-width: 767.98px) {
		.footer__body {
			grid-template-columns: 1fr;
			text-align: center;
		}
		.menu-footer__item {
			justify-content: center;
		}
		.footer__social {
			margin-top: 20px;
		}
	}
	
	.nav ul {
		list-style: none;
		display: flex;
		gap: 15px; /* Відстань між пунктами меню */
		margin: 0;
		padding: 0;
	  }
	  
	
	  /*  */
	  .animate {
		opacity: 0;
		transform: translateY(30px);
		transition: all 0.7s ease-out;
	  }
	  
	  .animate.fade-left { transform: translateX(-40px); }
	  .animate.fade-right { transform: translateX(40px); }
	  .animate.fade-up { transform: translateY(30px); }
	  .animate.scale-up { transform: scale(0.85); }
	  
	  .animate.active {
		opacity: 1;
		transform: translateX(0) translateY(0) scale(1);
	  }
	  


	 /*  */
	 .price-note {
		margin-top: 20px;
		padding: 10px 20px;
		border: 1px solid rgba(255,255,255,0.6);
		border-radius: 25px;
		display: inline-block;
		font-size: 16px;
		color: #fff;
	  }
	 /*  */
	 .tekst-rec{
		color: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 24;
	 }
	 @media (max-width: 768px) {
		.fb-phone-btn {
			
			left: 15px;
			
	  }
	}
	.color-w{
color:rgb(2, 0, 0);
	}




