@import url('https://fonts.cdnfonts.com/css/trajan-pro');
@import url('https://fonts.cdnfonts.com/css/geometria');

body {
    font-family: 'Trajan Pro', sans-serif;
    margin: 0;
    background: #E4E4E4;
}


.header.out {
	transform: translateY(-100%);
}

.container {
    margin: 0px auto;
    padding: 0;
  }
  
  .header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 50000;
    transition: all .3s ease;
    background-color: #000;
    }
    
  .header:before {
    content: '' ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    }
    
  .header__body {
    position: relative;
    height: 65px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    }
    
  .header__logo {
      flex: 0 0 250px;
      position: relative;
      z-index: 3000;
    }
    
  .header__logo img {
    max-width: 100%;
    }
    
  .header__burger {
    display: none;
    }
    
  .header__list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 2000;
    padding-left: 0 !important;
    font-size: 16px;
    letter-spacing: 1px;
    gap: 30px;
    margin: 0;
  text-align: center;
    }
    
    
    .header__list-item {
    list-style: none;
    width: 142px;
    position: relative;
    }
    

    .header__logo-mob {
        display: none;
    }
    
  .header__link {
      color: white !important;
      text-decoration: none;
    }
    
    
  .button__link {
    background-color: #F190B4;
    color: #F190B4;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
  }
  
  .button__link:hover,
  .button__link:active {
    background-color: #000;
    color: #F190B4;
  }
  
  .lang-desk{
      display: flex;
      position: absolute;
      top: 10px;
      right: 10px;
      align-items: baseline;
      gap: 5px;
  }
  
  .header__lang {
      display: flex;
      color: white;
      font-size: 16px;
      position: relative;
      margin: 0;
      z-index: 2000;
      right: 0;
      line-height: 1.7rem;
  }

  .lang-desk img {
    width: 100%;
    /* max-height: 20px; */
  }
  
  .header__lang-mobile {
      display: none;
  }
  
  .link-visited {
    border-bottom: solid rgba(255, 255, 255, 0.8) 1px !important;
  }
  
  /* Добавлены стили для меню второго уровня */
.header__list-second {
  display: none;
  position: absolute;
  left: initial;
  background-color: black;
  padding: 35% 20% 15% 20% !important;
  list-style: none;
  z-index: 3000;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  min-width: 150px;
}

.header__list-second-li {
  margin: 0;
  padding-bottom: 10%;
  text-align: center;
  
}

.header__link-second {
  font-size: 16px;
  letter-spacing: 1px;
  color: white !important;
}

.header__list li:hover .header__list-second {
  display: block;
}

