
/*//////////////////////////////////////////////*/
/* ландинг lnd-birth26 - начало           */
/*//////////////////////////////////////////////*/



.lnd-birth26__container{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  --lnd-fnsz-mob-small:18px;
}


@media (max-width: 768px) {
 .lnd-birth26__container{
  max-width: 350px;}
}

/* HERO */

.lnd-birth26-hero {
  position: relative;
  /* overflow: hidden; */
  z-index: 2;
  width: 100%;
  min-height: 1200px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-w1440-3.webp");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;

 
}

/* .lnd-birth26-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: radial-gradient(
        circle at left center,
        rgba(201,230,106,0.9) 0%,
        rgba(201,230,106,0.7) 10%,
        rgba(201,230,106,0.3) 35%,
        rgba(201,230,106,0) 55%
    );
}


.lnd-birth26-hero > * {
    position: relative;
    z-index: 2;
} */



.lnd-birth26-hero__container {
  margin-top:210px;
}

.lnd-birth26-hero__title {
  font-size: clamp(100px, 8vw, 130px);
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
  color:#1E1E1E;
  margin-bottom: 20px;
}

.lnd-birth26-hero__subtitle {
  font-size: 100px;
  font-weight: 400;
  font-family: "Miama Nueva", serif;
  color: #3d3f8f;
  line-height: 0.9;
  
}
.lnd-birth26-hero__subtitle span{
  padding-left: 230px;
}

.lnd-birth26-hero__info {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  color:#1E1E1E;
  margin-top: 60px;
}

.lnd-birth26-hero__box-btn{
margin-top: 80px;
}

.lnd-birth26-hero__btn {
  display: flex;
  justify-content: flex-end;
  
}
.lnd-birth26-hero__btn button {
  display: inline-block;
  padding: 25px 85px;
  background: #3d3f8f;
  color: #c9f33f;
  border-radius: 40px;
  text-decoration: none;
  font-size: 35px;
  font-weight: 600;
  transition: 0.3s;
}

.lnd-birth26-hero__btn:hover {
  opacity: 0.85;
}

.lnd-birth26-hero__ev-title {
  font-size: clamp(30px, 4vw, 70px);
  font-weight: 700;
  color:#1E1E1E;
  margin-top: 140px;
}

.lnd-birth26-hero__ev-subtitle {
  font-size: clamp(20px, 2.2vw, 40px);
  color:#1E1E1E;
  margin-top: 20px;
}

@media (max-width: 768px) {

  .lnd-birth26-hero {
    min-height: 430px;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-w325-3.webp");
    background-position: center 37px;
    background-size: 105%;
  }
  .lnd-birth26-hero__container {
    margin-top:100px;
    
  }

  .lnd-birth26-hero__container {
    padding: 0 20px;
  }

  .lnd-birth26-hero__title {
    font-size: 30px;
    
  }

  .lnd-birth26-hero__subtitle {
    font-size: 30px;
    text-align: center;
  }

  .lnd-birth26-hero__subtitle span {
    font-size: 30px;
    text-align: center;
    padding-left: 130px;
  }

  .lnd-birth26-hero__info {
    font-size: var(--lnd-fnsz-mob-small);
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 240px;
  }


.lnd-birth26-hero__box-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
  .lnd-birth26-hero__btn{
    padding: 15px 55px;
    font-size: 18px;
  }

.lnd-birth26-hero__ev-title {
  margin-top: 40px;
}



}

/*//////////////////////////////////////////////*/
/* -- блок 2 начало -- */
/*//////////////////////////////////////////////*/
/* SECTION */

.lnd-birth26-event {

  
}

.lnd-birth26-event__container {
 padding: 90px 0;
}

/* TITLE */

.lnd-birth26-event__title {
  font-size: clamp(25px, 4vw, 70px);
  font-weight: 700;
  color:#1E1E1E;
  margin-bottom: 20px;
}

.lnd-birth26-event__subtitle {
  font-size: clamp(20px, 2.2vw, 40px);
  color:#1E1E1E;
  margin-bottom: 80px;
}

/* CARDS */

.lnd-birth26-event__cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.lnd-birth26-event__card {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 442px;              
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;     
  box-shadow: 
  0 10px 20px rgba(0,0,0,0.04),
  0 40px 60px rgba(0,0,0,0.06);
}

.lnd-birth26-event__card-image {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
}

/* Картинки */

.lnd-birth26-event__card--hand {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-card-hand-w364.webp");
}

.lnd-birth26-event__card--face {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-card-face-w364.webp");
}

.lnd-birth26-event__card--heart {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-card-heart-w364.webp");
}

.lnd-birth26-event__card-text {
  position: absolute;
  bottom: 30px;
  left: 30px;

  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  color: #1E1E1E;
}
.lnd-birth26-event__card-text--white {
color:#ffffff;
}

/* Bottom text */

.lnd-birth26-event__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.lnd-birth26-event__bottom-txt {
  max-width: 950px;
  font-size: 25px;
  line-height: 1.5;
  color:#1E1E1E;
}

