.elementor-2768 .elementor-element.elementor-element-6c11ee2{--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-2768 .elementor-element.elementor-element-7fd127d{--display:flex;--min-height:6rem;--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);--z-index:9999;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2768 .elementor-element.elementor-element-7fd127d{--min-height:5rem;}}/* Start custom CSS for html, class: .elementor-element-32959f7 */@media (min-width: 800px) {
  body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
  }

  .main-header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 1.2rem;
    background: transparent;
    z-index: 1000;
  }

  .container1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    height: 3.6rem;
  }

  .main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .main-nav ul li {
    margin-right: 2.5rem;
  }

  .main-nav ul li:last-child {
    margin-right: 0;
  }

  .main-nav ul li a {
    position: relative;
    text-decoration: none;
    color: #1e1d1d;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }

  .main-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 110%;
    height: 2px;
    background-color: #8c3a3a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .main-nav ul li a:hover::after {
    transform: scaleX(1);
  }

  .main-nav ul li a:hover {
    color: #8c3a3a;
  }

  .lang-switcher {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    text-transform: uppercase;
  }

  .lang-switcher a {
    text-decoration: none;
    color: #444;
    opacity: 0.7;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    transition: opacity 0.2s ease;
  }

  .lang-switcher a:last-child {
    margin-right: 0;
  }

  .lang-switcher .lang.active,
  .lang-switcher .lang:hover {
    opacity: 1;
    font-weight: 500;
    color: #8c3a3a;
  }

  .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;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7fd127d */.elementor-2768 .elementor-element.elementor-element-7fd127d {
      position: sticky !important;
  top: 0;
  z-index: 9999 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
      height: 6rem;
}
/* Убирает тень и обнуляет высоту на мобильных и планшетах */
@media (max-width: 1024px) {
    .elementor-2768 .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 */