* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-white: #fff;
  --color-white-96: #fffffff5;
  --color-white-91: #ffffffe8;
  --color-white-84: #ffffffd5;
  --color-white-83: #ffffffd4;
  --color-white-59: #ffffff96;
  --color-white-35: rgba(255, 255, 255, 0.35);
  --color-white-25: rgba(255, 255, 255, 0.25);
  --color-white-20: rgba(255, 255, 255, 0.20);
  --color-white-12: rgba(255, 255, 255, 0.12);
  --color-white-10: rgba(255, 255, 255, 0.10);
  --color-white-05: rgba(255, 255, 255, 0.05);
  --color-black: #000000;
  --color-black-60: rgba(0, 0, 0, 0.6);
  --color-black-45: rgba(0, 0, 0, 0.45);
  --color-black-35: rgba(0, 0, 0, 0.35);
  --color-black-25: rgba(0, 0, 0, 0.25);
  --color-black-20: rgba(0, 0, 0, 0.2);
  --color-transparent: transparent;
  --color-accent: #34f785;
  --color-accent-light: #adf377;
  --color-accent-pastel: #3a684c;
  --color-accent-72: rgba(52, 247, 133, 0.72);
  --color-accent-42: rgba(52, 247, 133, 0.42);
  --color-accent-32: rgba(52, 247, 133, 0.32);
  --color-accent-24: rgba(52, 247, 133, 0.24);
  --color-accent-18: rgba(52, 247, 133, 0.18);
  --color-accent-14: rgba(52, 247, 133, 0.14);
  --color-accent-08: rgba(52, 247, 133, 0.08);
  --color-gray-85: #d4d4d4;
  --color-gray-80: #ccc;
  --color-gray-67: #aaa;
  --color-gray-60: #999999;
  --color-gray-33: #555;
  --color-gray-70: #b1b1b1;
  --color-yellow:rgb(248, 218, 129);
   /* --color-yellow:rgba(247, 226, 163, 0.438); */
  --color-yellow-471:rgba(252, 190, 5, 0.236);
  --color-yellow-light:rgb(197, 180, 129);
  --color-yellow-soft: rgba(247, 226, 163, 0.36);
  --color-yellow-deep: #ebb447;
  --color-yellow-deep-762: rgba(235, 180, 71, 0.762);
  --color-yellow-shadow: rgba(247, 226, 163, 0.34);
  --color-yellow-101:rgba(252, 251, 251, 0.199);
  --color-danger: rgb(190, 6, 31);
  --color-success: rgb(1, 134, 43);
  --color-input:#01321467;
  --bg-main: #589972e9;
  --bg-alt:#589972e9 ;
  --bg-accent-1: #0089379d;
  --bg-accent-2: rgba(255, 255, 255, 0.07);
  --color-product-card:#4d8964;
}


@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}


html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
/* background: radial-gradient(ellipse at top left, var(--bg-main) 0%, transparent 50%),
            radial-gradient(ellipse at top right, var(--bg-main) 0%, transparent 50%),
            radial-gradient(ellipse at bottom left, var(--bg-main) 0%, transparent 50%),
            radial-gradient(ellipse at bottom right, var(--bg-main) 0%, transparent 50%),
            var(--bg-alt); */
}



body {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
/* background: radial-gradient(ellipse 150% 150% at center, var(--bg-main) 0%, var(--bg-alt) 70%); */
/* 
background: radial-gradient(ellipse 150% 150% at center, var(--bg-alt) 5%, var(--bg-main) 40%); */
background: linear-gradient(135deg, var(--bg-alt) 0%, var(--bg-main) 60%);
  background-size: auto, auto, auto, auto;
  background-attachment: fixed;
  position: relative;
}

/* header */

header,
.header {
  position: fixed;
  inset-inline: 0;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  box-shadow: none;
}

.header-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  height: 110px;
  position: relative;
  pointer-events: auto;
  width: min(1220px, 100% - 32px);
  margin: 14px auto;
  padding: 10px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var( --color-white-05);
  border: 1px solid rgba(148, 163, 184, 0.34);
  box-shadow: 0 10px 30px var(--color-black-45);
  backdrop-filter: blur(7px);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;  
} 

.menu-items {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  

}


.menu-items p,
.menu-items h4 {
  display: block;
  position: static;
  white-space: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
  transform: translateY(-10px);
  color: var(--color-white-96);
  line-height: 40px;

}

.menu-items p{
  font-size:20px;
}

.menu-items p:hover,
.menu-items h4:hover {
  color: var(--color-white-59);
}

.menu-items h4 {
  font-size: 25PX;
}


.logo {

  height: 50px;
  position: relative;
  display: inline;
  position: absolute;
  top: 50%;
  transform: translate(13px,-32px);
}

.logo-footer {

  height: 50px;
  position: relative;
  display: inline;
  position: absolute;
  top: 50%;
  /* transform: translate(13px,-32px); */
  transform: translate(-5px,-70px);
}

/* menu */

.ham-menu {
      width: 30px;
      height: 24px;
      cursor: pointer;
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translate(-80%,-50%);
      z-index: 10000;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      display: none;
}

.ham-menu span {
      height: 3px;
      width: 100%;
      background: var(--color-white);
      transition: transform 0.4s ease, opacity 0.4s ease;
      border-radius: 2px;
      transform-origin: center;
}

.ham-menu.active span:nth-child(1) {
      transform: translateY(10.5px) rotate(45deg);
    }

.ham-menu.active span:nth-child(2) {
      opacity: 0;
}

.ham-menu.active span:nth-child(3) {
      transform: translateY(-10.5px) rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px); 
  background: rgba(0, 0, 0, 0.3); 
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}


.no-scroll {
    overflow-y: hidden;

    height: 100vh;
}
.off-screen-menu {
  position: fixed;
  top: 0;
  right: 0;

  width: 100%;
  height: 100vh;

  background: rgba(0, 0, 0, 0.867);
  list-style: none;
  padding: 40px 60px 40px;
  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  transform: translateX(500%);
  transition: transform 0.35s ease-in-out;

  z-index: 9999;
  will-change: transform;
}

.off-screen-menu.active {
  transform: translateX(0);
}


.off-screen-menu li a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;

  padding: 10px;
  color: var(--color-white-84);

  border-radius: 50px;
  border: 2px solid var(--color-transparent);

  transition: 0.25s ease;

  margin: 5px;
}

.off-screen-menu li a:hover {
  color: var(--color-white);
  cursor: pointer;
  transform: scale(1.02);
  background: color-mix(in srgb, var(--color-yellow-deep-762) 40%, transparent);
  -webkit-backdrop-filter: blur(12px); 
  backdrop-filter: blur(12px); 
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: color 0.3s ease, transform 0.8s ease, background 0.3s ease, border-color 0.3s ease;
}


.off-screen-menu li {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.4s forwards ease-out;
  /* padding:5px; */
}
/* .off-screen-menu-li{
  padding-bottom: 60px;

} */
.off-screen-menu li:nth-child(1) { animation-delay: 0.1s; }
.off-screen-menu li:nth-child(2) { animation-delay: 0.18s; }
.off-screen-menu li:nth-child(3) { animation-delay: 0.26s; }
.off-screen-menu li:nth-child(4) { animation-delay: 0.34s; }

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.fullscreen-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

ul {
  list-style-type: none;
}

ul.hr {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0px;
  line-height: 1;
  display: flex;
  list-style: none;
  padding: 0;
  margin-right: 0;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;


}

ul.hr li {
  color: #ffffff8e;
  display: inline-block;
  margin-right: 0px;
  padding: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-size:10px;
  white-space: nowrap;
}


.menu {
  display: none;
}

