	@font-face {
	  font-family: 'GlorySignature';
	  src: url('/local/fonts/GlorySignature.ttf') format('truetype');
	  font-weight: normal;
	  font-style: normal;
	  font-display: swap;
	}
	[id] {
		scroll-margin-top: 80px; /* одинаковый отступ для всех */
	}
	#bx-panel ~ .fixed-top,
	body[data-bx-panel-visible="true"] .fixed-top {
		top: 36px;
	}
	.blue {
		color: rgb(53 102 219);
	}
	.glightbox-container {
	  position: fixed !important;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	body, html {
        height: 100%;
        margin: 0;
        font-family: 'Century Gothic', sans-serif;
		background: rgb(228 227 227);
		color: #000;
      }
	.no-break {
		white-space: nowrap;
		hyphens: none;
		-webkit-hyphens: none;
		-moz-hyphens: none;
	}
	h1 {
		font-family: 'GlorySignature', cursive;
		font-weight: 100!important;
	}

	h1, h2 {
		color: #000;
		text-align: center;
		
	}
	#catalog h2 {
		text-transform: uppercase;
		font-weight: 600;
	}
	h2 {
		font-size: calc(1rem + 2vw);
		margin-bottom: 20px;
	}
	h3, h4 {
		font-family: 'GlorySignature', cursive;
		text-align: center;
		margin-top: 15px;
		color: #fff;
		text-shadow: 0 3px 6px rgba(0, 0, 0, .675), 0 9px 18px rgba(0, 0, 0, .525), 0 18px 36px rgba(0, 0, 0, .375);
	}
 	.contacts-page a {
		color: rgb(19 132 170);
		text-decoration: none;
	}
	.contacts-page a:hover {
		color: #000!important;		
		text-decoration: underline;
	}
	.contacts-page .phone {
    display: flex;
    align-items: center;
    gap: 8px; /* расстояние между элементами */
    justify-content: center; /* центрируем по горизонтали */
	}
	.contacts-page .phone img {
		display: block;
	}
	.contacts-page .phone a {
		display: block;
		font-size: 1.7rem;
		text-decoration: none;
		color: rgb(19 132 170);
	}
/* Общий размер скроллбара */
::-webkit-scrollbar {
    width: 14px;       /* вертикальный */
    height: 6px;      /* горизонтальный */
}

/* Фон скроллбара — ЧЁРНЫЙ */
::-webkit-scrollbar-track {
    background: #000; /* или rgba(0, 0, 0, 1) */
}

/* Ползунок — твой цвет */
::-webkit-scrollbar-thumb {
    background: rgb(100, 192, 223);;
    border-radius: 3px;
    transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff; /* при наведении — насыщеннее */
}