.lnd-birth26-event__bottom-toggle-img {
   width: 120px;
  height: 60px;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-toggle-w120.webp");
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@media (max-width: 768px) {

  .lnd-birth26-event__container {
 padding: 70px 0;
}
 .lnd-birth26-event__title{
  text-align: left;
 }
  
 .lnd-birth26-event__subtitle{
  text-align: left;
  }

  .lnd-birth26-event__cards {
    flex-direction: column;
    align-items: center;
    gap:30px;
  }

  .lnd-birth26-event__card {
    max-width: 257px;
    height: 312px;
  }

  .lnd-birth26-event__card-text{
    font-size: var(--lnd-fnsz-mob-small);
  }
  .lnd-birth26-event__bottom{
    flex-direction: column;
    align-items: flex-start;
    gap:20px;
  }
  .lnd-birth26-event__bottom-txt{
    font-size: var(--lnd-fnsz-mob-small);
  }
  .lnd-birth26-event__bottom-toggle-img{
    order: -1;
  }
}


/* -- блок 2 конец -- */
/* ===============  PROGRAMM =============== */
/* -- блок 3 начало -- */




.lnd-birth26-programm {
  padding: 50px 0;
  
}

.lnd-birth26-programm__container {

}

/* Заголовки */

.lnd-birth26-programm__title {
  font-size: 60px;
  font-weight: 700;
  color:#1f1f1f;
  text-align: right;
  
}

.lnd-birth26-programm__subtitle {
  font-size: 40px;
  color:#1f1f1f;
  text-align: right;
  margin-top: 20px;
}

.lnd-birth26-programm__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: 80px;
}

.lnd-birth26-programm__toggle {
   width: 120px;
  height: 60px;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-toggle-blue-w120.webp");
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lnd-birth26-programm__text {
  max-width: 500px;
  font-size: 25px;
  font-weight: 600;
  color:#1f1f1f;
  line-height: 1.4;
}


/* GRID */

.lnd-birth26-programm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 5px; 
  column-gap: 30px;
  margin-top: 160px;
}

/* Карточка */

.lnd-birth26-programm__card {
  position: relative;
  /* height: 100%; */
  min-height: 260px;
  border-radius: 28px;
  /* overflow: hidden; */

  display: flex;
  align-items: flex-end;
  padding: 30px;

  color: #1f1f1f;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================
   КАРТИНКИ
========================= */

/* 1 ряд */
.lnd-birth26-programm__card--1-1 {
  grid-column: 1 / 2;
  /* grid-row: 1 / 21; */
   grid-row: span 84;
  
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-1-w373.webp");
}

.lnd-birth26-programm__card--1-2 {
  grid-column: 2 / 3;
  /* grid-row: 1 / 25;  */
  grid-row: span 100;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-2-w373.webp");
  position: relative;
  z-index: 2;
  color: #E3F98C;
}

.lnd-birth26-programm__card--1-3 {
   grid-column: 3 / 4;
  /* grid-row: 1 / 27; */
  grid-row: span 109;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-3-w373.webp");
  padding: 30px 30px 30px 20px;
}

/* 2 ряд */
.lnd-birth26-programm__card--2-1 {
   grid-column: 1 / 3; /* широкая */
  /* grid-row: 22 / 39; */
  grid-row: span 67;
   /* grid-row: 95 / span 67; */
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-2-1-w373.webp");
  position: relative;
  z-index: 1;
  transform: translateY(-60px);
  /* margin-top: -60px; */
 
  
}
.lnd-birth26-programm__card--2-1 span {
  position: absolute;
  right: 20px;      /* отступ от правого края */
  bottom: 20px;     /* отступ снизу */
  text-align: right;
  color: #E3F98C;
}
.lnd-birth26-programm__card--2-2 {
  grid-column: 3 / 4;
  /* grid-row: 28 / 46; */
  grid-row: span 74;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-2-2-w373.webp");
  /* row-gap: 10px; */
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  transform: translateY(20px);
  /* margin-top: 20px; */
}


/* 3 ряд */
.lnd-birth26-programm__card--3-1 {
   grid-column: 1 / 2;
  /* grid-row: 40 / 61; */
  grid-row: span 84;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-3-1-w373.webp");
  color: #E3F98C;
  transform: translateY(-40px);
  /* margin-top: -40px; */

}

.lnd-birth26-programm__card--3-2 {
  grid-column: 2 / 4; /* широкая */
  /* grid-row: 40 / 61; */
  grid-row: span 84;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-3-2-w373.webp");
  color:#ffffff;
  position: relative;
  z-index: 1;
  transform: translateY(-120px);
  /* margin-top: -120px; */
}

/* =========================
   MOBILE
========================= */

 @media (max-width: 768px) {
  .lnd-birth26-programm{
    padding: 0 0 70px 0;
  }

  .lnd-birth26-programm__title {
    font-size: 30px;
    text-align: left;
  }

  .lnd-birth26-programm__subtitle {
  font-size: 20px;
  text-align: left;
  }

  .lnd-birth26-programm__intro {
    margin-top: 40px;
  }

  .lnd-birth26-programm__text {
  font-size: var(--lnd-fnsz-mob-small);
  max-width: 250px;
  }
.lnd-birth26-programm__card {
  font-size: 20px;
}

  .lnd-birth26-programm__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 24px;
    margin-top: 60px;
  }

  .lnd-birth26-programm__card {
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
    /* min-height: 280px; */
     aspect-ratio: 3 / 4;
  
    width: 100%;
  }
  /* 1 ряд */
.lnd-birth26-programm__card--1-1 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-1-w257.webp");
}