nav {
  /* padding: 15px 10px; */
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

 ul.hr {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* gap: 20px; */
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

 ul.hr li a {
  text-decoration: none;
  font-weight: 550;
  font-size: 14px;
  padding: 15px;
  display: inline-block; 
  /* padding: 10px 20px;   */
  text-align: center;
  color: var(--color-white);
  transition: 0.1s ease;
  border-radius: 50px;    
  border: 2px solid var(--color-transparent);
  transition: color 0.3s ease, transform 0.8s ease;
}

 ul.hr li a:hover {
  color: var(--color-white);
  cursor: pointer;
  transform: scale(1.02);
  background: color-mix(in srgb, var(--color-yellow-deep-762) 40%, transparent);
  -webkit-backdrop-filter: blur(12px); 
  backdrop-filter: blur(12px); 
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: color 0.3s ease, transform 0.8s ease, background 0.3s ease, border-color 0.3s ease;
}



nav a.active-link {
  color: var( --color-black) !important;
  cursor: pointer;
  transform: scale(1.02);
  /* border: 0.5px solid var( --color-accent); */
  background:var(--color-yellow) ;
  -webkit-backdrop-filter: blur(12px); 
  backdrop-filter: blur(12px); 
  transition: color 0.3s ease, transform 0.8s ease, background 0.3s ease;
}

.lang-wrapper {
    position: absolute;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: auto; 
    user-select: none;
    font-size: 14px;
    z-index: 1200;
}

.lang-display {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 50px;
    cursor: pointer;
    color: var(--color-white);
    backdrop-filter: blur(6px);
    transition: 0.2s ease;
    /* transform: translateX(-25px); */
}
.lang-display:hover {
    border-color: #ffffffb0;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.262);
}


.lang-wrapper {
    position: absolute;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: auto; 
    user-select: none;
    font-size: 14px;
    z-index: 1200;
}

.lang-display {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 50px;
    cursor: pointer;
    color: var(--color-white);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(6px);
    transition: 0.2s ease;
    /* transform: translateX(-25px); */
}

.lang-display:hover {
    border-color: #ffffffb0;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.262);
}


.lang-dropdown {
    display: flex;
    flex-direction: row;
    position: relative;
    width: max-content;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(6px);
    border: 1px solid var(--color-white-20);
    border-radius: 50px;
    margin: 0;
    padding: 4px;
    list-style: none;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    transform: translateX(-40px);
}

/* Скользящая подложка */
.lang-dropdown::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: 46px; /* Должна быть строго равна ширине li */
    border-radius: 50px;
    background: linear-gradient(135deg, var(--color-yellow-light), var(--color-yellow));
    box-shadow: 0 6px 18px var(--color-yellow-shadow);
    
    /* Скольжение */
    transform: translateX(var(--lang-slider-x, 0px));
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.lang-dropdown {
    display: flex;
    flex-direction: row;
    position: relative;
    width: max-content;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(6px);
    border: 1px solid var(--color-white-20);
    border-radius: 50px;
    margin: 0;
    padding: 4px;
    list-style: none;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    transform: translateX(-40px);
}

/* Скользящая подложка */
.lang-dropdown::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: 46px; /* Должна быть строго равна ширине li */
    border-radius: 50px;
    background: linear-gradient(135deg, var(--color-yellow-light), var(--color-yellow));
    box-shadow: 0 6px 18px var(--color-yellow-shadow);
    
    /* Скольжение */
    transform: translateX(var(--lang-slider-x, 0px));
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

/* Логика позиций для каждого языка */
.lang-wrapper[data-current-lang="am"] .lang-dropdown::before {
    --lang-slider-x: 0px;
}

.lang-wrapper[data-current-lang="en"] .lang-dropdown::before {
    --lang-slider-x: 46px; /* Сдвиг на один элемент */
}

.lang-wrapper[data-current-lang="ru"] .lang-dropdown::before {
    --lang-slider-x: 92px; /* Сдвиг на два элемента */
}

.lang-dropdown li {
    width: 46px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-white);
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: color 0.25s ease;
}

.lang-dropdown li img {
    display: none; /* Скрываем картинки, как у вас в коде */
}

/* Плавный переход цвета текста для активного пункта */
.lang-dropdown li.active {
    color: var(--color-black) !important;
    border-radius: 50px;
}

/* background-img */

.hero {
  position: relative; 
  min-height: 750px;
  z-index: 1;
}


/* .hero-news {
  background-size: cover;
  min-height: 500px;
  z-index: 1;
} */
.hero-news {
  position: relative; 
  min-height: 500px;
  z-index: 1;
}


.hero-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  background-image: var(--bg-url); 
  
  background-size: cover;
  background-position: center;
  z-index: -2; /* Убираем картинку на задний план */

-webkit-mask-image: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 1)20%,      /* С самого верха картинка полностью видна */
  rgba(0, 0, 0, 1) 80%,     /* До середины блока она остается на 100% видимой */
  rgba(0, 0, 0, 0.5) 90%,   /* На 80% высоты начинает плавно исчезать */
  rgba(0, 0, 0, 0) 100%     /* В самом низу полностью уходит в прозрачность */
);
mask-image: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 1) 20%,
  rgba(0, 0, 0, 1) 80%,
  rgba(0, 0, 0, 0.5) 90%,
  rgba(0, 0, 0, 0) 100%
);
}


.news {
  position: relative; /* Важно: становится точкой отсчета для фона и текста */
  min-height: 600px;
  z-index: 1;
}

/* Переносим картинку и маску в псевдоэлемент */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/1.png');
  background-size: cover;
  background-position: center;
  z-index: -2; /* Уходит на самый задний план, ПОД текст */

  /* Маска применяется ТОЛЬКО к картинке */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 80%, 
    rgba(0, 0, 0, 0.982) 60%, 
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 80%, 
    rgba(0, 0, 0, 0.982) 60%, 
    rgba(0, 0, 0, 0) 100%
  );
}
.img-element {
  display: flex;
  content: "dfag";
  flex-direction: column;
  justify-content: flex-end;
  height: 65%;
  margin-left: 50px;
  margin-right: 200px;
  width: 90%;
  
  transform: translateY(250px);

}

.img-element-about {
  display: flex;
  content: "dfag";
  flex-direction: column;
  justify-content: flex-end;
  height: 65%;
  margin-left: 50px;
  margin-right: 200px;
  width: 90%;
  
  /* transform: translateY(250px); */

}

.img-text {
  position: relative; /* Обязательно, чтобы работал z-index */
  z-index: -1;        /* Текст будет находиться НАД картинкой */
  font-size: 40px;
  color: var(--color-white);
  line-height: 150px;
  overflow-wrap: break-word;
    word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word; 
}

.img-text-product {
  position: relative; /* Обязательно, чтобы работал z-index */
  z-index: -1;        /* Текст будет находиться НАД картинкой */
  font-size: 40px !important;
  color: var(--color-white);
  line-height: 150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word; 
  transform: translateY(150px);

}



.p{
  color:var(--color-white);
  font-size: 20px;
  z-index: -1;
  text-align: justify;
}
/* about */

.bg-black-about {
  display: flex;
  flex-direction: row; 
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width: 96%;
  box-sizing: border-box;
  margin: 2%;
  justify-content: center;  
  align-items: center;
  text-align: center;
  
}


