#sp-header {
  background: #167d60 !important;
  margin-top: 0px !important;
}
.body-innerwrapper {
  overflow-x: hidden;
  padding-top: 130px !important;
}
@media (max-width: 991px) {
  .body-innerwrapper {
    overflow-x: hidden;
    padding-top: 120px !important;
  }
}
@media (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li span {
    padding: 0 9px !important;
  }
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: none !important;
}
.burger-icon > span {
  background-color: #fff !important;
}
/*
.sppb-addon-article .sppb-article-info-wrap h3 {
  line-height: 12px !important;
}
*/

.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active + .sppb-panel-collapse {
  background: rgba(243, 243, 243, 0.0) !important;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  background: rgba(243, 243, 243, 0.0) !important;
}
#sppb-addon-1719759259200 .sppb-carousel-extended-nav-control .nav-control {
  background: #167D60 !important;
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 50%;
}

/* Наложение цвета на картинку в галерее */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: #1263AAB5;
}

/* Наложение цвета на картинку в занятии */
.sp-overlay {
  background: #1263AAB5;
}

/* Прилипалка */
.sticky_bottom {
  padding: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  border-radius: 0;
}

/* Прилипалка для реМаркет */
.open__primary__widget {
	cursor: pointer;
}
.remarked {
 position: fixed;
 right: 30px;
 bottom: 30px;
 display: block; /* Важно для правильного позиционирования */
}

.reservation {
 /* Общие стили для всех кнопок бронирования */
 color: #ffffff !important; /* Цвет текста */
 font=family: 'Montserrat', sans-serif;
 font-size: 14px; /* Размер текста */
 letter-spacing: 0.05em;
 text-transform: uppercase;
 text-decoration: none; /* Убираем подчеркивание */
 cursor: pointer;
}

.roundedFixedBtn {
 padding: 15px 35px;
 font-weight: bold;
 text-align: center;
 border: 1px solid #ffffff;
 border-radius: 50px;
 background-color: #8E2DE2; /* Цвет фона */
 transition: background-color 0.3s ease; /* Плавный переход цвета */
}

.roundedFixedBtn:hover {
 background-color: #FF6600; /* Цвет фона при наведении */
}

/* Скрываем кнопку на устройствах с меньшей шириной экрана  
@media (max-width: 992px) {
 .remarked {
 display: none;
 }
}  */

/* Дополнительно скрываем кнопку на всех устройствах, кроме мониторов  
.no-monitors.remarked {
 display: none;
} */

/* Блок иконок messmax - полностью изолированные стили */
.messmax {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.messmax .messmax-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px; /* Отступы между иконками 8px */
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.messmax .messmax-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 36px;
    height: 36px;
    color: #000000;
    font-size: 36px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.messmax .messmax-link:hover {
    opacity: 0.7;
}

/* Стили для SVG-иконки */
.messmax .messmax-svg {
    width: 30px;
    height: 30px;
    display: block;
}

/* Стили для шрифтовых иконок FontAwesome */
.messmax .messmax-link i,
.messmax .messmax-link .fas,
.messmax .messmax-link .far,
.messmax .messmax-link .fab {
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.messmax .messmax-link:focus,
.messmax .messmax-link:active {
    outline: none;
}

.messmax * {
    box-sizing: border-box;
}