.lnd-birth26-programm__card--1-2 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-2-w257.webp");
}
.lnd-birth26-programm__card--1-2 span{
  display: inline-block;
  max-width: 210px;
}

.lnd-birth26-programm__card--1-3 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-1-3-w257.webp");
}
.lnd-birth26-programm__card--1-3 span {
  /*padding-left: 30px;*/
}

/* 2 ряд */
.lnd-birth26-programm__card--2-1 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-2-1-w257.webp");
   align-items: flex-start;
}

.lnd-birth26-programm__card--2-1 span{
 position: static;
 text-align: left;
}


.lnd-birth26-programm__card--2-2 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-2-2-w257.webp");
}
.lnd-birth26-programm__card--2-2 span{
 padding-bottom: 30px;
}

/* 3 ряд */
.lnd-birth26-programm__card--3-1 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-3-1-w257.webp");
}

.lnd-birth26-programm__card--3-1 span{
 display: inline-block;
 max-width: 220px;
}

.lnd-birth26-programm__card--3-2 {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-programm-3-2-w257.webp");
}


  .lnd-birth26__container {
    padding: 0 10px;
  }

} 


  /* -- блок 3 конец -- */
 /* //////////////////////////////// */
  /* -- блок 4-1 speakers начало -- */
 .lnd-birth26-speakers {
	
  padding: 140px 0 140px;
	background: #d9d9d9;
}



.lnd-birth26-speakers__title{
  margin-bottom: 100px;
  font-size: 50px;
  font-weight: 700;
  color: #36398B;
  text-align: center;
}

.lnd-birth26-speakers__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 46px 25px;
}

.lnd-birth26-speaker {
	width: calc(25% - 25px);
	text-align: center;
}


.lnd-birth26-speaker__photo {
	width: 235px;
	height: 235px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
  background: #E3F98C;
}



.lnd-birth26-speaker__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lnd-birth26-speaker__name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
  color: #1E1E1E
}

.lnd-birth26-speaker__desc {
	font-size: 14px;
  font-weight: 600;
	line-height: 1.4;
	color: #1E1E1E
}


.lnd-birth26-speakers__schedule {
	display: block;
	width: fit-content;
	margin: 60px auto 0;

	padding: 18px 48px;
	border-radius: 50px;

	background: #36398B;
	color: #fff;

	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;

	transition: 0.3s;
}

.lnd-birth26-speakers__schedule:hover {
	background: #2f3172;
}