.box {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.col-30 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
background: rgba(255, 255, 255, 0.12);
  
  /* Эффект линзы: сильное размытие заднего плана с искусственным увеличением контраста */
  backdrop-filter: blur(25px) contrast(120%) saturate(120%);
  -webkit-backdrop-filter: blur(25px) contrast(120%) saturate(120%);
  
  /* 3D-грань (фаска): супертонкая и яркая сверху, темная и размытая снизу */
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1.5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  
  /* Сложные оптические тени внутри и снаружи */
  box-shadow:
    /* Мягкая внешняя тень, как от настоящего физического объекта */
    0 30px 60px -15px rgba(0, 40, 20, 0.3),
    /* Внутренний яркий блик (световое кольцо) по самому краю */
    inset 0 1px 0 0 rgba(255, 255, 255, 0.6),
    /* Глубокий внутренний градиент толщины стекла */
    inset 0 20px 30px -10px rgba(255, 255, 255, 0.25),
    /* Тень на противоположной стороне, создающая объем */
    inset 0 -15px 30px -10px rgba(0, 0, 0, 0.15);
    
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 2.5%;
  height: 280px;
  min-width: 280px;
  margin: 1.5%;
  flex: 0 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
}




.col-30 p,
.col-30 h1,
.col-30 div {
  display: block;
  position: static;
  white-space: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
 
}

.col-30 p {
  font-size: 20px;
  color: var(--color-white-96);
}

/* bsoft */


.content {
  display: flex;
  flex-direction: column;
  background: #010101;
border: 3px solid var(--color-transparent);
border-image: linear-gradient(135deg, #212020, #444444, #ffffffbb) 1;
box-shadow:
  0 12px 28px var(--color-black-25),
  0 0 20px rgba(255, 255, 255, 0.4),
  inset 0 2px 4px rgba(255, 255, 255, 0.3),
  inset 0 -2px 6px var(--color-black-20);
  padding: 40px;
  color: var(--color-white);
  margin: 10%;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 80%;
  

}

.content h1 {
  font-size: 40px;
  color: var(--color-accent);

}

.content p {
  display: block;
  position: static;
  white-space: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
  font-size: 30px;
  color: var(--color-white-96);
  line-height: 50px;
  ;

}
/* reserve_call */



.btn-call {
  display: flex;
  justify-content: center;     
  align-items: center;     
  padding: 10px 30px;
  background: var(--color-white-10);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );

  border-radius: 20px;
  border: 1px solid var(--color-white-25);
  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);
  color: var(--color-white);
  transition: all.35s ease;
  display: flex;
  box-sizing: border box;
  margin: 15px;
  border-radius: 20px;
  transform: translateX(-2.5%);
  color: var(--color-white);
  transition: all 0.35s ease;
  box-sizing: border-box;    
  margin: 50px;
  width: auto;
  height: 70px;
  font-size: 20px;
    border-radius: 20px;
}


.btn-call:hover {
  background-color: var(--color-white-91);
  cursor: pointer;
  color: var(--color-black);
}



.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black-60);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* .modal.active {
  display: flex;
} */

.modal-box {
  background: var(--color-white);
  padding: 25px;
  width: 320px;
  border-radius: 8px;
  position: relative;
}

.modal-box h3 {
  margin-top: 0;
}

.modal-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}

.modal-box button {
  width: 100%;
  padding: 10px;
}

.close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color:var(--color-white);
}


.close { position:absolute; top:10px; right:10px; font-size:22px; cursor:pointer; }

.iti { width:100%; }
.iti input { width:100%; }



/* certificats */

/* 1 */
.container-certificat {
  display: flex;
  flex: 1;
  box-sizing: border box;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: start;
  display: flex;
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width: 96%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  text-align: center;

}
.certificat {
  font-family: 'Montserrat', 'Roboto', sans-serif; 
  color: var(--color-white); 
  font-size: 30px;
  font-weight: 400; 
  letter-spacing: 0.5px; 
  padding-bottom: 25px;
}

.bg-white-certificat {
 display: flex;
  flex-direction: row; 
  background-color: var(--color-black-25);
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  border: 1px solid var(--color-white-25);
  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);
  height: auto;
  width: auto;
  box-sizing: border-box; 
  margin: 10px;
  position: relative;
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.img-certificat {
  height: 300px;
  width: auto;
  border-radius: 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.img-certificat:hover {
  transform: scale(1.05);        /* увеличение */
  filter: brightness(1.2);       /* делает картинку на 20% светлее */
}

/* our-partners */

/* 2 */
.bg-black {
  display: flex;
  flex-direction: row;
  background-color: var(--color-white);
  padding: 3%;
  border-radius: 3px;
  box-shadow: 0 4px 10px var(--color-white-96);
  height: auto;
  width: 96%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  align-items: center;
  text-align: center;

}

/* 2 */
.container-1 {
  display: flex;
  flex: 1;
  box-sizing: border box;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  display: flex;
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width: 96%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  text-align: center;

}

.img-partners {
  height: 80px;
  margin: 20px;
}

/* contact */


.bg-none {
  padding: 20px;
  border-radius: 20px;
  border: #ffffffe6;
 box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 2px 1.5px rgba(255, 255, 255, 0.536),
    inset 0 -1px 2px var(--color-black-20);
  height: auto;
  width: 440px;
  box-sizing: border box;
  margin: 10px;
  position: relative;
  padding-top: 30px;

}
.form-container {
  display: flex;
  flex: 1;
  box-sizing: border box;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  display: flex;
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width:100%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  text-align: center;

}
.form-group {
  margin-bottom: 10px;
  width:400px;
  border-radius: 50px;

}

.form-control {
  width: 400px;
  display: block;
  padding: 10px;
  border: 1px solid var(--color-gray-80);
  border-radius: 30px;
  margin-right: 10px;
  box-sizing: border-box;
  height: 55px;
  color: var(--color-white);

}

.form-control:required {
    border: 1.5px solid var(--color-white);
    color: var(--color-white);
}

textarea.form-control {
  resize: vertical;
  height: 130px;
  width: 400px;

}

.form-control:tocus {
  outline: none;
  box-shadow: 0 0 5px var(--color-gray-80);
  color: var(--color-white);
}

form input,
form textarea,
form select {
  background-color: var(--color-input);
  color: var(--color-white);
  border: 1px solid var(--color-gray-33);
  padding: 8px;
  min-height: 50px;
  width: 400px;
}

form input::placeholder,
form textarea::placeholder {
  color: var(--color-white);
}

form input,
form textarea,
form select {
  background-color: var(--color-input);
  color: var(--color-white);
  border: 1px solid var(--color-gray-33);
  padding: 8px;
  width: 400px;
  box-sizing: border-box;
  font-size: 14px;
}

form textarea {
  min-height: 40px;
  resize: vertical;
  width: 400px;
}

form input::placeholder,
form textarea::placeholder {
  color: var(--color-white);
}
 .contact{
  color: var(--color-white);
 }

.btn-form {
  display: flex;
  text-align: center;
justify-content: center;
  padding: 10px 30px;
  
  /* iOS glass */
  background: var(--color-white-10);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  /* optic-light gradient (very subtle) */
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );

  border-radius: 20px;
  border: 1px solid var(--color-white-25);

  /* highlights / bliks */
  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);
  color: var(--color-white);
  transition: all.35s ease;
  display: flex;
  box-sizing: border box;
  margin: 10px;
  border-radius: 15px;
  transform: translateX(-2.5%);


}

.btn-form:hover {
  background-color: #ffffffd0;
  cursor: pointer;

  color: var(--color-black);
}


/* products form */

/* 3 */
.container-1 {
  display: flex;
  flex: 1;
  box-sizing: border box;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  display: flex;
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width: 96%;
  margin: 2%;
  justify-content: center;
  text-align: center;

}



/* products*/

.container-buttons {
  display: flex;
  flex: 1;
  box-sizing: border box;
  justify-content: center;
  margin: 0px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  padding: 0px;
  border-radius: 3px;
  height: 100%;
  width: 96%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  text-align: center;

}



