body {
    font-family: 'AlbertoZanotti',Arial,sans-serif;
    margin: 0;
    background: white;
    letter-spacing: .035em;
}


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

.container {
    margin: 0px auto;
    padding: 0;
  }
  
  .header {
    font-weight: 400;
    position: relative;
    top: 0;
    left: 0;
    z-index: 50000;
    transition: all .3s ease;
    background-color: #111111;
    }
    
  .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: 15px;
    }
    
  .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: 180px;
    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: #111111;
      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%);
        width: 45%;
    }
    
    .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/tild6235-3763-4238-a131-633662363234/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;
    }
  }
  
  
.my-h1 {
    font-weight: 500;
    font-size: clamp(46px, 5vw, 106px);
}

  
.my-h2 {
    font-weight: 500;
    font-size: clamp(42px, 3.8vw, 64px);
    line-height: 2rem;
    letter-spacing: .04em;
}

.my-h3 {
    font-weight: 400;
    font-size: clamp(24px, 2vw, 42px);
}

.my-p {
    font-weight: 600;
    font-size: clamp(12px, .7vw, 14px);
    /*line-height: 1.5rem;*/
    text-transform: uppercase;
}

.my-p2 {
    font-weight: 400;
    font-size: clamp(18px, 1.2vw, 26px);
    letter-spacing: .1rem;
}

.big-photo__wrapper {
    width: 100%;
    positin: relative;
}

.big-photo__wrapper img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
    display: block;
}

.big-photo__box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: absolute;
    width: 33%;
    max-width: 700px;
    color: white;
    text-align: center;
    /*padding: 12vw  6vw;*/
    
    transform: translate(0,-50%);
    top: 55%;
    right: 6%;
    left: auto;
}

.big-photo__box p {
    font-weight: 600;
    color: white;
    text-align: center;
}

.big-photo__box__text :first-child {
    padding-bottom: 0.7rem;
}

.my-button {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid white;
    padding: .8rem 1.6rem .78rem 1.6rem;
    background-color: black;
    color: white !important;
}

.product-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 2vw 0 0 0;
}

.product-card {
    width: 25%;
    text-align: center;
    color: black !important;
    position: relative;
}

.product-card p::after, .black-main__cat h3::after{
    content: "";
    display: block;
    width: 40%;
    padding-top: calc(40% / (640 / 48));
    background-image: url('https://static.tildacdn.com/tild3437-3734-4636-b863-666265376537/product_line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px auto;
}

.product-card p {
    margin-top: -5%;
}

.product-card img {
    width: 100%;
}

.product-line__wrapper {
    padding: 4vw 3vw;
}

.product-line__title {
    width: 80%;
    margin: 0 auto;
    position: relative;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}

.product-line__title hr {
    margin: 0.75em 0;
    border-top: 1px solid #c2c2c2;
    color: #c7c3c3;
    position: absolute;
    top: -.5em;
    width: 100%;
    z-index: 1;
}

.product-line__title div {
    background: #ffffff;
    z-index: 300;
    position: relative;
    display: inline-block;
    padding: 0 1rem;
}

.max-width {
    max-width: 1920px;
    margin: 0 auto;
}

.black-main__colections {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    padding: 0 4vw;
    justify-content: center;
}

.black-main__colections a {
    width: 50%;
}

.black-main__cat img {
    display: block;
    width: 100%;
    height: auto;
}

.black-main__cat {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50%;
}

.black-main__cat p {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 15px 30px;
}

.black-main__text {
    text-align: center;
    width: 60%;
    max-width: 1050px;
    margin: 0 auto;
    line-height: 160%;
    padding: 6vw 0 0 0;
    color: white;
    letter-spacing: .1rem;
}

.black-main__wrapper {
    background-color: black;
    padding: 4vw 0 6vw 0;
}

.medium-photo__wrapper {
    position: relative;
    padding: 4vw 4vw;
}

.medium-photo img {
    object-fit: cover;
    width: 100%;
}

.medium-photo__box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: absolute;
    width: 40%;
    max-width: 700px;
    color: white;
    text-align: center;
    /*padding: 12vw  6vw;*/
    letter-spacing: .1rem;
    transform: translate(0,-50%);
    top: 50%;
    right: 6%;
    left: auto;
}

.medium-photo__box p {
    color: white;
    text-align: center;
    line-height: 140%;
    width: 80%;
    margin: 0 auto;
}

.medium-photo-left .medium-photo__box {
    left: 6%;
    top: 50%;
}

.black-text__wrapper {
    background-color: black;
}

.black-text__wrapper .big-photo__box {
    position: relative;
    transform: none;
    padding: 5vw 0 4vw 0;
    margin: 0 auto;
    right: 0;
    width: 45%;
}