@media (max-width: 1199px) {
	.lnd-birth26-speaker {
		width: calc(25% - 24px);
	}

	.lnd-birth26-speaker__photo {
		width: 150px;
		height: 150px;
	}

	.lnd-birth26-speaker__name {
		font-size: 24px;
	}

	.lnd-birth26-speaker__desc {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.lnd-birth26-speakers {
		padding: 70px 0;
	}

	.lnd-birth26-speakers__title {
		margin-bottom: 40px;
		font-size: 42px;
	}

	.lnd-birth26-speakers__list {
		gap: 34px 24px;
	}

	.lnd-birth26-speaker {
		width: calc(50% - 12px);
	}

	.lnd-birth26-speaker__photo {
		width: 138px;
		height: 138px;
		margin-bottom: 16px;
	}

	.lnd-birth26-speaker__name {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.lnd-birth26-speaker__desc {
		font-size: 12px;
		line-height: 1.2;
	}

.speaker--andrey { order: -4; }
	.speaker--olga { order: -3; }
	.speaker--vika { order: -2; }
	.speaker--tony { order: -1; }

}

@media (max-width: 767px) {
	.lnd-birth26-speakers {
		padding: 45px 0 70px;
	}

	.lnd-birth26-speakers__title {
		margin-bottom: 60px;
		font-size: 25px;
	}

	.lnd-birth26-speakers__list {
		gap: 28px 0;
	}

	.lnd-birth26-speaker {
		width: calc(50% - 9px);
	}
.lnd-birth26-speaker:last-child {
		width: calc(50%);
	}

	.lnd-birth26-speaker__photo {
		width: 110px;
		height: 110px;
	}

	.lnd-birth26-speaker__name {
		font-size: 11px;
		line-height: 1.15;
	}

	.lnd-birth26-speaker__desc {
		font-size: 7px;
		line-height: 1.2;
	}
	
	.lnd-birth26-speakers__schedule {
    font-size: 14px;
  }
	
}
  /* -- блок 4-1 speakers конец -- */
  /* //////////////////////////////// */
  /* -- блок 5 cost начало -- */


.lnd-birth26-cost {
  padding: 140px 0;
 
}

.lnd-birth26-cost__container {
 
  display: flex;
  gap: 100px;
  align-items: center;
}


/* LEFT */

.lnd-birth26-cost__left {
  width: 409px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.lnd-birth26-cost__ticket {
  position: relative;
}

.lnd-birth26-cost__special {
  position: absolute;
  top: 60px;
  left: 30px;
  right: 30px;
}

.lnd-birth26-cost__special {
  position: absolute;
  top: 60px;
  left: 27px;
  right: 27px;
  padding: 30px 0;
}

.lnd-birth26-cost__special::before,
.lnd-birth26-cost__special::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1e1e1e;
}

.lnd-birth26-cost__special::before {
  top: 0;
}

.lnd-birth26-cost__special::after {
  bottom: 0;
}

.lnd-birth26-cost__special-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.lnd-birth26-cost__special-subtitle {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #1e1e1e;
}
.lnd-birth26-cost__special-subtitle2 {
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 20px;
}

.lnd-birth26-cost__price-box {
  background: #111;
  border-radius: 20px;
  padding: 25px 30px;
}
.lnd-birth26-cost__price {
  
  color: #cbe86b;
   display: flex;
  align-items: center;
  justify-content: space-between;
}

.lnd-birth26-cost__old {
  font-size: 27px;
  font-weight: 350;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: line-through;
}

.lnd-birth26-cost__new {
  font-size: 25px;
  font-weight: 800;
  margin: 10px 0;
}

.lnd-birth26-cost__label {
  font-size: 20px;
  color: #cbe86b;
}



.lnd-birth26-cost__ticket {
  width: 409px;
  height: 540px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-cost-w409.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
}

/* toggle картинка */

.lnd-birth26-cost__toggle {
  width: 120px;
  height: 54px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-toggle-blue-w120.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.lnd-birth26-cost__note {
  font-size: 25px;
  line-height: 1.5;
  color: #1e1e1e;
  /* max-width: 320px; */
}

/* RIGHT */

.lnd-birth26-cost__right {
  flex: 1;
}

.lnd-birth26-cost__title {
  font-size: 60px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 50px;
}

.lnd-birth26-cost__subtitle {
  font-size: 40px;
  color: #1e1e1e;
  margin-bottom: 60px;
}

.lnd-birth26-cost__text {
  max-width: 520px;
  font-size: 25px;
  color: #1e1e1e;
  line-height: 1.6;
  margin-bottom: 60px;
}

.lnd-birth26-cost__list {
  margin-bottom: 80px;
  padding-left: 20px;
  
}

.lnd-birth26-cost__list li {
  margin-bottom: 30px;
  font-size: 25px;
  color: #1e1e1e;
}

.lnd-birth26-cost__btn {
  display: inline-block;
  padding: 25px 60px;
  background: #3d3f8f;
  color: #E3F98C;
  border-radius: 40px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
}

.lnd-birth26-cost__btn--disabled {
  background: #888484;       
  color: #cfd86a;            
  cursor: not-allowed;
  pointer-events: none;
}

.lnd-birth26-cost__box-btn{
  margin-bottom: 20px;
}

.lnd-birth26-cost__footnote {
  font-size: 18px;
  line-height: 1.2;
  color: #1e1e1e;
  
}

@media (max-width: 768px) {

  .lnd-birth26-cost {
    padding: 70px 0;
}

  .lnd-birth26-cost__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 20px;
  }

   .lnd-birth26-cost__left,
  .lnd-birth26-cost__right {
    display: contents;
  }

  .lnd-birth26-cost__left {
    align-items: center;
    
  }

  .lnd-birth26-cost__ticket {
    width: 100%;
    max-width: 320px;
    height: 420px;
    order: 4;
  }

  .lnd-birth26-cost__right {
    text-align: left;
      order: 1;
  }

   .lnd-birth26-cost__toggle {
    order: 2;
    align-items: flex-start;
  }

  .lnd-birth26-cost__title {
  font-size: 30px;
  margin-bottom: 10px;
  
}

.lnd-birth26-cost__subtitle {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
 
}

.lnd-birth26-cost__text {
  font-size: var(--lnd-fnsz-mob-small);
  margin-bottom: 30px;
}

.lnd-birth26-cost__list{
  margin-bottom: 10px;
}

.lnd-birth26-cost__list li {
  font-size: var(--lnd-fnsz-mob-small);
}

.lnd-birth26-cost__note {
  font-size: var(--lnd-fnsz-mob-small);
  order: 3;
 
}

.lnd-birth26-cost__footnote {
  font-size: var(--lnd-fnsz-mob-small);
  order: 5;
}

.lnd-birth26-cost__special{
  padding: 25px 0;
  margin-top: 5px;
}

.lnd-birth26-cost__special-title {
  font-size: var(--lnd-fnsz-mob-small);
  margin-bottom: 10px;
}

.lnd-birth26-cost__special-subtitle {
  font-size: var(--lnd-fnsz-mob-small);
  margin-bottom: 10px;
}
.lnd-birth26-cost__special-subtitle2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.lnd-birth26-cost__price-box{
  padding: 5px 12px;
}

.lnd-birth26-cost__old
,.lnd-birth26-cost__new {
  font-size: 20px;}

 .lnd-birth26-cost__label {
  font-size: 15px;} 

  .lnd-birth26-cost__btn {
  padding: 18px 55px;
  font-size: 18px;
  
}
.lnd-birth26-cost__box-btn{
  order: 5;
  display: flex;
    justify-content: center;
    width: 100%;
    
}

.lnd-birth26-cost__btn--disabled {
   order: 5;
}

}


	/* -- блок 5 cost конец --  */


/*-- блок 6 location начало -- */


.lnd-birth26-location {
  padding: 160px 0;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-location-w1440.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== TITLE ===== */

.lnd-birth26-location__title {
  font-size: 60px;
  font-weight: 700;
  color: #E3F98C;
  margin-bottom: 40px;
}

/* ===== LAYOUT ===== */

.lnd-birth26-location__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}

/* ===== LEFT ===== */

.lnd-birth26-location__info {
  max-width: 520px;
}

.lnd-birth26-location__text {
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  color: #ffffff;
}

.lnd-birth26-location__text p{
  margin: 0;
}

/* ===== RIGHT CARD ===== */

.lnd-birth26-location__card {
  width: 580px;
  padding: 40px;
  border-radius: 40px;

  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.08);
  margin-top: -120px;
}

/* ===== MAP ===== */

.lnd-birth26-location__map {
  width: 500px;
  height: 420px;
  border-radius: 24px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-location-map-w510.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin-bottom: 30px;
}

/* ===== ADDRESS ===== */

.lnd-birth26-location__address {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #E3F98C;
  padding-left: 60px;
}

.lnd-birth26-location__address::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 40px;

  width: 56px;
  height: 56px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-location-pin-w56.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1040px) {

  .lnd-birth26-location__title {
  font-size: 55px;
}

.lnd-birth26-location__text {
  font-size: 20px;
  line-height: 25px;
}

.lnd-birth26-location__card {
  
}
  .lnd-birth26-location__map {
  width: 350px;
  height: 300px;
}

.lnd-birth26-location__address {
  font-size: 18px;
  line-height: 25px;
}

}


