  /* Фиксированное меню */
  #scrollMenu { 
    position: fixed;
    top: -70px; 
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
    height: 60px;
    transition: top 0.3s ease;
  }
 
  .my-scroll-menu.show {
    top: 0;
  }

  .my-scroll-menu nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .my-scroll-menu nav a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }

  .my-scroll-menu nav a:hover {
    color: #0056b3;
  }

  .my-scroll-menu .logo {
    margin-right: 40px;
  }

  .my-scroll-menu .logo img {
    height: 40px;
    vertical-align: middle;
  }

  body {
    margin: 0;
    height: 100vh;
    overflow-y: auto;
  }

  /* Отступ под меню, чтобы контент не перекрывался */
  main, .t-body, .my-t-container, .my-container, #allrecords {
    padding-top: 60px;
  }

  .content {
    min-height: 2000px;
    padding: 20px;
  }

  /* Основные стили */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  
  html, body {
    background-color: #f5f5f5;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  
  /* Шапка сайта */
  .my-header {
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 15%;
    height: 0px;
    position: relative;
    width: 70%;
    z-index: 100;
  }
  
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .logo {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    width: 200px;
    height: 80px;
    background-size: cover;
    background-position: center;
  }
  
  .contact-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
  }
  
  .phone {
    margin-left: 15px;
    color: #2c5aa0;
    font-weight: bold;
  }
  
  .nav-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  
  .nav-item {
    position: relative;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  
  .nav-item:hover {
    background-color: #f0f0f0;
    color: #2c5aa0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #0000ff;
  }
  
  /* Выпадающее меню */
  .dropdown {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 220px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
  }
  
  .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .dropdown-item {
    padding: 8px 20px;
    font-size: 13px;
    color: #333;
    transition: all 0.2s ease;
    display: block;
    cursor: pointer;
  }
  
  .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #2c5aa0;
    padding-left: 25px;
  }
  
  /* Новое выпадающее меню для Каталога продукции */
  .catalog-dropdown {
    position: absolute;
    top: 100%;
    left: -100px;
    width: 1200px;
    margin-top: 5px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
  }
  
  .nav-item:hover .catalog-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .dropdown-column {
    flex: 1;
    min-width: 250px;
    padding: 0 15px;
  }
  
  .dropdown-section {
    margin-bottom: 20px;
  }
  
  .dropdown-section h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  
  .catalog-dropdown .dropdown-item {
    padding: 5px 0;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
    display: block;
  }
  
  .catalog-dropdown .dropdown-item:hover {
    color: #2c5aa0;
    background-color: transparent;
    padding-left: 0;
  }
  
  .dropdown-footer {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 20px;
  }
  
  .dropdown-footer .dropdown-item {
    font-weight: bold;
    color: #333;
  }
  
  /* Слайдер */
  .hero-slider {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 600px;
    overflow: hidden;
    left: 0;
    right: 0;
  }
  
  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://static.wow2print.com/storage/4231/content/image/58516942768db7fc64e72f8.96107048.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  
  .my-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
  }
  
  .text-content {
    flex: 1;
    padding: 40px;
    color: black;
    margin-right: 20px;
    border-radius: 8px;
    max-width: 50%;
    margin-bottom: -190px;
    margin-left: -190px;
  }
  
  .text-content h2 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #0a0a0a;
  }
  
  .text-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .image-content {
    flex: 1;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
  }
  
  .image-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    margin-bottom: -320px;
    margin-right: -490px;
  }
  
  .slide {
    display: flex;
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 1s ease-in-out;
  }
  
  .slide.active {
    opacity: 1;
  }
  
  .indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 3;
  }
  
  .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 55, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .indicator.active {
    background-color: gray;
  }
  
  /* Стрелки для переключения слайдов */
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 4;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  
  .slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1.1);
  }
  
  .arrow-left {
    left: 20px;
  }
  
  .arrow-right {
    right: 20px;
  }
  
  /* Текст заголовка где меню ссылками*/
  .text-headers-adress {
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .text-headers-adress:hover {
    text-decoration: none;
    font-weight: bold;
  }
  
  /* Медиа-запросы */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      width: 100%;
    }
    
    .my-header {
      margin: 0 auto;
      width: 95%;
      height: auto;
      padding: 10px 0;
    }
    
    .top-bar {
      flex-direction: column;
      gap: 10px;
    }
    
    .nav-menu {
      flex-wrap: wrap;
      gap: 5px;
      justify-content: center;
    }
    
    .nav-item {
      font-size: 12px;
      padding: 6px 10px;
    }
    
    .dropdown-column {
      min-width: 100%;
      padding: 0;
    }
    
    .hero-slider {
      height: 500px;
      width: 100%;
      max-width: 100vw;
      overflow: hidden;
      left: 0;
    }
    
    .background-image {
      background-position: center center;
    }
    
    .my-slider-container {
      flex-direction: column;
      justify-content: flex-start;
      padding: 20px 15px;
      height: auto;
    }
    
    .text-content {
      max-width: 100%;
      margin: 0;
      padding: 15px;
      text-align: center;
      margin-bottom: 15px;
    }
    
    .text-content h2 {
      font-size: 20px;
      margin-bottom: 15px;
    }
    
    .text-content p {
      font-size: 16px;
      line-height: 1.4;
    }
    
    .image-content {
      display: flex;
      max-width: 100%;
      height: 200px;
      margin: 0 auto;
      justify-content: center;
    }
    
    .image-content img {
      max-width: 100%;
      max-height: 200px;
      margin: 0;
      border-radius: 8px;
      object-fit: contain;
    }
    
    .slider-arrow {
      width: 35px;
      height: 35px;
      font-size: 16px;
    }
    
    .arrow-left {
      left: 10px;
    }
    
    .arrow-right {
      right: 10px;
    }
    
    .indicators {
      bottom: 15px;
    }
    
    .indicator {
      width: 10px;
      height: 10px;
    }
    
    * {
      max-width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .hero-slider {
      height: 450px;
    }
    
    .text-content {
      padding: 10px;
    }
    
    .text-content h2 {
      font-size: 18px;
    }
    
    .text-content p {
      font-size: 14px;
    }
    
    .image-content {
      height: 150px;
      max-width: 100%;
    }
    
    .image-content img {
      max-height: 150px;
    }
    
    .slider-arrow {
      width: 30px;
      height: 30px;
      font-size: 14px;
    }
    
    .nav-menu {
      justify-content: center;
    }
    
    .nav-item {
      font-size: 11px;
      padding: 5px 8px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .my-header {
      display: none;
    }
    
    html, body {
      overflow-x: hidden !important;
      position: relative;
      width: 100%;
    }
    
    .hero-slider {
      width: 100vw;
      left: 0;
      right: 0;
    }
  }
  
  @media (max-width: 768px) {
    .slide {
      width: 100vw !important;
      left: 0 !important;
      right: 0 !important;
    }
  }
  
  /* Стили для адаптации под мобильные */
  @media (max-width: 768px) {
    .my-wrap,
    .my-top-row,
    .my-about-page-container,
    .my-catalog-grid,
    .my-advantages,
    .my-possibilities,
    .my-how-work,
    .my-company,
    .my-trust {
      flex-direction: column !important;
      width: 100% !important;
      margin: 0 auto !important;
      padding: 0 10px !important;
    }
    
    .my-card {
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 20px !important;
    }
    
    .my-thumb img {
      width: 100% !important;
      height: auto !important;
    }
    
    .my-possibilities {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .my-possibility-item {
      width: 100% !important;
      margin-bottom: 15px !important;
      text-align: center;
    }
    
    .my-possibility-item img {
      max-width: 80px;
      height: auto;
      margin-bottom: 10px;
    }
    
    .my-how-work-step {
      width: 100% !important;
      margin-bottom: 15px !important;
    }
    
    h1, h2, h3, p {
      text-align: center !important;
    }
    
    body, html {
      overflow-x: hidden !important;
    }
    
    .swiper-slide {
      width: 70% !important;
    }
  }
  
  /* Награды */
  .my-awards-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .award-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
  }
  
  .award-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  
  .award-text {
    font-family: Arial, sans-serif;
    text-align: left;
    flex: 1;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  
  .country {
    font-size: 14px;
    margin-bottom: 0px;
  }
  
  .award-name {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
  }
  
  @media (max-width: 768px) {
    .my-awards-container {
      flex-direction: column;
      gap: 15px;
    }
    
    .award-item {
      flex-direction: row;
    }
  }
  
  /* Каталог продукции */
  :root {
    --bg: #ffffff;
    --text: #222;
    --muted: #6b6b6b;
    --accent: #1e5b7a;
    --accent-underline: #2b7ea0;
    --card-shadow: 0 6px 18px rgba(15,30,40,0.07);
    --max-width: 1150px;
  }
  
  .my-wrap {
    width: 80%;
    margin: 44px auto;
    padding: 0 24px;
  }
  
  .my-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 18px;
  }
  
  .my-page-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
  }
  
  .my-page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: var(--accent-underline);
    border-radius: 2px;
  }
  
  .my-catalog-link {
    color: var(--accent);
    text-decoration: none;
    font-size: 14px;
  }
  
  .my-intro {
    color: var(--muted);
    line-height: 1.45;
    max-width: 780px;
    margin: 8px 0 28px 0;
    font-size: 14px;
    font-weight: 600;
  }
  
  .my-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 48px;
    align-items: start;
  }
  
  .my-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    min-height: 92px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 250px;
    border: 2px solid #fff;
  }
  
  .my-card:hover {
    border: 2px solid #ddd;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  
  .my-card .my-thumb {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    background: #f6f8fa;
    border-radius: 6px;
    box-shadow: var(--card-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 30px;
  }
  
  .my-card .my-thumb img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .my-card .my-content {
    flex: 1;
    margin-top: 40px;
    margin-left: 30px;
  }
  
  .my-card .my-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1d2b35;
  }
  
  .my-card .my-links {
    font-size: 13px;
    color: var(--accent);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
  }
  
  .my-card .my-links a {
    color: var(--accent);
    text-decoration: none;
  }
  
  .my-card .my-links a:hover {
    text-decoration: underline;
  }
  
  .my-card .my-more {
    margin-top: 8px;
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    min-width: 200px;
    min-height: 100px;
    transition: all 0.3s ease;
  }
  
  .text-headers-adress {
    color: black;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: normal;
    display: inline-block;
  }
  
  .text-headers-adress:hover {
    text-decoration: none !important;
    font-weight: bold;
  }
  
  @media (max-width: 980px) {
    .my-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }
    
    .my-wrap {
      padding: 0 18px;
    }
  }
  
  @media (max-width: 620px) {
    .my-top-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
    
    .my-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    
    .my-page-title {
      font-size: 20px;
    }
    
    .my-card {
      gap: 12px;
    }
    
    .my-card .my-thumb {
      width: 72px;
      height: 72px;
      flex: 0 0 72px;
    }
  }
  
  /* Наши преимущества */
  .my-features {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px;
    background: #fff;
    gap: 30px;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 10%;
  }
  
  .my-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    flex: 1 1 250px;
  }
  
  .my-feature img {
    width: 90px;
    flex-shrink: 0;
  }
  
  .my-feature p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    text-align: left;
  }
  
  /* Наши возможности */
  .my-possibilities {
    display: flex;
    width: 80%;
    margin: 40px auto;
    gap: 30px;
    padding: 0 20px;
  }
  
  .my-possibilities-content {
    flex: 1 1 35%;
  }
  
  .my-possibilities-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
  }
  
  .my-possibilities-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 3px;
    background: #005baa;
    border-radius: 2px;
  }
  
  .my-possibilities-content p {
    margin: 12px 0;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
  }
  
  .my-possibilities-content p.small {
    color: #777;
    font-size: 14px;
  }
  
  .my-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #005baa;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    color: #005baa;
    transition: all 0.3s;
  }
  
  .my-btn:hover {
    background: #005baa;
    color: #fff;
  }
  
  .my-possibilities-grid {
    flex: 1 1 65%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  
  .my2-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: block;
  }
  
  .my2-card img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.4s ease;
  }
  
  .my2-card:hover img {
    transform: scale(1.08);
  }
  
  .my2-card span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #005baa;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
  }
  
  /* Как мы работаем */
  .my3-steps {
    width: 70%;
    margin: 60px auto;
    text-align: center;
  }
  
  .my3-steps h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
  }
  
  .my3-steps h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #005baa;
    border-radius: 2px;
  }
  
  .my3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  
  .my3-step {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  
  .my3-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #005baa;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .my3-step h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .my3-step p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .my3-steps {
      width: 90%;
      margin: 40px auto;
    }
    
    .my3-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    
    .my3-step {
      width: 100%;
      text-align: left;
    }
    
    .my3-steps h2 {
      text-align: center;
    }
  }
  
  /* О компании */
  .my4-about {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 60px auto;
    gap: 40px;
  }
  
  .my4-about-content {
    flex: 1 1 55%;
  }
  
  .my4-about-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
  }
  
  .my4-about-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: #005baa;
    border-radius: 2px;
  }
  
  .my4-about-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .my4-about-content p strong {
    font-weight: 700;
  }
  
  .my4-buttons {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .my4-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #005baa;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
  }
  
  .my4-btn.primary {
    background: #005baa;
    color: #fff;
  }
  
  .my4-btn.primary:hover {
    background: #004080;
  }
  
  .my4-btn.secondary {
    color: #005baa;
  }
  
  .my4-btn.secondary:hover {
    background: #005baa;
    color: #fff;
  }
  
  .my4-video {
    flex: 1 1 40%;
  }
  
  .my4-video iframe {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    border: none;
  }
  
  /* Доверяют */
  .my5-partners {
    max-width: 1200px;
    margin: 60px auto;
    position: relative;
  }
  
  .my5-partners h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
  }
  
  .my5-partners h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: #005baa;
    border-radius: 2px;
  }
  
  .my5-slide img {
    width: 140px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  .my5-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    color: #888;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .my5-partners:hover .swiper-button-prev,
  .my5-partners:hover .swiper-button-next {
    opacity: 1;
  }
  
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #555;
    transform: scale(1.2);
  }