.btn-product {
  display: flex;
  justify-content: center;     
  align-items: center;     
  padding: 10px 30px;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 20px;
  color: var(--color-white);
  transition: all.35s ease;
  display: flex;
  box-sizing: border box;
  margin: 10px;
  transform: translateX(-2.5%);
  color: var(--color-white);
  transition: all 0.35s ease;
  box-sizing: border-box;    
  margin: 50px;
  width: 200px;
  height: 70px;
  font-size: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--color-yellow-light) 0%, var(--color-yellow) 48%, var(--color-yellow-deep) 100%);
  border: 1px solid var(--color-yellow);
  box-shadow:
    0 8px 24px var(--color-yellow-shadow),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.45),
    inset 0 -1px 2px rgba(0, 0, 0, 0.16);
}


.btn-price {
  display: flex;
  justify-content: center;     
  align-items: center;     
  padding: 10px 30px;
  background-color: var(--color-white);
  color: var(--color-white);
  transition: all 0.35s ease;
  box-sizing: border-box;    
  margin: 50px;
  width: 200px;
  height: 70px;
  font-size: 20px;
    border-radius: 20px;
}

.btn-price:hover {
   background: var(--color-white-10);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );
  border: 1px solid var(--color-white-25);
  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);
  cursor: pointer;

  color: var(--color-white);
}


.btn-call,
.btn-form,
.btn-product,
.btn-price,
.btn-activity {
  background: linear-gradient(135deg, var(--color-yellow-light), var(--color-yellow-deep));
  border: 1px solid rgba(37, 150, 190, 0.45);
  box-shadow: 0 8px 24px var(--color-accent-18);
  color: #f8fcff;
}

.btn-call:hover,
.btn-form:hover,
.btn-product:hover,
.btn-price:hover,
.btn-activity:hover {
  background: linear-gradient(135deg, var(--color-yellow) 0%, var(--color-yellow-deep) 100%);
  border-color: var(--color-yellow-deep);
  box-shadow:
    0 10px 28px var(--color-yellow-shadow),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.36),
    inset 0 -1px 2px rgba(0, 0, 0, 0.18);
  color: var(--color-white);
  transition: all 0.35s ease;
}


.partners-wrapper,
.achievements-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: var(--color-black-25);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.partner-img {
  border-radius: 14px;
}

/* SCROLL ANIMATION */
.reveal-ready {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(3px);
  transition: opacity 0.65s ease, transform 0.65s ease, filter 0.65s ease;
  will-change: opacity, transform, filter;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Keep product page buttons identical in size */
.container-buttons .btn-product,
.container-buttons .btn-price {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  white-space: nowrap;
  line-height: 1;
  padding: 0 16px !important;
  /* margin: 20px !important; */
  transform: none !important;
  width: 200px !important;
  height: 70px !important;
  min-width: 200px !important;
  min-height: 70px !important;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .container-buttons .btn-product,
  .container-buttons .btn-price {
    width: 160px !important;
    height: 50px !important;
    min-width: 160px !important;
    min-height: 50px !important;
  }
}

@media screen and (max-width: 600px) {
  .container-buttons .btn-product,
  .container-buttons .btn-price {
    width: 120px !important;
    height: 40px !important;
    min-width: 120px !important;
    min-height: 40px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready,
  .reveal-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.p-white {
  box-sizing: border box;
  margin: 20px 0 100px 0;
}


.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  position: relative; 
  width: 100vw;
  height:auto ; 
  
}

.container p{
  color:var(--color-white);
 font-size: 25px;
 line-height: 35px;
 margin-bottom: 20px;
  
}

.product-details{
  display: flex;
  flex-direction: row;
}



.product-image {
  width: 500px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  margin-top: 20px;
  margin-right: 20px;
}


.text{
  max-width: 100vw;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;

}


.text p{
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28.8px;
  max-width: 100vw;
  word-wrap: break-word; 
  overflow-wrap: break-word;
  display: flex;
  text-align: justify;
}



.data {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff9d;
  margin:50px;
}


.container-news {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  flex-direction: row;
  align-items: start;
  display: flex;
  padding: 3%;
  border-radius: 3px;
  height: auto;
  width: 96%;
  box-sizing: border box;
  margin: 2%;
  justify-content: center;
  text-align: center;

}

/* footer */

 

footer {
  background: linear-gradient(to bottom, rgba(37, 150, 190, 0.27) 0.2%, rgba(37, 150, 190, 0.153) 30%, var(--color-transparent) 100%);
  backdrop-filter: blur(10px);
  padding: 5% 18% 0 18%;
  border-top: 2px solid var(--color-accent);
}

.container-footer{
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  
}

.col-50 {
  display: flex;
  flex-basis: 50%;
  min-width: none;
  justify-content: start !important;

}

.col-50 p,
.col-50 h4 {
  display: block;
  position: static;
  white-space: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
  transform: translateY(-10px);
  color: var(--color-white-96);
  line-height: 40px;
  justify-content: start !important;

}

.col-50 p{
  font-size:15px;
}

.col-50 p:hover,
.col-50 h4:hover {
  color: var(--color-white-59);
}

.col-50 h4 {
  font-size: 18px;
}


.text-align-end {
  display: flex;
  align-items: end;
}

.facebook {
  height: 40px;
  display: flex;
  align-items: start;
}

.justify-content-start {
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: start;
}


.row {
  display: flex;
  flex-direction: row;
  min-width: 100%;
}



a {
  text-decoration: none;
  display: flex;
  flex-basis: 36%;
}


/* CONTAINER */
.container-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;                 /* расстояние между карточками */
  padding: 40px;
}

/* ADAPTIVE */
@media (max-width: 900px) {
  .container-1 {
    grid-template-columns: 1fr; /* одна карточка */
  }
  
}



.col-50-white {
  position: relative;
  height: 130px;
  padding: 24px;
  border-radius: 30px;
  isolation: isolate;
  cursor: pointer;
  transition: transform 0.35s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col-50-white::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 30px;
  background: var(--color-product-card); 
  z-index: 1;
  transition: background 0.35s ease;
}

.col-50-white::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  background: conic-gradient(
    from var(--angle),
    transparent 0%,
    transparent 70%,
    var(--color-yellow) 85%,
    var(--color-white) 92%,
    var(--color-accent-light) 96%,
    transparent 100%
  );
  animation: rotate 3.5s linear infinite;
  z-index: 0;
}

.col-50-white > * {
  position: relative;
  z-index: 2;
}

@keyframes rotate {
  to { --angle: 360deg; }
}


.col-50-white p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.4;
  
}


.col-50-white:hover {
  transform: translateY(-6px) scale(1.02);
/* 
  p {
    color: var(--color-yellow-deep);
  } */

  &::after {
    background: var(--color-accent-pastel);
  }

}

/* TEXT HOVER */
/* .col-50-white:hover p {
  color: var(--color-yellow-deep);
} */

/* ROTATION */
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}


.justify-content-end {
  display: flex;
  justify-content: flex-end;

}


.align-items-center {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  padding: 0px 40px;

}

.aos-animate {
  visibility: visible; /* Обеспечиваем видимость элемента во время анимации */
}
main.container {
  min-width: 100%;
  padding: 50px;
  box-sizing: border box;

  display: flex;
  flex-direction: row;
}



img {
  height: 25px;
  border-radius: 5px 5px 0 0;
  margin: 5px;
  box-sizing: border box;
  border-radius: 5px;
}


.img-news
    {
  display: flex;
  align-items: start;
  height: 100px;
  width: 100px;
}


  .news-card {
  position: relative;
  width:40%;
  border: 1px solid var;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin: 5px;
}