@media (max-width: 768px) {

  /* ===== SECTION ===== */

  .lnd-birth26-location {
    padding: 100px 0 80px;

    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-location-w325.webp");
    background-size: cover;
    background-position: center;
  }

  .lnd-birth26-location__container{
    width: 370px;
  }
  /* ===== TITLE ===== */

  .lnd-birth26-location__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  /* ===== LAYOUT ===== */

  .lnd-birth26-location__content {
    flex-direction: column;
    gap: 20px;
  }

  /* ===== TEXT ===== */

  .lnd-birth26-location__text {
    font-size: 16px;
    line-height: 1.6;
  }
  .lnd-birth26-location__text p{
    margin-top: 15px;
  }
  /* ===== CARD ===== */

  .lnd-birth26-location__card {
    width: auto;
    margin: 0 auto;

    padding: 25px;
    border-radius: 28px;

    backdrop-filter: blur(15px);
    background: rgba(255,255,255,0.08);
  }

  /* ===== MAP ===== */

  .lnd-birth26-location__map {
    height: 240px;
    width: 290px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  /* ===== ADDRESS ===== */

  .lnd-birth26-location__address {
    font-size: 14px;
    padding-left: 60px;
  }

  .lnd-birth26-location__address::before {
    width: 40px;
    height: 40px;
    
    bottom: 30px;
  }

}
/*-- блок 6 location конец -- */

/*-- блок 61 activities начало --*/					

/* ===== Блок ПРОСТРАНСТВО И АКТИВНОСТИ ===== */

.lnd-birth26-activities {
  padding: 100px 0;
  
}

.lnd-birth26-activities__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1f1f1f
}

/* Слайдер */
.lnd-birth26-activities__slider {
  display: flex;
  gap: 20px;
  height: 680px;
}

/* Элемент (по умолчанию полоска) */
.lnd-birth26-activities__item {
  flex: 0 0 173px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: flex 0.5s ease, box-shadow 0.4s ease, transform 0.4s ease;
  overflow: hidden;
}

/* Активная карточка */
.lnd-birth26-activities__item.active {
  flex: 0 0 460px;
 /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); */
  transform: translateY(-5px);
}

/* Контент внутри карточки */
.lnd-birth26-activities__content {
  position: absolute;
  bottom: 150px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 2;
}
/* По умолчанию текст скрыт */
.lnd-birth26-activities__item .lnd-birth26-activities__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Показываем только в активной карточке */
.lnd-birth26-activities__item.active .lnd-birth26-activities__content {
  opacity: 1;
  visibility: visible;
}

/* Верхний блок с рамкой */
.lnd-birth26-activities__label {
    display: inline-block;
    padding: 10px 112px 10px 25px;
    border: 1px solid #e3f98c;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-style: italic;
    color: #e3f98c;
    margin-bottom: 14px;
    background: rgba(0,0,0,0.4);
}

/* Нижний текст */
.lnd-birth26-activities__desc {
  font-size: 25px;
  line-height: 27px;
  color: #ccc;
  padding-left: 20px;
}

/* Hover эффект (только на десктопе) */
@media (hover: hover) {
  .lnd-birth26-activities__item:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 1074px) {
.lnd-birth26-activities__slider {
    gap: 10px;
    justify-content: space-between;
    
}
.lnd-birth26-activities__item {
    flex: 0 0 110px;}

}

@media (max-width: 1074px) {
.lnd-birth26-activities__item.active {
    flex: 0 0 420px;

}
}
/* ===== Мобильная версия ===== */

@media (max-width: 768px) {

  .lnd-birth26-activities__title {
  font-size: 35px;
  }

  .lnd-birth26-activities__slider{
    height: 485px;
  }

  .lnd-birth26-activities__item {
    flex: 1 0 82px !important;
    
  }

  .lnd-birth26-activities--mobile-card 
  .lnd-birth26-activities__item {
    display: none;
  }

  .lnd-birth26-activities--mobile-card 
  .lnd-birth26-activities__item.active {
    display: block;
    flex: none;
    width: 100%;
  }

  .lnd-birth26-activities__content {
    bottom: 91px;
  }

  .lnd-birth26-activities__label {
    padding: 10px 68px 10px 25px;
    font-size: 12px;
    line-height: 18px;
  }

  .lnd-birth26-activities__desc {
    font-size: 15px;
    line-height: 18px;
  }


}