.accordion-arrow {
    display: none;
}

  @media (max-width: 960px) {
    
    body.lock {
      overflow: hidden;
    }

    .header__body {
        justify-content: space-between;
    }
    
    .header__lis {
        display: none;
    }
  
    .header__burger span {
      position: absolute;
      background-color: white;
      left: 0;
      width: 100%;
      height: 1px;
      top: 9px;
      transition: all 0.3s ease 0s;
    }
    .header__burger:before, 
    .header__burger:after {
      content: '';
      background-color: white;
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      transition: all 0.3s ease 0s;
    }
    .header__burger:before {
      top: 0;
    }
    .header__burger:after {
      bottom: 0;
    }
  
    .header__burger.active span {
      transform: scale(0);
    }
  
    .header__burger.active:before {
      transform: rotate(45deg);
      top: 9px;
    }
    
    .header__burger.active:after {
      transform: rotate(-45deg);
      bottom: 9px;
    }
  
    .header__menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background-color: black;
      padding: 0;
      transition: all 0.5s ease 0s;
      z-index: 2000;
    }
  
    .header__menu.active {
      right:0;
      overflow: hidden;
    }
  
    .header__list {
      display: block;
      text-align: center;
      font-size: 20px;
      margin-top: 140px !important;
      padding: 0 !important;
    }
  
    .header__list-item {
      margin: 0px 0px 40px 0px;
      width: unset;
    }

    .header__burger {
      display: block;
      position: absolute;
      top: 38%;
      right: 20px;
      width: 40px;
      height: 20px;
      z-index: 3000;

    }

    .header__lang {
        margin: 0 0 0 0;
        font-size: 26px;   
    }
    
    .lang-desk {
        display: none;
    }
    
    .header__lang-mobile {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 10px;
      padding-top: 10%;
    }
    
    .header__lang-mobile img {
        width: 30px;
    }
            
    .header__logo-mob {
        display: block;
        position: absolute;
        text-align: center;
        z-index: 3000;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .header__list-second {
      padding: 8% 6% 10% 8% !important;
      z-index: 3000;
      left: 50%;
      width: 80vw;
      max-width: 100vw;
    }
    
    .header__list-second-li {
      margin: 0;
      padding-bottom: 6% !important;
      text-align: center;
      width: unset;
    }
    
    .header__link-second {
      font-size: 20px;
    }
    
    .accordion-arrow {
  background: url('https://static.tildacdn.com/tild3135-3032-4665-a234-643037326532/arrow.svg') no-repeat;
  background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 28%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.header__list-item.active .accordion-arrow {
  transform: translateY(-75%) rotate(-90deg);
}
    
/* Стили для активного состояния */
.header__list-item.active .header__list-second,
.header__list-item.active .accordion-arrow {
    display: block;
} 
    
        /* Скрытие аккордеона по умолчанию */
    .header__list-second {
        display: none;
    }

    /* Показываем стрелку (галочку) только в мобильной версии */
    .header__list-item .accordion-arrow {
        display: block;
    }

    /* Активируем аккордеон по клику */
    .header__list-item.active .header__list-second {
        display: block;
    }
    
    .header__list li:hover .header__list-second {
        display: none;
    }
  }


.h1-size {
  font-size: clamp(26px, 2.7vw, 3rem);
}

.h2-size {
  font-size: clamp(24px, 2.5vw, 3rem);
}

.h3-size {
  font-size: clamp(16px, 2.2vw, 2rem);
}

.h4-size {
  font-size: clamp(14px, 1.5vw, 1.6rem);
}

.p-size {
  font-size: clamp(14px, 1.3vw, 1.4rem);
}

.p-size-footer {
  font-size: clamp(14px, 1vw, 1rem);
}

.p-mini-size {
  font-size: clamp(12px, 1vw, 1.1rem);
}

.blacktext-h1 {
  color: #FFF;
  text-align: center;
  font-family: Trajan Pro 3;
  /* font-size: 1.625rem; */
  /* font-size: clamp(14px, 1.5vw, 1.625rem); */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3.75rem 0.625rem;
  width: 80%;
  flex-shrink: 0;
  max-width: 80rem;
}

.blacktext {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: #000;
}

.firenze-perfumery {
  display: flex;
  width: 100%;
  padding: 2vw 0px 1vw 0px;
  align-items: center;
}

.firenze-perfumery__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.firenze-perfumery__text-h2 {
  color: #000;
  text-align: center;
  font-family: Trajan Pro 3;
  /* font-size: 1.875rem; */
  /* font-size: clamp(16px, 2.5vw, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05625rem;
  margin: 0;
}

.firenze-perfumery__text-line {
  width: 216.166px;
  height: 9.59px;
}

.firenze-perfumery__text-p {
  color: #000;
  text-align: center;
  font-family: Geometria;
  /* font-size: clamp(12px, 1.3vw, 2rem); */
  /* font-size: 1.25rem; */
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding: 0 15% 0 15%;
  max-width: 668px;
  margin: 3% 0 3% 0;
}

.firenze-perfumery__text-logo {
  width: 4vw;
  min-width: 60px;
  /* width: 86px;
  height: 88px; */
}

.firenze-perfumery-img {
    flex: 1 0 0;
    width: 45%;
}

.donna-uomo {
  display: flex;
  max-width: 100%;
  padding: 2vw 14vw 2vw 14vw;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.donna-uomo a {
  width: 100%;
  max-width: 750px;
  text-decoration: none;
}

.collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}

.collection-p {
  /* font-size: clamp(16px, 2.2vw, 2rem); */
  text-decoration: none;
  color: #000;
  margin: 0;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: center;
}

.collection-img {
  width: 100%;
}

.title-center {
  display: flex;
  padding: 2vw 0px 1vw 0px;
  justify-content: center;
  align-items: center;
}

.title-center-h3 {
  color: #000;
  text-align: center;
  font-family: Trajan Pro 3;
  /* font-size: clamp(20px, 3vw, 3.5rem); */
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.scent {
  display: flex;
  align-items: center;
  /*padding-bottom: 2vw;*/
  overflow: hidden;
}

.scent-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 35px; */
  flex: 1 0 0;
  padding: 0 11% 0 11%;
}

.scent-text-intense {
    margin-top: -4% !important;
}

.p-size-intense {
  font-size: clamp(12px, 1vw, 1.2rem);
}

.scent-png {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 0);
  width: 12vw;
  max-width: 300px;
}