.news-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 40px var(--color-black-60);
}


.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-black-45);
  transition: background-color 0.3s ease;
  
}

.news-card:hover::before {
  background: var(--color-black-25);
}

.news-title {
  position: relative;
  color: var(--color-white);
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}

.news-content  {
  color:var(--color-white) !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:60px;
  margin-top: 10px;

}

.news-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

.news-date {
  font-size: 13px;
  opacity: 0.85;
  position: absolute;
  bottom: -0px;
  right: 10px;
  height: 10px;
  color: #ffffffc3;
  margin: 10px;
  padding-bottom: 15px;
}



a {
  text-decoration: none;
  color: inherit;
}


 
.image {
  margin: 20px;
  box-sizing: border box;
  display: flex;
  flex-direction: column;
  padding: 5px;
  height: 450px;
  width: 450px;
}

li a .dress {
  min-height: 100px;
  min-width: 100px;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;

}

.col {
  max-width: 400px;
  background-color: var(--color-white);
  box-shadow: 0 5px 5px 0 var(--color-accent);

  transition: 0.35 s;
  border-radius: 5px;
  margin: 30px;
  padding: 20px;
  box-sizing: border box;

}


.img {
  display: flex;
  align-items: center;
  height: 300px;

}


/* h */
h1 {
  font-size: 30px;
  z-index: 1;
}

h2 {
  color: var(--color-white);
  
}

/* h2:hover {
  color: var(--color-yellow-deep);
  transition: 0.2s;
  
} */

h3 {
  font-size: 25px;
}
h5{
  z-index:1;
}

h6 {
  color: var(--color-gray-60);
  font-siZe: 13px;
}
.bg-black > h5 {
 font-size: 40px;
  color:var(--color-black)
}

.a {
  display: flex;
  justify-content: end;
}

.size-star {
  height: 35px;
}



.img-Home {
  display: flex;
  flex: 1;
  height: 150px;
  width: 95px;
  box-sizing: border box;
  margin: 15px;
}

.home {
  display: flex;

}

.dress-1 {
  min-height: 180px;
  min-width: 250px;
  border-radius: 5px;
}

.Home {
  width: 100%;
  height: 350px;
  box-shadow: 0 5px 5px 0 var(--color-accent);
  border-radius: 15px;
  margin: 30px;
  box-sizing: border box;
}

.col-home {
  width: 420px;
  min-height: 300px;
  background-color: var(--color-white);
  box-shadow: 0 5px 5px 0 var(--color-accent);

  transition: 0.35 s;
  border-radius: 5px;
  margin: 30px 30px 30px 100px;
  padding: 20px;
  box-sizing: border box;

}

.col-cart {
  display: flex;
  max-width: 70%;
  min-height: 300px;
  background-color: var(--color-white);
  box-shadow: 0 5px 5px 0 var(--color-accent);

  transition: 0.35 s;
  border-radius: 5px;
  margin: 30px 30px 30px 30px;
  padding: 20px;
  box-sizing: border box;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;

}

.col-100 {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-basis: 100%;
  margin: 0 auto;
  justify-content: center;


}

*/ .symbols {
  font-family: 'Material Symbols Outlined';
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}


* {
  margin: 0;
  padding: 0;

}

.mainimg {
  height: 1000px;
}



.show {
  display: block;
}



.img-text-product {
  position: absolute;
  font-size: 100px;
  color: var(--color-white);
  z-index: 1;
  line-height: 150px;
}

.box-text {
  position: absolute;
  font-size: 130px;
  color: var(--color-white);
  z-index: 1;
  line-height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
  white-space: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
  transform: translateY(-10px);
  font-weight: 700;
}


tr,
td {
  color: var(--color-gray-60)
}

input:invalid {
  border: 2px solid var(--color-danger)
}

input,
textarea {
  display: block;
  width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid var(--color-gray-80);
  border-radius: 4px;
}

.error {
  background: none;
  color: var(--color-danger);
  border: 2px solid var(--color-danger);
  padding: 15px 10px;
  border-radius: 5px;
}

.success {
  background: none;
  color: var(--color-success);
  border: 2px solidvar(--color-success);
  padding: 15px 10px;
  border-radius: 5px;
}

.error-message {
  color: var(--color-danger);
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 14px;
}

button {
  padding: 10px 20px;
}


    

@media screen and (max-width: 1200px) {

  .col-30 {
    flex: 0 0 28%;
  }

  .bg-black {
    flex-wrap: wrap;
    gap: 20px;
  }

  .img-text-product {
  font-size: 80px;
  line-height: 110px;

}

  .dropdown {

    display: inline;

  }

  .menu {
    display: block;
  }
     ul.hr {
    display: none;

  }
  .ham-menu {
  display: flex;
 }

  .lang-wrapper {
    left: 284px;
    top: 50%;
    transform: translateY(-50%);
  }

}

@media screen and (max-width: 955px) {


  .news-card {
    width:100%;
}
  .bg-none {
    width: 400px;;
  }

  .product-image {
    width: 200px;
  }


.text p{
  font-size: 20px;
}

  
.form-group {
  width:350px;

}

.form-control {
  width: 350px;

}


textarea.form-control {
  width: 350px;

}

form input,
form textarea,
form select {
  width: 350px;
}


form input,
form textarea,
form select {
  width: 350px;
}

form textarea {
  width: 350px;
}


  .hero {
    min-height: 460px;
  }
  .hero-news {
  min-height: 350px;
  }

  .container-menu {
    height: 65px;
  }

  .img-text {
    font-size: 50px;
    line-height: 100px;
  }
  .img-text-product {
    font-size: 50px;
    line-height: 100px;
  }

 .p{
  font-size: 23px;
  }

 .bg-black-about {
  flex-wrap: wrap;
  
}

  .col-30 {
    flex: 0 0 44%;
    min-width: 100px;
    max-width: 250px;
  }

  .content h1 {
    font-size: 30px;

  }

  .content p {
    font-size: 20px;
    line-height: 40px;
    ;

  }

  .col-50 p,
  .col-50 h4 {
    line-height: 30px;
    font-size: 15PX;
  }


  .col-50 h4 {
    font-size: 18PX;
  }

  .container-1 {
    padding-left: 0;
    padding-right: 0;

  }
  .col-50-white p {
  font-size: 15px;
}

a .col-50-white{
  min-width: 150px;
  font-weight: 600;
}
a {
  min-width: 150px;
  font-weight: 600;
}

.text p{
  font-size: 20px;
}

.btn-product {
  margin: 20px;
  width: 160px;
  height: 50px;
  font-size: 16px;
}
.btn-price {
  margin: 20px;
  width: 160px;
  height: 50px;
  font-size: 16px;
}

  .img-certificat {
  height: 250px;
  width: auto;
  border-radius: 0;
}
   .certificat { 
  font-size: 25px;
  padding-bottom: 20px;
}

}

