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


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

.container {
    margin: 0px auto;
    padding: 0;
  }
  
  .header {
    font-weight: 600;
    position: relative;
    top: 0;
    left: 0;
    z-index: 50000;
    transition: all .3s ease;
    background-color: #171717;
    box-shadow: 0px 4px 16.5px rgba(0.18166668713092804,0.18166668713092804,0.18166668713092804,0.05000000074505806);
    border-bottom: 0.5px solid rgba(0.18166668713092804,0.18166668713092804,0.18166668713092804,0.05000000074505806);
    }
    
  .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;
    padding-bottom: 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: white;
  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: #171717;
      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;
    }
  }
  
  
.my-h1 {
    font-weight: 700;
    font-size: clamp(30px, 3.4vw, 62px);
    text-transform: uppercase;
}

  
.my-h2 {
    font-weight: 600;
    font-size: clamp(22px, 2vw, 36px);
    text-transform: uppercase;
}

.my-p {
    font-weight: 400;
    font-size: clamp(14px, 1vw, 18px);
        line-height: 1.5rem;
}

.my-p2 {
    font-weight: 400;
    font-size: clamp(12px, 1.2vw, 20px);
}

.text-center__button {
    line-height: normal;
    text-transform: uppercase;
}


.text-center {
    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__button {
    border-bottom: 0.5px solid black;
    width: fit-content;
    margin: 0 auto;
}

.collection-links .text-center {
    width: 100%;
}

.text-center__button a {
    color: black !important;
}

.two-images img {
    width: 100%;
}

.two-images {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    width: 100%;
    max-width: 100vw;
}

.two-images__big {
    width: 60vw;
}

.two-images__small__wrapper {
        padding-right: 2vw;
        width: 40vw;
}

.two-images-left {
    padding-right: 0;
    padding-left: 2vw;
}

.two-images-left__wrapper {
    padding: 0 0 6vw 0;
}

.two-images__small__p {
    text-align: center;
    padding: 4% 0 0 0;
    max-width: 700px;
    margin: 0 auto;
}

.collection {
    padding: 4vw 0 0 0;
}

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

.collection__wrapper img {
    width: 100%;
}

.collection__photo, .collection__products {
    width: 50vw;
    height: fit-content;
}

.collection__products {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.collection__products a {
    width: 50%;
}

.product-card {
    position: relative;
    display: flex;
    background: linear-gradient(-113.406deg, rgba(228, 219, 207, 32%) 0%, rgba(252, 247, 242, 70%) 100%);
}

.product-card p {
    position: absolute;
    top: 90%;
    left: 5%;
    color: #555555;
    text-transform: uppercase;
}

.collection-uomo  .collection__photo {
    order: 1;
}

.collection-uomo  .collection__products {
    order: 0;
}

.collection-links__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2vw;
    padding: 4vw 4vw;
}

.collection-links {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.collection-links img {
    width: 100%;
}

.collection-links .text-center {
    padding: 0 0 2vw 0;
}

.text-center-big {
    width: 80vw;
}

.text-center-big p {
    font-weight: 400;
}

.collection-page-title .text-center__title {
    font-weight: 500;
    font-size: clamp(30px, 2.4vw, 48px);
}

.collection-page-text p {
    font-weight: 400;
}

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

.big-photo__wrapper img {
    width: 100%;
}

.big-photo__box {
    position: absolute;
    width: 30%;
    margin: 6.7% 10%;
}

.big-photo__box p {
    font-weight: 600;
    color: white;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.collection-page {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    gap: 1vw;
}

.collection-page a {
    width: 25%;
}

.collection-page a img {
    width: 100%;
}

.page-product__wrapper {
    display: flex;
    width: 100%;
}

.page-product__left, .page-product__right {
    height: 100%;
    box-sizing: border-box;
}

.page-product__left {
    width: calc(50% + 1vw);
}

.page-product__right {
    width: calc(50% - 1vw);
}

.page-product__right {
    position: sticky;
    top: 0;
    right: 0;
}

.page-product__left img {
    width: 100%;
    height: auto;
    display: block;
}

.product-card__wrapper {
    padding: 10% 10% 2% 10%;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}



.product-card__notes__wrapper p {
    padding-bottom: .4rem;
}

.product-card__notes__wrapper p span {
    font-weight: 600;
}

.page-product__right h1 {
    width: fit-content;
    padding-left: 4px;
}

.product-card__cit {
    font-weight: 600;
    text-transform: uppercase;
}

.product-card__text__main {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    border-top: 1.5px solid #eda9cc;
    border-bottom: 1.5px solid #eda9cc;
    padding: 2% 0;
    max-width: 1000px;
}

.footer-my {
  bottom: 0;
  background-color: #171717;
  margin-top: 4vw;
  padding: 0 2vw;
}

.footer__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0 2vw 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 !important;
  font-family: Trajan Pro 3;
}

.footer__line li {
  list-style: none;
  font-weight: 600;
}

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

.footer__logo {
  width: 15vw;
  max-width: 450px;
  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;
}

/*.footer__container:before {
    display: inline-block;
    content: "";
    border-top: .5px solid #999;
    width: 96vw;
    margin: 0 1rem;
    transform: translateY(-1rem);
}*/


@media (min-width: 1920px) {
    .two-images__small__p {
        padding: 7% 0 0 0;
    }
    
    .product-card p {
        left: 10%;
    }
}

@media (max-width: 960px) {
    .text-center {
        gap: 3vw;
        width: 80vw;
        padding: 14vw 2vw 10vw 2vw;
    }
    
    .two-images {
        flex-direction: column;
        gap: 5vw;
    }
    
    .two-images__big {
        width: 100vw;
        margin-left: -5vw;
        height: 60vh;
    }
    
    .two-images img {
        height: inherit;
        object-fit: cover;
    }
    
    .two-images__small__wrapper {
        width: 95vw;
        padding-left: 5vw;
        padding-right: 0;
        height: 40vh;
    }
    
    .collection__wrapper {
        flex-direction: column;
    }
    
    .collection__photo, .collection__products {
        width: 100vw;
    }
    
    .collection__photo {
        display: flex;
    }
    
    .collection {
        padding: 12vw 0 5vw 0;
    }
    
    .collection-uomo {
        padding-bottom: 6vw;
    }
    
    .collection-uomo .collection__photo {
        order: 0;
    }
    
    .product-card p {
        top: 85%;
        left: 10%;
    }
    
    .about__photos .two-images__small__wrapper {
        height: auto;
    }
    
    .about__photos .two-images__big {
        height: 50vh;
    }
    
    .about__photos .two-images__small__p {
        padding: 8% 4% 8% 0;
        text-align: left;
    }
    
    .about__photos {
        gap: 1vw;
    }
    
    .big-photo__box {
        position: relative;
        margin: 0 auto;
        width: 85%;
        text-align: center;
        padding: 5vw 0 10vw 0;
    }
    
    .big-photo__box p {
        color: black;
        font-weight: 400;
    }
    
    .big-photo__box img {
        width: 80%;
    }
    
    .big-photo {
        width: 200% !important;
        margin-left: -95%;
        object-fit: cover;
        height: 50vh;
        
    }
    
    .big-photo__wrapper {
        overflow: hidden;
    }
    
    .collection-links__wrapper {
        flex-direction: column;
        gap: 8vw;
        padding: 10vw 4vw;
    }
    
    .collection-links {
        width: 100%;
    }
    
    .collection-links .text-center {
        padding: 0 0 6vw 0;
    }
    
    .collection-page {
        flex-wrap: wrap;
        gap: 4vw;
    }
    
    .collection-page a {
        width: 100%;
    }
    
    .collection-page .product-card p {
        top: 90%;
        left: 5%;
    }
    
    .collection-page-title {
        padding: 10vw 2vw;
        width: 90vw;
    }
    
    .page-product__left {
        display: none;
    }
    
    .product-card__wrapper {
        padding: 10% 6% 6% 6%;
        gap: 1rem;
    }
    
    .page-product__right {
        width: 100%;
    }
    
    .product-card__notes__wrapper {
        width: 100%;
    }
    
    .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;
        flex-direction: column;
    }
}