.scent-text-h3 {
  color: #000;
  text-align: center;
  font-family: Trajan Pro 3;
  /* font-size: clamp(18px, 2.5vw, 3rem); */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 4% 0;

}

.scent-text-p {
  color: #000;
  text-align: center;
  font-family: Geometria;
  /* font-size: clamp(12px, 1.3vw, 2rem); */
  font-style: normal;
  font-weight: 300;
  margin: 0 0 3% 0;
  max-width: 500px;
  line-height: normal;
}

.scent-text-p-price {
    margin-top: 3%;
}

.scent-text-a {
  font-family: Geometria;
  border-bottom: solid black 1px;
  line-height: 1.5rem;
  color: #000 !important;
  font-weight: 300;
  margin: 1% 0 0 0;
}

.scent-video {
    width: 50%;
}

.scent-logo {
    margin-top: 3%;
}

.scent-pyramid {
    text-align: center;
    width: 80%;
    height: auto;
}

.scent-text-pyramid {
    padding: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    margin-left: -55%;
}

.scent-pyramid-photo {
    width: 100%;
    z-index: 1;
}

.scent-also {
    padding-top: 5%;
}

.scent-pyramid-logo {
    position: absolute;
    margin-top: 2%;
    margin-left: 6%;
    z-index: 11;
    transform: translate(-50%, -200%);
    width: 100%;
    max-width: 10vw;
}

.scent-pyramid-wrapper {
    justify-content: initial;
}

.scent-pyramid-photo-mob {
    display: none;
}

.scent-text-pyramid-left {
    position: absolute;
    margin-left: 0;
    padding-left: 4%;
}

.scent-pyramid-left {
    width: 45vw;
}

#title-ambassadors{
    font-weight: 700;
    padding: 1vw 0 1vw 0;
}

.ambassadors-prof {
  font-weight: 700;
  text-align: center;
}

.ambassadors-name {
  text-align: center;
  margin: 6% 0 2% 0;
}

.ambassadors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 5% 0 5%;
  margin: 0 auto;
  padding-bottom: 2%;
  max-width: 1920px;
}

.ambassadors-container {
  flex-basis: calc(20% - 3%);
  margin-bottom: 3%;
  text-align: center;
}

.image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.bw-image {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
  max-width: 265px;
}

.color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  filter: grayscale(0%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.image-container:hover .bw-image {
  filter: grayscale(0%);
}

.image-container:hover .color-image {
  opacity: 1;
}

.title-collection {
  font-weight: 700;
  padding-top: 2%;
}

.collection-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  /* max-width: 20%; */
}

.collection-page__wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  align-items: unset;
  width: 16%;
}

.collection-page img {
  margin: auto;
  max-width: 100%;
  padding-bottom: 8%;
}

.collection-page p {
    color: black;
}

.collection-page__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 0 10% 0 10%; */
  width: 80vw;
  margin: auto;
  gap: 4%;
  padding-top: 1vw;
  padding-bottom: 6vw;
}

.collection-page-prestige img {
  width: 80%;
  text-align: center;
  max-width: 199px;
}

.collection-soon-page__wrapper a {
    width: 16%;
    padding-bottom: 3vw;
    padding-top: 1vw;
    justify-content: flex-start;
}

.collection-prestige-page__wrapper a {
    padding-bottom: 3vw;
    padding-top: 1vw;
    justify-content: flex-start;
}

.collection-niche-page__wrapper a {
    padding-bottom: 3vw;
    padding-top: 1vw;
    justify-content: flex-start;
}

.collection-soon-page__wrapper {
    gap: 8%;
}

.collection-prestige-page__wrapper {
    gap: 4%;
}