@media screen and (max-width: 700px) {
 

  .activity_title h2 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  .text p{
    font-size: 15px;
  }

  .text{
    flex-direction: column;

  }
  .product-image{
    width: 300px;

  }
  .product-details{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .col-50-white p {
    font-size: 12px;
    font-weight: 700;
  }

  .col-30 {
    max-width:500px;  
    min-width: 100px;
    height:auto
  }
  .col-30 p {
    font-size: 15px;
  } 
  .content p {
    font-size: 25px;
    line-height: 30px;
    
  }
  .box-text {
    font-size: 60px;
    transform: translateY(5%);
  }

  .news-title {
    font-size: 18px;
  }

  .news-content  {
    font-size: 15px;

  }

  .news-date {
    font-size: 10px;
  }

}

@media screen and (max-width: 600px) {
 

.card-text h2{
  font-size: 13px;
}  


.off-screen-menu-li li a {

font-size: 15px;
padding: 8px;
margin: 0;
}


.col-50 p,
.col-50 h4 {
font-size: 13px;
}
  .bg-none {
    width: 350px;
  }

  .hero {
    min-height: 310px;
  }

  .hero-news {
  min-height:250px;
  }


  .img-text {
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
  }
  .img-text-product {
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
  }

  .p{
    font-size: 15px;
    transform: translateY(-50%);
  }

  .content h1 {
    font-size: 25px;
  }

 
  .col-30 {
    max-width:500px;  
  min-width: 100px;
  height:auto
  }
.col-30 p {
  font-size: 10px;
 
}
  .content p {
    font-size: 15px;
    line-height: 30px;
    
  }
  .box-text {

  font-size: 50px;
 transform: translateY(5%);
}

  .text-align-end {
    align-items: start;
  }

  .row {
    flex-direction: column;
  }

  a .col-50-white{
  min-width: 100px;
}
a {
  min-width: 100px;
}
/* .off-screen-menu{
  padding-top: 90px;
}
.off-screen-menu-li{
  padding-bottom: 40px;
} */
.text p{
  font-size: 15px;
  line-height: 25px;
}
.btn-product {
  margin: 20px;
  margin-top: 40px;
  width: 120px;
  height: 40px;
  font-size: 13px;
}
.btn-price {
  margin: 20px;
  margin-top: 40px;
  width: 120px;
  height: 40px;
  font-size: 13px;
}

 .img-certificat {
  height: 200px;
  width: auto;
  border-radius: 0;
}
.img-partners {
  height: 50px;
  margin: 10px;
}
.bg-black > h5 {
 font-size: 30px;
 margin-top: 30px;
 
}


.form-group {
  width:300px;

}

.form-control {
  width: 300px;

}


textarea.form-control {
  width: 300px;

}

form input,
form textarea,
form select {
  width: 300px;
}


form input,
form textarea,
form select {
  width: 300px;
}

form textarea {
  width: 300px;
}

.lang-wrapper{
  transform: translateX(-30px);
}
.lang-dropdown{
  transform: translateX(-60px);
}

}

@media screen and (max-width:450px){
.lang-dropdown{
  display:none;
}

.lang-wrapper{
  display:none;
}
h4.p{
  font-size: 6px;
}
.img-element{
  min-height: 300px;
}
.img-element{
  min-height: 300px;
}


.text p{
  font-size: 13px;
  line-height: 20px;
}

.product-image{
width: 100%;

}

  .img-text-product {
    transform: translateY(100px);
  }
}

.card-text{
  padding: 3px;
}
h2{
  font-size: 15px;
}
.title{
  font-size: 15px !important;
}



/* Targets the "Внедренные проекты" heading */
.cards-wrapper .title {
    font-size: 15px; 
    margin-bottom: 8px;
}


.project-content {
    font-size: 0.9rem; 
    line-height: 1.4;  
}

.project-title {
    font-size: 0.9rem; 
    line-height: 1.4; 
}

h4.p{
  font-size: 13px;
  line-height: 16px;
}



/* === PARTNERS SECTION === */
.partners-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px;
    background: var(--color-transparent);
    border-radius: 18px;
    max-width: 1200px;
    margin: 40px auto;
}



#partnersContainer {
    display: flex;
    gap: 30px;
    overflow: hidden;
    width: 100%;
    justify-content: center;
}


.partner-img {
    height:120px; 
    width: 160px;
    object-fit: contain;
    opacity: 0.8;
   background:var(--color-white); 
    transition: all 0.35s ease;
    border-radius: 20px;
    padding:10px;
}


.partner-img:hover {
    opacity: 1;
    transform: scale(1.08);
}

.partners-wrapper button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );

  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  border: 1px solid var(--color-white-25);

  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);

    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover arrow */
.partners-wrapper button:hover {
    background: var(--color-white-83);
    transform: scale(1.1);
    color: var(--color-black);
}

/* Disabled arrow (optional) */
.partners-wrapper button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .partner-img {
        width: 150px;
        height: 100px;
        border-radius: 5px;
    }

    .partners-wrapper {
        padding: 20px 12px;
        gap: 12px;
    }

    .partners-wrapper button {
    width: 45px;
    height: 45px;}
}


/* achievements */

.achievements-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px;
    background: var(--color-transparent);
    border-radius: 18px;
    max-width: 1200px;
    margin: 40px auto;
}

/* Images container */
#achievementsContainer {
    display: flex;
    gap: 30px;
    overflow: hidden;
    width: 100%;
    justify-content: center;
}

/* Partner logo */
.achievement-img {
    height: 300px;
    width: auto;
    object-fit: contain;
    opacity: 0.8; 
    transition: all 0.35s ease;
}

/* Hover effect */
.achievement-img:hover {
    opacity: 1;
    transform: scale(1.08);
}

/* Arrow buttons */
.achievements-wrapper button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );

  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  border: 1px solid var(--color-white-25);

  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);

    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover arrow */
.achievements-wrapper button:hover {
    background: var(--color-white-83);
    transform: scale(1.1);
    color: var(--color-black);
}

/* Disabled arrow (optional) */
.achievements-wrapper button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


@media (max-width: 768px) {
    .achievement-img {
        height: 170px;
        border-radius: 5px;
    }

    .achievements-wrapper {
        padding: 20px 12px;
        gap: 12px;
    }

    .achievements-wrapper button {
    width: 45px;
    height: 45px;}
}

.card {
  display: flex;
  flex-direction: column;
  background: var(  --color-black-35);
  backdrop-filter: blur(8px);
  border-radius: 60px;
  overflow: hidden;
  max-width: 900px;
  border: 1px solid #27272a;
  transition: all 0.9s ease;
  min-width: 100%;
  min-height: 400px;
  margin:0.9%;

}

.card:hover {
  border-color:  var(--color-yellow); ;
  box-shadow: 0 0 30px var(--color-yellow);
  background: var(  --color-white-10);
  transition: all 0.9s ease;
}

.card-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.7s ease-out, filter 0.7s ease-out;
}

.card:hover .card-image img {
  transform: scale(1.1);
  filter: grayscale(0);
}

/* renamed overlay class */
.image-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--color-accent-24) 0%,
    rgba(37, 150, 190, 0.12) 45%,
    rgba(24, 24, 27, 0.18) 100%
  );
  transition: opacity 0.35s ease;
  z-index: 1;
}

.card:hover .image-mask {
  opacity: 0.55;
}

.card-content {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 35px;
}

.activity_title h2 {
  display: flex;
  align-items: start;
  font-size: 24px ;
  font-weight: 700;
  color: var(--color-white);
  transition: color 0.3s;
  text-align: start;
}

.card:hover .activity_title h2 {
  color: var(--color-yellow);  
  transition: color 0.3s, transform 0.1s;
}

.card-content p {
  color: #ffffff;
  line-height: 1.6;
  margin: 16px 0;
  font-size: 16px ;
  word-wrap: break-word;       
  overflow-wrap: break-word; 
  word-break: break-word;   
  display: flex;
  align-items: start;
  text-align: start;
}



