/*времеенный файл для корректного отображения стилей всех шаблонов с новыми header/footer */
.dke_topbar {
  font-weight: 400;
}
.dke_topbar address, .dke_footer address {
  margin-bottom: 0;
}
.dke_footer a {
  color: #fff;
  text-decoration: auto;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text p, .text ul, .text figure, .container_view_large ul:not(.tag-list), .container_view_large h5, .blog__content h4 {
  margin: 10.5px 0;
}
.blog__content ul:not([class]) {
  list-style-type: disc;
  padding: revert;
}
[class^="dke_"] ul li:not(.dke_social-item):not(.dke_languages__list-item), [class^="dke_"] ol li {
  margin-bottom: 0;
}
[class^="dke_"] a:hover, [class^="dke_"] a:focus {
  color: inherit;
}
.dke_footer__contact a[href], a.dke_footer__social-link:hover {
  text-decoration: none;
}
.buy-box_top {
  z-index: 4 !important;
}
b, strong {
  font-weight: 600;
}
.row:first-child .col-sm-8 .remark a:not(.showClosest), .itemListElement .col-sm-6 a:not(.showClosest), .panel a:not(.collapsed), .menu-links__wrapper a:not(.menu-links__link) {
  display: inline;
}
.row:first-child .col-sm-8 .remark a:not(.btn), .blog__content a, .blog__aside-item a:not(.blog__social), .rent-slider-nav__item-t, .rent-slider-nav__item-h, .panel a:not(.collapsed), .menu-links__wrapper a:not(.menu-links__link) {
  color: #49aada;
}
.row:first-child .col-sm-8 a.showClosest {
  color: rgb(51, 51, 51);
}
.row:first-child .col-sm-8 a.showClosest:hover, .row:first-child .col-sm-8 a.showClosest:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6ba6ff;
  outline: none;
}
a.dke_menu__link:hover, a.dke_menu__link:focus {
  text-decoration: none;
}
.itemListElement .col-sm-6 a.h3 {
  display: block;
  margin-top: 0;
}
.excursion-group-container .itemListElement .col-sm-6 a.h3 {
  margin-top: 21px;
}
.btn-fixed {
  z-index: 4 !important;
}
span[title=аудиогид] svg {
  z-index: 4 !important;
}
p {
  margin: 0 0 10.5px;
}
.lead > ul, .blog__content:not(.col-lg-8) ul, .col-md-12 ul, .container_view_large ul:not([class]) {
  padding-inline-start: 40px;
  list-style-type: disc;
}
.uSocial-Share .uscl-slide-open{
  z-index: 3 !important;
}
.live-notify {
  z-index: 3;
}
.dke_live-notify {
  position: fixed;
  z-index: 999999999999;
  left: 20px;
  bottom: 40px;
  background: #ffffff;
  padding: 32px 40px;
  width: 520px !important;
  min-height: 180px;
  overflow: hidden;
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
  transform: translateX(-300px);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  border-radius: 24px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.12);
}
.dke_live-notify.dke_live-notify--visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
}
.dke_live-notify.dke_live-notify--leaving {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-300px);
}
.dke_live-notify__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}
.dke_live-notify__close span {
  color: #3a4145 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
}
.dke_live-notify__text {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.dke_live-notify__link {
  margin-top: 16px !important;
  display: inline-block;
  color: #3a4145 !important;
  margin-top: 16px !important;
}
.dke_live-notify__content {
  position: relative;
  display: flex;
  gap: 8px !important;
  align-items: flex-start;
}

.dke_live-notify__content > div {
  flex: 1 1 auto;
}

.dke_live-notify__text p {
  margin: 0;
}
.dke_live-notify__pic {
  position: relative;
  display: block;
  width: 100px !important;
  height: 100px !important;
  flex-shrink: 0;
  margin-left: 20px;
}
.dke_live-notify__pic img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  max-width: none !important;
  display: block !important;
}
@media (max-width: 767px) {
  .dke_live-notify {
    left: 10px;
    right: 10px;
    bottom: auto;
    width: calc(100% - 20px);
    transform: translateX(-100vw);
    min-height: 84px;
    padding: 20px;
    border: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 16px;
  }
  .dke_live-notify.dke_live-notify--leaving {
    transform: translateX(-100vw);
  }
  .dke_live-notify__close span {
    margin-bottom: 8px;
    width: 14px;
    height: 14px;
  }
  .dke_live-notify__text {
    font-size: 16px;
    line-height: 18px;
  }
  .dke_live-notify__link {
    margin-top: 18px;
    display: inline-block;
    color: #222;
    background: #ffd84d;
    padding: 18px 44px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
  }
  }
  .dke_live-notify__text {
    font-size: 14px;
    line-height: 16px;
  }
}
.uSocial-Share .uscl-bar.uscl-left .uscl-list {
  z-index: 4 !important;
}
.panel-sub-title {
  display: inline-flex;
  align-items: center;
}
.panel .panel-heading .panel-title a:not(.btn) {
  display: block !important;
}
a.dke_contacts__link:hover, a.dke_contacts__link:focus {
  color: #49aada;
}
.dke_footer__social-link:hover, .dke_footer__social-link:focus {
  color: #fff !important;
}
.dke_footer__links, .dke_footer__contacts {
  color: #fff;
}
.dke_footer{
  margin-top: 30px;
}
.h1_ticket {
  margin: 0.67em 0;
}
.cruisesPanel {
  top: 0;
  z-index: 5;
}
.dke_navbar:has(.dke_navbar__menu > li) ~ .cruisesPanel {
  top: 48px;
}
.meteor{
  font-size: 18px;
}
.meteor .dke_contacts__link{
  color: #59b8e9;
}
.meteor .dke_navbar__menu{
  font-weight: 400;
}
.meteor .dke_languages {
  font-weight: 300;
}
.meteor a[href^="#"].dke_item-drop-down__link {
  text-decoration: none;
}
.meteor a[href^="#"].dke_item-drop-down__link:hover, .meteor a[href^="#"].dke_item-drop-down__link:focus {
  text-decoration: underline;
}
.meteor .page__content, .meteor .dke_footer, .meteor .dke_drop-down-navbar__nav{
  font-family: 'FuturaPT';
}
.meteor .page__col h1, 
.meteor .page__col .h1, 
.meteor .page__col h2, 
.meteor .page__col .h2, 
.meteor .page__col h3, 
.meteor .page__col .h3 {
  margin-top: 21px;
  margin-bottom: 25.2px;
  font-weight: 600;
}
.meteor h1.caption{
  margin: 0 0 20px;
}
.meteor .references {
  margin-bottom: -29px;
}
.itemListElement .col-sm-6 a.btn-warning {
  display: inline-block;
}
body:has(.cruisesPanel) .dke_navbar {
  z-index: 7;
}
body:has(.cruisesPanel) .dke_menu-mobile {
  z-index: 6;
}
.dke_menu-mobile a{
  text-decoration: none;
}
.fa-li-excursion .fa-lead_boat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2px;
}
.fa-lead_boat small {
  font-size: 86%;
}
.fa-lead_boat b {
  padding-right: 0.3em;
}
.fa-stack {
  z-index: 3;
}

@media (min-width: 991px){
  .itemListElement_tmp_arenda .h3 {
    margin-top: 15px !important;
  }
}
@media (max-width: 990px){
  .excursion-group-container .itemListElement .col-sm-6 a.h3, .itemListElement .col-sm-6 a.h3 {
    display: inline;
  }
}
@media (max-width: 767px) {
  .rounded-plank:before, .html-excursion .jumbotron.img-bg:before, .blog .jumbotron.img-bg:before, .arenda-teplohoda .jumbotron.img-bg:before,
  .html-excursion .jumbotron.img-bg:after, .blog .jumbotron.img-bg:after, .arenda-teplohoda .jumbotron.img-bg:after {
    z-index: 4;
  }
  .cruisesPanel {
    top: 0;
  }
  .dke_navbar:has(.dke_navbar__menu > li) ~ .cruisesPanel {
    top: 50px;
  }
  .fa-stack svg {
    z-index: 3 !important;
    transform: scale(0.77) !important;
    position: absolute !important;
    top: -1.75px;
    left: -0.9px;
  }
}
@media (max-width: 575px){
  .btn-fixed {
    z-index: 4 !important;
  }  
}