/*-- блок 61 activities конец --*/

/*-- блок 7 dresscode начало --*/




.lnd-birth26-dresscode {
  padding: 140px 0;
  background: #F5F5F5;
}

.lnd-birth26-dresscode__container{
  height: 620px;
}

.lnd-birth26-dresscode__card {
  background: #E3F98C;
  border-radius: 30px;
  padding: 60px;
  display: flex;
  gap: 80px;
  align-items: center;
  height: 100%;
}

/* ===== ГАЛЕРЕЯ ===== */

.lnd-birth26-dresscode__gallery {
  position: relative;
  width: 360px;
  height: 360px;
  flex-shrink: 0; 
}

/* ТЕНЬ */
.lnd-birth26-dresscode__shadow {
  position: absolute;
  inset: -40px -40px -80px -40px; /* регулируешь стрелками */
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 0;
}

/* КАРТИНКА */
.lnd-birth26-dresscode__image {
  position: absolute;
  inset: 0;            /* теперь относительно gallery */
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.lnd-birth26-dresscode__image.is-active {
  opacity: 1;
}


/* Фото */

.lnd-birth26-dresscode__image[data-color="black"] {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-black-w360.webp");
}

.lnd-birth26-dresscode__image[data-color="white"] {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-white-w360.webp");
}

.lnd-birth26-dresscode__image[data-color="blue"] {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-blue-w360.webp");
}

/* Точки */

.lnd-birth26-dresscode__dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

.lnd-birth26-dresscode__dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6b6b6b;
  opacity: 0.4;
}

.lnd-birth26-dresscode__dots span.is-active {
  opacity: 1;
}

/* ===== ПРАВАЯ ЧАСТЬ ===== */

.lnd-birth26-dresscode__title {
  font-size: 60px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 20px;
}

.lnd-birth26-dresscode__text {
  font-size: 25px;
  line-height: 27px;
  color: #1E1E1E;
  margin-bottom: 40px;
}

/* контейнер 3 колонок */
.lnd-birth26-dresscode__colors {
  display: flex;
  gap: 40px;
}

/* один цвет */
.lnd-birth26-dresscode__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

/* кружок */
.lnd-birth26-dresscode__circle {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
}

/* картинки */
.lnd-birth26-dresscode__item[data-color="black"] .lnd-birth26-dresscode__circle {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-cirle-black-w117.webp");
}

.lnd-birth26-dresscode__item[data-color="white"] .lnd-birth26-dresscode__circle {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-cirle-white-w117.webp");
}

.lnd-birth26-dresscode__item[data-color="blue"] .lnd-birth26-dresscode__circle {
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-dresscode-cirle-blue-w117.webp");
}

/* кнопка */
.lnd-birth26-dresscode__label {
  padding: 15px 22px;
  border-radius: 30px;
  border: 1px solid #1E1E1E;
  background: transparent;
  font-size: 16px;
  transition: 0.3s ease;
  font-size: 25px;
  margin-top: 10px;
  color: #1E1E1E;
}

/* активное состояние */
.lnd-birth26-dresscode__item.is-active .lnd-birth26-dresscode__circle {
  transform: scale(1.05);
}

.lnd-birth26-dresscode__item.is-active .lnd-birth26-dresscode__label {
  background: rgba(0,0,0,0.08);
}


@media (max-width: 1024px) {

  .lnd-birth26-dresscode__gallery {
  width: 300px;
  height: 300px;
  
}


  .lnd-birth26-dresscode__title {
    font-size: 50px;
    
  }

  .lnd-birth26-dresscode__text {
    font-size: 20px;
  }

  .lnd-birth26-dresscode__colors {
    gap: 10px;
  }
  .lnd-birth26-dresscode__circle {
    width: 80px;
    height: 80px;
  }

  .lnd-birth26-dresscode__label {
    font-size: 18px;
    padding: 8px 14px;}

}

@media (max-width: 768px) {

  /* ===== SECTION ===== */

  .lnd-birth26-dresscode {
    padding: 70px 20px;
  }

  .lnd-birth26-dresscode__container {
    height: auto;
  }

  .lnd-birth26-dresscode__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 25px;
    gap: 40px;
  }

  /* ===== ТЕКСТОВАЯ ЧАСТЬ ===== */

  .lnd-birth26-dresscode__title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .lnd-birth26-dresscode__text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  /* ===== ЦВЕТА ===== */

  .lnd-birth26-dresscode__colors {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }

  .lnd-birth26-dresscode__circle {
    width: 70px;
    height: 70px;
  }

  .lnd-birth26-dresscode__label {
    font-size: 14px;
    padding: 8px 14px;
    margin-top: 5px;
  }

  /* ===== ГАЛЕРЕЯ ===== */

  .lnd-birth26-dresscode__gallery {
    width: 100%;
    max-width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  /* ТЕНЬ компактная */
  .lnd-birth26-dresscode__shadow {
    inset: -20px -20px -40px -20px;
    border-radius: 35px;
  }

  /* КАРТИНКА */
  .lnd-birth26-dresscode__image {
    border-radius: 20px;
  }

  /* ===== ТОЧКИ ===== */

  .lnd-birth26-dresscode__dots {
    bottom: -30px;
    gap: 10px;
  }

  .lnd-birth26-dresscode__dots span {
    width: 10px;
    height: 10px;
  }

}


