#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;
} */