/* Скрыть стрелки (опционально) */
::-webkit-scrollbar-button {
    display: none;
}
      /* Фон */
      .hero-section {
        min-height: 100vh;
		position: relative;
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
	  .hero-overlay {
		width: 100%;
		min-height: 100vh;
background: linear-gradient(to bottom, rgba(228, 227, 227, 0) 0%, rgba(228, 227, 227, 0) 35%,
    rgba(228, 227, 227, 1) 90%, rgba(228, 227, 227, 1) 100%); 
		display: flex;
		justify-content: center; /* Центровка по горизонтали */
		align-items: center;     /* Центровка по вертикали */
		position: relative;
		text-align: center;
		flex-direction: column;
	}
	.hero-overlay .container-flued{
		width: 100%;
	}

		.cruise-section img {
			max-width: 150px;
		}
        .cruise-title {
			font-size: 260%;
            font-weight: bold;
            margin-bottom: -10px;
        }
        .cruise-text {
			font-weight: bold;
            margin-bottom: 10px;
			font-size: 110%;
        }
        .cruise-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .cruise-section ul li {
            margin: 0px 0;
        }
		.cruise-section a {
			color: #000000;			
			text-decoration: none;
		}
		.cruise-section a:hover {		
			color: #fff!important;
		}
	.hero-logo {
		width: 90%;
	}
	.hero-overlay h1 {
		color: #fff;
		font-size: clamp(2.2rem, 5vw, 4.5rem);
		font-weight: 800;
		line-height: 1.1;
		margin-bottom: 20px;
		text-shadow: 0 3px 6px rgba(0, 0, 0, .675), 0 9px 18px rgba(0, 0, 0, .525), 0 18px 36px rgba(0, 0, 0, .375);
}	
	.hero-overlay span {
		
	}
/* Экскурсия */
	.tours-accordion .accordion-item{
    border:none;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:18px;
}

.tours-accordion .accordion-button{
    box-shadow:none;
}

.tours-accordion .accordion-button:not(.collapsed){
    color:#000;
    box-shadow:none;
}

.tours-accordion .accordion-button:focus{
    box-shadow:none;
}

.hprog{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.pname{
    line-height:1.3;
}

.pprice{
    display:flex;
    gap:15px;
    flex-shrink:0;
}

.pprice > div{
    min-width:105px;
    text-align:center;
	font-weight: 100;
}

.pprice span{
    display:block;
    font-size:15px;
    color:#888;
	margin-bottom: -5px;
	margin-top: -5px;
}

.pprice br{
    display:none;
}

.pprice{
    font-size:22px;
    color:#222;
	text-transform: lowercase;
	line-height: 1.5;
	margin-top: 5px;
}

.twocol{
    min-width:160px !important;
}

.tours-accordion .accordion-body{
    padding:10px 0px 20px 0px;
}
.tours-accordion .accordion-item {
	margin: 0;
}
.tours-accordion .accordion-body p{
    margin:0;
    line-height:1.9;
    color:#555;
}
.prog:last-of-type {
    margin-bottom: 20px;
}
.tour-program, .include {
    margin-bottom: 0;
}

.prog{
    display:flex;
    justify-content:space-between;
    align-items:center;
	color: #555;
    border-bottom: 1px dashed #555;
}
.prog .pprice {
	color: #555;
}

.prog:last-child{
    margin-bottom:20px;
}
@media(min-width: 765px) {
.ship-detail li:last-child  {
    margin-bottom:0px;
}
}
@media(max-width: 765px) {
.ship-detail li:last-child{
    margin-bottom:16px;
}
.other {
margin-bottom: -10px;
}
}
.prog .pname{
    font-size:18px;
}

.prog .pprice{
    font-size:18px;
}

.accordion-button::after{
    width:16px;
    height:16px;
    background-size:16px;
}	
	
	
	
        /* Скрыть списки на мобильных */
        @media (max-width: 767px) {
            .cruise-section ul {
                display: none;
            }
			.cruise-title {
			font-size: 160%;
			margin-bottom: 0px;
			line-height: 25px;
        }
		.cruise-text {
			font-weight: normal;
            margin-bottom: 10px;
			font-size: 12px;
        }
            .mobile-flex {
                display: flex;
                align-items: center;
                text-align: left;
				justify-content: center;
            }
            .mobile-flex img {
                margin-right: 10px;
                width: 50px;
				margin-top: -10px;
            }
			.mobile-flex {
				width: 100%;
				max-width: 300px;
				margin: 0 auto;
				justify-content: flex-start;
			}

			.mobile-flex img {
				width: 50px;
				height: 50px;
				object-fit: contain;
				flex-shrink: 0;
				margin-right: 15px;
			}
			.hero-logo {
				margin-bottom: 5vh;
			}
			.hero-overlay h1 {
			font-size: calc(2.375rem + 1.5vw);
			}
		.info-list {
			font-size: 15px!important;
		}
		.hprog {
    display: flex;
    flex-wrap: wrap;
	gap: 0;
}

.hprog .pname {
    width: 100%;
    flex: 0 0 100%;
	padding-left: 20px;
    text-indent: -20px;
}

.hprog .pprice {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    margin-left: 0;
    justify-content: space-between;	
}
.accordion-button {
    padding: 14px 10px 10px 10px!important;
}

.hprog .pprice > div {
    width: 50%;
    text-align: center;
}
        }

	#orderFormCollapse {
	  height: calc(100vh - 50px); 
	  overflow-y: auto;
	  overflow-x: hidden;
	}
	/* Стиль для вариантов */
 option {
    background: rgba(16, 59, 71);
    color: #fff;
}

/* При выборе подсветка голубым */
option:focus, option:checked, option:hover {
    background: rgb(100 192 223); /* голубой фон для выбранного */
    color: #fff;
}
      .mob-filter, .desk-filter {
		    background: rgba(255, 255, 255, .75);
			backdrop-filter: blur(5px);
      }
	  .navbar::before {
			content: "";
			position: absolute;
			inset: 0;
			z-index: -1;

			background: rgba(255,255,255,.75);
			backdrop-filter: blur(5px);
			-webkit-backdrop-filter: blur(5px);
		}
	  .me-left {
		margin-left: auto !important;
}
      .navbar-brand {
			margin: auto;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
		}
	  .mobile-menu {
		  position: fixed;
		  top: 50px; /* под navbar */
		  left: 0;
		  right: 0;
		  z-index: 1040;
		  background-color: rgba(255, 255, 255, 0.75);
		  overflow: hidden;
		  max-height: 0;
		  opacity: 0;
		  transform: translateY(-10px);
		  transition: all 0.4s ease;
		  pointer-events: none;
		  backdrop-filter: blur(5px);
	}

		.mobile-menu.show {
		  min-height: 100vh;
		  opacity: 1;
		  transform: translateY(0);
		  pointer-events: auto;
		   max-height: calc(100vh - 70px);
			overflow-y: auto;
			overflow-x: hidden;

			-webkit-overflow-scrolling: touch;
		}
		.ag-countrymask {
			width: 100%;
		}
		.iti__country-list {
			background: rgb(16, 59, 71);
		}	
	.accordion-header button.accordion-button{ 
		color: #000 !important;
	}
.icon-link {
    text-decoration: none;
    color: white;
}
.icon-box {
    transition: transform 0.3s ease;
    display: inline-block;
}
.icon-link:hover .icon-box {
    transform: translateY(-10px);
}
.icon-title {
    font-weight: bold;
    margin-top: 10px;
}
.icon-sub {
    font-size: 0.9rem;
}
.icon-box.active {
    border: 2px solid #ff6600;
    background-color: #fff3e6;
}
.icon-link.active {
    color: #64c0df;
}

@media (min-width: 992px) {
    .icons-desktop-overlay {
        position: relative;
        z-index: 5;
    }
	.hero-section .icon {
	width: 80px;
}
.hero-overlay h1 {
    font-size: calc(2rem + 4.0vw);
	font-weight: 600;
}
.marshrut-boat {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;"
}
.marshrut {
	max-width: 600px;
	min-width: 600px;
}
}

@media (max-width: 600px) {
	.main .container{
		font-size: 14px;
	}
	div.main {
		padding: 0 10px;
	}
	.main .info-item{
		font-size: 14px!important;
	}
}
		
      .filter-bar {
        padding: 1rem;
        z-index: 1;
        position: relative;
		color: #fff;
      }
	  .bg-dark {
		  backdrop-filter: blur(5px);
	  }

	  .bx_filter_param_text, .bx_filter_select_text {
		  color: #000;
	  }
	  
	  .bx_filter_input_checkbox .bx_filter_param_text {
		  color: #fff;
	  }
	  
	  
	  
.catalog-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(228,227,227,0) 0%,
            rgba(228,227,227,0) 35%,
            rgba(228,227,227,1) 90%,
            rgba(228,227,227,1) 100%),
        var(--bg)
        center/cover no-repeat;

    transition: transform .4s ease;
	z-index: -1;
}

