/**
 * Theme Name:  All in Wood Dark Theme 
 * Theme URI:   ###
 * Author:      Anton Svirkul
 * Author URI:  https://asvirkul.github.io/cv/
 * Description: ALLINWOOD — адаптивна тема WordPress з сучасним дизайном у стилі мінімалізму та природних відтінків. Підходить для сайтів про меблі, інтер’єри, будівництво чи вироби з дерева. Має зручну навігацію, підтримку мобільних пристроїв та оптимізована для швидкого завантаження.
 * Version:     1.0
 */
@font-face {
    font-family: 'Neue Montreal';
    src: url('./fonts/NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('./fonts/AktivGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal Bold';
    src: url('./fonts/NeueMontreal-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal Thin';
    src: url('./fonts/NeueMontreal-Light.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --main-font: 'Neue Montreal', serif;
    --font-bold: 'Neue Montreal Bold', serif;
}
a {
  -webkit-tap-highlight-color: transparent;
}

#page-transition {
    opacity: 1;
    background: black;
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
  } 
  
  
body {
    overflow-x: hidden;
    background-color: #000;
  }
  
/* header */

#logo img {
    width: 150px;
}
header .top-header a {
    font-family: Anton, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 40px;
    margin-bottom: 20px;
}
.mobile-nav, .mobile-menu-wrapper {
  display: none;
}
.logo-link {
    position: relative;
    display: inline-block;
    font-family: 'Neue Montreal Bold', sans-serif;
    font-size: 24px;
    color: black;
    text-decoration: none;
    padding-left: 12px; 
  }
  
header {
    width: 100%;
    z-index: 20;
    font-family: var(--main-font);
    align-items: center;
    background: transparent;
    position: absolute;
}
header .menu {
    display: flex;
    justify-content: center;
    gap: 25px;
}
header .menu li a {
    margin: 0 3px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all;
    transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}
header .menu li a:hover {
    border-bottom: 1px solid #fff;
}
header .top-header img {
    width: 100px;   
}
.header-content {
    padding: 10px 0 10px 0;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;

}
.header-content.bottom.fixed {
   box-shadow: 1px 6px 13px 0px rgba(255,255,255,0.06) !important;
  -webkit-box-shadow: 1px 6px 13px 0px rgba(255,255,255,0.06);
  -moz-box-shadow: 1px 6px 13px 0px rgba(255,255,255,0.06);
}
.mega-sub-menu.dark-bg {
    background-color: black !important;
}
#logo {
    font-family: Anton, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.reveal {
    opacity: 0;
    transform: translateY(50px);
  }
  
#menu-anim {
    margin-right: 30px;
}
#logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
#logo p {
    font-size: 30px;
    color: #fff ;
}
#main-header {
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  
  #main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
  .logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  
  .logo-text {
    position: relative;
    display: inline-block;
  }
  .megamenu {
    background-color: rgba(0, 0, 0, 0.85);
    transition: background-color 0.3s ease;
    z-index: 999;
  }
  .megamenu.dark-bg {
  background-color: black;
}

  .megamenu.dark-bg {
  background-color: black !important;
}

  .megamenu-item img {
    display: block;
    max-width: 100%;
    border-radius: 4px;
  }
  
  body.at-top .megamenu {
    background-color: rgba(0, 0, 0, 0); /* плотный фон */

  padding: 40px;
  transition: background-color 0.3s ease;
  }
  .perspective {
    perspective: 1000px;
  }
  
  .flip-link {
    display: inline-block;
    transform-style: preserve-3d !important;
    transition: transform 0.4s ease !important;
    border-bottom: 1px solid transparent !important;
  }
  
  .flip-link:hover {
    transform: rotateX(360deg) !important;
    border-bottom: 1px solid #fff !important;
  }
  .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #000;
    color: #fff;
    padding: 40px;
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
  }
.at-top .megamenu {
    background: transparent;
}
.mega-menu-link {
  text-transform: uppercase !important;
}
#mega-menu-main {
  display: flex !important;
  flex-direction: row !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu{
  width: 100vw !important;
  left: calc(50% - 50vw) !important; 
  right: auto !important;
  transform: none !important;        
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 9999;
}
.mega-sub-menu img {
    display: block;
    height: 60vh !important;     
    max-width: 100%;
    object-fit: cover;            
    object-position: center;      
    border-radius: 4px;           
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > ul.mega-sub-menu,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu{
  width: 100vw;
  left: calc(50% - 50vw) !important;
  right: auto !important;
  transform: none !important;     
  box-sizing: border-box;
  padding: 0;                      
  overflow: visible;              
  z-index: 9999;
}


#mega-menu-wrap-main .mm-grid{
  max-width: 1280px;               
  margin: 0 auto;
  padding: 24px 24px 28px;         
  display: grid;
  grid-template-columns: 1fr 1fr;  
  grid-template-areas:
    "text media"
    "banner banner";               
  gap: 24px;
}

/* области */
#mega-menu-wrap-main .mm-text  { grid-area: text; }
#mega-menu-wrap-main .mm-media { grid-area: media; }
#mega-menu-wrap-main .mm-banner{ grid-area: banner; }


#mega-menu-wrap-main .mm-title{ margin:0 0 10px; font-size: 22px; line-height:1.2; }
#mega-menu-wrap-main .mm-desc { line-height:1.55; opacity:.9; }
#mega-menu-wrap-main .mm-media img,
#mega-menu-wrap-main .mm-banner img{
  display:block; width:100%; height:auto; object-fit:cover;
  border-radius: 8px;
}
li.mega-menu-item {
  margin: 0 auto;
}

#mega-menu-wrap-main #mega-menu-main[data-effect="fade_up"] li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main #mega-menu-main[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
  transform: none !important;
}

#mega-menu-wrap-main ul.mega-sub-menu img{
  display:block;
  max-width:100% !important;
  width:100% !important;     
  object-position: center center;
}
#mega-menu-wrap-main ul.mega-sub-menu {
    height: auto !important;
}


/* Не обрезать выпадашку */
.site-header, .mega-menu-wrap, #mega-menu-wrap-main { overflow: visible; }
li.mega-menu-item {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row;
  padding-bottom: 0 !important;
}

.mega-sub-menu {
  left: 0 !important;
  margin-top: 40px !important;
  padding-bottom: 20px !important;
}
 .mega-menu-link {
    background: transparent !important;
    margin: 0 3px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    font-size: 14px;
    transition: all;
    transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}
.mega-sub-menu a.mega-menu-link {
  text-transform: capitalize !important;
}
  #sticky-bar {
    transition: all 0.3s ease;
  }
  
  #sticky-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #000;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: unset !important;
  }
  .no-shadow {
    box-shadow: transparent;
  }
  
  .megamenu-content {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .megamenu-item {
    width: 45%;
  }
  
  .megamenu-item img {
    max-width: 100%;
    margin-bottom: 10px;
    box-shadow: -2px 2px 68px -8px rgba(0,0,0,0.54);
-webkit-box-shadow: -2px 2px 68px -8px rgba(0,0,0,0.54);
-moz-box-shadow: -2px 2px 68px -8px rgba(0,0,0,0.54);
  }

  .logo-text::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
  }
  

  .logo-link:hover .logo-text::before {
    opacity: 1;
    transform: scaleY(1);
  }
  .logo-link {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-family: Anton, sans-serif;
    color: #fff;
    text-decoration: none;
    padding-left: 60px; 
  }

  .logo-link img {
    position: absolute;
    left: 37%;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .logo-text {
    position: relative;
    display: inline-block;
    padding-left: 12px; 
  }
  
  .logo-text::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 1px;
    background-color: #fff;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.3s ease;
  }
  
  .logo-link:hover img {
    opacity: 1;
  }
  
  .logo-link:hover .logo-text::before {
    opacity: 1;
    transform: scaleY(1);
  }
  
  
  
/* header */

/* showcase */
.showcase-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  
  .showcase-text,
  .scroll-indicator {
    position: relative;
    z-index: 1;
  }
  
