.elementor-8976 .elementor-element.elementor-element-b5749f5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8976 .elementor-element.elementor-element-500b0d7{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8976 .elementor-element.elementor-element-500b0d7.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-8976 .elementor-element.elementor-element-500b0d7 .elementor-heading-title{color:#A0A0A0;}.elementor-8976 .elementor-element.elementor-element-500b0d7 .elementor-heading-title a:hover, .elementor-8976 .elementor-element.elementor-element-500b0d7 .elementor-heading-title a:focus{color:var( --e-global-color-8013280 );}.elementor-8976 .elementor-element.elementor-element-b5749f5.e-con{--align-self:center;}/* Start custom CSS for heading, class: .elementor-element-500b0d7 */.jet-listing-grid__items[data-listing-id="7887"] .elementor-heading-title a {
    
font-weight: 600;
font-size: 16px;
line-height: 140%;
text-align: center;
text-transform: uppercase;
color: #A0A0A0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-500b0d7 */.jet-listing-grid__items[data-listing-id="7887"] .elementor-heading-title a {
    
font-weight: 600;
font-size: 16px;
line-height: 140%;
text-align: center;
text-transform: uppercase;
color: #A0A0A0;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b5749f5 *//* Основные стили меню */
.custom-anchor-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  font-family: 'Raleway', sans-serif; /* Шрифт Raleway */
}

.custom-anchor-menu a {
  color: #A0A0A0;
  font-size: 16px; /* Размер 16px */
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; /* Верхний регистр */
  letter-spacing: 0.5px; /* Опционально: небольшие отступы между буквами */
  position: relative;
  padding: 5px 0;
  transition: all 0.3s ease;
}

/* Подчёркивание при наведении */
.custom-anchor-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C29351;
  transition: width 0.3s ease;
}

.custom-anchor-menu a:hover {
  color: #C29351;
}

.custom-anchor-menu a:hover::after {
  width: 100%;
}

/* Стили для активного пункта меню */
.custom-anchor-menu a.active {
  color: #C29351;
}

.custom-anchor-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C29351;
  transition: none;
}

/* Плавная прокрутка */
html {
  scroll-behavior: smooth;
}

/* Фикс для фиксированной шапки */
section[id] {
  scroll-margin-top: 100px;
}/* End custom CSS */