#menu {
    
    webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3); 
    /*box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);*/
}
main {
    background-position: center center;
    background-size: 100% auto;
    background-image: url('/image/mainimage/backgroundimg.svg');
}
a, .dropdown-menu li > a i {
    color: #080808;
    font-weight: 600;
}
.category-wall__item.type2 {
    padding-top: 25px;
}
.category-wall__title.child-empty.type2{
    margin-bottom: 10px;
}
.menu-wrapper.custom_new{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    padding: 10px 15px 10px 15px;
}
.menu-nav_new{
    width: 100%;
}
.menu2 .menu__level-1-li {
    box-shadow: none;

}

.menu2 .menu__level-1-li:hover {
    background:none;
}

.menu__level-1-a {
    
    min-height: auto;
}
.menu__collapse.main-menu__collapse{
        height: 100%;
}
.menu__level-1-a {
    height: auto;
}
.menu2 .menu__level-1-a{
    font-weight: 700;
    font-size:17px;
}
.menu2 .menu__level-1-a:hover {
    color: #d05272;
}
.menu2 .menu__level-2-a{
    color:black;
}
.menu2 .menu__level-2-a:hover {
     color: #d05272;
}
.menu2 .menu__level-1-li {
        flex: 0 1 auto;
       
}
.category-wall__image.type2 img {
    transition: transform 0.3s ease; /* Плавный переход */
}


.category-wall__item.type2 {
    
  
   flex-direction: column;
}
.uni-item{
    border-radius:8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease; /* Плавный переход для transform, box-shadow и border */
}
.uni-item:hover {
        border: solid 1px #d1526f;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .12);
        transform: translateY(-4px);
    }

/*ВСЯ МОБИЛЬНАЯ ШАПКА*/
.menu-wrapper.custom_new.sticky {
        position: fixed; /* Фиксируем элемент */
        top: 0; /* Прикрепляем к верхней части окна */
        left: 0;
        right: 0;
        z-index: 1000; /* Устанавливаем высокий z-index, чтобы элемент был поверх других */
        background-color: white; /* Цвет фона для липкого меню */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Тень для эффекта поднятия */
        
    }
.mobile-header-phones__items ul {
    list-style-type: none; /* Убираем маркеры */
    padding: 0; /* Убираем отступы */
    margin: 0; /* Убираем внешние отступы */
}
.header__mobile_custom_v2 {
    padding-bottom: 10px;
    transition: all 0.6s ease;
}
.header-slogan_mobile_v2 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    max-width: 90%;
    margin: 10px auto;
}

.menu-open_v2 {
    margin: 0;
}
.mobile_navigation_v2 {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
}
.header-block__item_cart_v2 {
    order: 3; /* Установите порядок для корзины */
}
.navigation__burger-button_mobile_v2 {
    order: 4; /* Установите порядок для бургер-меню */
}

.mobile-header-phones_v2, .navigation__search-button_mobile_v2 {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 100px;
}
.header__row_mobile_v2 {
    width: 100%;
    max-width: 1230px;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid rgb(194, 194, 194, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Добавление тени */
}
.mobile_navigation_v2 {
    display: flex;
    height: 50px;
    gap: 17px;
}

@media (min-width: 991px) {
    .header-slogan_mobile_v2 {
        display: none;
    }

    #top_mobile_v2 {
        display: none;
    }
    .header__row_mobile_v2 {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-cart__icon.fa.fa-shopping-bag {
        font-size: 37px;
    }

    header {
        display: block;
    }
    .header__row_mobile_v2.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 101;
        background: white;
        border-bottom: 1px solid rgb(194, 194, 194, .2);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Добавление тени */
        transition: all 0.6s ease; /* Плавный переход для всех свойств */
    }
    .mobile-header-phones__items li {
        margin: 10px;
    }
    .mobile-header-phones__items {
        height: 74px;
        width: 200px;
        top: 111px;
        left: 162px;
        display: none;
        position: absolute;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}
.menu-open__icon.fas.fa-bars{
    font-size: 24px;
}
/*ВСЯ МОБИЛЬНАЯ ШАПКА*/