/*-- блок 7 dresscode конец --*/
/**************************************************/
/*-- блок 8 partners начало --*/
.lnd-birth26-partners {
	/* padding: 140px 0; */
	background: #f5f5f5;
}

.lnd-birth26-partners__title {
	margin: 0 0 58px;
	color: #1e1e1e;
	font-size: 53px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.lnd-birth26-partners__band {
	width: 100%;
	padding: 54px 0 56px;
	background: #3d3f8f;
}
.lnd-birth26-partners__container{
  padding: 100px 0;
}

.lnd-birth26-partners__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 42px;
	row-gap: 90px;
}

.lnd-birth26-partners__item {
  width: calc(25% - 32px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}


.lnd-birth26-partners__item img {
	display: block;
	width: auto;
	height: auto;
	
	object-fit: contain;
}

/* desktop sizes */
.lnd-birth26-partners__item--1 img {
	max-height: 41px;
}

.lnd-birth26-partners__item--2 img {
	max-height: 41px;
}

.lnd-birth26-partners__item--3 img {
	max-height: 41px;
}

.lnd-birth26-partners__item--4 img {
	max-height: 141px;
}

.lnd-birth26-partners__item--5 img {
	max-height: 118px;
}

.lnd-birth26-partners__item--6 img {
	max-height: 82px;
}

.lnd-birth26-partners__item--7 img {
	max-height: 140px;
}


.lnd-birth26-partners__item--8 {
  width: 50%;
}

.lnd-birth26-partners__item--8 img {
  width: 580px;
 }

.lnd-birth26-partners__item--9 {
  
}


.lnd-birth26-partners__item--9 img {
	max-height: 110px;
}

.lnd-birth26-partners__item--10 {
   width: 40%; 
}


.lnd-birth26-partners__item--10 img {
    width: 450px;
  }
  
  
  	/* .lnd-birth26-partners__item--1 { order: 1; } */
	.lnd-birth26-partners__item--7 { order: 1; }
	.lnd-birth26-partners__item--2 { order: 2; }
	.lnd-birth26-partners__item--3 { order: 3; }
	.lnd-birth26-partners__item--4 { order: 4; }
	
	.lnd-birth26-partners__item--5 { order: 5; }
	.lnd-birth26-partners__item--6 { order: 6; }
	.lnd-birth26-partners__item--9 { order: 7; }
	.lnd-birth26-partners__item--13 { order: 8; }
	.lnd-birth26-partners__item--8 { order: 9; }
	
	.lnd-birth26-partners__item--10 { order: 10; }
	.lnd-birth26-partners__item--11 { order: 11; }
	.lnd-birth26-partners__item--12 { order: 12; }
	


@media (max-width: 991px) {
	.lnd-birth26-partners {
		/* padding: 90px 0; */
	}

	.lnd-birth26-partners__title {
		margin-bottom: 42px;
		font-size: 42px;
		line-height: 1.06;
		text-align: center;
	}

	.lnd-birth26-partners__band {
		padding: 44px 0 48px;
	}

	.lnd-birth26-partners__items {
		column-gap: 28px;
		row-gap: 34px;
	}
}

@media (max-width: 767px) {
	.lnd-birth26-partners {
		padding: 40px 0 20px;
	}

  .lnd-birth26-partners__container{
  padding: 57px 0;
}

	.lnd-birth26-partners__title {
		margin-bottom: 28px;
		font-size: 25px;
		line-height: 1.16;
		text-align: center;
	}

	.lnd-birth26-partners__band {
		padding: 28px 0 34px;
	}


	.lnd-birth26-partners__items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		column-gap: 22px;
		row-gap: 47px;
	}


	.lnd-birth26-partners__item {
		width: calc(50% - 11px);
	}


	.lnd-birth26-partners__item--6 {
	  margin: 0;
	}

	.lnd-birth26-partners__item--8 {
	  margin-left: 0;
	  width: 100%;
	}

	.lnd-birth26-partners__item--9 {
	  margin-left: 0;
	}



	.lnd-birth26-partners__item img {
		margin: 0 auto;
		max-width: 100%;
	}

  .lnd-birth26-partners__item--1 img {
	max-height: 23px;
}

.lnd-birth26-partners__item--2 img {
	max-height: 23px;
}

.lnd-birth26-partners__item--3 img {
	max-height: 23px;
}

.lnd-birth26-partners__item--4 img {
	max-height: 74px;
}

.lnd-birth26-partners__item--5 img {
	max-height: 56px;
}

.lnd-birth26-partners__item--6 img {
	max-height: 28px;
}

.lnd-birth26-partners__item--7 img {
	max-height: 78px;
}


.lnd-birth26-partners__item--8 img {
	width: 303px;
  max-width: none;
}

.lnd-birth26-partners__item--9 img {
	max-height: 50px;
}

.lnd-birth26-partners__item--11 {
  padding-top: 10px;
}


	/* мобильный порядок */
	/* .lnd-birth26-partners__item--1 { order: 1; } */
	.lnd-birth26-partners__item--7 { order: 1; }
	.lnd-birth26-partners__item--2 { order: 2; }
	.lnd-birth26-partners__item--3 { order: 3; }
	.lnd-birth26-partners__item--6 { order: 4; }
	.lnd-birth26-partners__item--4 { order: 5; }
	.lnd-birth26-partners__item--13 { order: 6; }
	.lnd-birth26-partners__item--5 { order: 7; }
	.lnd-birth26-partners__item--9 { order: 8; }
	.lnd-birth26-partners__item--8 { order: 9; }
	.lnd-birth26-partners__item--10 { order: 10; }
	.lnd-birth26-partners__item--11 { order: 11; }
	.lnd-birth26-partners__item--12 { order: 12; }

	
}
/*-- блок 8 partners конец --*/