.catalog-card:hover::before {
    transform: scale(1.1);
}
.catalog-card-link {
	position: absolute; 
	inset: 0; 
	z-index: 1;
}


    .section-title {
      text-align: center;
      font-size: 1.8rem;
      margin: 40px 0 20px;
      font-weight: bold;
    }
    .catalog-card, .location-card {
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    }
 .island {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 20px;
}
.island .info-item {    
	justify-content: space-between;
    margin: 0 20px;
}
.product-item-small-card .product-item-container .island {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.product-item-small-card .product-item-container .island::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.4s ease;
}

.product-item-small-card .product-item-container .island:hover {
 /* transform: translateY(-8px) scale(1.03); */
      filter: brightness(1.3);
    transition: filter 0.3s;
}

.product-item-small-card .product-item-container .island:hover::before {
  opacity: 1;
}

.product-item-small-card .product-item-container .island:active {
  transform: translateY(-2px) scale(0.98);
}


.accordion-body {
	padding-bottom: 15px;
}

.accordion-body .row, .accordion-body .container {
	padding: 0;
}
    .catalog-card img, .location-card img {
      width: 100%;
      margin-bottom: 10px;
    }
    .card-text {
      font-size: 0.9rem;
	  color: white;
      padding: 1rem;
      font-size: 16px;
      line-height: 1.2;
      box-sizing: border-box;
      width: 100%;
    }
	.catalog-card .info, .island .info{
        width: 90%;
		margin: 0px 10px;
    }
	.top-line {
        justify-content: space-between;
        align-items: center;
        font-size: 28px;
		color: #fff;
		text-shadow: 0 3px 6px rgba(0, 0, 0, .675), 0 9px 18px rgba(0, 0, 0, .525), 0 18px 36px rgba(0, 0, 0, .375);
		margin: 0 12px;
    }
    .title {
        font-size: calc(2.6rem + 0.5vw);
		text-align: center;
		font-family: 'GlorySignature', cursive;
    }
	.island .title {
		font-size: calc(2.6rem + 0.5vw);
	}
	.info hr {
	    border: 1px solid #fff;
		width: 100%;
		margin: 0;
		opacity: 1;
	}
	.h4 {
		color: rgb(0 0 0);
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 125%;
    }
	.price {
		color: rgb(0 0 0);
        font-size: calc(1.7rem);
		margin-bottom: 0;
    }
	.h4 {
		text-align: center;
		margin-bottom: 25px;
	}
	.hero-section .price{
		font-size: calc(2.3rem + 1vw);
	}
	@media (max-width: 600px) {
		.hero-section .price{
		font-size: 1.7rem;
		
	}

	}
	.card-row {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin: 5px 0;
    }