.btn-activity {
  display: flex;
  justify-content: center;     
  align-items: center;     
  padding:5px 10px;
  background: var(--color-white-10);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  background: linear-gradient(
    135deg,
    var(--color-white-20) 0%,
    var(--color-white-05) 100%
  );

  border-radius: 20px;
  border: 1px solid var(--color-white-25);
  box-shadow:
    0 6px 18px var(--color-black-35),
    inset 0 1px 1.5px var(--color-white-35),
    inset 0 -1px 2px var(--color-black-20);
  color: var(--color-white);
  transition: all.35s ease;
  display: flex;
  box-sizing: border box;
  margin: 10px;
  border-radius: 50px;
  transition: all 0.35s ease;
  box-sizing: border-box;
  width: 150px;
  height: 50px;
  font-size: 18px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
 

  .activity_title h2 {
    font-size: 18px;
  }
  .card-content p {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .btn-activity{
    font-size: 15px;
  }

}

@media(min-width:768px) {
  .card {
    flex-direction: row;
  }
  .card-image {
    width: 33%;
    height: auto;
  }
  .card-content {
    width: 67%;
  }

}

@media(min-width:1024px) {
  .card-image {
    width: 25%;
  }
}
.form-control {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}


.iti {
    width: 100%;
    margin-bottom: 10px;
}


/* footer */



.footer-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; 
  gap: 20px;
}

.footer-col {
  flex: 1 1 250px;
  color: #f1f1f1;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-gray-85);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  transition: color 0.3s;
}

.footer-col h4:hover {
  color: var(--color-white);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-70);
  transition: color 0.3s;
}

.footer-col ul li i {
  min-width: 16px;
  text-align: center;
  color: var(--color-gray-85);
}

.footer-col ul li a {
  color: var(--color-gray-70);
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
  text-transform: lowercase;
}

.footer-col ul li a:hover {
  color: var(--color-white);
  transform: translateX(5px);
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-bottom p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-gray-85);
}

.footer-social a {
  color: var(--color-gray-85);
  margin-left: 15px;
  font-size: 20px;
  transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
  color: var(--color-white);
  transform: translateY(-3px);
}


@media(max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    gap: 0px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .footer-social a {
    margin-left: 10px;
  }

  
}


.footer {
  position: relative;
  margin-bottom: 50px;
}

.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animated-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.title{
  color: var(--color-white);
  margin: 20px;
  font-size: 32px !important;
  display: flex;
  justify-content: start;
}

.cards-wrapper {
    width: 100%;
    padding-inline: 24px;
}


.card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height:380px;
    margin: 40px auto;   
    box-sizing: border-box;
    overflow: hidden; 
    border-radius: 30px; 
}


.card-image {
    flex: 0 0 45%;      
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block; 
    border-radius: 0; 
}


.card-text {
    flex: 1;
    padding: 30px;  
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 100%;  
    box-sizing: border-box; 
    overflow-wrap: break-word; 
    word-break: break-word;
}
.card-text p {
    font-size: 18px;
    line-height: 1.7;
    color:aliceblue;
}


.card.reverse {
    flex-direction: row-reverse;
}


@media (max-width: 768px) {
  .card,
    .card.reverse {
        flex-direction: column; 
        height: auto;
    }
  .card-image {
        flex: 0 0 auto;
        width: 100%;
    }

  .card-text {
        padding: 15px; 
    }
  .card-text h2 {
    font-size: 18px;
}
  .card-text p {
    font-size: 15px;
}

}


/* footer refresh: minimal dark style + staged reveal + touch behavior */
.footer {
  --footer-accent: var(--color-accent);
  --footer-text: #a6afb7;
  --footer-title: #d7dce0;
  --footer-line: var(--color-white-12);
  position: relative;
  overflow: hidden;
  margin: 70px 0 0;
  padding: 72px 20px 28px;
  color: var(--footer-text);
  border-top: 1px solid var(--color-accent-32);
  background: var(--color-black);
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: none;
}

.footer-container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 26px;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  color: var(--footer-title);
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}

.footer-col ul li {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--footer-text);
}

.footer-col ul li i {
  margin-top: 4px;
  color: rgba(37, 150, 190, 0.9);
}

.footer-col ul li a {
  color: var(--footer-text);
  text-transform: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col ul li a:hover {
  color: var(--color-white);
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid var(--footer-line);
  padding-top: 14px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.65);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social a:hover {
  color: var(--color-white);
  border-color: var(--color-accent-72);
  background: var(--color-accent-14);
  transform: translateY(-2px);
}

/* tie footer reveal to existing JS IntersectionObserver classes */
.footer.reveal-ready {
  opacity: 0;
  transform: translateY(38px);
  filter: blur(8px);
}

.footer.reveal-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}

.footer.reveal-ready .footer-col {
  opacity: 0;
  transform: translateY(18px);
}