.slick-slider {
  width: 50%;
  /*padding-left: 2vw;*/
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slick-slider img {
  width: 100%;
  /*height: auto;*/
  max-width: none;
  /*object-fit: cover;*/
}

.slick-prev, .slick-next {
  font-size: 24px;
  color: #000;
  background-color: transparent;
}

.slick-prev {
  left: 2%;
  z-index: 1
}

.slick-next {
  right: 2%;
}

.slick-dots {
  bottom: 1%;
  padding-left: 0 !important;
  width: 95%;
}

    .prev,
.next {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.next {
  right: 0;
}

.footer-my {
  bottom: 0;
  background-color: #000;
}

.footer__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0 4vw 0;
  gap: 1vw;
}

.footer__line {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2000;
  padding-left: 0 !important;
  font-size: 16px;
  letter-spacing: 1px;
  gap: 0.8vw;
  margin: 0;
  color: white;
  font-family: Trajan Pro 3;
}

.footer__line li {
  list-style: none;
}

.footer__line li a {
  color: #FFF !important;
  text-decoration: none;
}
.footer__line li:nth-child(0) {
  padding-right: 2%;
  padding-bottom: 2%;
}

.footer__logo {
  width: 10vw;
  padding-bottom: 2vw;
}

.footer__rights {
  color: #FFF;
  padding: 0 1% 0 1%;
}

.footer__rights__line {
  display: flex;
  border-top: #FFF solid 1px;
}

.footer__rights__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.6% 0 0.6% 0;
  font-family: Geometria;
}

.p-footer-bold {
    font-weight: 700;
    display: none;
}

    .slide-mobile {
        display: none;
    }


.big-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Geometria;
}

.big-text-wrapper {
    padding: 0 10% 5% 10%;
    align-items: center;
}

@media (min-width: 1836px) {
    .collection-soon-page__wrapper {
        gap: 8%;
    }
    
      .collection-soon-page__wrapper a {
    width: 16%;
    }

}

@media (max-width: 960px) {
  .ambassadors-container {
      flex-basis: 100%;
      /* padding-right: 3%; */
      margin-bottom: 8%;
      max-width: 40vw;
  }
}

@media (max-width: 960px) {
    .firenze-perfumery {
        flex-direction: column;
    }
    
    .firenze-perfumery-img {
        width: 100%;
    }
    
    .firenze-perfumery__text {
        padding: 10% 0 10% 0;
    }
    
    .title-center-h3 {
        padding: 4% 4% 0 4%;
    }
    
    .scent {
        flex-direction: column;
    }
    
    .title-center {
        padding: 2vw 0px 2vw 0px;
    }
    
    .scent-text {
        padding: 32% 10% 12% 10%;
    }
    
    .scent-video {
        width: 100%;
    }
    
    .scent-png {
      width: 30vw;
      transform: translate(-50%, 95%);
    }
    
    .scent-product {
        padding: 12% 10% 8% 10%;
    }
    
    .donna-uomo {
        flex-direction: column;
        gap: 8vw;
        padding-top: 10%;
    }
    
    .collection {
        gap: 4vw;
    }
    
    .blacktext-h1 {
        padding: 2.5rem 0.625rem;
    }
    
    .firenze-item-1 {
        order: 1;
    }
    
    .scent-text-a {
        line-height: 1rem;
        border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
    }
    
    .scent-item-1 {
        order: 2;
    }
    
    .scent-item-3 {
        order: 0;
    }
    
    #title-ambassadors{
        padding: 6% 0 3% 0 !important;
    }
    
    .collection-page__wrapper {
        width: 100vw;
        gap: unset;
    }
    
    .collection-page__wrapper a {
        width: 40%;
    }
    
    .collection-page__wrapper a {
        padding-bottom: 8%;
    }
    
    .title-collection {
        padding: 8% 0 0 0;
    }
    
    .collection-soon-page__wrapper, .collection-prestige-page__wrapper {
        padding-top: 3vw;
    }
    
    .slick-slider {
        width: 100%;
    }
    
    .footer__line {
        flex-direction: column;
        gap: 2.6vw;
    }
    
    .footer__logo {
        width: 40vw;
        padding-bottom: 4vw;
    }
    
    .footer__container {
        gap: 6vw;
        padding: 20vw 0 18vw 0;
    }
    
    .footer__rights {
        padding: 0 3% 0 3%;
    }
    
    .footer__rights__text {
        padding: 2.5% 0 2.5% 0;
    }
    
    .scent-pyramid-photo {
        display: none;
    }
    
    .scent-text-pyramid {
        margin: 0;
        padding: 0;
        display: none;
    }
    
    .scent-pyramid-photo-mob {
        display: flex;
    }
    
    .scent-pyramid {
        width: 90%;
    }
    
    .scent-also {
        padding-top: 8%;
    }
    
    .scent-pyramid-logo {
    margin-top: 2%;
    margin-left: 0;
    transform: translate(-170%, -50%);
    width: 100%;
    max-width: 20vw;
    color: black;
    }
    
    .collection-page p {
    max-width: 126px;
    }

}