.info-list {
    font-size: 18px;
    color: #000;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
}
.marshrut {
	margin: 25px 0;
}
.icon img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
	margin: 5px 5px 5px 0px;
	
}
.icon-island img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
	margin: 5px 5px 5px 0px;
	
}
.line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}
.dots {
    flex-grow: 1;
    height: 2px; /* Увеличиваем высоту */
    background: repeating-linear-gradient(
        to right,
        transparent,
        transparent 8px, /* Увеличиваем промежуток между точками */
        currentColor 8px,
        currentColor 9px
    );
    color: currentColor;
    opacity: 1;
	margin-top: 10px;
}
.center {
	justify-content: space-around;
}
.info .center {
	
}
/*	Фильтр */
 .smartfilter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
}

.bx_filter_parameters_box {
	flex: 1 1 auto;
	max-width: 250px;
	box-sizing: border-box;
}

.bx_filter_button_box {
	flex: 1 1 100%;
	margin-top: 10px;
}

.bx_filter_block {
	height: auto !important;
	opacity: 1 !important;
	display: block !important;
}

.bx_filter_parameters_box_title {
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

/* Детальное отображение яхты*/
.accordion-button::after {
    display: none;
}
.accordion-button {
	text-transform: uppercase;
	font-size: 125%;
    padding: 10px;
	font-weight: 600;
}
div.main {
    z-index: 1000;
    position: relative;
}
.boat p {
	font-size: 200%;
    text-transform: uppercase;
    font-weight: bold;
}
.boat span.blue {
	font-size: 60%;
    text-transform: uppercase;
    font-weight: bold;
	display: block;
}
.boat .icon {
	width: 80%;
}
.blue-mobile {
    text-transform: uppercase;
    font-weight: bold;
	display: block;
	color: rgb(0 0 0);
}
font.tablebodytext {
	display: none;
}
.bx_filter_btn_color_icon {
	display: none!important;
}
.ratio-2x1 {
  --bs-aspect-ratio: 50%; /* 1/2 = 0.5 = 50% */
}
.btn-filter {
    display: block;
    width: calc(100% - 30px); 
    margin: 4px auto;
    padding: 9px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}
.fixed-bottom .btn-filter {
	    border: 0px solid white;
}

.ship-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ship-detail li {
    position: relative;
    padding-left: 30px; /* отступ для иконки */
    margin-bottom: 8px;
}
.ship-detail  li::before {
    content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain!important;
}
.include li::before {
    content: "\f00c";
	color: #28a745;    
}
.other li::before {
    content: "\f00d";
	color: #dc3545;
}
.take li::before {
    content: "\f067";
	color: #000;
}
.booking li::before {
    content: "\f101";
	color: #000;	
}
.description li{
    position: relative;
    padding-left: 35px; /* место для иконки */
    margin: 10px 0 10px;
}

.price-icon b {
    position: relative;
    padding-left: 35px; /* место для иконки */
    margin: 10px 0 10px;
    font-weight: bold;
}

.price-icon b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url('/images/ship-info/price.png') no-repeat center;
    background-size: contain;
}

