    @font-face {
	  font-family: 'GlorySignature';
	  src: url('https://phuket.oceanic.club/local/fonts/GlorySignature.ttf') format('truetype');
	  font-weight: normal;
	  font-style: normal;
	  font-display: swap;
	}
	 @font-face {
	  font-family: 'Century Gothic';
	  src: url('https://phuket.oceanic.club/local/fonts/centurygothic.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(100 192 223);
	}
	.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: rgba(11, 39, 50);
		color: #fff;
      }
	.no-break {
		white-space: nowrap;
		hyphens: none;
		-webkit-hyphens: none;
		-moz-hyphens: none;
	}
	h1, h2 {
		font-family: 'GlorySignature', cursive;
		color: #fff;
		text-align: center;
		
	}
	#catalog h2 {
		text-transform: uppercase;
		font-weight: 600;
	}
	h2 {
		font-size: calc(1rem + 2vw);
	}
	h3, h4 {
		font-family: 'Century Gothic', sans-serif;
		text-align: center;
		font-weight: bold;
		margin-top: 15px;
	}
 	.contacts-page a {
		color: rgb(100 192 223);
		text-decoration: none;
	}
	.contacts-page a:hover {
		color: #fff!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(100 192 223);
	}
/* Общий размер скроллбара */
::-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: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
	  .hero-overlay {
		width: 100%;
		min-height: 100vh;
		background: linear-gradient(180deg,rgba(11, 39, 50, 0) 0%, rgba(11, 39, 50, 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: 120%;
        }
        .cruise-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .cruise-section ul li {
            margin: 0px 0;
        }
		.cruise-section a {
			color: rgb(100 192 223);			
			text-decoration: none;
		}
		.cruise-section a:hover {		
			color: #fff!important;
		}

        /* Скрыть списки на мобильных */
        @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: 40px;
				margin-top: -10px;
				filter: brightness(0) saturate(100%) invert(70%) sepia(40%) saturate(400%) hue-rotate(160deg) brightness(95%) contrast(90%);
            }
			.hero-logo {
				margin-bottom: 5vh;
			}
		.info-list {
			font-size: 15px!important;
		}
        }
	.hero-logo {
		max-width: 600px;
		width: 90%;
	}
	.hero-overlay h1 {
		font-size: calc(3.375rem + 5.5vw);
}	
	.hero-overlay span {
		
	}
	#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;
}
      .navbar, .mob-filter, .desk-filter {
        background-color: rgba(255, 255, 255, 0);
		color: #fff;
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(5px);
      }

      .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(0, 0, 0, 0.6);
		  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;
		}
		.ag-countrymask {
			width: 100%;
		}
		.iti__country-list {
			background: rgb(16, 59, 71);
		}	
	.accordion-header button.accordion-button{ 
		color: #64c0df !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(3.375rem + 5.5vw);
}
.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:hover {
    filter: brightness(1.3);
    transition: filter 0.3s;
}

.catalog-card:active {
    filter: brightness(1.5);
}
.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: flex-end;
	text-decoration: none;
    }
 .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 .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: 100%;
		margin: 0px 10px;
    }
	.top-line {
        justify-content: space-between;
        align-items: center;
        font-size: 28px;
		color: #fff;
		margin: 0 12px;
    }
    .title {
		font-family: 'GlorySignature', cursive;
        font-size: calc(2.6rem + 0.8vw);
		text-align: center;
    }
	.island .title {
		font-size: calc(2.6rem + 0.8vw);
	}
	.info hr {
	    border: 1px solid #fff;
		width: 100%;
		margin: 0;
		opacity: 1;
	}
	.h4 {
		color: rgb(100 192 223);
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 125%;
    }
	.price {
		color: rgb(100 192 223);
        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: #fff;
}

.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(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 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;
	margin-bottom: 10px;
}

/*	Фильтр */
 .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;
}
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(100 192 223);
}
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: white;
    background: transparent;
    border: 1px solid white;
    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: #fff;
}
.booking li::before {
    content: "\f101";
	color: #fff;	
}
.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: white;
  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);
}





/* Подвал */
.oceanic-footer {
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 12px;
    font-weight: bold;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #00bfff; 
}

.footer-copy {
    font-size: 14px;
}
/* Отключаем 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;
    }
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #ffffff;
}