.number-slide p {
    font-family: var(--main-font);
    font-size: 70px !important;
    margin: 0;
    line-height: 1;
    font-family: 'Great Vibes', sans-serif !important;
}
.showcase-text p {
    font-family: Anton, sans-serif;
    font-size: 110px;
    line-height: 1;
    margin: 0;
}
.underline {
    position: relative;
    display: inline-block;
  }
  
  .underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: white;
    transform: translateY(8px);
  }
  .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    animation: scrollPulse 1.8s infinite ease-in-out;
    pointer-events: none;
    transition: all;
    transition-duration: .5s;
  }
  .underline {
    position: relative;
    color: white;
    -webkit-text-stroke: 1px white;
    color: white;
    transition: all 0.4s ease;
  }
  
  .underline:hover {
    color: transparent;
    -webkit-text-stroke: 1px white;
    background: inherit;
    mix-blend-mode: exclusion; 
    opacity: 1;
  }
  
  .word-reveal span {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    animation: wordFadeIn 0.6s ease-out forwards;
    animation-delay: calc(var(--word-index, 0) * 0.1s);
  }
  .scroll-indicator.hidden {
    color: transparent !important;
  }
  
  @keyframes wordFadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes scrollPulse {
    0%, 100% {
      transform: translateY(0);
      opacity: 0.4;
    }
    50% {
      transform: translateY(5px);
      opacity: 1;
    }
  }

.showcase-text-wrapper {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    color: #fff;
    font-family: 'Neue Montreal Thin', sans-serif;
    max-width: 600px;
    margin: 0 auto;
    background-color: #000;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.showcase-text-wrapper > *:not(.showcase-text-wrapper a) {
    text-align: left;
}
.showcase-text-wrapper a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
 .video-controls {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
 }
 .video-controls i {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}
.video-controls .video-play i {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px 9px;
}
.video-controls i.hide {
    display: none;
}
/* showcase */

/* Collection */
.text-colection h2 {
    margin-top: 15px;
}
.collections-wrapper {
    padding: 0 20px;
    padding-bottom: 40px;
    background: #000;
}
.column-content {
    position: relative;
}
.collections-wrapper .legacy-text {
    position: absolute;
    left: 0;
    max-width: 400px;
    top: 0;
}
.collections-wrapper .legacy-description h2 {
    font-family: 'Great Vibes', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
}
.row-title .line {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    background-color: #fff;
    margin-bottom: 20px;
}
.collections-title {
    border-top: 1px solid #fff;
    margin-top: 40px;
    color: #fff;
    padding-top: 20px;
    display: block;
    font-family: 'Great Vibes', sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    width: 60%;
    margin: 40px auto 40px 0;
}
.collections-title a {
    color: #fff !important;
}
.collections-title div p {
    margin-top: 20px;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
}
.collections-title div a {
    text-transform: uppercase;
    font-family: 'Nueue Montreal', sans-serif;
    color: #000;
    font-size: 14px;
}
.collections-title div {
    max-width: 650px;
    font-size: 25px;
    margin-top: 20px;
}
.collections-wrapper img {
    width: 100%;
}
.collections-content {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.row-title {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-bottom: 150px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.collections-wrapper article {
    width: 30%;
    font-family: 'Neue Montreal', sans-serif;
    margin-top: 40px;
    color: #fff !important;
}
.featured-slot article {
  margin: -230px 0 0 auto;
}
.column-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.column-content article {
    margin: 0 auto;
    margin-top: -470px !important;
}
.column-content article:nth-child(3n+2){
    margin: 0 auto 0 0 ;
    margin-top: -560px !important;
}
.column-content article:nth-child(3n) {
    margin: 0 0 0 auto;
    margin-top: -150px !important   ;
}
.collections-content > article {
    margin: 0 auto;
    margin-top: -100px;
}
.collections-wrapper article a {
    text-decoration: none;
}
.column-content article p, .column-content article h2, .collections-wrapper article p, .collections-wrapper article h2 {
    color: #fff !important;
    text-decoration: none !important;
}
.column-content .text-colection {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.collection-buy-text {
    max-width: 600px;
    margin: 60px auto 0 auto;
    font-family:  'Neue Montreal', serif;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #fff;

}
.collection-buy-text a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}


/* Collection */

/* story */
.our-story {
    background-color: #000;
    padding: 25px 0;

}
.story-content {
    border-left: 1px solid #fff;
}
.story-title > p {
    margin-bottom: 20px;
}
.our-story h2 {
    font-size: 50px;
    font-family:  'Great Vibes', serif;
    margin-bottom: 10px;
    color: #fff;
}
.our-story p {
    font-family:  'Neue Montreal', serif;
    font-size: 16px;
    line-height: 28px;
}
.story-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.story-content article {
    margin-bottom: 10px;
    color: #fff;
}
.story-title {
    color: #fff;
}
.story-content article h2 {
    font-family:  'Neue Montreal Italic', serif;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.our-story img {
    width: 100%;
}
.story-title {
    max-width: 45%;
    width: 100%;
    padding: 0 40px;
}
.story-img {
    width: 45%;
}
/* story */

/* Projects */
.insparation-photo {
    width: 70%;
}
.catalog-photo {
    width: 30%;
}
.projects-title h2 {
    font-family: 'Great Vibes', sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
.projects-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #000;
}
.projects-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    margin: 0 auto;
    margin-bottom: 40px !important;
}
.inspiration-photo {
  width: 60%;
}
.projects-content .project-description {
    text-align: center;
}
.projects-content article .project-description a {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: serif;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family:  'Neue Montreal', serif;
    display: inline-block;
}
.projects-content img {
    width: 100% !important;
    height: 600px; 
    object-fit: cover;
    display: block;
}

.project-button {
    text-align: center;
}
.project-button a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-family:  'Neue Montreal', serif;
    background-color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}
.image-wrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  
  .image-wrapper img {
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .image-wrapper:hover img {
    transform: scale(1.05); /* увеличиваем */
  }
/* Projects */

/* Pros */

.pros-wrapper .pros-content {
    font-family:  'Neue Montreal', serif;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
}
.pros-wrapper .pros-content article {
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 23%;
    background-color: transparent;
    transition: all;
    transition-duration: .5s;
    cursor: pointer;
}
.pros-wrapper .pros-content article a::after {
  content: "";
  display: block;
  transition: all;
  transition-duration: .5s;
  width: 100px;       
  height: 1px;       
  background: #fff; 
  margin: 5px auto;
}
.pros-wrapper .pros-content article:hover a::after {
  width: 50px;
  margin: 5px auto;
}

.pros-wrapper .pros-content article:hover a {
    border-bottom-width: 10px;
}
.pros-wrapper .pros-content article p {
    font-family:  'Neue Montreal', serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}
.pros-wrapper .pros-content article a {
    text-decoration: none;
    color: #fff;
    font-family:  'Neue Montreal', serif;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 2px;
}
.pros-wrapper .pros-content h2 {
    font-family:  'Neue Montreal Bold', serif;
    margin: 10px 0;
    font-size: 22px;
    text-transform: uppercase;
}
.pros-wrapper .pros-content img {
    width: 30px;
}
.pros-wrapper {
    position: relative;
    overflow: hidden;
    color: white;
    height: 500px; 
    display: flex;
    align-items: center; 
  }
  
  
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    object-fit: cover;
    z-index: 0;
  }
  .pros-content {
    position: relative;
    z-index: 1;
    padding: 4rem;
    color: white; 

}
  .background-video {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 0;
  }
  
  .background-video,
  .overlay {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .pros-title,
  .pros-content {
    position: relative;
    z-index: 2;
  }
  
/* Pros */

/* reviews */
.swiper {
    overflow: hidden;
    z-index: 100;
    pointer-events: auto;
  }
  .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .reviews-content {
    position: relative;
    overflow: hidden;
  }
  
  .reviews-content::before,
  .reviews-content::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px; /* регулируй по дизайну */
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  
  .reviews-content::before {
    left: 0;
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
  
  .reviews-content::after {
    right: 0;
    background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
    
.reviews-wrapper {
    background-color: #000;
    color: #fff;
    font-family: 'Nueue Montreal', sans-serif;
    padding-bottom: 40px;
}
.reviews-title {
    font-family: 'Great Vibes', sans-serif;
    text-align: center;
    font-size: 25px;
    padding: 60px 0;
}
.reviews-title h2 {
    font-size: 45px;
}
.reviews-content {
    margin-top: 30px;
}
.reviews-content article > * {
    box-sizing: border-box;
}
.reviews-swiper-wrapper {
    width: 90%;
    margin: 0 auto;
}
.reviews-content article {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #333333;
    overflow: hidden;
    margin: 0 auto;
}
.reviews-content article .author-details {
    border-top: 1px solid #333333;
    width: 100%;
    padding: 20px 0 0 20px ;
}
.reviews-content article p:not(p.date) {
    font-family: "Aktiv Grotesk";
    text-transform: capitalize;
    font-size: 20px;
    padding: 20px;
    line-height: 35px;
}
.reviews-content p.date {
    font-family: 'Nueue Montreal', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.reviews-content h2.name {
    margin-bottom: 10px;
}

/* reviews */

/* conttacts */
body > section.address-wrapper > div.address-content > div.address-info > div:nth-child(2) > div > p {
    font-family: 'Nueue Montreal', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
}
.contacts-wrapper .contacts-title {
    font-family: 'Nueue Montreal', sans-serif;
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0;
    color: #fff;
}
.contacts-wrapper {
    background-color: #000;
}
.accordion-wrapper {
    width: 100%;
}
.accordion-wrapper button {
    width: 100%;
    font-family: 'Great Vibes', sans-serif;
    font-size: 70px;
    text-align: left;
    outline: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #000;
    align-items: center;
    padding: 30px 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-top: 1px solid #333333 !important;
}

.accordion-item:nth-child(2n) button {
    background-color: #fff;
    color: #000;
}
.accordion-wrapper > div:nth-child(2n) {
    background-color: #fff;
    color: #000;
}
.accordion-wrapper div:nth-child(2n) p {
    color: #000;
}
.accordion-wrapper > div:nth-child(2n+1) {
    background-color: #000;
    color: #fff;
}
.accordion-wrapper > div:nth-child(2n+1) p {
    color: #fff;
}
.accordion-wrapper form {
    max-width: 95%;
    margin: 0 auto;
}
.accordion-wrapper > div:nth-child(2n) form input {
    border: 1px solid #000;
}
.accordion-wrapper form input {
  width: 100% !important;
}
.accordion-wrapper form textarea {
  width: 100% !important;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
/* только для формы с классом dealer-form */
.dealer-form .wpcf7-not-valid-tip {
  display: none !important;        /* скрыть подсказки под полями */
}

/* убрать красные бордеры у инпутов при ошибке */
.dealer-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #fff !important;   /* или inherit; чтобы не подсвечивало */
  box-shadow: none !important;
  outline: none !important;
}

/* общий блок сообщения (успех/ошибка) под кнопкой */
.dealer-form .wpcf7-response-output {
  border: 0 !important;            /* убрать жёлтую рамку */
  background: transparent !important;
  padding: 0;
  margin-top: 18px;
  color: #fff;                     /* твой цвет */
  font-family: "Neue Montreal", sans-serif; /* твой шрифт */
  text-transform: none;            /* или uppercase, если нужно */
  letter-spacing: .02em;
  text-align: center;
}

/* при успешной отправке (зелёный/белый и т.п.) */
.dealer-form .wpcf7-form.sent .wpcf7-response-output {
  color: #9FE870;                  /* пример цвета успеха */
}

/* опционально: убрать "скрин-ридер" блок наверху */
.dealer-form .screen-reader-response { display: none; }

.accordion-wrapper > div:nth-child(2n) form input::placeholder {
    color: #000;
}
.accordion-wrapper > div:nth-child(2n) form textarea::placeholder {
    color: #000;
}
.dealer-form.black .wpcf7-response-output {
  color: #000 !important;
}
.accordion-wrapper > div:nth-child(2n) form input[type="submit"] {
    color: #000;
}
.cf7_error {
  display: flex;
  flex-direction: column !important;
}
.wpcf7-spinner {
  display: none !important;
}
.dealer-form .wpcf7-response-output {
  margin-top: 0 !important;
}
.accordion-wrapper form input {
    width: 50%;
    height: 40px;
    font-weight: bold;
    border: none;
    border-radius: unset;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
}
#comments {
    width: 50%;
    height: 40px;
    font-weight: bold;
    color: #000 !important;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'Neue Montreal Bold', sans-serif;
    outline: none;
}

.comments {
   width: 50%;
    height: 40px;
    font-weight: bold;
    color: #000 !important;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'Neue Montreal Bold', sans-serif;
    outline: none;
}
.wpcf7 form input {
  border: 1px solid #000 !important;
}
.dealer-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #000 !important;
}
.comments::placeholder {
  text-transform: uppercase;
  color: #000;
}
.cf7_error.black .wpcf7-submit {
  border: 1px solid #fff !important;
}
.accordion-wrapper form input[type="submit"] {
    background-color: transparent;
    border: 1px solid #fff;
    font-family: 'Neue Montreal Bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all;
    transition-duration: .5s;
}
.accordion-wrapper form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
#comments::placeholder {
    color: #000 !important;
    border: none;
    border-radius: unset;
    text-transform: uppercase;
    box-sizing: border-box;
    
}
.accordion-body {
    overflow: hidden;
    position: relative;
    min-height: 400px;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: height 0.3s ease, padding 0.3s ease;
}
.accordion-body form > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
}
.accordion-wrapper form input::placeholder {
    font-family: 'Neue Montreal Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    text-transform: uppercase;
}
.accordion-header {
  -webkit-tap-highlight-color: transparent;
}
.accordion-item.active .accordion-header img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    
  }