.condition p {
    position: relative;
    padding-left: 35px; /* место для иконки */
    margin: 10px 0 10px;
    font-weight: bold;
}

.condition p::before {
    content: "\f071";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
	color: #ffc107;
	
}
.condition li {
	margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .filter-bar.container {
        display: none;
    }
	h1.main {
    margin-top: 35vh;
    margin-bottom: -3px;
}
.icons-desktop-overlay {
	margin-top: 0vh;
    position: relative;
	}
.btn-filter {
    margin: 0.5rem auto;
    padding: 5px;
    font-size: 19px;
}
}


.btn-filter:hover {
    background: white;
    color: #64c0df;
    transform: scale(1.03);
}
.filter-body {
	height: 100vh !important;
	color: #fff;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}
.offcanvas-body {
	padding-top: 0;
}
/* Форма */
.contact {
	font-size: 130%;
	font-weight: 600;
}

.contact-links {
	font-size: 130%;
	font-weight: 400;
}

.contact-links a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-links a:hover {
  color: rgb(100 192 223); 
}

.modal-header.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-header.contact .btn-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.order {
  max-width: 500px;
  width: 100%;
}
/* Фильтр */
.x-filter {
    color: #fff;
}

.x-filter-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.x-filter-select, .x-filter-block {
    margin: 5px 0;
	margin-left:calc(var(--bs-border-width) * -1)
}

.mfeedback textarea::placeholder,
.mfeedback input::placeholder,
.x-filter-block input::placeholder {
  color: white;
  opacity: 1;
}

.mfeedback textarea,
.mfeedback input,
.x-filter-block input {
    background: rgb(16, 59, 71, 0.6);
    border: 1px solid #7499b1;
    color: #fff;
	padding: 12px;
}

.mfeedback select,
.x-filter-select select,
.x-filter-select input {
    width: 100%;
    padding: 12px;
    background: rgb(16, 59, 71, 0.6);
    border: 1px solid #7499b1;
    color: #fff;
}

.x-filter-checkboxes label {
    display: flex;
    margin: 8px 0;
    cursor: pointer;
	float: left;
	align-items: flex-start;
    width: 100%;
}

.x-filter-checkboxes img {
    width: 30px;
    margin-right: 10px;
}

.x-filter-submit button {
    width: 100%!important;
}
.custom-select {
  position: relative;
}
select:focus {
    outline: none;       /* убираем стандартную рамку */
    box-shadow: none;    /* убираем подсветку, если браузер добавляет */
}
.custom-select select {
  appearance: none;       /* убираем стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

/* Добавляем свою стрелку */
.custom-select::after {
  content: "▼";
  position: absolute;
  right: 12px; /* здесь можно двигать стрелку */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #fff;
}


/* Обертка чекбокса */
.custom-checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 20px 10px;
    transition: 0.3s;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Иконка внутри блока */
.custom-checkbox img {
    margin-bottom: 10px;
	transition: transform 0.3s ease;
}
/* При наведении */
.custom-checkbox:hover img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(40%) saturate(400%) hue-rotate(160deg) brightness(95%) contrast(90%);
    transition: filter 0.3s ease;
}

/* При активном чекбоксе */
.custom-checkbox input:checked ~ img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(40%) saturate(400%) hue-rotate(160deg) brightness(95%) contrast(90%);
}

