iframe[src*="youtube.com"], iframe[src*="vimeo.com"] { max-width: 100%; }

ymaps{
	margin: 0 auto!important;
}

.subcol-image {
  	vertical-align: middle;
  	width: 2em;
  	margin-left: 0.5em;
}


/* Вложенные уровни */
.side-menu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* открываются сбоку */
  min-width: 200px;
  background: #F0F0F0;
  z-index: 999;
}

.tabs li a
 {
  z-index: 1;
}  

/* Показываем при наведении */
ul.nav li:hover > a
 {
  font-weight: bold;
}

.side-menu li:hover > ul {
  display: block;
}

/* Подкатегории при наведении */
.side-menu ul ul li > a:hover {
  font-weight: bold;
  background: #f9f9f9;
}

/* Верхнее меню на мобильных */
/* Бургер-кнопка */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding: 8px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #333;
  margin: 3px auto;
  transition: all 0.3s ease;
}

/* Состояние активного меню */
.menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Мобильная версия */
/* Бургер-кнопка */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding: 8px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #333;
  margin: 3px auto;
  transition: all 0.3s ease;
}

/* Анимация бургера при открытии */
.menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Стили для мобильных */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .static-menu, .custom-menu .social {
    display: block;
  }

  .static-menu::before {
    content: '';
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  /* Меню скрыто по умолчанию */
  .static-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: white;
    z-index: 1000;
    padding: 50px 20px 30px !important;
    margin: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
  }
  
  /* Меню открыто */
  .menu-open .static-menu {
    transform: translateX(0);
  }
  
  /* Блокировка прокрутки фона */
  .menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  
  /* Стили пунктов меню */
  .static-menu li {
    margin: 5px 0;
    width: 100%;
  }
  
  .static-menu a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
  }
  
  .static-menu a:hover,
  .static-menu a.active {
    background: #f8f9fa;
    color: #007bff;
    padding-left: 20px;
  }
}

/* Десктопная версия */
@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Прелоадер при добавлении в корзину */
/* Стили для нижнего уведомления */
.bottom-notification {
    position: fixed !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px) !important;
    border-radius: 12px !important;
    padding: 18px 30px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
    z-index: 9998 !important;
    animation: slideUp 0.4s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    transition: all 0.3s ease !important;
}

/* Оконтовка текста "Добавлено" */
.bottom-notification-text {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-shadow: 
        0.5px 0.5px 0 #fff, 
        -0.5px -0.5px 0 #fff, 
        0.5px -0.5px 0 #fff, 
        -0.5px 0.5px 0 #fff,
        0.5px 0.5px 1px rgba(255, 255, 255, 0.8) !important;
    letter-spacing: 0.3px !important;
}

.bottom-notification-link {
    color: #007bff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 1px !important;
    transition: all 0.2s ease !important;
    text-shadow: 
        0.5px 0.5px 0 #fff, 
        -0.5px -0.5px 0 #fff, 
        0.5px -0.5px 0 #fff, 
        -0.5px 0.5px 0 #fff !important;
}

.bottom-notification-link:hover {
    color: #0056b3 !important;
    border-bottom-color: #0056b3 !important;
}

/* Эффект при наведении */
.bottom-notification:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18) !important;
    transform: translateX(-50%) translateY(-5px) !important;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateX(-50%) translateY(80px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes slideDown {
    to { opacity: 0; transform: translateX(-50%) translateY(80px); }
}

.div_mask {
    display: none !important;
}
 