.accordion-wrapper p {
    color: #fff;
}
/* conttacts */

/* Footer IMG */
.contact-img-wrapper img {
    width: 100%;
    object-fit: cover;
}
.contact-img-wrapper {
    position: relative;
    color: #fff;
    background-color: #000;
}
.contact-img {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.contact-img-text a {
    color: #000;
    background-color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-family: 'Neue Montreal Bold', sans-serif;
    display: inline-block;
    border: 1px solid #fff;
    transition: all;
    transition-duration: .5s;
}
.contact-img-text a:hover {
    background-color: transparent;
    color: #fff;
}
.contact-img-text h2 {
    font-family: 'Neue Montreal Bold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
.contact-img-text p {
    font-family: 'Great Vibes', sans-serif;
    font-size: 70px;
    margin: 25px 0;
}
.contact-img-text {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* Footer IMG */

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer img {
    width: 150px;
}
.footer-content .footer-menu {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.footer-content .footer-menu h2 {
    font-size: 16px !important;
}
.footer-content .footer-menu li a, .footer-content .footer-menu h2 {
    color: #fff;
    text-decoration: none;
    font-family: 'Neue Montreal Bold', sans-serif;
    font-size: 14px;
    display: inline-block;

    text-transform: uppercase;
}
.footer-content .footer-menu li a {
    margin-bottom: 2px;
}
.footer-content .footer-menu h2 {
    margin-bottom: 15px;
}
.footer-lookbook a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Neue Montreal Bold', sans-serif;
    border-bottom: 1px solid #fff;
}
/* Footer */

.gallery-wrapper {
    background: #000;
    padding-bottom: 100px;
  }
  
  .gallery-wrapper .gallery-title {
    text-align: center;
    padding: 200px 0 150px 0;
  }
  
  .gallery-title h2 {
    font-size: 90px;
    font-family: 'Great Vibes', cursive;
    color: #fff;
  }
  
  .gallery-title p {
    font-family: 'Neue Montreal Bold', serif;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 0 60px currentColor;
    margin-top: 20px;
  }
  .grid-sizer {
    width: 33.3333%;
    box-sizing: border-box;
  }
    .gallery-content .grid {
    width: 99%;
    margin: 0 auto;
}
  .grid-item {
    width: calc(33.33% - 10px);
    margin: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px !important;
    transition: filter 0.8s ease, opacity 0.8s ease;
    box-sizing: border-box;
  }
  .grid-text {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 10px;
    font-family: 'Neue Montreal Bold', serif;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 2;
    padding: 10px 15px;
  }
  .grid-text h2:first-of-type {
    margin-bottom: 5px;
  }
  .grid-text .collection {
    display: flex;
    justify-content: start;
    flex-direction: row;
    color: rgba(255, 255, 255, 0.7);
  }
  .grid-text p {
    margin-left: 5px;

  }
  .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
    transform: scale(1);
    cursor: pointer;
  }
  
  .grid:hover .grid-item {
    opacity: 0.4;
    filter: brightness(0.9);
  }
  
  .grid-item:hover {
    opacity: 1 !important;
    filter: brightness(1) !important;
    z-index: 1;
  }
  
  .grid-item:hover img {
    transform: scale(1.05);
  }
  
  html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .gallery-wrapper {
    background: #000;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .flex-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
  }
  
  .gallery-item {
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  
  /* Hover эффекты */
  .flex-gallery:hover .gallery-item {
    opacity: 0.4;
    filter: brightness(0.9);
  }
  
  .gallery-item:hover {
    opacity: 1 !important;
    filter: brightness(1) !important;
    z-index: 1;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .grid-item {
    position: relative;
    overflow: hidden;
  }
  
  .grid-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    pointer-events: none;
    transition: background 0.3s ease;
    z-index: 1;
  }

  /* Gallery */

/* Gallery Single */
.single-gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.add header {
  top: 0;
  left: 0;
  background-color: #000;
}
.single-gallery-wrapper { 
  color: #fff;
  background: #000;
  padding-top: 150px;
}
.single-gallery-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: relative;
}
.single-gallery-current {
  width: 30%;
}
.img-slider img {
  height: 100px;
  object-fit: cover;
  display: block;
}
#lightgallery {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
  gap: 10px;
}
.info-img-wrapper a {
  width: 31%;
  height: 100px;
  overflow: hidden;
  display: block;
}
.single-gallery-slider a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 30%;
  overflow: hidden;
  height: 120px;

}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px !important;
}
.single-gallery-slider a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-gallery-description div h2 {
  font-family: 'Great Vibes', sans-serif;
  font-size: 40px;

}
.single-gallery-description div p {
  padding: 10px 0;
  font-family: "Neue Montreal", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
}
.single-gallery-description div span {
  font-family: "Neue Montreal Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.info-img-wrapper .info-img img {
  object-fit: cover;
}
.single-gallery-info {
  width: 35%;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
}
.single-gallery-description {
  width: 50%;
  background-color: #fff;
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  color: #000;
}
.single-gallery-slider-img {
  width: 50%;
}
.single-gallery-info > div div {
  padding: 30px 0;
  padding-top: 100px !important;
  font-family: "Neue Montreal Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
 div.single-gallery-description > div {
    width: 60%;
    margin: 0 0 0 auto;
    padding-top: 30px;
 }
 .single-gallery-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.gallery-center-block {
  display: flex;
  flex-direction: row;
  align-items: center; 
  min-height: 600px;   
  width: 65%;
  position: relative;
}

.single-gallery-current img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.single-gallery-description {
  width: 50%;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  align-items: center; 
}

.single-gallery-description > div {
  width: 80%;
  margin-left: auto;
}
.single-gallery-slider-wrapper {
  width: 50%;
  background-color: #fff;
  margin: 0 0 0 auto;
  color: #000;
  box-sizing: border-box;
}
.single-gallery-slider-wrapper h2 {
  padding: 50px;
  text-align: center;
  font-family: 'Great Vibes', sans-serif;
  font-size: 60px;
  text-transform: capitalize;
}
.single-gallery-slider div {
  width: 30%;
}
.single-gallery-slider img {
  width: 100%;
  cursor: pointer;
}
.single-gallery-slider {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  width: 90%;
  margin: -50px auto 0 auto;
    padding: 0px 0 60px 0;
    position: relative;
}


  .single-gallery-current {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto; 
  z-index: 10;
  transition: none;
}

.single-gallery-slider-img {
  width: 50%;
  position: relative;
}

.single-gallery-current {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 10;
}

.single-gallery-current-wrapper {
  position: relative;
  width: 100%;
}

.single-gallery-current {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.single-gallery-current img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.single-gallery-current img.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.img-slider {
  overflow: hidden;
}
.img-slider img {
  transition: all;
  transition-duration: .5s;
}
.img-slider img.active-thumb {
  outline: 2px solid white;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* низ страницы – два столбца одинаковой высоты */
.slider-img-wrapper{
  display:flex;
  align-items:stretch; /* одинаковая высота */
}

/* левый столбец (финальная позиция картинки) */
.single-gallery-slider-img{
  width:50%;
  position:relative;
  overflow:hidden; /* чтобы картинка не «залезала» */
}

/* «цель» – занимает весь левый столбец */
.gallery-dock{
  position:absolute;
  inset:0;  /* top/right/bottom/left = 0 */
}

/* правый столбец */
.single-gallery-slider-wrapper{
  width:50%;
  background:#fff;
  color:#000;
  box-sizing:border-box;
}

/* стартовая центральная картинка – как у вас */
.single-gallery-current{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:30%;
  z-index:10;
}
.single-gallery-current img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-gallery-info p {
    font-family: "Neue Montreal", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}
.single-gallery-content strong {
    font-weight: bold !important;
}
.single-gallery-content em {
    font-style: italic !important;
}
/* Gallery Single */

/* Resources */
.resources-wrapper {
  background-color: #000;
  color: #fff;
  padding-top: 150px;
}
.resources-title {
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding-top: 50px;

  margin: 0 auto;
}
.resources-title h2 {
  font-family: 'Great Vibes';
  font-size: 45px;
  padding-bottom: 20px;
}
.resources-title p {
  font-family: 'Neue Montreal Bold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}
.resources-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1400px;
  flex-wrap: wrap;
  margin-top: 40px !important;
  margin:  0 auto;
}
.resources-content article {
  width: 48%;
  border: 1px solid #333333;
  color: #fff;
  padding: 50px 20px;
  padding-bottom: 20px !important;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all;
  transition-duration: .5s;
  position: relative;
}
.resources-content article:hover {
  background-color: #fff;
  color: #000;
}
.resources-content article img {
  width: 150px;
  height: unset !important;
/*   position: absolute;
  right: 90px;
  width: 150px;
  bottom: 10px;
  z-index: 20;
  display: none; */
}
.resources-content article div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
} 
 svg.animated {
  right: 50px;
  bottom: -10px;
  width: 200px !important;
  height: 140px !important;
  margin-top: -20px;
}
#freepik_stories-qa-engineers {
  padding: 20px 0;
}
.resources-content article:hover a {
  color: #000;
}
.resources-content article:hover svg {
  background-color: transparent;
  color: #000;
}
.resources-content article svg:not(.animated) {
  margin-top: 20px;
  border: 1px solid #333333;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all;
  transition-duration: .5s;
}

.resources-content > article:nth-child(3) {
  width: 60%;
} 
.resources-content > article:nth-child(4) {
  width: 38%;
}
.resources-content article h2 {
  font-family: 'Neue Montreal Bold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}
.resources-content article p {
  font-family: 'Neue Montreal';
  line-height: 30px;
}
.resources-content article a {
  color: #fff;
  text-decoration: none;
}

/* Resources */

/* Contact */
.contact-wrapper {
  background: #000;
}
.contact-wrapper img {
  width: 100%;
}
.contact-wrapper .contact-title {
  color: #fff;
}
.contact-title-text {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.contact-title-text p {
  width: 40%;
  font-family: 'Neue Montreal Bold';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
}
.contact-form {
  background-color: #000;
  padding-top: 100px;
}
.contact-form-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 100px;
}
.contact-form-content form {
  width: 100%;
  box-sizing: border-box;
}
.contact-form-content form input:not(.submit-contact), .contact-form-content form textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  resize: vertical;
  border: none;
  border-bottom: 1px solid #333333 !important; 
  outline: none;
  font-family: 'Neue Montreal';
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  padding: 25px 10px;
  transition: all;
  transition-duration: .5s;
}
.contact-form-content form h2 {
  font-family: 'Neue Montreal';
  color: #333333;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 17px;
}
.contact-form-content input {
  transition: all 0.3s ease;
}

.contact-form-content input:focus, .contact-form-content textarea:focus {
  transform: scale(1.02);
}
.contact-form-img img {
  animation: levitate 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes levitate {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.form-text {
  max-width: 1200px;
  text-align: center;
  margin-top: 20px !important;
  margin: 0 auto;
}
form button svg {
  transition: transform 0.3s ease;
}

form button:hover svg {
  transform: translateX(5px);
}

.form-text h2 {
  font-family: 'Neue Montreal' !important;
  font-size: 50px !important;
  color: #fff !important;
  display: inline-block;
  padding-left: unset !important;
  text-transform: uppercase;
}
.form-text p {
  color: #fff;
  font-family: 'Neue Montreal';
  margin-top: 20px;
  text-transform: uppercase;
  
}
.contact-form-content form button {
  margin-top: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 15px 10px;
  width: 100%;
  justify-content: center;
  transition: all;
  transition-duration: .5s;
  background-color: transparent;
  align-items: center;
  color: #fff;
  font-family: 'Neue Montreal';
  outline: none;
}
.contact-form-content form button .btn-text {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: all 0.4s ease;
}

.contact-form-content form button .btn-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: transform 0.4s ease;
  transform-origin: left;
  transform: scaleX(1);
}

.contact-form-content form button:hover .btn-text::after {
  transform: scaleX(0);
}
.contact-form-content form button svg {
  margin-left: 5px;
}
.contact-form-content form textarea {
  box-sizing: border-box;
  width: 100%;
}
.contact-form-img {
  width: 40%;
}
.contact-form-img img {
  width: 100%;
}
.contact-title h2 {
  font-family: 'Great Vibes';
  font-size: 110px;
  text-transform: capitalize;
  margin: 40px 0;
  background: linear-gradient(to bottom, #777, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 20px;
}
#map {
      width: 100%;
      height: 300px;
}
.address-wrapper {
  background-color: #000;
  color: #fff;

}
.address-wrapper .map-wrapper {
  width: 70%;
}
.address-info {
  width: 25%;
}
.address-info a {
  font-family: 'Neue Montreal';
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.address-info div:first-of-type {
  margin-bottom: 20px;
}
.address-info div:last-of-type a  {
    font-family: 'Neue Montreal';
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-bottom: unset;
  display: inline-block;
}
.address-info h2 {
  font-family: 'Neue Montreal Bold';
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
.address-title {
  max-width: 70%;
  margin: 0 auto;
  font-family: 'Neue Montreal Bold';
  text-transform: uppercase;
  background: linear-gradient(to bottom, #777, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: right;
}
.address-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 70%;
  margin: 0 auto;
}
.sponsors-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 90%;
  margin: 0 auto;
  align-items: center;
}
.sponsors-title {
  font-family: 'Great Vibes';
  font-size: 80px;
  padding: 50px 0;
  display: block;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
.sponsors-wrapper {
  background-color: #000;
}
.sponsors-content > div {
  width: 18%;
  margin-bottom: 20px;
}
.sponsors-content img {
  width: 70%;
  transition: all;
  transition-duration: .5s;
  filter: grayscale();
  margin: 0 auto;
}
.sponsors-content img:hover {
  filter: none;
}
.sponsors-content div:last-of-type img {
  border-radius: 10px;
}
/* Contact */

/* Products */
.products-title {
  display: flex;
  justify-content: space-between;
  color: #fff;
  flex-direction: row;
  align-items: center;
  font-family: 'Neue Montreal', sans-serif;
  
}
.products-title img {
  width: 100%;
}
.products-wrapper {
  padding-top: 200px;
  width: 90%;
  margin: 0 auto;
}
.products-title-img {
  width: 40%;
  box-shadow: 0 0 510px rgba(255, 255, 255, 0.1);
}
.products-title-text {
  width: 55%;
}
.products-title-text h2 {
  font-family: 'Great Vibes', sans-serif;
  font-size: 60px;
  margin-bottom: 15px;

}
.products-title-text p {
  font-family: 'Neue Montreal', sans-serif;
  line-height: 30px;
}
.tabs-products-wrapper .products-tabs button {
  background-color: transparent;
  font-family: 'Neue Montreal', sans-serif;
  color: #fff;
  border: none;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  padding: 5px 35px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
}
.tabs-products-wrapper .products-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.tabs-products-wrapper {
  margin-top:40px;
}
.tabs-products-wrapper select {
  background-color: transparent;
  color: #fff;
  font-family: 'Neue Montreal', sans-serif;
  text-transform: capitalize;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #333333;
  appearance: none;
  background-image: url('images/down-arrow.png'); 
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  outline: none;
  padding-right: 30px;
  height: 40px;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-color: black;
  color: white;
}
.product-filter {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
}
.prod-search-wrapper {
    width: 100%;
}
#prod-search {
  width: 100%;
  background-color: #000;
  border: none;
  border-bottom: 1px solid #333333;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-family: 'Neue Montreal', sans-serif;
  outline: none;
}
#prod-search::placeholder {
  color: #fff;
  font-family: 'Neue Montreal', sans-serif;
  text-transform: capitalize;
}
/* Chrome only */
select::-webkit-scrollbar-thumb {
  background: red;
}
.prod-search-wrapper {
  position: relative;
}

#prod-search {
  width: 100%;
  padding: 10px 90px 10px 15px;
  border-bottom: 1px solid #333333;
  color: white;
  font-size: 14px;
  outline: none;
}

.prod-search-wrapper button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #2a2a2a;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
  transition: all;
  transition-duration: .5s;
  text-transform: capitalize;
  font-family: 'Neue Montreal';
}
.product-img {
  overflow: hidden; 
}