/* Заголовок */
.checkbox-title {
    font-size: 16px;
	transition: transform 0.3s ease;
}

/* Стили для кастомной галочки */
.checkmark {
    position: absolute;
    top: 125px;
    right: 10px;
    height: 30px;
    width: 30px;
    border: 2px solid #ccc;
}

/* При выборе чекбокса */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #103b47;
    border-color: #fff;
}

.custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: -5px;
    width: 14px;
    height: 27px;
    border: solid rgb(100 192 223);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	transition: transform 0.3s ease, opacity 0.3s ease;

}

/* Анимация галочки */
.custom-checkbox input:checked ~ .checkmark:after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

/* Наведение */
.custom-checkbox:hover {
	background: rgba(0, 0, 0, 0.2);
    border-color: #103b47;
}

.custom-checkbox:hover .checkbox-title {
    filter: none;
    color: rgb(100 192 223);
}

.custom-checkbox input:checked ~ .checkbox-title {
    filter: none;
    color: rgb(100 192 223);
}

/* Подвал */
.site-footer {
    background: #000;
    color: #fff;
    padding: 60px 0 70px;
	font-size: 15px;
}

.footer-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-column {
    width: 33.333333%;
    padding: 0 30px;
}

.footer-column h3 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin: 0 0 3px;
    padding: 0;
}

.footer-menu a {
    color: rgb(54 103 218);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    transition: color .2s ease;
}

.footer-menu a:hover {
    color: #fff;
}

@media (max-width: 767px) {

    .site-footer {
        padding: 40px 0;
    }

    .footer-row {
        display: block;
        margin: 0;
    }

    .footer-column {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 45px;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-column h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-menu a {
        font-size: 15px;
    }
}
.cruise-section {
    width: 100%;
    margin-bottom: 90px !important;
    z-index: 2;
}
/* Отключаем position: fixed только на малых экранах */
@media (max-width: 768px) {
    .glightbox-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* Убедимся, что оверлей покрывает всё */
    .goverlay {
        position: absolute !important;
        top: 0 !important;
        height: 100% !important;
    }

    /* Блокируем скролл через body, а не через position */
    .glightbox-open body {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
		.cruise-section
 {
    margin-bottom: 35px !important;

}
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #ffffff;
}
span.icon img, .price-icon b::before, .boat img { 
	filter: brightness(0);
	}
	
@media (min-width: 1600px) {
	.hero-logo {
	margin-top: 5%;
    margin-bottom: 10%;
}
.cruise-section .row {

}
}
.catalog-card div.bt {
	padding: 10px 26px;
    color: #000;
    font-weight: 600;
    opacity: 1;
    transition: .35s;
    width: 100%;
    text-align: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* верх/низ */
    align-items: center;
}
.hero-logo.main,
.hero-overlay h1 {
    margin: auto 0;
    z-index: 2;
	padding-top: 56px;
}

.hero-content span, .tour-category-content span, .tour-card-content span{
    display:inline-block;
    padding:10px 26px;
    color:#000;
    font-weight:600;
    opacity:1;
    transition:.35s;
	width: 100%;
}


.mega-menu {
    position: static !important;
}

/* Само выпадающее меню */
.mega-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;

    background: #fff;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);

    z-index: 9999;

    padding: 25px 0;

    min-height: 330px;

    display: flex;

    /* Вместо display:none */
    visibility: hidden;
    opacity: 0;

    transition: opacity .15s ease;
}


/*
 * ВАЖНО:
 * делаем меню видимым через класс
 */
.mega-menu.mega-open .mega-menu-dropdown {
    visibility: visible;
    opacity: 1;
}


/* Небольшая невидимая зона сверху,
   чтобы курсор не терял меню */
.mega-menu-dropdown:before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: -15px;

    height: 15px;

    background: transparent;
}