.photo-text__wrapper p {
    position: relative;
    transform: none;
    left: 0;
}

.photo-text__wrapper .black-main__cat {
    align-content: center;
}

.photo-text__wrapper .black-main__cat .big-photo__box__text, .photo-text__wrapper .black-main__cat h3 {
    padding: 0 10%;
}

.photo-text__wrapper .black-main__cat p {
    padding: .3rem 0;
}

.photo-text__wrapper .black-main__cat h3 {
    padding: 0 10% 2%;
}

.photo-text__wrapper {
    padding: 4vw 4vw 0 0;
}

.photo-text__wrapper:first-child {
    width: 60%;
}

.text-center-big {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    justify-content: center;
    text-align: center;
    width: 60vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4vw 2vw;
}

.text-center {
    padding: 0;
}

.text-center__box {
    width: 45%;
    max-width: 700px;
    margin: 0 auto;
}

.text-center__box__text {
    text-align: center;
}

.text-center__box__text p {
    padding: .3rem 0;    
}

.citation {
    padding: 4vw 0 0 0;
    position: relative;
}

.citation img {
    height: 60vh;
}

.citation .text-center__box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 55%;
    color: white;
}

.citation .text-center__box p {
    line-height: 140%;
}

.family__wrapper {
    padding: 4vw 4vw 2vw 4vw;
}

.family__card img {
    width: 100%;
    padding-bottom: 1.5rem;
}

.family__card p {
    padding-bottom: .5rem;
}

.family__card {
    width: 25%;
    text-align: center;
}

.family {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    padding: 2vw 0 0 0;
}

.medium-photo__box__text img {
    width: 70%;
    padding-bottom: 2rem;
}

.medium-photo__buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
}

.medium-photo__buttons a {
    margin: inherit;
}

.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: 20px;
  letter-spacing: 1px;
  gap: 1.5rem;
  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: 25vw;
  max-width: 550px;
  padding-bottom: 2vw;
}

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

.footer__rights__line {
  display: flex;
}

.footer__rights__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  padding: 0.6% 0 0.6% 0;
  font-weight: 600;
  color: #B0B0B0 !important;
  justify-content: center;
}

.footer__rights__text a {
    color: #B0B0B0 !important;
}

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

.donna-page {
    padding: 6vw 3vw;
}

.page-uomo {
    padding-bottom: 6vw;
}

.product-page__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    padding: 4vw 6vw;
}

.product-page {
    width: 50%;
}

.product-page__text {
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 7vw 3vw 0 3vw;
    
}

.product-page__text__title h1 {
    line-height: 60%;
    font-weight: 400;
}

.product-page__text__title h2 {
    color: #B9B8B8;
}