.product-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.product-img:hover img {
  transform: scale(1.1);
}
.tab-button {
    transition: all;
  transition-duration: .5s;
}
.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.tab-button.active {
  border-bottom: 1px solid #fff !important;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(0);
  overflow: visible;
  display: flex; /* или flex / block — в зависимости от сетки */
  gap: 30px;
}

.prod-search-wrapper button:hover {
  background-color: #444;
}
.tab-content article img {
  width: 100%;
}
.tab-content {
  display: flex;
  justify-content: start;
  flex-direction: row;
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.tab-content article {
  width: 23%;
  color: #fff;
  font-family: 'Neue Montreal';
  box-sizing: border-box;
}
.tab-content article a {
  text-decoration: none;
}
.tabs-products-wrapper select option {
  background-color: #000;
  text-decoration: none;
  border: none !important;
  color: #fff;
}
.tab-content article h2, .tab-content article p {
  color: #fff;
}
.tab-content article h2 {
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 5px;
}
/* Products */

/* Mobile Menu */
.mobile-menu-content {
  width: 90%;
  margin: 0 auto;
  font-family: 'Neue Montreal Bold';
  text-transform: bold;
  padding-top: 20px;

}
.mobile-menu-wrapper {
  position: relative;
}
.mobile-menu-content ul.menu.mobile-menu {
  margin-top: 50px;
}
.mobile-menu-content .logo-link img {
  position: static;
  transform: unset;
  opacity: 1;
  height: 70px;
}
.mobile-menu-links {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  left: 20px;
}
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.menu-item.active .submenu {
  max-height: 400px;
  opacity: 1;
}
.mobile-menu-content li.has-submenu li a {
  font-size: 20px;

}
.mobile-menu-content li.has-submenu a {
  display: flex;
  justify-content: start;
  align-items: center;
}
.menu-item.has-submenu > a::after {
 content: "\f078";              
  font-family: "Font Awesome 6 Free";
  font-weight: 900;               
  font-size: 0.8em;
  margin-left: 8px;
  transition: all;
  transition-duration: .3s;
  display: inline-block;
  transition: transform 0.3s ease;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.menu-item.has-submenu.active > a::after {
  transform: rotate(180deg);
}
.mobile-menu-links a {
   font-family: 'Neue Montreal Bold';
   color: #fff;
   font-size: 25px;
   text-transform: uppercase;
   text-decoration: none;
   margin-right: 10px;
}
.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.mobile-menu-content .logo-link {
  padding-left: 0;
  margin-left: 0;
}
.mobile-menu-close p {
  color: #fff;
  font-family: 'Neue Montreal Bold';
  text-transform: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;

}
.mobile-menu-close img {
  margin-left: 5px;
}
.mobile-menu-content a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
      background: linear-gradient(to bottom, #777, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.mobile-menu-wrapper.active {
  transform: translateY(0);
}

.burger-menu svg {
  transition: transform 0.4s ease;
}

.burger-menu.open svg {
  transform: rotate(90deg); /* или замени на иконку крестика */
}

/* Mobile Menu */

/* Collections */
.collection-page-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.collection-page-top-img > div {
  height: 500px;
}

.collection-page-top-title {
  padding-top: 180px;
  max-width: 1400px;
  margin: 0 auto
}
.collection-page-top-title div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.collection-page-top-title h2 {
  color: #fff;
  font-family: "Great Vibes";
  font-size: 110px;
  margin-bottom: 50px;
  text-transform: capitalize;
  text-align: center;
}
.collection-page-top-title p {
  color: #fff;
  font-family: 'Neue Montreal';
  text-transform: uppercase;
  font-size: 14px;
  max-width: 500px;
  margin-top: 20px;
  line-height: 30px;
  font-weight: bold;
}
.collection-page-top-title a {
  text-decoration: none;
  color: #fff;
  font-family: 'Neue Montreal';
  font-weight: bold;
  text-transform: uppercase;
}
/* Collections */

/* Intro */
.collection-intro-wrapper {
  display: flex;
  color: #fff;
  align-items: center;
  font-family: 'Neue Montreal';
  justify-content: space-between;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}
.collection-intro-wrapper h2 {
  width: 70%;
  font-size: 30px;
  text-transform: uppercase;
}
.collection-intro-wrapper div {
  width: 30%;
}
.collection-intro-wrapper div p {
  line-height: 28px;

}
.collection-intro-wrapper div a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: 'Neue Montreal';
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #333333;
  padding: 15px 20px;
}
.collection-intro-wrapper div a i {
  margin-left: 5px;
  display: inline-block;
}
.collections-description-content article {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: #fff;
  box-sizing: border-box;
  align-items: stretch;
  margin-bottom: 150px;
}
.collections-description-content > article:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.collections-description-content > article:nth-child(2n) div:last-child {
      display: flex;
    justify-content: flex-end;
}
.collections-description-content > article:nth-child(2n) .description p {
  text-align: left;
}
.collections-description-content article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections-description-content article > div {
  width: 48%;
  box-sizing: border-box;
}
.collections-description-img {
    overflow: hidden;
  max-height: 600px;
}
.collections-description-content {
  max-width: 1400px;
  margin: 0 auto;
}
.collections-description-wrapper {
  margin-top: 60px;
}
.collections-description-content article .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);  
}