/* =====================================
   КОЛОНКИ
===================================== */

.mega-column {
    width: 33.333333%;

    padding: 0 30px;

    box-sizing: border-box;

    border-right: 1px solid #eee;

    min-height: 280px;
}

.mega-column:last-child {
    border-right: 0;
}


/* =====================================
   ПЕРВЫЙ СТОЛБЕЦ
===================================== */

.mega-item {
    display: block;

    padding: 8px 12px;

    color: #222;

    font-size: 15px;

    line-height: 1.3;

    text-decoration: none;

    cursor: pointer;

    transition: all .15s ease;
}

.mega-item:hover,
.mega-item.active {
    color: #16cbd0;

    background: #f5f5f5;

    text-decoration: none;
}


.mega-item[data-target]:after {
    content: "›";

    float: right;

    font-size: 20px;

    line-height: 14px;

    color: #aaa;
}


/* =====================================
   ВТОРОЙ СТОЛБЕЦ
===================================== */

.mega-panel {
    display: none;
}

.mega-panel.active {
    display: block;
}


/* =====================================
   ТРЕТИЙ СТОЛБЕЦ
===================================== */

.mega-panel-3 {
    display: none;
}

.mega-panel-3.active {
    display: block;
}


/* =====================================
   ССЫЛКИ
===================================== */

.mega-panel a,
.mega-panel-3 a {
    display: block;

    padding: 8px 12px;

    color: #222;

    font-size: 14px;

    line-height: 1.4;

    text-decoration: none;
}

.mega-panel a:hover,
.mega-panel-3 a:hover {
    color: #16cbd0;

    background: #f5f5f5;

    text-decoration: none;
}
/* ================================
   МОБИЛЬНОЕ МЕНЮ
================================ */

.mobile-services-menu {
    width: 100%;
	text-transform: uppercase;
}

.mobile-menu-item {
    width: 100%;
}

.mobile-menu-link,
.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 14px 18px;

    color: #222;
    font-size: 15px;
    line-height: 1.3;

    text-decoration: none;

    border-bottom: 1px solid #000;

    box-sizing: border-box;
}

.mobile-menu-link:hover,
.mobile-menu-toggle:hover {
    color: #16cbd0;
    text-decoration: none;
}

.mobile-menu-toggle span {
    font-size: 24px;
    line-height: 1;

    transition: transform .25s ease;
}


/* скрытое подменю */

.mobile-submenu {
    display: none;
}


/* открыто */

.mobile-menu-item.open > .mobile-submenu {
    display: block;
}


/* стрелка */

.mobile-menu-item.open > .mobile-menu-toggle > span {
    transform: rotate(90deg);
}


/* второй уровень */

.mobile-submenu > .mobile-menu-link,
.mobile-submenu > .mobile-menu-item > .mobile-menu-toggle {
    padding-left: 32px;
    background: #f8f8f8;
}


/* третий уровень */

.mobile-products .mobile-menu-link {
    padding-left: 48px;
    background: #f2f2f2;
}


/* ссылки "все..." */

.mobile-all-link {
    font-weight: 600;
}


/* десктоп */

@media (min-width: 992px) {

    .mobile-services-menu {
        display: none !important;
    }

}