.product-page__text__main:before {
    content: "";
    display: block;
    width: 50%;
    padding-top: calc(40% / (640 / 48));
    background-image: url('https://static.tildacdn.com/tild3866-3433-4634-b062-626232346535/white_line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2rem auto;
}

.product-page__text__main {
    padding-bottom: 2rem;
}

.product-page__text__main p {
    padding-bottom: 1rem;
}

.product-page__text__main h2 {
    padding-bottom: 1.2rem;
}

.product-page__text__main p:last-child {
    padding-bottom: 0;
}

.product-page__text__notes p {
    padding-bottom: 1rem;
}

.product-page__text__notes p:last-child {
    padding-bottom: 0;
}

.product-page__text__notes p span {
    font-weight: 400;
}

.black-wrapper {
    background-color: black;
}

.slick-slider {
  width: 50%;
  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%;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}

.slick-dots li button:before {
    color: white !important;
}

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

.next {
  right: 0;
}

.medium-photo-mob {
    display: none;
}


@media (min-width: 1920px) {
    .black-main__text {
        line-height: 220%;
    }
    
    .medium-photo__box p {
        line-height: 120%;
    }
    
    .citation .text-center__box p {
        line-height: 120%;
    }
    
    .medium-photo__box {
        right: 12%;
    }
    
    .big-photo__box {
        right: 10%;
        top: 50%;
    }
    
    .medium-photo-left .medium-photo__box {
    left: 10%;
    }
    
    .product-page__text {
    padding: 9vw 3vw 0 3vw;
    }
    
    .black-main__colections {
        gap: 2vw;
    }
}

@media (max-width: 1200px) {
    .black-main__text {
        line-height: 120%;
    }
    
    /*.medium-photo__box p {
        line-height: 80%;
    }*/
    
    /*.citation .text-center__box p {
        line-height: 80%;
    }*/
}

@media (max-width: 960px) {
    .footer__line {
        flex-direction: column;
    }
    
    .footer__logo {
        width: 60vw;
        padding-bottom: 8vw;
    }
    
    .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;
    }
    
    .big-photo__box {
        position: relative;
        width: 90%;
        right: auto;
        transform: none;
        margin: 0 auto;
        color: black;
        padding: 20vw 0 6vw 0;
    }
    
    .big-photo__box h2 {
        width: fit-content;
        margin: 0 auto;
    }
    
    .big-photo__box p {
        color: black;
    }
    
    .product-line__title hr {
        top: -.6rem;
    }
    
    .product-line__title {
        width: 90%;
    }
    
    .product-line {
        flex-direction: column;
    }
    
    .product-card {
        width: 100%;
        margin: 0 auto;
    }
    
    .product-line {
        gap: 5vw;
    }
    
    .black-main__colections {
        flex-direction: column;
    }
    
    .black-main__colections a {
        width: 100%;
    }
    
    .black-main__colections {
        padding: 0 6vw;
        gap: 10vw;
    }
    
    .black-main__wrapper {
        padding: 10vw 0 12vw 0;
    }
    
    .my-button {
        width: max-content;
    }
    
    .black-main__text {
        width: 80%;
        padding: 12vw 0 0 0;
        line-height: 150%;
    }
    
    .medium-photo {
        height: 40vh;
    }
    
    .medium-photo img {
        height: -webkit-fill-available;
    }
    
    .medium-photo__box {
        right: 0;
        top: 78%;
        padding: 10vw 0;
        color: black;
        width: 100%;
        gap: 1rem;
    }
    
    .footer__rights__text {
        flex-direction: column;
    }
    
    .medium-photo__wrapper {
        padding: 6vw;
    }
    
    .product-line__wrapper {
        padding: 10vw 3vw 16vw 3vw;

    }
    
    .big-photo__wrapper {
        overflow: hidden;        
    }
    
    .big-photo__wrapper img {
        height: 40vh;
        margin-left: -34%;
        width: auto;
    }
    
    .black-main__cat p {
        top: 86%;
    }
    
    .big-photo__about img {
        margin-left: -70%;
    }
    
    .black-text__about .big-photo__box h2, .black-text__about .big-photo__box p {
        color: white;
    }
    
    .black-text__about .big-photo__box {
        width: 90%;
        padding: 20vw 0 16vw 0;
    }
    
    .black-main__cat {
        width: 100%;
    }
    
    .photo-text__wrapper {
        padding: 6vw;
    }
    
    .photo-text__wrapper .black-main__cat .big-photo__box__text, .photo-text__wrapper .black-main__cat h3 {
    padding: 0 5%;
    }
    
    .text-center__box {
        width: 85%;
    }
    
    .big-photo__about img {
        height: 50vh;
        margin-left: -85%;
    }
    
    .text-center {
        padding: 6vw 0;
    }
    
    .family {
        flex-direction: column;
        gap: 8vw;
        padding: 6vw 0 0 0;
    }
    
    .family__card {
        width: 70%;
        margin: 0 auto;
    }
    
    .medium-photo-left .medium-photo__box {
        left: 0;
    }
    
    .medium-photo__box__text img {
        display: none;
    }
    
    .medium-photo-left .medium-photo__box {
        padding: 10vw 0 6vw 0;
    }
    
    .medium-photo__buttons {
        flex-direction: column;
        margin: 0 auto;
    }
    
    .medium-photo__buttons .my-button {
        width: 77%;
    }
    
    .citation img {
        height: 50vh;
        margin-left: -67%;
    }
    
    .photo-text__wrapper .black-main__cat:last-child {
        padding-top: 4vw;
    }
    
    .citation .text-center__box__text {
        text-align: center;
    }
    
    .donna-page {
        padding: 16vw 0;
    }
    
    .page-uomo {
        padding: 0 6vw 6vw 6vw;
    }
    
    .product-page__wrapper {
        flex-direction: column;
    }
    
    .slick-slider {
        width: 100%;
    }
    
    .product-page {
        width: 100%;
        margin: 0 auto;
    }
    
    .product-page__text {
        padding: 12vw 0;
        width: 90%;
    }
    
    .medium-photo-mob {
    display: block;
    }
    
    .medium-photo-desk {
    display: none;
    }
    
    .family__wrapper .text-center__box {
        width: 95%;
    }
    
    .family__wrapper {
        padding: 16vw 4vw 2vw 4vw;
    }
    
    .black-main__cat h3::after{
    content: "";
    display: block;
    width: 60%;
    padding-top: calc(40% / (640 / 48));
    background-image: url('https://static.tildacdn.com/tild3437-3734-4636-b863-666265376537/product_line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px auto;
    }
    
    .medium-photo-left .medium-photo__box {
        position: relative;
        transform: none;
    }
    
    .medium-photo-left .medium-photo__box .medium-photo__box__text p {
        color: black;
    }

}