.collections-description-content article .description h2 {
  font-family: 'Great Vibes';
  font-size: 80px;
  margin-bottom: 15px;
}
.collections-description-content article .description p {
  font-family: "Neue Montreal";
  line-height: 30px;

}
.collections-description-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px; 
  text-align: center;
  height: 150px;
  border-radius: 50%;
  color: white;
  background-color: black;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
    font-size: 23px;
  line-height: 30px;
  font-family: "Neue Montreal";
  transition: all 0.3s ease;
   position: relative;
  overflow: hidden;
}
.collections-description-content a::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.collections-description-content a:hover::before {
  transform: scale(1.1) rotate(5deg);

}
.collections-description-content a:hover {
   transform: translateY(4px);
}
.collections-description-img img {
    animation: levitate 4s ease-in-out infinite;
    transition: box-shadow 0.4s ease;
    display: block;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}
.elegant-title {
  position: relative;
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.6) !important;
  transition: text-shadow 0.3s ease;
}



/* Intro */

/* Media */
@media all and (max-width:1400px) {
  .resources-content {
    max-width: 1200px;
  }
  .collections-description-content {
    width: 90%;
  }
  .collection-intro-wrapper {
    width: 90%;
  }
}
@media all and (max-width: 1300px) {
  .tab-content article {
    width: 30%;
  }
  .tab-content article h2 {
    margin-top: 10px;
  }
}
@media all and (max-width:1200px) {
    .column-content article:nth-child(3n) {
        margin-top: 0 !important;
    }
    .single-gallery-info {
        padding: 0;
        width: 90% !important;
        margin: 0 auto;
    }
    .single-gallery-slider {
        justify-content: center;
    }
    #lightgallery {
        justify-content: space-between;
        
    }
    .single-gallery-info > div div {
        padding-top: 40px !important;
    }
    .single-gallery-slider {
        margin: 0 auto !important;
    }
    .single-gallery-slider-wrapper {
        width: 100% !important;
    }
    .slider-img-wrapper {
        flex-direction: column;
    }
    .single-gallery-current {
        position: static !important;
        transform: unset !important;
    }
   .slider-title-wrapper article {
       width: 48% !important;
   }
  .products-title {
    display: flex;
    flex-direction: column;
  }
  .products-title > div {
    width: 90%;
    margin: 0 auto;
  }
  .products-title > div:first-child {
    margin-bottom: 40px;
  }
  .collection-intro-wrapper {
    display: flex;
    flex-direction: column;
  }
  .collection-intro-wrapper > div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .featured-slot article {
    margin-top: 40px !important;
    width: 90%;
    margin: 0 auto;
  }
  .collection-intro-wrapper h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    }
    .single-gallery-content {
    flex-wrap: wrap;
    position: static !important;
  }
  .collections-description-content article {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: center;
  }
  .collections-description-content article > div {
    width: 90%;
    margin: 0 auto;
  }
  .collections-description-content article .description h2 {
    margin-top: 20px;
  }
  #collections-scroll > div > article div.description > div:nth-child(2) {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
   #collections-scroll > div > article {
    text-align: left !important;
    margin-bottom: 40px;
   }
  .single-gallery-slider-wrapper {
    position: relative !important;
  }
  .single-gallery-slider-wrapper {
    width: 100%;
  }
  div.single-gallery-description > div {
    width: 90%;
    margin: 0 auto !important;
  }
  .single-gallery-content .single-gallery-description {
    width: 100%;
  }
  .single-gallery-info {
    width: 100%;
  }
  .single-gallery-slider-wrapper {
    position: relative;
  }
  .single-gallery-current {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .placeholder {
  width: 100%;
  padding-top: 40%; 
  padding-bottom: 25%;
  }
  .single-gallery-description {
    padding-bottom: 0 !important;
  }
  .logo-text {
    padding-left: 0;
  }
  .gallery-wrapper .gallery-title {
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
  }
  .gallery-title h2 {
    font-size: 67px;
  }
  .gallery-wrapper .grid-sizer {
    width: calc(50% - 50px);
    display: none;
  }
  .gallery-content .grid {
    width: 90%;
    margin: 0 auto;
}
 .grid:hover .grid-item {
    opacity: 1;
    filter: unset !important;
    scale: unset !important;
  }
  .gallery-wrapper .grid-item {
    width: calc(50% - 10px);
    padding-inline: 0 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
   }
   .grid-item:hover img:hover, .grid-item:hover {
    transform: unset !important;
    scale: unset !important;
    filter: unset !important;
   }
  .contact-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .resources-content article {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contact-form-content {
    flex-direction: column;
    align-items: center;
  }
  .contact-form-content form {
    width: 90%;
    margin-bottom: 40px;
  }
   .contact-title-text h2, .contact-title-text p {
    width: 100%;
   }
  .contact-form-content {
    padding: 0 20px;
  }
    .collections-content {
    display: flex;
    justify-content: center;
  }
  .contact-form-img {
    display: none;
  }
  .contact-form-content {
    margin-bottom: 40px;
  }
  .address-content {
    flex-direction: column-reverse;
  }
  #map {
    width: 100%;
  }
  .contact-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .map-wrapper {
    width: 100% !important;
    margin: 0 auto;
  }
  .address-content {
    max-width: 90%;
  }
  .address-info h2 {
    font-size: 30px;
  }
  .address-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .address-info > div:last-child {
    text-align: right;
  }
  .column-content article {
    margin: 40px auto !important;
    width: 90% !important;
  }
   .collections-content .column-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
   }
  .collections-content .column-content article {
    width: 40%;
    margin-top: 0 !important;
  }
  .row-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
  }
  .collections-title {
    width: 90%;
  }
  .story-content {
    width: 90%;
  }
  .our-story h2 {
    font-size: 40px;
  }
  .collections-title div {
    max-width: 100%;
  }