/*-- блок 9 whatwasit начало --*/
/* SECTION */

.lnd-birth26-whatwasit {
  padding: 140px 0;
  background: #f4f4f4;
}

/* TITLE */

.lnd-birth26-whatwasit__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 60px);
  font-weight: 700;
  margin-bottom: 80px;
  color: #1E1E1E;
}

/* SLIDER WRAPPER */

.lnd-birth26-whatwasit__slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TRACK */

/* .lnd-birth26-whatwasit__track {
  width: 100%;
  max-width: 960px;
} */


/* TRACK WRAPPER */
.lnd-birth26-whatwasit__track-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
}

/* TRACK */
.lnd-birth26-whatwasit__track {
  display: flex;
  transition: transform 0.5s ease;
}

/* SLIDE */
.lnd-birth26-whatwasit__slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnd-birth26-whatwasit__slide img {
  max-height: 600px;   /* нужная высота */
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


/* ARROWS */

.lnd-birth26-whatwasit__arrow {
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-whatwasit-arrow-left.svg");
}

/* Левая */
.lnd-birth26-whatwasit__arrow--prev {
  left: 0;
}

/* Правая — зеркалим */
.lnd-birth26-whatwasit__arrow--next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 768px) {

  .lnd-birth26-whatwasit {
    padding: 80px 0;
  }

  .lnd-birth26-whatwasit__slide {
    height: 260px;
    border-radius: 20px;
  }

  .lnd-birth26-whatwasit__arrow {
    display: none;
  }

  .lnd-birth26-whatwasit__track-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lnd-birth26-whatwasit__track {
  display: flex;
}

.lnd-birth26-whatwasit__slide {
  flex: 0 0 100%;
}

}
/*-- блок 9 whatwasit конец --*/

/*-- блок 10 faq начало --*/
		 /* ===== SECTION ===== */

.lnd-birth26-faq {
  padding: 140px 0;
  background: #7A7A7A;
}

/* ===== TITLE ===== */

.lnd-birth26-faq__title {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: #DDF57C;
  margin-bottom: 80px;
}

/* ===== ITEMS ===== */

.lnd-birth26-faq__items {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===== ITEM ===== */

.lnd-birth26-faq__item {
  border-radius: 40px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 30px 40px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* ===== QUESTION ===== */

.lnd-birth26-faq__question {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  position: relative;
  padding-right: 40px;
}

/* стрелка */
.lnd-birth26-faq__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;

  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #DDF57C;

  transition: 0.3s ease;
}

.lnd-birth26-faq__item.is-active 
.lnd-birth26-faq__question::after {
  transform: rotate(180deg);
}

/* ===== ANSWER ===== */

.lnd-birth26-faq__answer {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  display: none;
}

/* активное состояние */

.lnd-birth26-faq__item.is-active .lnd-birth26-faq__answer {
  display: block;
}

.lnd-birth26-faq__item.is-active 
.lnd-birth26-faq__question::after {
  transform: rotate(180deg);
}

@media (max-width: 768px) {

  .lnd-birth26-faq {
    padding: 70px 0;
  }

  .lnd-birth26-faq__title {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .lnd-birth26-faq__item {
    padding: 20px;
    border-radius: 25px;
  }

  .lnd-birth26-faq__question {
    font-size: 14px;
  }

  .lnd-birth26-faq__answer {
    font-size: 13px;
  }

}
/*-- блок 10 faq конец --*/	


/*-- блок 11 contacts начало --*/
/* SECTION */

.lnd-birth26-contacts {
  padding: 140px 0;
  background: #f5f5f5;
}

/* TITLE */

.lnd-birth26-contacts__title {
  font-size: 60px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 60px;
}

/* CONTENT */

.lnd-birth26-contacts__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* TEXT */

.lnd-birth26-contacts__text {
  font-size: 27px;
  line-height: 1.6;
  color: #1E1E1E;
  max-width: 600px;
}

.lnd-birth26-contacts__text p {
  margin-bottom: 20px;
}

.lnd-birth26-contacts__phone {
  color: #1E1E1E;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.lnd-birth26-contacts__phone:hover {
  color: #3D3F8F;
}

/* BUTTON */

.lnd-birth26-contacts__btn {
  width: 240px;
  height: 60px;
  border-radius: 40px;
  background: #3D3F8F;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-birth26-telegram-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;

  display: block;
  transition: 0.3s ease;
}

.lnd-birth26-contacts__btn:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {

  .lnd-birth26-contacts {
    padding: 70px 0;
  }

  .lnd-birth26-contacts__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .lnd-birth26-contacts__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .lnd-birth26-contacts__text {
    font-size: 16px;
  }

  .lnd-birth26-contacts__btn {
    width: 200px;
    height: 50px;
  }

}

/*-- блок 11 contacts конец --*/

/* ландинг lnd-birth26 - конец           */