

    /* =========== MAIN =========== */
    /* =========== MAIN =========== */
    /* =========== MAIN =========== */

    /* Контейнер меню с фоном и тенью */
    .menu {
      background-color: #000000;
      width: 100%;
      position: relative; /* Для позиционирования dropdown окна search */
      z-index: 10000;
    }
    
    /* Внутренний контейнер */
    .menu_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1024px;
      height: 64px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    
    /* Отступы для узких экранов */
    @media (max-width: 1024px) {
      .menu_inner {
        margin-left: 40px;
        margin-right: 40px;
      }
    }
    
    .left {
      display: flex;
      align-items: center;
    }
    
    .logo img {
      display: block;
      width: 102.5px;
      height: 33.5px;
      z-index: 1;
    }
    
    .blank_space_1 {
      width: 36px;
      height: 30px;
      background-color: #000000;
    }
    
    a:link,
    a:visited,
    a:hover,
    a:active {
      text-decoration: none;
    }
    
    .menu_txt {
      display: flex;
      align-items: center;
      margin-right: 20px;
    }
    
    .menu_txt img {
      width: 9px;
      height: 3.5px;
      margin-left: 5px;
      transition: opacity 0.3s ease;
    }
    
    .menu_txt .text {
      font-family: Helvetica, sans-serif;
      font-weight: bold;
      font-size: 15.5px;
      color: #ffffff;
      transition: color 0.3s ease;
    }
    
    .menu_txt:hover .text {
      color: #8449ec;
    }
    
    .menu_txt:hover img {
      content: url('../img/main/menu_v_hover.png');
    }
    
    @media (max-width: 1024px) {
      .menu_txt {
        display: none;
      }
    }
    
    .right {
      display: flex;
      align-items: center;
    }
    
    .ico_menu img {
      display: block;
      width: 18px;
      height: 13.5px;
      transition: opacity 0.3s ease;
    }
    .ico_menu img:hover {
      opacity: 0.6;
    }
    
    .blank_space_2 {
      width: 24px;
      height: 30px;
      background-color: #000000;
    }
    
    .ico_search img {
      display: block;
      width: 17.5px;
      height: 17.5px;
      transition: opacity 0.3s ease;
    }
    .ico_search img:hover {
      opacity: 0.6;
    }
    
    .btn_newsletter {
      margin-left: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 106px;
      height: 29px;
      background-color: #ffffff;
      color: #000000;
      font-family: Helvetica, sans-serif;
      font-size: 14.5px;
      font-weight: bold;
      border-radius: 3px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .btn_newsletter:hover {
      color: #ffffff;
      background-color: #8449ec;
    }
    
    /* Стили для dropdown окон иконок (иконки меню, Newsletter) */
    .dropdown_wrapper {
      position: relative;
      display: inline-block;
    }
    
    .dropdown_window {
      position: absolute;
      top: calc(100% + 18px);
      right: 0;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 100;
    }
    .dropdown_window.show {
      display: block;
    }

    /* =====  MEDIA  =====  */

    @media (max-width: 700px) {
    .dropdown_window {
      left: -110px;
    }
    }

    .dropdown_window_newsl {
      position: absolute;
      top: calc(100% + 18px);
      right: 0;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 100;
    }
    .dropdown_window_newsl.show {
      display: block;
    }
    
    /* Стили для dropdown окна поиска (иконка search) */
    .dropdown_search_window {
      position: absolute;
      top: calc(64px + 0px);
      left: 0;
      width: 100%;
      height: auto;
      background-color: #ffffff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
      display: none;
      z-index: 100;
    }
    .dropdown_search_window.show {
      display: block;
    }
    
    /* Стили для dropdown окон текстовых меню */
    .dropdown_text_wrapper {
      position: relative;
      display: inline-block;
    }
    
    .dropdown_text_window {
      position: absolute;
      top: calc(100% + 12px);
      left: -18px;
      width: 260px;
      height: auto;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 100;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .dropdown_text_window.show {
      display: block;
    }
    
    .dropdown_text_window a {
      display: block;
      margin-left: 20px;
      margin-bottom: 14px;
      font-family: Helvetica, sans-serif;
      text-decoration: none;
      color: #000000;
    }
    .dropdown_text_window a:last-child {
      margin-bottom: 0px;
    }
    .dropdown_text_window a:hover {
      color: #8449ec;
    }


    /* =========== MENU =========== */
    /* =========== MENU =========== */
    /* =========== MENU =========== */

    .dd_menu {
      margin-left: 0px;
      margin-top: 0px;
      width: 305px;
      height: 576px;
      background-color: #ffffff;
      border-right: 0px solid #ccc;
      border-radius: 15px;
      display: flex;
      flex-direction: column; 
    }

    .dd_menu_search {
      left: 24px;
      top: 26px;
      width: 257px;
      height: 41px; /* <<<<<<<<<<<< ВЫСОТА SEARCH ОКНА (1) ======= */
      background-color: #f8f8f8;
      border: 0px solid #ffffff;
      border-radius: 10px;
      display: flex;
      align-items: center;
      position: relative;
    }

    .dd_menu_search_input_field {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: black;
      border: none;
      outline: none;
      background: none;
      height: 41px; /* <<<<<<<<<<<< ВЫСОТА SEARCH ОКНА (2) ======= */
      width: 100%;
      padding-left: 2px;
      box-sizing: border-box;
    }

    .dd_menu_search_input_field::placeholder {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #9e9e9e;
    }

    .dd_menu_search_ico_search {
      margin-left: 14px;
      margin-right: 10px;
      display: flex;
      align-items: center;
    }

    .dd_menu_search_ico_search img {
      display: block;
      width: 17px;
      height: 17px;
    }

    .dd_menu_blank_space {
      width: 300px;
      height: 10px;
      margin-top: 30px;
    }


    .dd_menu_list {
      margin-top: 8px;
      padding-left: 24px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 17px;
      font-weight: bold;
      overflow-y: auto;
    }

    .dd_menu_list a {
      display: flex;
      align-items: center;
      color: #363636;
      text-decoration: none;
      margin-bottom: 15px;
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .dd_menu_list a:hover {
      color: #8449ec;
    }

.dd_menu_list a .menu-icon {
  margin-left: auto; /* Сдвигаем иконку вправо */
  margin-right: 24px; /* Интервал между иконкой и правым краем */
}


    .dd_menu_list a img {
      width: 11.5px;
      height: 5.5px;
      object-fit: contain;
  margin-bottom: 3px; /* Сдвигаем иконку по вертикали */
    }

    .sub_menu {
      display: none;
      padding-left: 41px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: black;
      list-style: none;
      height: 0;
      overflow: hidden;
      transition: height 0.3s ease;
    }

    .sub_menu.open {
      display: block;
      height: auto;
      background-color: #f5f5f5; /* Серый фон */
      margin-left: -40px; /* Сдвиг фона на 40 пикселей влево */
    }

    .sub_menu a {
      color: #363636;
      text-decoration: none;
      display: block;
      padding: 0px 0px;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .sub_menu a:hover {
      color: #8449ec;
      transform: translateX(4px);
    }

    .sub_menu .first-item {
      margin-top: 18px; /* Отступ от материнского меню */
    }

    .sub_menu .last-item {
      margin-bottom: 16px; /* Отступа после последнего пункта */
    }

    .active-icon {
      content: url('../img/dd_menu/menu_v_hover.png');
    }

    .default-icon {
      content: url('../img/dd_menu/menu_v.png');
    }


    /* =========== NEWSLETTER =========== */
    /* =========== NEWSLETTER =========== */
    /* =========== NEWSLETTER =========== */

        .dd_newsl {
            margin-left: 0px;
            margin-top: 0px;
            width: 413px;
            height: auto;
            background-color: #ffffff;
            border-radius: 15px;
            padding: 0px;
            display: flex;
            flex-direction: column; 
        }

    /* =====  MEDIA  =====  */

    @media (max-width: 700px) {
    .dd_newsl {
            width: 350px;
    }
    }

        .dd_newsl_inner {
            margin-left: 30px;
            margin-right: 30px;
            height: auto;
            display: flex;
            flex-direction: column; 
        }

        .dd_newsl_inner h1 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 22px;
            font-weight: bold;
            color: #000000;
            line-height: 27px;
            margin-top: 28px;
            margin-bottom: 20px;
        }

        .dd_newsl_input {
            display: flex;
            justify-content: left;
        }

        .dd_newsl_input input[type="email"] {
            width: 100%;
            max-width: 262px;
            height: 44px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            padding-left: 15px;
            box-sizing: border-box;
            margin-right: 0px;
            border: 1px solid #f2f2f3;  /* Задаем начальную границу */
            background-color: #f2f2f3;
            border-right: none;
            border-top-left-radius: 7px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 0px;
        }

        .dd_newsl_input input[type="email"]::placeholder {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            color: #84808c;
        }

.dd_newsl_input input[type="email"]:focus {
    outline: none;
}

        .dd_newsl_input button {
            width: 100%;
            max-width: 88px;
            height: 44px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: bold;
            color: #ffffff;
            background-color: #8348ed;
            border: none;
            border-top-left-radius: 0px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 6px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .dd_newsl_input button:hover {
            background-color: #945afe;
        }


        .checkbox_group {
            display: flex;
            max-width: 350px;
            margin: 0;
            margin-top: 16px;
            margin-bottom: 26px;
        }

        .checkbox_group input[type="checkbox"] {
            appearance: none;
            min-width: 18px;
            height: 18px;
            border: 2px solid #64646c;
            border-radius: 3.5px;
            margin-right: 8px;
            position: relative;
            cursor: pointer;
        }

        .checkbox_group input[type="checkbox"]:checked::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 10px;
            height: 10px;
            background-color: #000000;
            border-radius: 2px;
        }

        .checkbox_group label {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 14px;
            color: #696a6a;
            line-height: 22px;
            margin-top: 1px;
        }

        .checkbox_group a {
            font-family: Helvetica, Arial, sans-serif;
            color: #1a1a1a;
            text-decoration: underline;
        }

        .checkbox_group a:hover {
            text-decoration: none;
        }

        /* Класс для красной обводки */
        .error {
            border-color: red !important;
        }


    /* =========== SEARCH =========== */
    /* =========== SEARCH =========== */
    /* =========== SEARCH =========== */

        .dd_search_gray_line {
            background-color: #f0f0f0;
            width: 100%;
            height: 1px;
        }

        .dd_search_bg {
            background-color: #ffffff;
            width: 100%;
        }

        /* Объединённый контейнер для центрирования */
        .dd_search_inner {
            display: flex;
            justify-content: space-between;  /* Размещение элементов по краям */
            align-items: center; 
            max-width: 1024px;
            height: 66px;
            margin: 0 auto;  /* Центрируем по горизонтали */
            box-sizing: border-box;  /* Включаем отступы в расчет размера */
        }

        /* Добавляем отступы слева и справа, но не изменяем ширину */
        @media (max-width: 1024px) {
            .dd_search_inner {
                margin-left: 40px;  /* Отступ слева */
                margin-right: 40px;  /* Отступ справа */
            }
        }

        .dd_search_search-form {
            width: 100%;  /* Форма будет занимать 100% доступной ширины */
            max-width: 987.5px;  /* Максимальная ширина */
            height: 30px;
            background-color: white;
            border: 0px solid #808080;
            border-radius: 4px;
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 0;
            box-sizing: border-box;
        }

        .dd_search_cursor {
            width: 2px;
            height: 23px;
            background-color: #8348ed;
            position: absolute;
            border-radius: 1px;
            left: 0;
            animation: blink 1s infinite step-start;
        }

        .dd_search_input-field {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 17px;
            font-style: normal;
            color: black;
            border: none;
            outline: none;
            background: none;
            width: 100%;
            padding-left: 2px;
            box-sizing: border-box;
        }

        .dd_search_input-field::placeholder {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 17px;
            font-style: normal;
            color: #b8b8b8;
        }

        .dd_search_ico_x {
            margin-left: 20px;
            display: flex;
            align-items: center;
        }

        .dd_search_ico_x img {
            display: block;
            width: 16.5px;
            height: 16.5px;
            transition: opacity 0.3s ease; /* Плавный переход */
        }

        .dd_search_ico_x img:hover {
            opacity: 0.6; /* Уменьшаем непрозрачность на 10% */
        }

        /* ====== Мигание Курсора ====== */
        @keyframes blink {
            50% {
                opacity: 0;
            }
        }