.projects-content {
    display: flex;
    flex-direction: column;
  } 
  .projects-content > article {
    width: 60%;
    margin: 0 auto;
  }
  .projects-content img {
    height: unset;
  }
  .collections-content article {
    width: 44%;
  }
  .pros-wrapper .pros-content article {
    width: 40%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .accordion-wrapper button {
    font-size: 50px;
  }
  .pros-wrapper .pros-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }
  .contact-img-text p {
    font-size: 49px;
  }
  .sponsors-title {
    font-size: 60px;
  }
  body > main > section.collections-wrapper > div.collections-content > div.column-content > article:nth-child(2) {
    margin-top: -350px !important;
  }
  .reviews-title {
    max-width: 600px;
    margin: 0 auto;
  }
}
  @media all and (max-width:1000px) {
     .column-content article:nth-child(3n+2) {
         margin-top: 0 !important;
     }
    .tabs-products-wrapper .products-tabs button {
      width: 50%;
      padding: 20px;
    }
    .tab-content article {
      width: 45%;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .tabs-products-wrapper .products-tabs {
      flex-wrap: wrap;
    }
    .product-filter select {
      width: 100%;
      margin: 0 auto;
    }
    .product-filter {
      flex-wrap: wrap;
    }
    .story-content {
      display: flex;
      flex-direction: column;
    }
    .story-title {
      max-width: 90%;
      margin-bottom: 40px;
    }
    .story-img {
      width: 90%;
    }
    .reviews-content article p:not(p.date) {
      font-size: 16px;
      line-height: 24px;
    }
    .sponsors-title {
      font-size: 50px;
    }
  }
  



@media all and (max-width:850px) {
  .gallery-title h2 {
    font-size: 50px;
  }
  .gallery-title p {
    margin-top: 20px;
    line-height: 30px;
  }
  .gallery-wrapper .grid-item {
    width: 100%;
  }
  .resources-title {
    width: 90%;
  }
  .accordion-body form > div {
    flex-wrap: wrap;
    gap: 0;
  }
  .contacts-content form input {
    width: 90%;
    
  }
  .contacts-content form textarea {
    width: 90% !important;
  }
  .logo-text {
    padding-left: 0;
  }
  .logo-text::before {
    content: none;
  }
  header ul.menu li {
    display: none !important;
  }
  .pros-wrapper .pros-content article {
    width: 49%;
  }
  #sticky-bar.no-shadow {
    box-shadow: none;
  }
  .mobile-menu-wrapper {
    display: block;
  }
  .single-gallery-info > p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .info-img {
    width: 45% !important;
    box-sizing: border-box;
  }
.info-img-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
  .mobile-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .mobile-nav .mobile-logo img {
    display: block;
    position: static;
    opacity: 1;
    transform: unset !important;
    margin: 0;
    padding: 0;
  }
  .mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);  
  }
  .mobile-nav .mobile-logo a {
    margin: 0;
    padding: 0;
  } 
  .mobile-nav .mobile-logo a img {
    height: 59px;
  }
  .mobile-icons {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
  }
  .mobile-icons img {
    color: #fff !important;
    margin: 0 5px;
  }
  .mobile-nav {
  position: relative;
  }
  .top-header {
    display: none;
  }
  .collection-buy-text {
    margin-top: 0;
  }
  .contact-img-text p {
    font-size: 45px !important;
    line-height: 60px;
  }
  .contact-img-wrapper img {
    height: 100%;
  }
}
@media all and (max-width:768px) {
  .collection-intro-wrapper h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .collections-description-content article .description h2 {
    font-size: 55px;
  }
  .collection-page-top-title h2 {
    font-size: 70px;
  }
  .gallery-title p {
        text-shadow: 2px 0 78px currentColor;
  }
  .address-title {
    max-width: 90%;
  }
  .address-info > div {
    width: 50%;
  }
  .address-title {
    font-size: 30px;
  }
  .form-text h2 {
    font-size: 40px !important; 
  }
  .contact-title h2 {
    font-size: 80px;
    text-align: center;
  }
  .accordion-header img {
    width: 50px;
  }
  .footer-menu div {
    width: 90%;
  }
   .footer-content .footer-menu h2 {
    font-size: 30px !important;
    border-top: 1px solid #333333;
    padding-top: 15px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    width: 90%;
   }
   .footer-menu div li a {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    display: inline-block;
   }
   .footer-lookbook {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
   }
  .footer-menu {
    flex-wrap: wrap;
  }

    .footer-content ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .footer-content h2 {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .footer-content h2::after {
    content: "+";
    position: absolute;
    right: 0;
    transition: transform 0.3s;
  }

  .footer-content h2.active::after {
    content: "–";
  }

  .footer-content ul.open {
    max-height: 300px; 
  }
  .collections-content .column-content article {
    width: 70%;
    margin-top: 0 !important;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .collections-content article {
    width: 78%;
    margin: 0 auto;
  }
  body > main > section.collections-wrapper > div.collections-content > div.column-content > article:nth-child(2) {
    margin-top: 0 !important;
  }
  .contact-img-text p {
        font-size: 55px;
        line-height: 70px;
    }
  .contact-img-text h2 {
    font-size: 25px;
  }
}
@media all and (max-width:650px) {
    .slider-title-wrapper article {
        width: 90% !important;
    }
    .gallery-title h2 {
      font-size: 45px;
    }
    .contacts-content form input::placeholder, .contacts-content form textarea::placeholder {
    font-size: 12px !important;
  }
  .address-title h2 {
    font-size: 25px;
    text-align: center;
  }
  .address-info h2 {
    font-size: 25px;
  }
  .collections-wrapper .legacy-description h2 {
    font-size: 35px;
    padding-top: 10px;
  }
  .pros-wrapper .pros-content article {
    width: 80%;
  }
  .pros-wrapper {
    height: 800px;
  }
  .contacts-title p {
    font-size: 14px;
  }
  .sponsors-title {
    font-size: 40px;
    margin-top: 0;
  }
  .sponsors-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sponsors-content div {
    width: 25% !important; 
  }
  .contact-img-text p {
    line-height: 50px;
  }
}
@media all and (max-width:600px) {
    
    .single-gallery-description {
        padding: 20px;
    }
    .gallery-wrapper .gallery-title {
        margin-bottom: 0px !important;
    }
    .gallery-wrapper .gallery-title {
        padding: 150px 0 150px 0;
    }
    .single-gallery-slider a {
        height: auto ;
    }
    .info-img-wrapper a {
        height: auto;
    }
    #lightgallery a {
        width: 48%;
    }
    .single-gallery-slider a {
        width: 48%;
    }
  .tab-content article {
    width: 90%;
  }
  .info-img-wrapper .info-img {
    width: 100% !important;
    margin: 0 auto;
  }
  .resources-title p {
    font-size: 14px;
  } 
  .resources-title h2 {
    font-size: 40px;
  }
  .contacts-title {
    width: 90%;
  }
  .contact-img-text {
   width: 90%;
  }
  .projects-content > article {
    width: 80%;
  }
  .collections-content .column-content article {
    width: 90%;
  }
  .collections-content article {
    width: 100%;
  }
  .collections-title {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .collections-title {
    width: 100%;
  }
  .footer-content .footer-menu h2,.footer-lookbook a {
    font-size: 20px !important;
  }
  .contact-form-content form h2 {
    font-size: 30px !important;
  }
  .form-text p {
    line-height: 30px;
  }
}
@media all and (max-width:500px) {
    #lightgallery a {
        width: 90%;
        margin: 0 auto;
    }
    .single-gallery-slider a {
        width: 90%;
        margin: 0 auto;
    }
    header .menu {
        display: block;
    }
    .bg-video {
    height: 90%;
  }
  .showcase-wrapper {
      height: 75vh;
  }
  .contact-title h2 {
    font-size: 50px;
  }
  .pros-wrapper {
    height: 1000px;
  }
  .logo-text {
    font-size: 34px;
  }
  .logo-link {
    font-size: unset;
  }
  .projects-title {
    width: 90%;
    margin: 0 auto;

  }
  .projects-title h2 {
      font-size: 35px !important;
  }
  .accordion-wrapper button {
    font-size: 35px;
  }
  .pros-wrapper .pros-content h2 {
    line-height: 25px;
    font-size: 20px;
  }
  .contact-img-text h2 {
    font-size: 20px;
  }
  .projects-content > article {
    width: 90%;
  }
  .reviews-title p {
    line-height: 35px;
  }
  .reviews-content article p:not(p.date) {
    font-size: 14px;
  }

}
@media all and (max-width:450px) {
  .gallery-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .gallery-title p {
    font-size: 13px;
    line-height: 28px;
  }
  .address-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .address-info h2 {
    text-align: center !important; 
  }
  .address-info div {
    text-align: center;
  }
  .address-info > div {
    width: 90%;
  }
  .address-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .contact-title-text p {
    text-align: center;
  }
  .collection-page-top-title h2 {
    padding: 0 20px ;
    font-size: 60px;
  }
}
/* Media */

/* Product */
.slider-title-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.slider-title-wrapper img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform .9s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
  object-fit: cover;
}
.slider-title-wrapper article {
  width: 24%;
  position: relative;
  box-sizing: border-box;
}
.card-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  font-family: 'Neue Montreal', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  line-height: 28px;
  transform: translate(-50%);
}
.card-media {
  aspect-ratio: 2/3;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}
