
    
    /* =========== MAIN =========== */
    /* =========== MAIN =========== */
    /* =========== MAIN =========== */
    
    .menu {
      position: relative;
      background-color: #ffffff;
      width: 100%;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
      z-index: 10000;
    }
    
    .menu_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1024px;
      height: 71px;
      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: 118.5px;
      height: 40px;
      z-index: 1;
      margin-top: 5px; 
    }
    
    .blank_space_1 {
      width: 23px;
      height: 30px;
      background-color: #ffffff;
    }
    
    .ico_menu img {
      display: block;
      width: 20.5px;
      height: 14.5px;
      transition: opacity 0.3s ease;
    }
    .ico_menu img:hover {
      opacity: 0.6;
    }
    
    .right {
      display: flex;
      align-items: center;
    }
    
    a:link, a:visited, a:hover, a:active {
      text-decoration: none;
    }
    
    .menu_txt {
      display: flex;
      align-items: center;
      margin-left: 30px; 
    }
    
    .menu_txt img {
      width: 9px;
      height: 5.5px;
      margin-left: 7px;
      transition: opacity 0.3s ease;
    }
    
    .menu_txt .text {
      font-family: Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16.5px;
      color: #303130;
      transition: color 0.3s ease;
    }
    
    .menu_txt:hover .text {
      color: #f63a3a;
    }
    
    .menu_txt:hover img {
      content: url('../img/main/v_red.png');
    }
    
    .menu_txt .text_red {
      font-family: Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16.5px;
      color: #f63a3a;
    }
    
    @media (max-width: 1024px) {
      .menu_txt {
        display: none;
      }
    }
    
    .vertical-line {
      width: 1px;
      height: 20px;
      background-color: #cdcdcd;
      margin: 0 25px;
    }
    
    @media (max-width: 1024px) {
      .vertical-line {
        display: none;
      }
    }
    
    .ico_search img {
      display: block;
      width: 21px;
      height: 21px;
      transition: opacity 0.3s ease;
    }
    .ico_search img:hover {
      opacity: 0.6;
    }
    
    .btn_newsletter {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 95px;
      height: 35.5px;
      background-color: #d02d2d;
      color: white;
      font-family: Helvetica, sans-serif;
      font-size: 11.5px;
      font-weight: bold;
      text-transform: uppercase; 
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      margin-left: 24px;
    }
    
    .btn_newsletter:hover {
      background-color: #de3333;
    }
    
    /* Стили для dropdown окон */
    .dropdown {
      position: absolute;
      width: auto;
      height: auto;
      border-radius: 10px;
      background-color: #ffffff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 100;
    }
    
    /* Стили для текстовых dropdown меню */
    .menu_dropdown {
      position: absolute;
      width: 260px;
      height: auto;
      border-radius: 10px;
      background-color: #ffffff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 100;
      padding-top: 20px;
      box-sizing: border-box;
    }
    
    .menu_dropdown a {
      display: block;
      padding-left: 20px;
      font-family: Helvetica, sans-serif;
      text-decoration: none;
      color: #303130;
    }
    .menu_dropdown a:not(:last-child) {
      margin-bottom: 14px;
    }
    .menu_dropdown a:last-child {
      margin-bottom: 20px;
    }
    .menu_dropdown a:hover {
      color: red;
    }
    
    /* Стили для окна поиска */
    .search_dropdown {
      position: absolute;
      top: calc(100% + 0px);
      left: 0;
      width: 100vw;
      height: auto;
      border-radius: 0;
         /* x-offset: 0, y-offset: 4px, blur: 6px, spread: -4px */
         box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }

    
    /* =========== Дополнительные классы для inline-стилей =========== */
    
    /* Для контейнеров с позиционированием относительно и inline-блоком */
    .dropdown_relative {
      position: relative;
      display: inline-block;
    }
    
    /* Для элементов, которым нужен inline-блок */
    .inline_block {
      display: inline-block;
    }
    
    /* Для menu_item */
    .menu_item {
      position: relative;
      display: inline-block;
    }
    
    /* Для позиционирования dropdown слева */
    .dropdown_position_left {
      top: calc(100% + 12px);
      left: 12px;
    }
    
    /* =====  MEDIA  =====  */
    @media (max-width: 700px) {
    .dropdown_position_left {
      left: -140px;
    }
    }

    /* Для позиционирования dropdown справа */
    .dropdown_position_right {
      top: calc(100% + 12px);
      right: 0;
    }


    

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

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

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

    .dd_menu_search_input_field {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: black;
      border: none;
      outline: none;
      background: none;
      height: 46px; /* <<<<<<<<<<<< ВЫСОТА 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: 14px;
      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: 11px;
      padding-left: 28px;
      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: #000000;
      text-decoration: none;
      margin-bottom: 11.5px; /* <<<<<<<<<<<< ОТСТУП ОТ ЛИНИИ (1) ======= */
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .dd_menu_list a:hover {
      color: #f63a3a;
    }

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

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

    .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: #ffffff; /* Фон субменю */
      margin-left: -40px; /* Сдвиг фона на 40 пикселей влево */
    }

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

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

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

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

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

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



    /* ==========  Линии между элементами меню */

    .dd_menu_list a:not(:last-child) {
      position: relative;
      padding-bottom: 11.5px; /* <<<<<<<<<<<< ОТСТУП ОТ ЛИНИИ (2) ======= */
    }

    .dd_menu_list a:not(:last-child)::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 255px;
      height: 1px;
      background-color: #eeeeee; /* Цвет линии */
    }


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

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

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


        .dd_newsl_inner h1 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 27px;
            font-weight: bold;
            color: #111014;
      line-height: 34px; /* Расстояние между строками */
      max-width: 318px;
            margin-top: 28px;
            margin-bottom: 7px;
        }

        .dd_newsl_inner p {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 16.5px;
            color: #555557;
      line-height: 24px; /* Расстояние между строками */
      max-width: 318px;
      margin: 0;
            margin-bottom: 12px;
        }


        .dd_newsl_input {
            display: block; /* чтобы элементы располагались вертикально */
            justify-content: left;
        }

        .dd_newsl_input input[type="email"] {
            width: 100%;
            max-width: 318px;
            height: 48px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 14px;
            padding-left: 15px;
            box-sizing: border-box;
            margin-right: 0px;
            border: 1px solid #e0e0e0;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
                   margin-bottom: 16px;
        }

        .dd_newsl_input input[type="email"]::placeholder {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-style: normal;
            color: #9c9c9c;
        }

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

        .dd_newsl_input button {
            width: 100%;
            max-width: 318px;
            height: 48px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: bold;
            color: #ffffff;
            background-color: #e22028;
            border: none;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            cursor: pointer;
            transition: background-color 0.3s ease; /* Плавное изменение фона */
                  margin-bottom: 14px;
        }

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




        .checkbox_group {
            display: flex;
            max-width: 318px;
            margin: 0;
            margin-top: 2px;
            margin-bottom: 30px;
        }

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

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

        .checkbox_group label {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 13px;
            color: #9a9a9a;
            line-height: 18px;
            margin-top: 1px;
        }

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

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

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


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


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

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



        .dd_search_parent {
            flex-direction: dd_search_inn_pop_column; /* Элементы располагаются вертикально */
        }


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

            text-align: left;
            font-family: Helvetica, sans-serif;
            font-size: 20px;
            font-weight: bold;
            color: #000000;
        }

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



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

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



        .dd_search_search-form {
            width: 100%;  /* Форма будет занимать 100% доступной ширины */
            max-width: 1024px;  /* Максимальная ширина */
            height: 57px;
            background-color: #f6f6f6;
            border: 0px solid #e8e8e8;
            border-right: none;  /* Скрываем правую границу */
            border-top-left-radius: 6px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 0px;
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 0;
            box-sizing: border-box;
        }

        .dd_search_cursor {
            width: 2px;
            height: 38px;
            background-color: #f63a3a;
            position: absolute;
            border-radius: 1px;
            left: 0;
            margin-left: 14px;
            animation: blink 1s infinite step-start;
        }

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

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

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


        a:link { text-decoration: none;}
        a:visited {text-decoration: none;}
        a:hover {text-decoration: none;}
        a:active {text-decoration: none;}


    .dd_search_search-button {
      display: flex;
      justify-content: center; /* Горизонтальное центрирование */
      align-items: center; /* Вертикальное центрирование */
      width: 72px;
      height: 57px;
      background-color: #f63a3a;
      font-family: Helvetica, sans-serif;
      font-size: 12.5px;
      font-weight: bold;
      color: white;
      border: none;
      cursor: pointer;
      border-top-left-radius: 0;
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 6px;
      transition: background-color 0.3s ease; /* Плавный переход фона */
    }

    .dd_search_search-button img {
      width: 25px;
      height: 25px;
    }

    .dd_search_search-button:hover {
      background-color: #fc4444;
    }



        .dd_search_inner_popular {
            display: flex;
            align-items: center; 
            max-width: 1024px;
            height: 305px;
            margin: 0 auto;  /* Центрируем по горизонтали */
            box-sizing: border-box;  /* Включаем отступы в расчет размера */
        }

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


        .dd_search_inn_pop_column {
            width: 290px;
            margin-top: 12px;
        }
        .dd_search_inn_pop_column h3 {
            font-family: Helvetica, sans-serif;
            font-size: 20px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 19px;
        }
        .dd_search_inn_pop_column ul {
            list-style: none;
            padding: 0;
        }
        .dd_search_inn_pop_column ul li {
            font-family: Helvetica, sans-serif;
            font-size: 15.5px;
            font-weight: nomal;
            color: #000000;
            margin-bottom: 15px;
        }

        .dd_search_inn_pop_column ul li a:link, 
        .dd_search_inn_pop_column ul li a:visited, 
        .dd_search_inn_pop_column ul li a:active {
            text-decoration: none;
            color: inherit;  
            transition: color 0.3s ease;
        }

        .dd_search_inn_pop_column ul li a:hover {
            text-decoration: none;
            color: #f63a3a;  
        }


