#menu_navbar {
  border-bottom: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: 0;
}
.footer_links > * {
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  background-color: rgba(238, 238, 238, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.footer_links > *:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
#footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.product__name {
  font-size: 14px;
}
#menu_blog_rss a {
        display: none;
}
img.blog_image {
    display: none !important;
}
.article__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article__image:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.article__image_wrapper {
  background-color: transparent !important;
}  
.hotspot.--slider_standard .product__icon {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hotspot.--slider_standard .product__icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  background-color: rgba(238, 238, 238, 0.6);
}
.gfx_lvl_1 {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  font-family: 'HelveticaNeueForEco-Md', sans-serif !important;
}
.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto;
}
#logo img {
  display: block;
  width: auto; 
  height: auto;
  max-width: 100%;
  width: 600px;
}
.menu_search__block,
.menu_search__block.--focus,
.menu_search__block.--open {
  width: 400px !important; 
  max-width: 400px !important;
  transition: none !important;
}
@media (min-width: 979px) {
.navbar-nav {
  display: flex;
  max-width: 3840px; !important;
  justify-content: center;
  gap: 18px;
  padding-left: 0;            
  margin-bottom: 24px;        
  list-style: none;     
  font-family: 'HelveticaNeueForEco-Md', sans-serif
  background-color: #f1f1f1 !important;
  white-space: nowrap;
}
.nav-link.--l1 {
  display: inline-block;
  background-color: #f1f1f1 !important;
  padding: 12px 19px;
  border: 2px solid #f1f1f1; 
  border-radius: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: 'HelveticaNeueForEco-Md', sans-serif;
  text-align: center;
  justify-content: center
  white-space: nowrap;
}
.nav-link.--l1:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 6px rgba(180, 180, 180, 0.6);
  border-radius: 50px;
}
#search .product__icon img {
  transition: filter 0.3s ease, transform 0.3s ease;
  display: block;
}
#search .product__icon:hover img {
  filter: brightness(1.2);
  transform: scale(1.03);
  cursor: pointer;
}
#search .product:hover {
  border-color: transparent !important;
}
.product__compare_item.--add.btn {
  font-family: 'HelveticaNeueForEco-Md', sans-serif;
  font-size: 16px;
  margin-top: 4px;
  margin-right: 10px;
}
.product__compare_item.--remove.btn {
  font-family: 'HelveticaNeueForEco-Md', sans-serif;
  font-size: 16px;
  margin-top: 4px;
  margin-right: 10px;
}
a.btn.--solid.--medium {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
a.btn.--solid.--medium:hover {
  background-color: #4da5cc;
  border-color: #4da5cc;
}
a.btn.--solid.--secondary.--medium:hover {
  background-color: #4da5cc;
  border-color: #4da5cc;
}
#projector_button_basket {
  background-color: #4da5cc;
  border-color: #4da5cc;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
#projector_button_basket:hover {
  background-color: #4da5cc;
  border-color: #4da5cc;
}
.photos__photo {
  border-radius: 10px;
}
.count {
  visibility: hidden;
}
.name {
  color: #040404;           
  font-family: 'HelveticaNeueForEco-Md', sans-serif;  
  text-decoration: none !important;   
  font-size: 24px;          
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.name:hover {
  color: #48cc84; !important;
}
.navbar-subnav {
  display: none !important;
}
#menu_basket .topBasket__sub {
  color: #4da5cc;
  background-color: inherit !important;
}
#menu_basket .topBasket__sub .topBasket__price {
  color: #000;
  font-family: Arial;
  font-weight: 100;
}
#menu_basket .topBasket__sub:hover {
  background-color: inherit !important;
}
#menu_basket .topBasket__sub:hover .topBasket__price {
  color: #4da5cc;
}
#menu_basket .topBasket__sub:before,
#menu_basket .topBasket__sub:after {
  color: #4da5cc !important;
  fill: #4da5cc !important;
}
#return_sub_basket_empty {
  border: none !important;
}
#contact_map,
#stocks_map {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.contact_stocks__link {
  display: none;
}
.name {
  margin-top: 20px;
  font-size: 19px;
  font-family: 'headline_custom', 'Arial', sans-serif;
}
#projector_longdescription {
  padding: 10px;
}
.navigation_desc.--bottom.cm {
  margin-top: 60px;
}
.search_description.--bottom {
  margin-top: 60px;
}
.photos__photo {
    max-width: 80%; 
    height: auto;
}
.product__name {
    font-weight: bold;
}
aside.col-3.col-xl-2 {
    display: none !important;
}
.row {
  display: flex;
  justify-content: center;
}
.blog-item_sub img {
  display: block;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  margin: 0 auto;
}
.blog-item_sub {
  overflow: visible !important;
  padding: 10px;
}
.blog_date.article__date {
  display: block;
  margin: 0 auto;
  text-align: center;
}