/* Базовая карточка */
.card-product{
  position: relative;
  transition: transform .5s cubic-bezier(.22,.61,.36,1),
              box-shadow .5s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
  border-radius: 12px;
}


/* Мягкая подсветка снизу (опционально, как у рефов) */
.card-media::after{
  content:"";
  position:absolute; inset:auto 0 0 0; height:90px;
  background:linear-gradient(to bottom, transparent, rgba(0,0,0,.35));
  opacity:.0; transition: opacity .5s ease;
  pointer-events:none;
}

/* Hover/focus эффекты */
.card-product:hover,
.card-product:focus-within{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.card-product:hover .card-media img,
.card-product:focus-within .card-media img{
  transform: scale(1.04);
}
.card-product:hover .card-media::after,
.card-product:focus-within .card-media::after{
  opacity:.75;
}

/* Уважение к reduce motion */
@media (prefers-reduced-motion: reduce){
  .card-product,
  .card-media img{ transition: none; }
}

/* Product */


/* Products Direction */
.direction-product-wrapper .direction-product-title {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.direction-product-wrapper .direction-product-title h2 {
  font-family: 'Great Vibes', sans-serif !important;
  color: #fff;
  font-size: 100px;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.direct-product-text {
  color: #fff;
  font-family: 'Neue Montreal', sans-serif;
  max-width: 1200px;
  margin: 100px auto;
}
.direct-product-text p {
  line-height: 30px;
}
.direct-product-text h2, .direct-product-text h1, .direct-product-text h3, .direct-product-text h4 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* Общий стиль для ul внутри контента */
.direct-product-text ul {
  list-style: none;               /* убираем стандартные маркеры */
  margin: 1.5em 0;
  padding: 0;
}

.direct-product-text ul li {
  position: relative;
  padding-left: 1.8em;            /* место под кастомный маркер */
  margin-bottom: 0.8em;
  font-size: 1.05rem;
  color: #e5e5e5;                 /* светлый текст на тёмном фоне */
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* Кастомный маркер — маленький "ромбик" или "точка" */
.direct-product-text ul li::before {
  content: "◆";                   /* можно заменить на "•" или даже иконку */
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.8rem;
  color: #fff;                 /* золотой акцент */
}

/* Доп. эффекты при наведении */
.direct-product-text ul li:hover {
  color: #fff;
  transform: translateX(3px);
  transition: all 0.25s ease;
}
.direct-product-text img {
  max-width: 100%;
  height: auto;
  margin: 0;
}


.gallery {
  display: flex;;
  gap: 24px;
  margin: 2em 0;
}

.gallery-item {
  padding: 8px;
  overflow: hidden;
  max-height: fit-content;
  transition: all .3s ease;
}

.gallery-icon.portrait {
    overflow: hidden;
    width: 100% !important;
    max-height: 350px !important;
    object-fit: cover !important;
}
.gallery-caption {
    font-family: 'Neue Montreal', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}
/* Elegant Allinwood-style tables */
.direct-product-text table {
  display: inline-block !important;
  width: fit-content !important;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
  background-color: #111;              /* тёмный фон */
  color: #eee;                         /* светлый текст */
  border-radius: 12px;
  overflow: hidden;                    /* для скругления */
  box-shadow: 0 6px 16px rgba(0,0,0,0.5);
  height: unset !important;
}

/* Заголовок таблицы */
.direct-product-text table thead {
  background: linear-gradient(90deg, #1c1c1c, #222);
}

.direct-product-text table thead th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem;
  text-align: left;
  border-bottom: 2px solid #333;
  color: #f5f5f5;
}

/* Ячейки */
.direct-product-text table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  vertical-align: middle;
}

/* Чётные строки с оттенком */
.direct-product-text table tr:nth-child(even) {
  background-color: rgba(255,255,255,0.02);
}

/* Hover-эффект */
.direct-product-text table tr:hover {
  background-color: rgba(255,255,255,0.06);
  transition: background-color 0.25s ease;
}

/* Последняя строка без бордера */
.direct-product-text table tr:last-child td {
  border-bottom: none;
}

/* Малые экраны: прокрутка */
.direct-product-text table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: none !important;
  object-fit: cover;
  transition: transform .3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Products Direction */

/* ====== Responsive tweaks ====== */

/* ≤1200px */
@media (max-width: 1200px) {
  .direction-product-wrapper .direction-product-title { min-height: 340px; }
  .direction-product-wrapper .direction-product-title h2 { font-size: 72px; left: 24px; bottom: 24px; }
  .direct-product-text { margin: 72px auto; }
  .direct-product-text table { font-size: .9rem; }
}

/* ≤992px (таблеты) */
@media (max-width: 992px) {
  .direction-product-wrapper .direction-product-title { min-height: 300px; }
  .direction-product-wrapper .direction-product-title h2 { font-size: 56px; left: 20px; bottom: 20px; }

  .direct-product-text { margin: 56px auto; padding-inline: 16px; }
  .direct-product-text h1,
  .direct-product-text h2,
  .direct-product-text h3,
  .direct-product-text h4 { font-size: 22px; }

  .direct-product-text ul { margin: 1.2em 0; }
  .direct-product-text ul li { padding-left: 1.4em; font-size: 1rem; }
  .direct-product-text ul li::before { font-size: .7rem; top: .25em; }

  .gallery { gap: 16px; }
  .gallery-item { padding: 6px; }
  #gallery-1 .gallery-caption { font-size: 16px; }
}

/* ≤768px (мобильные, ландшафт/портрет) */
@media (max-width: 768px) {
  .direction-product-wrapper .direction-product-title { min-height: 240px; }
  .direction-product-wrapper .direction-product-title h2 {
    font-size: 42px;
    left: 16px; bottom: 16px;
    max-width: 90%;
    white-space: normal; line-height: 1.1;
  }

  .direct-product-text { margin: 40px auto; padding-inline: 16px; }
  .direct-product-text p { display: block; gap: 0; } /* вместо flex на мобильных */

  /* Галерея в две колонки */
  .gallery { display: flex; gap: 12px; flex-wrap: wrap;}
  .gallery-item { padding: 6px; width: 48% !important;}
  .gallery img:hover { transform: none; } /* отключаем hover-скейл на тачах */

  .direct-product-text table { font-size: .9rem; }
  .direct-product-text table thead th,
  .direct-product-text table td { padding: .7rem .8rem; }
}

/* ≤576px (малые телефоны) */
@media (max-width: 576px) {
  .direction-product-wrapper .direction-product-title { min-height: 200px; }
  .direction-product-wrapper .direction-product-title h2 { font-size: 32px; left: 14px; bottom: 14px; }

  .direct-product-text { margin: 28px auto; padding-inline: 14px; }
  .direct-product-text h1,
  .direct-product-text h2,
  .direct-product-text h3,
  .direct-product-text h4 { font-size: 20px; margin-top: 12px; margin-bottom: 12px; }

  .direct-product-text ul { margin: 1em 0; }
  .direct-product-text ul li { margin-bottom: .6em; font-size: .98rem; }

  /* Галерея в одну колонку */
  .gallery { grid-template-columns: 1fr; gap: 10px; }

  .direct-product-text table {
    font-size: .85rem;
    box-shadow: none; /* полегче на мобильных */
  }
  .gallery-item { padding: 6px; width: 90% !important;}
}

/* ≤400px (очень узкие экраны) */
@media (max-width: 400px) {
  .direction-product-wrapper .direction-product-title h2 { font-size: 28px; left: 12px; bottom: 12px; }
}
/* Делает таблицу переносимой (без горизонтального скролла) */
.direct-product-text table {
  display: table !important;     /* вернуть нормальное поведение таблицы */
  width: 100% !important;
  table-layout: fixed;           /* фиксированная ширина колонок → текст можно переносить */
  white-space: normal !important;
}

.direct-product-text table th,
.direct-product-text table td {
  white-space: normal;           /* разрешить перенос */
  word-break: break-word;        /* переносит длинные слова */
  overflow-wrap: anywhere;       /* ещё агрессивнее переносит */
  hyphens: auto;                 /* мягкие переносы, если шрифт поддерживает */
  max-width: 0;                  /* помогает wrap-у при table-layout: fixed */
}
/* Таблица переносит строки, но НЕ ломает слова */
.direct-product-text table {
  display: table !important;
  width: 100% !important;
  table-layout: auto;          /* ширина колонок по содержимому */
  white-space: normal !important;  /* разрешаем перенос по пробелам */
}

.direct-product-text table th,
.direct-product-text table td {
  white-space: normal;         /* переносим только по пробелам */
  word-break: normal;          /* не ломаем слова */
  overflow-wrap: normal;       /* не разрываем длинные токены */
  hyphens: manual;             /* переносы по мягким дефисам, если они есть */
}

/* Если в ячейке попался очень длинный токен без пробелов (URL, код и т.п.),
   даём скролл только этой ячейке, чтобы не ехала вся таблица */
.direct-product-text table td.long-token {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;         /* конкретно тут не переносим вообще */
  max-width: 100%;
}