.footer.reveal-visible .footer-col {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.footer.reveal-visible .footer-col:nth-child(2) {
  transition-delay: 0.12s;
}

.footer.reveal-visible .footer-col:nth-child(3) {
  transition-delay: 0.2s;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 16px 20px;
    margin-top: 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .footer-col {
    padding-bottom: 0;
    border-bottom: 0;
    text-align: left;
  }

  .footer-col ul li a {
    display: inline-block;
    padding: 5px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-social a {
    margin-left: 10px;
  }

  
}

@media (hover: none) and (pointer: coarse) {
  .footer-col ul li a:active {
    color: var(--color-white);
    transform: translateX(3px);
  }

  .footer-social a:active {
    transform: scale(0.96);
    background: var(--color-accent-18);
    border-color: var(--color-accent-72);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer,
  .footer *,
  .footer.reveal-ready,
  .footer.reveal-visible {
    transition: none !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
  }
}

/* hero text must always stay below fixed header (all sizes) */
.hero,
.hero-news {
  padding-top: 130px !important;
}

.hero .img-element,
.hero-news .img-element {
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 8px;
}

.hero .img-text,
.hero .p,
.hero-news .img-text,
.hero-news .p {
  transform: none !important;
}

/* mobile hero text must stay below fixed header */
@media screen and (max-width: 700px) {
  .hero,
  .hero-news {
    padding-top: 130px;
  }

  .img-element {
    justify-content: flex-start;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    transform: translateY(0px);
  }

  .img-text,
  .p {
    transform: none !important;
  }
}
  .lang-wrapper {
    left: 256px;
    top: 50%;
    transform: translateY(-50%);
  }

  .lang-display {
    padding: 5px 8px;
    gap: 5px;
  }

  .lang-display img {
    width: 20px;
    height: 14px;
  }

/* Footer */
  .site-footer {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(  --color-black-25);
       color: #f3f4f6;
    
  }

  .site-footer-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 22px;
  }

  .site-footer-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer-brand h3 {
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .site-footer-brand p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 360px;
  }

  .site-footer-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 16px;
  }

  .site-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }

  .site-footer-list li,
  .site-footer-list a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: all 0.24s ease;
    text-transform: lowercase;
  }

  .site-footer-list li {
    white-space: nowrap;
  }

  .site-footer-list a:hover {
    color: var(--color-yellow);
    padding-left: 6px;
  }

  .site-footer-contact-item {
    display: flex;
    align-items: start;
    gap: 9px;
    justify-content: start;
  }

  .site-footer-menu {
    margin-left: 25px; 
}
  .site-footer-contact-item i {
    width: 16px;
    text-align: start;
    color: #c8d1d7;

  }

  .site-footer-social {
    display: flex;
    align-items: start;
    gap: 10px;
    /* margin-top: 16px; */
    justify-content: end;
  }

  .site-footer-social a {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: start;
    justify-content:start;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    transition: all 0.24s ease;
    
  }

  .site-footer-social a:hover {
    background: transparent;
    transform: translateY(-2px);
  }

  .site-footer-bottom {
    margin-top: 34px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .site-footer-bottom p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  @media (max-width: 900px) {
    .site-footer-grid {
      grid-template-columns: 1fr 1fr;
    }

    .site-footer-brand {
      grid-column: 1 / -1;
    }

    .site-footer-social {
    justify-content: start;
  }
  }

  @media (max-width: 620px) {
    .site-footer-container {
      width: min(1200px, calc(100% - 30px));
      padding: 38px 0 18px;
    }

    .site-footer-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .site-footer-list {
      gap: 8px;
    }

    .site-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  


  .close { position:absolute; top:10px; right:10px; font-size:22px; cursor:pointer; }
.iti { width:100%; }
.iti input { width:100%; }
.modal.active { display:block; }

/* /* Скрыто по умолчанию */
.modal {
  display: none !important; 
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 9999 !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Включается только при клике (добавляется класс .active через JS) */
.modal.active {
  display: flex !important; /* Меняем none на flex для центрирования */
  justify-content: center !important; 
  align-items: center !important;    
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Окошко по центру */
.modal-content {
  padding: 30px !important;
  border-radius: 12px !important;
  max-width: 420px !important;
  width: 90% !important;
  box-sizing: border-box !important;
  margin: auto !important; /* Дополнительная страховка центрирования */
  
  position: relative !important; 
  height: auto !important; 
}

/* Кнопка закрытия */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}
.close:hover {
  color: #000;
} 
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black-60);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
 */



/* lessons */


	*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

	/* ── Layout ── */
	.yt-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 24px;
	max-width: 1480px;
	margin: 0 auto;
	padding: 20px 20px 48px;
	font-family: 'Roboto', Inter, system-ui, sans-serif;
	color: #fff;
	min-height: 80vh;
	align-items: start;
	}

	/* ── Player ── */
	.yt-player-wrap {
	position: relative;
	width: 100%;
	background: var(--color-black-35);
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 16/9;
	}
	.yt-player-wrap #mainVideo {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background: var(--color-black-35);
	}
	.yt-mkv-banner {
	position: absolute;
	top: 0; left: 0; right: 0;
	background:  var(--color-yellow);
	color: #fff;
	font-size: 13px;
	padding: 10px 16px;
	z-index: 5;
	text-align: center;
	}
	.yt-mkv-banner a { color: #ffe; font-weight: 700; }

	/* ── Info below player ── */
	.yt-info {
	padding: 14px 4px 0;
	}
	.yt-title {
	font-size: clamp(1.1rem, 1.8vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 10px;
	}
	.yt-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	}
	.yt-tag {
	display: inline-block;
	padding: 4px 12px;
	background: rgba(255,204,53,0.18);
	color: #ffdd61;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	}
	.yt-index {
	font-size: 0.85rem;
	color: #aaa;
	}

	/* ── Sidebar ── */
	.yt-sidebar {
	background: var(--color-black-35);
	border-radius: 12px;
	overflow: hidden;
	max-height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.07);
	}
	.yt-sidebar-head {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	}
	.yt-sidebar-title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	}
	.yt-sidebar-count {
	font-size: 12px;
	color: #777;
	}
	.yt-list {
	list-style: none;
	overflow-y: auto;
	flex: 1;
	scrollbar-width: thin;
	scrollbar-color: #333 transparent;
	}
	.yt-list::-webkit-scrollbar { width: 4px; }
	.yt-list::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }

	/* ── Playlist item ── */
	.yt-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	cursor: pointer;
	transition: background 0.15s;
	position: relative;
	border-left: 3px solid transparent;
	}
	.yt-item:hover { background: rgba(255,255,255,0.06); }
	.yt-item--active {
	background: rgba(255,255,255,0.09);
	border-left-color:  var(--color-yellow-deep);
	}

	.yt-thumb {
	position: relative;
	width: 60px;
	height: 38px;
	background:var(--color-black-35);
	border-radius: 6px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	}
	.yt-thumb-icon { color: #aaa; }
	.yt-item--active .yt-thumb-icon { color:  var(--color-yellow-deep); }
	.yt-num {
	position: absolute;
	bottom: 2px;
	right: 4px;
	font-size: 10px;
	color: #666;
	font-weight: 700;
	}
	.yt-item--active .yt-num { color:  var(--color-yellow-deep); }

	.yt-item-info { flex: 1; min-width: 0; }
	.yt-item-title {
	font-size: 13px;
	font-weight: 500;
	color: #e0e0e0;
	line-height: 1.35;
	/* clamp to 2 lines */
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	}
	.yt-item--active .yt-item-title { color: #fff; }
	.yt-item-meta {
	font-size: 11px;
	color: #666;
	margin-top: 3px;
	}

	.yt-playing-badge {
	font-size: 11px;
	color: var(--color-yellow-deep);
	flex-shrink: 0;
	}

	/* ── Empty / error ── */
	.yt-empty {
	padding: 32px;
	color: #aaa;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.8;
	}
	.yt-empty a { color: #5baaff; }

	/* ── Responsive ── */
	@media (max-width: 900px) {
	.yt-layout {
		grid-template-columns: 1fr;
		padding: 12px 12px 40px;
		gap: 16px;
	}
	.yt-sidebar {
		max-height: 400px;
	}
	}


  .iti__selected-dial-code{
    color: var(--color-white);
  }


  .iti__flag-container {
  background-color: transparent;
  z-index: 0.5;
}


.mobile-lang-wrapper {
    position: relative; /* Allows normal stacking flow within the vertical menu */
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px; /* Generates breathing space above menu list links */
}

/* Centers the mobile slider container natively */
.mobile-lang-wrapper .lang-dropdown {
    transform: none;
    margin: 0 auto; 
}

/* Cleanup duplicated utility class settings */
.lang-wrapper {
    user-select: none;
    font-size: 14px;
}



/* language switcher: desktop + mobile burger */
.lang-wrapper {
  display: flex;
}

.mobile-lang-wrapper {
  display: none;
}

@media (max-width: 1200px) {
  .lang-wrapper:not(.mobile-lang-wrapper) {
    display: none !important;
  }

  .mobile-lang-wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    z-index: 1;
  }

  .mobile-lang-wrapper .lang-dropdown {
    transform: none;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .mobile-lang-wrapper {
    display: flex !important;
  }

  .mobile-lang-wrapper .lang-dropdown {
    display: flex !important;
  }
}


 p {
    font-size: 15px;
  } 

  .container-buttons{
    padding: 0px;
    margin: 0px;
  }

  

.img-element-about {
    position: absolute;
    bottom: 40px;          
    left: 40px;              
    
    max-width: 50%;             /* Карточка занимает половину экрана */
    width: calc(100% - 80px);
    height: auto;
    
    padding: 24px 32px;
    border-radius: 16px;
    
    /* Эффект матового стекла */
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.intro-text {
    font-family: 'Noto Sans Armenian', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 17px;          
    line-height: 1.65;         
    color: #ffffff;             
    text-align: justify;        
    margin: 0;
    font-weight: 400;        
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
}

@media (max-width: 868px) {
    .img-element-about {
        padding: 16px 20px;
        margin: 20px ;
    }
    .intro-text {
        font-size: 15px;
        line-height: 1.5;
    }
}



@media (max-width: 668px) {
    .img-element-about {
        padding: 16px 20px;
        margin: 0px 10px ;
        /* min-width:calc(100% - 20px) !important; */
        max-width: 95% !important;
        bottom: 0px;          
        left: 20px; 
    }
    .intro-text {
        font-size: 12px;
        line-height: 1.2;
    }
}


@media (max-width: 368px) {
    .img-element-about {
        padding: 16px 20px;
        margin: 0px 10px ;
        /* min-width:calc(100% - 20px) !important; */
        width: 95% !important;
        bottom: 0px;          
        left: 0px; 
    }
    .intro-text {
        font-size: 12px;
        line-height: 1.2;
    }
}
.reveal-visible {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}