.elementor-2773 .elementor-element.elementor-element-bfbf79c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2773 .elementor-element.elementor-element-7fd127d{--display:flex;--min-height:5rem;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:11;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2773 .elementor-element.elementor-element-7fd127d{--content-width:1500px;}}/* Start custom CSS for html, class: .elementor-element-32959f7 */body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1.2rem;
    background: transparent;
  z-index: 10;
}

.container1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 3.6rem;
}

.main-nav1 ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.main-nav1 ul li {
  margin-right: 2.5rem;
}

.main-nav1 ul li:last-child {
  margin-right: 0;
}

.main-nav1 ul li a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.main-nav1 ul li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 110%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.main-nav1 ul li a:hover::after {
  transform: scaleX(1);
}


.main-nav1 ul li a:hover {
  color: #fff;
}

.lang-switcher1 {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  
}

.lang-switcher1 a {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  transition: opacity 0.2s ease;
}

.lang-switcher1 a:last-child {
  margin-right: 0;
}

.lang-switcher1 .lang1.active1,
.lang-switcher1 .lang1:hover {
  opacity: 1;
  font-weight: 500;
  color: #fff;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1e1d1d;
  transition: all 0.3s ease;
}

/* Медиа-запросы для адаптации */
@media (max-width: 1024px) {
  /* Планшеты */
  .main-nav ul li {
    margin-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  /* Мобильные устройства */
  .menu-toggle {
    display: flex;
  }
  
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: white;
    padding: 6rem 2rem 2rem;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .main-nav.active {
    right: 0;
  }
  
  .main-nav ul {
    flex-direction: column;
  }
  
  .main-nav ul li {
    margin: 0 0 2rem 0;
  }
  
  .lang-switcher {
    margin-left: auto;
    margin-right: 1rem;
  }
  
  /* Анимация бургер-иконки */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

@media (max-width: 480px) {
  /* Маленькие мобильные устройства */
  .main-header {
    padding: 1rem;
  }
  
  .logo img {
    height: 2.5rem;
  }
  
  .main-nav {
    width: 80%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7fd127d */.elementor-2773 .elementor-element.elementor-element-7fd127d {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: rgba(65, 31, 5, 0.2); /* затемнение */
  backdrop-filter: blur(4px);              /* блюр */
  -webkit-backdrop-filter: blur(4px);      /* Safari */
    height: 6rem;
}
@media (max-width: 1024px) {
    .elementor-2773 .elementor-element.elementor-element-7fd127d {
        box-shadow: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}/* End custom CSS */