@import url('https://fonts.googleapis.com/css2?family=Sora:wght@700&display=swap');
body{
	font-family: 'SF Pro Display';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.32px;
	padding-top: 50px;
}
a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}
.admin-bar .site-header{
	top:33px;
}
.h2, h2 {
	color: #232323;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1300px; /* Нове значення ширини для великих екранів */
	}
}
.site-main{
	overflow: hidden;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.form-check-input:checked {
	background-color: #256EDF;
	border-color: #256EDF;
}
input[type=number] {
	-moz-appearance: textfield;
}
.site-header {
	background-color: #F2F2F5;
}
body.blog, body.tag, body.single-post{
	background: #F6F7F8;
}
.menu-bar{
	background: #fff;
	border-radius: 50px;
	padding: 2px 1px 2px 15px;
	height: 36px;
	box-sizing: border-box;
	cursor: pointer;
}
.menu-bar svg{
	max-height: 100%;
}
.container > h2{
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
}
.section-title{
	font-size: 40px;
	font-weight: 600;
}
.btn-primary{
	background: #256EDF;
}
.btn-outline-primary{
	border-radius: 56px;
	border: 1px solid #3182FF;
	color: #3182FF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.32px;
}
.logo img {
	max-height: 50px;
	max-width: 170px;
}
.vline{
	border-right: 1px solid #D2CDCD;
	height: 22px;
}
.nav-link {
	color: #000;
	padding: 0px;
}
#menu-menu-top{
	display: flex;
	gap: 10px;
}
#menu-menu-top li a{
	letter-spacing: 0.32px;
}

.nav-link:hover {
	color: #3182FF;
}
.btn:hover{
	background-color: #3182FF;
	color: #fff;
}
a.btn{
	border-radius: 50px;
	padding: 6px 25px;
	font-weight: 400;
	min-width: 115px;
}
.header-controls .btn-link {
	color: #000;
}

.header-controls .btn-primary {
	background-color: #3182FF;
	border-color: #3182FF;
}


.navbar-toggler {
	border: none;
	font-size: 24px;
}
.dao-dropdown-menu {
	border-radius: 15px;
	padding-top: 20px;
	top: 10px !important;
}
.dao-dropdown-menu .dropdown-item{
	padding: 7px 20px;
}
.header-options .form-select {
	min-width: 60px;
	margin-right: 10px;
	border-radius: 25px;
	border: none;
}

.header-controls .btn-link {
	color: #000;
}

.header-controls .btn-primary {
	background-color: #3182FF;
	border-color: #3182FF;
}
/* Базові стилі для секції пошуку яхт */
.search-yacht-section {
	background-image: url('assets/images/yacht-bg2.png');
	background-size: cover;
	background-position: center left;
	position: relative;
	color: #000;
	padding: 6% 0;
}

.search-yacht-form {
	max-width:400px;
	margin-left: 13%;
}
.search-yacht-form > h2{
	color: #FFF;
	text-shadow: 0px 4px 13.3px rgba(0, 0, 0, 0.25);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.search-yacht-form > .search-yacht-form-container {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 25px;
}
#yacht-type{

}

.form-group label {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	letter-spacing: 0.32px;
}

.custom-input {
	height: 50px;
	border-radius: 30px;
	background-color: #F6F7F8;
	padding-left: 25px;
	padding-right: 20px;
	border: none !important;
	font-size: 17px;
}
input::placeholder,
textarea::placeholder {
	color: #8C8C8C0;
}
.custom-input::placeholder {
	color: #8C8C8C;
}
.search_block_form .custom-input {
	background: transparent;
	padding: 0;
	height: 21px;
	border-radius: 0;
	font-size: 14px;
	color: #6A6A6A;
}

.btn.round{
	border-radius: 50px;
}
.search_yacht3{
	min-width: 200px;
}
.position-relative .icon-search,
.position-relative .icon-calendar,
.position-relative .icon-dropdown {
	position: absolute;
	top: 57%;
	/* transform: translateY(-50%); */
	right: 20px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
}

input:focus,
select:focus,
textarea:focus,
.form-select:focus,
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.form-control2:focus{
	border: 1px solid #5c9cff !important;
}
.icon-dropdown {
	right: 15px;
	left: auto;
}
.icon-calendar {
	position: absolute;
	top: 50%;
	right: 15px;
	background-image: url('assets/svg/calendar.svg');
}
.icon-search{
	background-image: url('assets/svg/search.svg');
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::before {
	content: "";
	background-image: url('assets/svg/dropdown-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: inline-block;
	width: 23px;
	height: 9px;
	position: absolute;
	top: 23px;
	right: 19px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:not(:empty)::before {
	background-image: none;
	display: none;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 30px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background-color: #f7f7f7;
	min-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	color: #000000;
	border: none;
	border-radius: 0;
	padding: 0px;
	font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #000000;
	margin-right: 0px;
	border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background: none !important;
	color: #000;
	outline: none;
}

.search-button {
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	background-color: #fff;
	color: #3182FF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 40px;
	background-position: 90% center;
	background-repeat: no-repeat;
	position: relative;
}
.search-yacht-form-container .search-button {
	position: relative;
}
.search-yacht-form-container .search-button svg,
.search_block_form .search-button svg{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.search-button:hover svg path {
	fill: #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border-radius: 30px;
	background: #F6F7F8;
	height: 50px;
	border: none !important;
	padding: 10px 20px;
	line-height: 22px;
}
.select2-container--open .select2-dropdown--below {
	top: 0px;
	border-radius: 0px 0px 10px 10px;
	border: none;
	overflow: hidden;
}
.admin-bar .select2-container--open .select2-dropdown--below {
	top: 27px;
}
.choose-position .select2-results__option {
  display: flex;
  align-items: center;
}

.choose-position .select2-results__option .img-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.choose-position .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #c9c9c9 !important;
  outline: 0;
}

.choose-position span.select2-selection.select2-selection--single {
  outline: none;
}

.choose-position .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(assets/svg/172458_down_arrow_icon.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 16px !important;
  width: 16px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.search-button i {
	font-size: 20px;
}

.featured-offers-section {
	background-color: #fff;
}

.yacht-card {
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.yacht-card:hover {

}

.yacht-image img {
	border-radius: 6px;
	width: 100%;
	height: 225px;
	object-fit: cover;
}

.yacht-info {
	padding: 0;
}

.yacht-verified {
	font-size: 12px;
	color: #818181;
	display: flex;
	align-items: center;
	letter-spacing: 0.24px;
}
.yacht-verified img{
	max-width: 22px;
}

.yacht-skipper-optional {
	font-size: 12px;
	letter-spacing: 0.24px;
	color: #818181;
	display: flex;
	align-items: center;
	gap: 7px;
}

.custom-star-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}


.yacht-name {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 0.3px;
}

.yacht-details {
	letter-spacing: 0.24px;
	font-size: 12px;
}
.yacht-description {
	font-size: 12px;
	letter-spacing: 0.24px;
	color: #000;
	margin-bottom: 0px;
}
.yacht-price .price-amount{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4px;
}
.yacht-price  {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
}

.yacht-rating {
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
	gap: 5px;
}

.yacht-rating i {
	color: #3182FF;
	margin-right: 5px;
}


.three-steps-section {
	background-color: #F6F7F8;
}
.three-steps-section .container2{
	max-width: 1200px;
}

.three-steps-section .sub_title{
	font-size: 24px;
	font-weight: 700;
}
.step-card {
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-size: auto 150px;
	background-position: 20px 15px;
	padding-top: 20px !important;
	padding-bottom: 0px !important;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 24px;
	background: #EAECEE;
}
.step-card2 {
	background-color: #E2E8F0;
}

.step-number {
	font-size: 4rem;
	font-weight: 700;
	color: #d0d0d0;
}

.step-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
}

.step-description {
	font-size: 1rem;
	color: #000;
}
.step-icon {
	height: auto;
	width: 90%;
	position: relative;
	bottom: 0px;
	right: -5%;
	margin-top: revert-layer;
}
.col-step-card1 .step-icon{
	width: 80%;
	right: -10%;
}

.search-destinations-section {
	background: linear-gradient(180deg, #01A1DB 0%, rgb(30 69 126) 57.02%);
	background-image: url('assets/images/destinations-bg.jpg');
	background-size: cover;
	background-position: top center;
	padding: 100px 0;
}

.search-destinations-section h2 {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 116%;
	letter-spacing: 0.96px;
}

.search-bar-wrapper {
	max-width: 800px;
	margin-top: 30px;
}

.search-form {
	position: relative;
}

.search-input {
	width: 100%;
	height: 60px;
	padding: 0 40px;
	border: none;
	border-radius: 56px;
	font-size: 22px;
	color: #000;
	background-color: #fff;
}

.search-input::placeholder {
	color: #a0a0a0;
}

.search-line {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #007bff;
}
.search-line svg{
	width: 30px;
	height: 30px;
}

.search-button svg {
	width: 20px;
	height: 20px;
}

.search-destinations-section .locations-map {
	max-width: 880px;
	width: 100%;
	height: 400px;
	margin: 20px auto;
	position: relative;
}

.search-destinations-section .locations-map .location-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	transform: translate(-50%, -50%);
}
.search-destinations-section .locations-map .location-1 {
	top: 85%;
	left: 3%;
	transform: scale(0.5);
}

 .search-destinations-section .locations-map .location-2 {
	top: 80%;
	left: 60%;
	transform: scale(0.65);
}

.search-destinations-section .locations-map .location-3 {
	top: 30%;
	left: 75%;
	transform: scale(0.5);
}

.search-destinations-section .locations-map .location-4 {
	top: 40%;
	left: 21%;
	transform: scale(0.8);
}

.search-destinations-section .locations-map .location-5 {
	top: 72%;
	left: 90%;
	transform: scale(0.85);
}
.search-destinations-section .locations-map .location-6 {
	top: 15%;
	left: 53%;
	transform: scale(1);
}
.search-destinations-section .locations-map .location-7 {
	top: 55%;
	left: 40%;
	transform: scale(0.65);
}

.earch-destinations-section .locations-map .location-icon img {
	width: 100%;
	height: auto;
}

.locations-gallery {
	background-color: #fff;
}
.locations-gallery .container{

}
.location-card {
	position: relative;
	width: 100%;
	padding-top: 50%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: transform 0.3s ease;
	border-radius: 20px;
}

.location-card:hover {
	transform: scale(1.01);
}

.location-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	padding-bottom: 5%;
	transition: background 0.3s ease;
}
.location-overlay .btn-outline-light {
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 35px;
	border-radius: 25px;
	font-weight: 400;
	font-size: 16px;
}
.location-overlay .btn-outline-light:hover{
	background: none;
}

.location-card:hover .location-overlay {
	background: rgba(0, 0, 0, 0.4); /* Напівпрозорий фон */
}

.location-title {
	font-size: 1.5rem;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}

.btn-outline-light {
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 0.9rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.safety-section{
	background: #F2F2F5;
}
.safety-section > .container{

}

.safety-section .info-card{
	border-radius: 12px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 30% !important;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.safety-section .info-card_1 {
	background-image: url('assets/images/Icon_4.png');
	background-size: auto 92%;
	background-position: 100% 100%;
}
.safety-section .info-card_2 {
	background-image: url('assets/images/Icon_5.png');
	background-size: auto 45%;
	background-position: 100% 100%;
	padding-right: 20% !important;
}
.safety-section .info-card_3 {
	background-image: url('assets/images/Icon_6.png');
	background-size: auto 65%;
	background-position: 103% 105%;
	padding-right: 25% !important;
}
.safety-section .info-card_4 {
	background-image: url('assets/images/Icon_7.png');
	background-size: auto 60%;
	background-position: 100% 100%;
}
.safety-section .info-card-description{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.4px;
	margin-bottom: 0px;

}
.safety-section .info-card-title{
	color: #256EDF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
	margin-right: -15%;
}
.info-card-btn{
	display: flex;
	gap: 10px;
	width: 170px;
	justify-content: space-between;
	font-weight: 400;
	position: relative;
	bottom: 0;
}
.info-card-btn:hover span svg path {
	stroke: #ffffff;
}

.welcome-section {
	background: url('assets/images/Image-7-1.png');
	color: #fff;
	position: relative;
	padding: 12% 0;
	background-size: cover;
	background-position: bottom right;
}
.welcome-section .btn{
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #3CAF37;
}
.welcome-title {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
}

.owners-section{
	padding: 140px 0 150px 0;
}

.owners-section .background-logo{
	background: url(assets/svg/logo-bg.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 190px;
}
.owners-section .image-block {
	min-height: 300px;
	width: 100%;
}
.owners-section .section-description{
	font-size: 20px;
}
.owners-section .image-block img{
	position: absolute;
	transform: translate(0%, -50%);
	z-index: 1;
	top: 60%;
	max-width: 100%;
	right: 0;
}

.reviews-section {
	background-color: #fff;
}
.reviews-links{
	font-size: 12px;
}
.review-card .reviews-text{
	min-height: 75px;
}

.total-ratings-block:hover {
	box-shadow: rgba(46, 123, 255, 0.2) 0px 4px 12px;
}
.review-card {
	border-radius: 10px;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.review-card a{
	color: #256EDF;
	font-size: 12px;
}
.review-card .gr-icon{
	border-radius: 3px;
		background: #EFF4FA;
		padding: 2px;
		width: 25px;
		height: 25px;
		display: flex;
		align-items: center;
}
.review-card .gr-icon svg{
	max-width: 100%;
	max-height: 100%;
}
.review-card .gr-rating{
	color: #FEA500;
}
.google-rating-score{

}

.reviewer-name {
	font-weight: 600;
}
.trustpilot-logo{
	font-size: 12px;
	font-weight: 700;
}

.review-card  .rating svg{
	width: 22px;
	height: 22px;
}
.review-card .rating{
	margin-bottom: 15px;
	margin-top: 15px;
}
.review-card .rating svg path{
	fill: #00A2FF;
}

.review-text {
	font-size: 12px;
	margin-bottom: 5px;
}

.review-card  .review-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: rgba(0, 0, 0, 0.06) 1px solid;
}

.reviewer-photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.review-date {
	font-size: 14px;
}

.ratings-platforms .rating-platform {
	margin: 0 15px;
	max-width: 120px;
}
/* Загальні стилі для стрілок */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	border-radius: 10px;
}

.slick-prev:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('assets/svg/arrow-left.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-next:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('assets/svg/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-prev {
	left: -30px;
}

.slick-next {
	right: -30px;
}

.platform_type{
	width: 47px;
	height: 47px;
	background: #F2F2F5;
	border-radius: 50px;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.platform_type svg{
	width: 100%;
}
.slick-track
{
	display: flex !important;
}

.slick-slide
{
	height: inherit !important;
}
 .slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ratings-platforms{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	align-items: center;

}
.total-ratings-block{
	border-radius: 10px;
	width: auto;
	height: auto;
	flex-wrap: wrap;
}
.trustpilot-star{
	display: flex;
}
.trustpilot-star span{
	background: #219653;
		width: 17px;
		height: 17px;
		padding: 1px;
		display: flex;
		line-height: 0px;
		align-items: center;
		justify-content: center;
		margin: 1px;
}
.trustpilot-star span svg path{
	fill: #fff;
}
.ratings-platform span{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}
.ratings-platform.trustpilot-logo span{
	font-size: 12px;
	font-weight: 700;
}
.ratings-platforms .text-link {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	color: #256EDF;
}
.ratings-platforms  .text-link  a{
	text-decoration-line: underline;
	font-weight: 600;
}
.ratings-platform.trustpilot-logo svg{
	width: 16px;
}
.total-ratings-block.trustpilot > span{
	font-size: 12px;
	font-weight: 700;
}
.google_r svg{
	width: 100%;
	height: auto;
}
.google_r{
	width: 80px;
		border-radius: 3px;
		background: transparent;
		padding: 0;
		display: flex;
		margin-right: 10px;
}
.google-rating-score{
	display: flex;
	color: #FEA500;
	gap: 4px;
	font-size: 20px;
	line-height: 24px;
	align-items: center;
	font-weight: 600;
}
.google-rating-score svg{
	width: 16px;
	height: 16px;
}
.google-rating-score svg path{
	fill:#FEA500;
}
.review-card .tp-icon svg{
	max-width: 20px;
}
.google-rating-title{
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.black-text{
	color: #000;
}
.google_rating_count{
	font-size: 12px;
	color: #999;
	font-weight: 300;
}


button:focus, .accordion-button:focus {
	outline: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: inherit;
}
.accordion-body{
	padding: 0px 0 25px 0;
}
.cashback-section .accordion-body {
	padding: 5px 0 25px 0;
	font-size: 14px;
}
.accordion-button {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.48px;
	padding: 25px 0;
}


footer{
	background: #F2F2F5;
}
.footer-top{
	justify-content: space-between;
}
.footer-title{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.footer-links li{
	margin-bottom: 10px;
}
.footer-links a{
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.support-buttons a.btn{
	background: #fff;
	padding: 10px 20px;
	border: none !important;
	color: #000;
	display: flex;
	gap: 10px;
	align-items: center;
	border-radius: 5px;
}
.social-icons a{
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	background: #FFF;
}
.footer_phone{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 20px;
}
.copyrights{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-bottom a{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-bottom-links{
	font-size: 8px;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #fff;
}


.carousel-indicators [data-bs-target]{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.carousel-indicators {
	margin-bottom: 0.5rem;
}
.yacht-actions{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.yacht-actions .btn {
	padding: 2px;
	border: none;
	font-size: 14px;
	border-radius: 25px;
	transition: all 0.3s ease;
	background: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	align-content: center;
	justify-content: center;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
	z-index: 99;
}

.yacht-actions .btn:hover {
	background-color: #f0f0f0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 20px;
	height: 20px;
}
.search_block{
	border-radius: 20px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.12);
}
.search_block_bg{
	flex: 1 1 40%;
	background-image: url(assets/images/search_block_bg.png);
	background-size: cover;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 20px;
}
.business_class_bg{
	flex: 1 0 60%;
	background-image: url(assets/images/Business_class.jpg);
	background-size: cover;
	display: flex;
	align-content: flex-end;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 20px;
	background-position: center;
	border-radius: 20px;
}
.search_block_bg .ratings-platforms{
	transform: scale(0.7) translateY(30%) translateX(30%);
}
.search_block_form .search-bar {
	gap: 15px;
	padding: 10px 50px;
	border-radius: 85px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 4px 17.6px 0px rgba(0, 0, 0, 0.04);
}

.search_block_form .search-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.search_block_form .search-item label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}

.search_block_form .search-item input {
	font-size: 14px;
	color: #6A6A6A;
	font-weight: 300;
	outline: none;
	background: none;
	padding: 0;
}

.search_block_form .divider,
.header_search_block .divider {
	width: 1px;
	background-color: #e0e0e0;
	align-self: stretch;
	margin-top: 5px;
	margin-bottom: 5px;
}

.review-card-col{
	width: 20%;
	flex-direction: column;
	justify-content: space-between;
}
.yacht-filter .accordion-item{
	padding: 11px;
	border-bottom: 0;
	position: relative;
	margin-top: 0px;
}
.yacht-filter .accordion-item:not(:first-child)::after{
	content: '';
	width: calc(100% - 22px);
	background: #F2F2F5;
	height: 1px;
	position: absolute;
	top: 0px;
}
.yacht-filter .noUi-horizontal {
	height: 3px;
}
.yacht-filter .noUi-target{
	border: none;
	margin-top: 10px;
}
.yacht-filter .noUi-connect {
	background: #256EDF;
}

.yacht-filter .noUi-horizontal .noUi-handle {
	width: 7px;
	height: 18px;
	right: -6px;
	top: -7px;
	background: #256EDF;
	border: none;
	box-shadow: none;
	border-radius: 10px;
}
.yacht-filter .noUi-horizontal .noUi-handle:before,
.yacht-filter .noUi-horizontal .noUi-handle:after  {
	display: none;
}
.yacht-filter .form-check-input[type=checkbox]:not(.form-switch .form-check-input) {
	border-radius: 2px;
	width: 19px;
	height: 19px;
}

.yacht-filter .form-check-input[type=checkbox]:focus{
	outline: none;
	box-shadow: none;
}
.yacht-filter .accordion-body {
	padding: 5px 0;
}
.yacht-filter .accordion-button {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 0;
}
.yacht-filter .accordion {
	--bs-accordion-border-color: #00000000;
}

#filterAccordion{
	border: 1px solid #F2F2F5;
}
.yacht-filter .form-check-label{
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 5px;
}
.yacht-filter .accordion-button::after {
	width: 15px;
	height: 15px;
	background-size: contain;
}
.input-group-text{

}

.yacht-filter .price-filter {

}

.yacht-filter .price-input {
	flex: 1;
	text-align: center;
	position: relative;
	border-radius: 2px;
	background: #F2F2F5;
}

.yacht-filter .price-label {
	display: block;
	position: absolute;
	z-index: 1;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	top: 10px;
	left: 10px;
}

.yacht-filter .price-filter .input-group {
	display: flex;
	align-items: flex-end;
	border-radius: 6px;
	overflow: hidden;
}

.yacht-filter .input-group-text {
	border: none;
	background: transparent;
}
.yacht-filter  .price-filter .input-group-text{
	padding: 0 0 10px 10px;
	color: #ADADAD;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.28px;
}

.yacht-filter .input-group .form-control {
	border: none;
	box-shadow: none;
	font-size: 16px;
	text-align: left;
	padding: 8px 12px;
}

.yacht-filter .input-group .form-control::placeholder {
	color: #aaa;
}

.yacht-filter .price-divider {
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	color: #333;
	line-height: 2;
}
.yacht-filter  .price-filter .input-group .form-control{
	background: transparent;
	padding: 30px 0 10px 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.28px;
}
.select_quantity{

}
.yacht-filter .select_quantity .input-group .form-control{
	flex: 0 1 50px;
}
.yacht-filter .select_quantity  .input-group-text{
	flex: 1 1 150px;
	padding: 8px 0;
}
.yacht-filter .select_quantity  button.btn{
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	padding: 2px;
	border: none;
	border-radius: 2px;
	background: #F2F2F5;
}
.form-switch .form-check-input{
	height: 20px;
}
.yacht-filter .form-switch .form-check-label{
	color: #000;
}
.yacht-filter .filter-result-text{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.filter-result-item{
	margin-bottom: 10px;
}
.filter-result-item .btn-close{
	width: 8px;
	height: 8px;
	padding: 2px;
}
.yacht-filter .filter-results{
	background: #F2F2F5;
}
.filter-result-item img{
	width: 17px;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.pagination .page-item .page-link{
	border-radius: 2px;
	width: 42px;
	height: 46px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F2F2F5;
	background: #F2F2F5;
	color: #787878;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.pagination .page-item:hover .page-link{
	border: 1px solid #787878;
}
.pagination .page-item.active .page-link{
	color: #256EDF;
	border: 1px solid #256EDF;
}

.pagination .page-item .page-link{
	box-shadow: none;
}
.filter-country-buttons button{
	flex: 1 1 170px;
	border-radius: 5px;
	border: 1px solid #B4B4B4;
	color: #6E6E70;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px;
}
.filter-country-buttons button.active{
	border: 1px solid #256EDF;
	background: #fff;
	color: #6E6E70;
}
.archive-description{
	color: #6F6F6F;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.28px;
}
.archive-description h1{
	color: #787878;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.header_search_block{
	border-radius: 85px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 4px 17.6px 0px rgba(0, 0, 0, 0.04);
	display: flex;
	padding: 8px 20px;
	align-items: center;
	gap: 15px;
	font-size: 14px;
	font-weight: 500;
	min-width: 250px;
	justify-content: space-evenly;
}
.header_search_block .search-icon {
	border: none;
	background: none;
	box-shadow: none;
}



.yacht-gallery {
	display: flex;
	gap: 10px;
	align-items: stretch; /* Вирівнює по висоті */
}

.carousel-container {
	width: 50%;
	position: relative;
}

.gallery-grid {
	width: 50%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	align-content: stretch;
}

.gallery-item img {
	cursor: pointer;
	transition: transform 0.3s ease;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.carousel-container img {
	height: auto;
	width: 100%;
}

.yacht-title{
	color: #222;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}


.price-pay-container {
	text-align: center;
	margin: 20px 0;
}

.price-info {
	font-size: 16px;
	color: #6c757d;
	margin-bottom: 10px;
}

.price-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

.price-box {
	border: 1px solid #256EDF;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #256EDF;
	background-color: transparent;
	height: 40px;
	min-width: 140px;
}

.pay-btn {
	padding: 7px 20px;
	background-color: #256EDF;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	height: 40px;
	min-width: 140px;
}
ul.characteristics-list{
	padding-left: 0;

}
ul.characteristics-list li{
	list-style: none;
	margin-bottom: 24px;
}

.pay-btn:hover {
	background-color: #1a6dce;
}

.equipment-grid .equipment-item,
.services-grid .service-item{
	flex: 1 1 45%;
}

.add-dates-link .calendar-icon {
	width: 16px;
	height: 16px;
	background: url('assets/svg/calendar.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.add-dates-link{
	text-decoration: underline;
}
.b-t{
	border-top: 1px solid #EBEBEB;
}
.b-b{
	border-bottom: 1px solid #EBEBEB;
}
.date-selector{
	border-radius: 85px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 4px 17.6px 0px rgba(0, 0, 0, 0.04);
	width: fit-content;
	margin: 0 auto;
	padding: 5px 30px;
	gap: 10px;
}
.yacht-slide{
	padding: 5px;
}
.yacht-specs{
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
.yacht-crew-status img{
	filter: brightness(0);
	width: 26px;
	height: 26px;
}
.yacht-crew-status strong{
	color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.yacht-crew-status p{
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

.equipment-title, .services-title, .characteristics-title, .terms-section > h3,
.map-container > h3,
.availability-check > h3{
	color: #222;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
}
.equipment-item img{
	flex: 0 0 25px;
}
.show-more-btn,
.yacht-details-section .btn-outline-primary,
.rules-boat .btn-outline-primary,
.yacht-detail .tap_to_support{
	border-radius: 5px;
	border: 1px solid #256EDF;
	color: #256EDF;
	background: #FFF;
	padding: 10px 35px;
	min-width: 300px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.yacht-detail .to_booking{
	border-radius: 5px;
	border: 1px solid #256EDF;
	padding: 10px 35px;
	min-width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	background: #256EDF;
	color: #fff;
}

.show-more-btn:hover,
.yacht-details-section .btn-outline-primary:hover,
.rules-boat .btn-outline-primary:hover,
.yacht-detail .tap_to_support:hover{
	background: #256EDF;
	color: #fff;
}
.terms-section h4{
	color: #256EDF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}
.terms-section p{
	color: #343A40;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.info-icon{
	border-radius: 8px;
	border: 1px solid #677785;
	background: #FFF;
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.guest-choice-block{
	border-radius: 12px;
	border: 1px solid #DDD;
	padding: 14px 30px;
}
.guest-choice-text{
	position: relative;
	color: #222;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}
.guest-choice-text:before{
	content: '';
	height: 100%;
	width: 20px;
	background-image: url('assets/images/gold-left-laurel.png');
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.guest-choice-text:after{
	content: '';
	height: 100%;
	width: 20px;
	background-image: url('assets/images/gold-left-laurel.png');
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scaleX(-1);
}
.guest-reviews{
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.guest-choice-center .rating-score{
	color: #222;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.guest-choice-center .rating-stars svg{
	width: 16px;
	height: 16px;
}
.yacht-detail .divider {
	width: 1px;
	background-color: #e0e0e0;
	align-self: stretch;
	margin-top: 5px;
	margin-bottom: 5px;
}
.guest-reviews-count{
	color: #222;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}
.guest-choice-right a{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
}
.availability-check .search-button{
	width: auto;
	background-color: #256EDF;
	height: 30px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
}
.availability-check  .search-button svg {
	width: 17px;
	height: 17px;
}

.availability-check .search-button svg path{
	fill: #fff;
}
.availability-check  .date-input{
	font-size: 14px;
	font-style: normal;
}
.availability-check  .date-input .text-date{
	font-weight: 300;
}


.double-calendar-container .flatpickr-calendar{
	border: none;
	background: none;
	box-shadow: none;
}
span.flatpickr-weekday{
	color: #6A6A6A;
	text-align: center;
	font-size: 7.688px;
	font-style: normal;
	font-weight: 500;
}
.flatpickr-weekdaycontainer{
	padding: 5px;
}
.dayContainer{
	padding: 5px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange,
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {

	border: 1px solid #256EDF;
	background: #256EDF;
	position: relative;
}

.dayContainer .flatpickr-day.inRange:last-child {
	-webkit-box-shadow: -25px 0 0 #D0F3FF, 25px 0 0 #D0F3FF;
	box-shadow: -25px 0 0 #D0F3FF, 25px 0 0 #D0F3FF;
	z-index: -1;
}

.dayContainer .flatpickr-day.inRange:first-child {
	-webkit-box-shadow: -25px 0 0 #D0F3FF, 25px 0 0 #D0F3FF;
	box-shadow: -25px 0 0 #D0F3FF, 25px 0 0 #D0F3FF;
	z-index: -1;
}


.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #D0F3FF, 5px 0 0 #D0F3FF;
	box-shadow: -5px 0 0 #D0F3FF, 5px 0 0 #D0F3FF;
	background: #D0F3FF;
	border-color: #D0F3FF;
}

.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.endRange{

}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
	box-shadow: none;
}
.flatpickr-day.startRange.startRange:before{
	content: '';
	position: absolute;
	z-index: -1;
	background: #D0F3FF;
	height: 104%;
	top: -3%;
	width: 50%;
	right: 0;
}
.flatpickr-day.endRange.endRange:before{
	content: '';
	position: absolute;
	z-index: -1;
	background: #D0F3FF;
	height: 104%;
	top: -3%;
	width: 50%;
	left: -6px;
}
.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 500;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}
.clear-dates-link{
	color: #256EDF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	text-decoration: underline;
	display: block;
	margin: 0 auto 30px;
}
.price-pay-container .price-info{
	color: #6A6A6A;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.map-container #yachtMap, .map-container #yachtMap2{
	border-radius: 12px;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.owner-profile{
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.owner-profile h3{
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
.owner-profile h4{
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.owner-profile-info{
	color: #677785;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.owner-details span{
	color: #343A40;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.owner-details span i{
	color: #256EDF;
	margin-right: 5px;
}
.owner-info li{
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.owner-info li span{
	font-weight: 500;
}
.services-block-title{
	color: #256EDF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}
.services-block-subtitle {
	color: #47526B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
}
.service-item label{
	gap: 10px;
}
.service-item label > span.text-start{
	flex: 0 0 100px;
}
.service-item  input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: #BBB;
	border-radius: 20px;
}
.service-item-info-text{
	color: #47526B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-left: 25px;
	margin-top: -20px;
	max-width: 80%;
}

.service-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid #BBB;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	top: 3px;
	position: relative;
	margin-right: 5px;
}

.service-item input[type="checkbox"]:checked {
	background-color: #256EDF;
	border-color: #256EDF;
}



.service-item .quantity .btn{
	width: 20px;
	height: 20px;
	background: #848484;
	color: #fff;
	border: none;
	border-radius: 50%;
	line-height: 12px;
	padding: 0;
	font-size: 12px;
}
.service-item .service_name{
	flex: 0 0 50%;
}
.btn.add_services{
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding: 7px 20px;

}
.review_block .review-card{
	background: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.review-header strong{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.review-meta{
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	display: none;
}
.review-meta .review-score svg{
	width: 15px;
}
.review-meta .review-score svg path{
	fill: #000;
}
.review-meta .stay_duration{
	color: #6A6A6A;
}
.btn.all_review{
	min-width: 150px;
}
.yacht-carousel.slick-slider{
	padding-bottom: 100px;
}

.yacht-carousel.slick-slider .slick-prev,
.slick-next,
.last-minute-yacht-carousel.slick-slider .slick-prev,
.slick-next  {
	position: absolute;
	top: 90%;
	box-shadow: none;
	background: #256EDF;
	border-radius: 50px;
	color: #fff;
}
.last-section .last-minute-yacht-carousel.slick-slider .slick-prev,
.last-section .last-minute-yacht-carousel.slick-slider .slick-next {
	top: 30%;
	background-color: transparent;
}
.yacht-carousel.slick-slider .slick-next {
	right: 46%;
}
.yacht-carousel.slick-slider .slick-prev {
	left: 46%;
}

.last-section .last-minute-yacht-carousel.slick-slider .slick-next {
	right: 1%;
}
.last-section .last-minute-yacht-carousel.slick-slider .slick-prev {
	left: 1%;
}

.last-section .slick-next:before, .last-section .slick-prev:before {
	width: 28px;
	height: 28px;
}
.last-section .slick-prev:hover, .last-section .slick-prev:focus, .last-section .slick-next:hover, .last-section .slick-next:focus {
	background: transparent;
}
.last-section .yacht-slide:not(.slick-center) .yacht-card .carousel-control-next,
.last-section .yacht-slide:not(.slick-center) .yacht-card .carousel-control-prev{
	display: none;
}

.slick-next:before {
	background-image: url(assets/svg/arrow-right2.svg);
}
.slick-prev:before {
	background-image: url(assets/svg/arrow-left2.svg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #256EDF;
}
.yacht-gallery .carousel-indicators{
	display: none;
}

.yacht-gallery .yacht-actions{
	width: auto;
	height: 50px;
	bottom: 0;
	top: auto;
	flex-direction: row;
	gap: 10px;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  background-size: contain;
}
.accordion-button::after {
  transition: all 0.5s;
}

#faqAccordion > .accordion-item{
	flex: 1 1 45%;
}
#faqAccordion {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	flex-direction: row;
}
@media (min-width: 768px) {
	.accordion-flush > .accordion-item:nth-last-child(2) {
		border-bottom: 0;
	}
}
.faq-section .container > h2{
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}


.btn-outline-primary.gray {
	border-radius: 56px;
	border: 1px solid #404A53;
	color: #404A53;
}
.owner-image {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}
.review-body{
	color: #222;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}



.payment-icons-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.payment-icons {
	display: flex;
	gap: 20px;
	animation: scrollIcons 60s linear infinite;
	padding-right: 20px;
}
.payment-icon {
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
	display: flex;
	width: 180px;
	height: 80px;
	background: #fff;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}
.payment-icons img {
	width: 100%;
	height: auto;
	max-height: 50px;
	max-width: 100px;
}

@keyframes scrollIcons {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.verified-payment-icon{
	max-width: 300px;
}

.payment-section{
	overflow: hidden;
	background: #F2F2F5;
}
.last-section h2, .partners-section h2{
	font-size: 30px;
	position: relative;
	padding-bottom: 15px;
}
.last-section h2:after, .partners-section h2:after{
	content: '';
	position: absolute;
	width: 75%;
	height: 5px;
	background-image: url(assets/svg/Line-title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.last-section .yacht-slide {
	padding: 7px;
}


.yacht-timer {
	background-image: url(assets/svg/timer.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 25px;
	color: #343A40;
	font-size: 16px;
	letter-spacing: 0.32px;
}
.last-minute-offer{
	border-radius: 60px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 4px 17.6px 0px rgba(0, 0, 0, 0.04);
	padding: 15px 20px 14px 20px;
	color: #3CAF37;
	line-height: 17px;
	max-width: 560px;
	margin: 20px auto;
	transition: all 0.2s;
}
.last-minute-offer .yacht-timer {
	color: #3CAF37;
	background-image: url(assets/svg/timer-green.svg);
	transition: all 0.2s;
}
.yacht-detail .last-minute-offer .divider {
	margin-top: -5px;
	margin-bottom: -5px;
}
.last-minute-offer:hover{
	background-color: #3CAF37;
	color: #fff;
}
.last-minute-offer:hover .yacht-timer{
	color: #fff;
}
.last-minute-offer:hover .yacht-timer{
	background-image: url(assets/svg/timer-w.svg);
}

.last-section .yacht-price {
	color: #3CAF37;
}
.last-section  .yacht-rating{
	color: #fff;
	font-size: 12px;
	align-items: flex-start;
}
.last-section  .yacht-rating svg{
	width: 12px;
	height: 12px;

}
.last-section  .yacht-rating svg path{
	fill: #fff;
}

.bc-title{
	color: #004196;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.9px;
}
.bc-subtitle{
	color: #004196;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
}
ul.bc-list li{
	list-style: none;
}

ul.bc-list{
	text-align: center;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
	padding-left: 0px;
}
.bc-btn-container{
	display: flex;
	justify-content: center;
}
.bc-btn-container > a{
	border-radius: 5px;
	border: 0.5px solid #000;
	background: #FFF;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	padding: 10px 10px;
}

.bc-btn-container > a svg{
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

.business_block{
	width: 100%;
	text-align: center;
}
.btn-blue{
	background: #004196;
	color: #fff;
}

.business_block > .btn{
	min-width: 180px;
}
.business_class_bg{
	position: relative;
}
.business_class_bg{
	color: #FFF;
	text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.25);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.welcome-block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.our-team-section {
  padding: 30px 0;
}
.our-team-section .slick-slide {
  outline: none; /* при переході не буде рамок */
}
.our-team-section .team-member {
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
}
.our-team-section .team-member img {
	width: 100%;
	max-width: 300px;
	max-height: 325px;
	border-radius: 20px;
	margin: 0 auto 15px;
	object-fit: cover;
}
.our-team-section .team-member.active img {
	border: 1px solid #256EDF;
}


.our-team-section .team-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-team-section .team-role {
  font-size: 0.9rem;
  color: #777;
}


/* Прогрес-бар внизу */
.our-team-section .progress-wrapper {
  margin-top: 20px;
}
.our-team-section .progress-track {
  background-color: #d2d2d2;
  height: 2px;
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.our-team-section .progress-bar {
  background-color: #256EDF;
  height: 100%;
  width: 20%;
  transition: width 0.3s ease;
}
.progress-wrapper .slick-arrow{
	position: relative;
	top: 15px;
	left: 0;
	margin: 0 !important;
	background: transparent;
	border: 1px solid #256EDF;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	box-shadow: none;
}

.progress-wrapper .slick-next:before{
	background-image: url(assets/svg/arrow-right.svg);
}
.progress-wrapper .slick-prev:before {
	background-image: url(assets/svg/arrow-left.svg);
}

.progress-button{
	width: 115px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: relative;
	padding-right: 10px;

}
.team-info{
	text-align: left;
	padding-right: 10px;
}



.team-info .team-name{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.44px;
	text-transform: capitalize;
}
.team-info .team-role{
	color: #256EDF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.all-text{
	background-image: url(assets/svg/more-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0px;
	display: inline-block;
	padding: 10px;
	margin-left: 10px;
	top: -5px;
	position: relative;

}
.partner-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 30px;
}
.partner-item{
	flex: 0 0 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-item img{
	max-width: 100%;
	max-height: 65px;
}

.referral-section {
	background-image: url(assets/images/Image_bank_cards.png);
	background-size: auto 90%;
	background-position: center 150%;
	position: relative;
	color: #000;
	padding: 5% 0 5% 0;
	background-color: #f5f9ff;
	background-repeat: no-repeat;
}
.financial-cabinet{
	cursor: pointer;
}
.referral-title{
	color: #232323;

	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 2px;
}

span.color{
	color: #1634FF;
}
.business span.color{
	color: #004196;
}
.home span.color{
	color: #256EDF;
}

.referral-subtitle{
	color: rgba(36, 41, 52, 0.596);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.commission-description{
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.financial-cabinet .icon-circle{
	padding: 10px;
	border: 1px solid #D5D9EF;
	border-radius: 50px;
}
.financial-cabinet .financial-text{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.commission-title{
	color: #256EDF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 108%;
}

.commission-method{
	width: 240px;
}
.elips-blur{
	overflow: visible;
	position: relative;
	z-index: 1;
}
.elips-blur:before{
	content: "";
	border-radius: 424px;
	background: #D8E6FF;
	filter: blur(125px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	left: -15%;
	z-index: -1;
}
.step-item > img{
	width: 70px;
}
.step-item .steps-text{
	color: #282626;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}
.step-item .steps-text h5{
	font-weight: 600;
}
.cashback-section{
	background-image: url(assets/images/referal/cashback-section.jpg);
	background-size: cover;
	background-position: center;
}
.cashback-phone{
	max-width: 300px;
}
.cashback-block{
	border-radius: 20px;
	border: 1px solid #1634FF;
	box-shadow: 12px 12px 60px -20px rgba(174, 174, 174, 0.80);
	padding: 55px 15px 35px 15px;
	position: relative;
	margin-top: 50px;
}
.cashback-block .cashback-highlight{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color: #1267E7;
	text-align: center;
	font-size: 27.378px;
	font-style: normal;
	font-weight: 600;
	background: #E3EEFF;
	padding: 8px 18px;
	border-radius: 15px;
}
.cashback-procent{
	color: #1634FF;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2.56px;
	text-align: center;
}
.cashback-block .financial-cabinet .icon-circle {
	padding: 7px;
	border: 1px solid #D5D9EF;
	border-radius: 50px;
	width: 45px;
	height: 45px;
}
.cashback-section #faqAccordion > .accordion-item, .cashback-section #faqAccordion .accordion-button {
	background: transparent;
	border: none;
}
.cashback-section #faqAccordion > .accordion-item{
	border-bottom: 1px solid #d9d9d980;
}
.cashback-section #faqAccordion .accordion-button {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 0px;

	border-radius: 0;
}

.cashback-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231634FF' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.cashback-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231634FF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  background-size: contain;
}


.business_block #faqAccordion > .accordion-item, .business_block #faqAccordion .accordion-button {
	background: transparent;
	border: none;
}
.business_block #faqAccordion > .accordion-item{
	border-bottom: 1px solid #d9d9d980;
}
.business_block #faqAccordion .accordion-button {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 0px;

	border-radius: 0;
}

.business_block .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231634FF' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.business_block .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231634FF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  background-size: contain;
}

.benefits-title{
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.benefits-title-block{
	display: flex;
	flex-direction: row;
}
.benefits-title-block > div{
	width: 37%;
}
.benefits-subtitle{
	margin-bottom: 0px;
}
.benefit-card{
	border-radius: 0px 40px 40px 40px;
	background: #F8F8F8;
	height: 100%;
	padding-top: 120px !important;
	overflow: hidden;
	position: relative;
}
.benefit-card:before{
	background: #B4B4B4;
	height: 13px;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.benefit-card:after{
	content: '01';
	position: absolute;
	top: 20px;
	left: -40px;
	color: #282626;
	font-size: 150px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -34.65px;
	opacity: 0.05;
	font-family: "Sora", serif;
}
.benefit-card-02:after {
  content: '02';
}

.benefit-card-03:after {
  content: '03';
}

.benefits-section .benefits-btn{
	background: #3CAF37;
	min-width: 200px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	min-width: 200px;
}
.benefits-btn:hover{
	background: #116b0d;
	color: #fff;
}
.referal-contact-section .contact-buttons > .btn{
	width: 120px;
}

.business-welcome-section{
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url(assets/images/business-section-bg.jpg);
	background-size: auto 100%;
	background-position: 0% center;
	position: relative;
	color: #000;
	background-repeat: no-repeat;
}
.business-title{
	color: #232323;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2.4px;
}
.business-welcome-section .welcome-subtitle{
	color: #004196;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 108%;
}
.welcome-section .welcome-subtitle{
	font-size: 20px;
}
.business-privileges-section{
	background: #F6F7F8;
}
.business-privileges-section .section-title{
	color: #282626;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px;
}
.privilege-item{
	color: #282626;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;

}
.privilege-item .privilege-title{
	color: #004196;
	font-weight: 600;
}
.our-team-section .short-text{
	font-weight: 300;
}



.business-privileges-section .contact-buttons > .btn {
	width: 120px;
	background: transparent;
	border-color: #424242;
}
.b-payment-methods-section > .container{
	background-image: url(assets/images/payment-methods-section.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 24px;
	overflow: hidden;
}
.b-payment-title{
	color: #282626;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}
.b-payment-methods-section .payment-description{
	color: #282626;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.b-payment-methods-section  .b-payment-icons .b-payment-icon {
	padding: 10px;
	border-radius: 15px;
	height: 50px;
	flex: 0 0 auto;
	width: 12.5%;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
	display: flex;
	width: 140px;
	background: #fff;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}
.b-payment-methods-section  .b-payment-icons .b-payment-icon  .payment-icon{
	height: 100%;
	max-width: 65px;
	filter: none;
	border-radius: 0;
}
.b-payment-methods-section  .b-payment-icons {
	gap: 10px;
}
.b-team-experience-section .team-title{
	color: #282626;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	letter-spacing: -2.24px;
}
.b-team-experience-section .bc-btn-container > a{
	flex: 0 0 25%;
	line-height: 25px;
}
.b-team-experience-section .team-description{
	max-width:450px;
	font-size: 18px;
}
.b-team-experience-image{
	border-radius: 40px;
}
.b-recommendation-section{
	background: #F6F7F8;
}

.b-recommendation-section .section-title{
	color: #282626;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
}

.b-recommendation-section .yacht-card .yacht-icon,
.b-recommendation-section .yacht-card .yacht-description,
.b-recommendation-section .yacht-card .yacht-rating{
	display: none !important;
}
.b-recommendation-section .yacht-card .yacht-details{
	color: #8B8B8B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}
.b-recommendation-section .yacht-card .yacht-name{
	margin-bottom: 5px;
	background-image: url(assets/images/yacht-verified-gold.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center right;
	padding-right: 35px;
}


.b-recommendation-section .carousel-control-next, .b-recommendation-section .carousel-control-prev{
	display: none;
}
.b-recommendation-section .yacht-actions {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 10px;
	gap: 5px;
}
.b-recommendation-section  .yacht-actions .btn.share svg path{
	fill: #BF923D;
}
.b-recommendation-section  .yacht-actions .btn.bookmark svg path{
	stroke: #BF923D;
}
.business .contact-buttons > .btn {
	width: 120px;
	background: transparent;
	border-color: #424242;
}

.contact-info{
	font-size: 18px;
}

.contact-item > *{
	width: 33%;
}
.contact-item .contact-info{
	margin-bottom: 0px;
	font-size: 14px;
	padding: 0 10px;
}


.contact-item .contact-title{
	color: #282626;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.contact-item .contact-info-type{
	width: 40%;
}
.contact-item .contact-info-type a{
	color: #256EDF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.contact-header{
	font-size: 20px;
}

.qr-caption{
	color: #256EDF;
	font-size: 14px;
}
.representative-contacts-section .section-title{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.27px;
}

.representative-card{
	border-radius: 20px;
	border: 1px solid #D9D9D9;
	background-image: url('assets/svg/phone-blue.svg');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 93% 18%;
}
.representative-card .country-title {
	color: #256EDF;
	font-size: 20px;
	font-weight: 400;
}
.representative-card .representative-name {
	font-size: 14px;
	font-weight: 500;
}
.language-info{
	font-size: 14px;
	font-weight: 400;
}
.contacts .social-icons > a{
	border-radius: 5px;
	border: 1px solid #282828;
}
.payment-section h2{
	font-size: 30px;
}
.footer-section .qr-code{
 	max-width: 120px;
}

.cashback-title{
	font-size: 46px;
}
.benefit-title{
	font-size: 26px;
	margin-bottom: 20px;
}

.qr-code img{
	max-width: 125px;
}
.bc-btn-container > a:hover{
	background: #256EDF !important;
	border: 0.5px solid #256EDF;
	color: #fff;
}
.bc-btn-container > a:hover svg path{
	fill: #fff;
}
.rules-items{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#allRulesModal .rules-items{
flex-direction: row;
}
.rules-items span{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}
.modal .rules-items > p{
	display: block;
	flex: 1 1 100%;
}
.terms-section  ul {
	padding-left: 20px;
}
.service-item{
	max-width: 400px;
	margin: 0;
}
.review-card .review-header .avatar{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 100px;
}
.select2-container--default .select2-selection--single{
	height: 50px;
	border-radius: 25px;
	background: #F6F7F8;
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}
.select2-container--open .select2-dropdown--below {
	top: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.select2-results__option {
	padding: 10px 20px;
}
.equipment-filter{
	max-height: 500px;
	overflow-y: auto;
}

  * {
	scrollbar-width: auto;
	scrollbar-color: rgba(49, 130, 255, 0.5) #ffffff;
  }
  *::-webkit-scrollbar {
	width: 2px;
  }

  *::-webkit-scrollbar-track {
	background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
	background-color: rgba(49, 130, 255, 0.5);
	border-radius: 2px;
	border: 0px;
  }

 .map-container > h3 a{
	 color: #256EDF;
	 text-decoration: underline;
 }
 .yacht-title a{
	 color: #256EDF;
 }

 .locationDropdown {
	top: 7px !important;
	left: -5px !important;
	min-width: 180px;
	border-top: 0;
	border-radius: 0 0 10px 10px;
 }
 .dateDropdown{
	z-index: -1;
	width: auto;
	min-width: 100%;
	top: -10px !important;
	left: 0px !important;
	transform: translate(0px, 30px) !important;
	padding-top: 25px !important;
 }
 .header_search_block .flatpickr-wrapper{
 	display: none;
 }
.double-calendar-modal-container .flatpickr-days, .double-calendar-modal-container .flatpickr-calendar.inline{
 	min-width: 620px;
 }

.double-calendar-modal-container .flatpickr-calendar {
	 border: none;
	 background: none;
	 box-shadow: none;
 }
 #dateRangeModal .modal-dialog{
 	min-width: 650px;
 }
 .get_madal_calendar, #dateRangeDisplay{
 	cursor: pointer;
 }
 .clear-filter{
 	text-align: right;
	 width: 100%;
	 display: block;
	 color: #256EDF;
	 text-decoration: underline;
	 font-size: 12px;
 }
.main-news-list{
	border-radius: 10px;
	background: #FFF;
	padding: 20px;
}
.coming_events{
	border-radius: 10px;
	background: #FFF;
	padding: 20px;
}
.nav-link.btn-outline-primary{
	border-radius: 5px;
	color: #256EDF;
}
.nav-link.btn-outline-primary:hover{
	color: #fff;
}
.news-item-first img{
	height: 250px;
	object-fit: cover;
	border-radius: 10px;

}
.news-item-first .card-title{
	font-size: 22px;
}
.news-item .news-item-title{
	font-size: 20px;
}
.news_thumbnail{
	max-width: 250px;
}
.pagination .page-item .page-link.current{
	border: 1px solid #256EDF;
	background: #F2F2F5;
}
.news_excerpt{
	font-size: 14px;
	line-height: 24px;
}
.news-item-first .news_excerpt {
	font-size: 18px;
	line-height: 24px;
}
.news-item-bottom{
	color: #848484;
	font-size: 12px;
}

.coming_events h4{
	font-size: 16.875px;
	font-weight: 700;
}

.coming_events li a{
	font-size: 13.625px;
	font-weight: 700;
}
a.link{
	color: #256EDF;
}
.coming_events  a.link{
	font-size: 12px;
}
.article_by_daoboat {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.article_by_daoboat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 1;
  background: linear-gradient(
	to top,
	rgba(0, 0, 0, 0.7),
	rgba(0, 0, 0, 0)
  );
}


.article_by_daoboat a{
  position: relative;
  z-index: 2;
  font-size: 13.875px;
  font-style: normal;
  font-weight: 700;
}
.articles_daoboat h4, .equipment h4{
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.site-news h1, .site-single h1{
	color: #004196;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2.4px;
}
.site-single h1{
	font-size: 35px;
}
.nav_news{
	border-radius: 10px;
	background: #FFF;
	padding: 20px 20px;
}
.post-content{
	border-radius: 10px;
	background: #FFF;
	padding: 20px 20px;
}
.post-content .wp-post-image,
.post-content .article-content img{
	border-radius: 10px;
}
.post-content .article-content > *,
.post-content .article-content .wp-caption{
	max-width: 100% !important;
}
.post-content .article-content .wp-caption-text{
	margin-top: 10px;
	text-align: center;
	color: #212529bf !important;
}

.btn-link:hover{
	background: transparent;
	color: #3182FF;
}
#allPaidServicesModal .service_name, #allPaidServicesModal span{
	font-size: 16px;
}
.dao_modal_form .modal-body,
#registrationModal .modal-body,
#allRulesModal .modal-body{
	max-width: 800px;
	margin: 25px auto;
}
.dao_modal_form .popup_left,
.dao_modal_form .popup_right,
#allRulesModal .popup_left,
#allRulesModal .popup_right{
	border-radius: 20px;
		border: 1px solid #d4d4d4;
		padding: 25px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
}
#allRulesModal .popup_left{
	justify-content: flex-start;
}
.dao_modal_form .boat-name{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.dao_modal_form strong{
	font-size: 14px;
	font-weight: 500;
}
.dao_modal_form span,
#registrationModal span{
	font-size: 14px;
	font-weight: 400;
}
.dao_modal_form .small{
	font-size: 12px;
	font-weight: 300;
	margin-bottom: -10px;
}
.dao_modal_form .comment_info,
#registrationModal .comment_info{
	display: block;
	font-size: 12px;
	font-weight: 300;
}
.popup_right h6{
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.dao_modal_form .form-check-inline,
#registrationModal .form-check-inline {
	display: inline-block;
	margin-right: 0;
	flex: 1 1 50%;
}
#registrationForm{
	max-width: 300px;
	margin: 0 auto;
}
.registration-form-block{
	border-radius: 20px;
	border: 1px solid #818181;
	width: 650px;
	padding: 35px;
}
.dao_modal_form .form-check .form-check-input,
#registrationModal .form-check .form-check-input  {
	box-shadow: none !important;
	border-color: #256EDF;
}
#bookingForm_btn,
#registrationForm_btn,
#cryptoPaymentForm_btn{
	min-width: 280px;
	padding: 10px;
}
.dao_modal_form .form-check-label,
#registrationModal .form-check-label{
	font-size: 12px;
}
.dao_modal_form .modal-dialog,
#registrationModal .modal-dialog,
#allRulesModal .modal-dialog {
	--bs-modal-width: 900px;
}
#allRulesModal span,
#allRulesModal p,
#allRulesModal li,
#allRulesModal strong{
	font-size: 14px;

}
#allRulesModal .popup_left .rules-items,
#allRulesModal .popup_left ul  {
	margin-top: 5px;
	padding-left: 15px;
}
.iti.iti--allow-dropdown{
	width: 100%;
}
.iti__country-list {
	max-width: 320px;
}

#accountTypeSelect{
	-webkit-appearance: auto;
	appearance: auto;
	padding: 7px 10px;
}
.reviews-slider .slick-track {
	gap: 30px;
}
.reviews-slider .slick-track .slick-slide{
	row-gap: 30px;
}
.reviews-slider .slick-track .slick-slide > div{
	height: 50%;
}

.weeks-controls,
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.reviews-controls .slick-prev,
.weeks-controls .slick-prev{
  order: 1;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  transform: none;
  background: transparent;
  border: 1px solid #256EDF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: none;
}

.reviews-controls .slick-dots,
.weeks-controls .slick-dots {
  order: 2;
  display: flex !important;
  align-items: center;
  gap: 0px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  position: relative;
  bottom: auto;
  width: auto;
}
.reviews-controls .slick-dots li button:before,
.weeks-controls .slick-dots li button:before{
	font-size: 12px;
}
.reviews-controls .slick-dots li,
.weeks-controls .slick-dots li{
	width: 10px;
}
.reviews-controls  .slick-dots li.slick-active button:before,
.weeks-controls  .slick-dots li.slick-active button:before{
	color: #256EDF;
}

.weeks-widget .slick-dots li{
	margin: 0 0px;
}

.reviews-controls .slick-next,
.weeks-controls .slick-next {
  order: 3;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  transform: none;
  background: transparent;
  border: 1px solid #256EDF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: none;
}
.reviews-controls .slick-next:before,
.weeks-controls .slick-next:before {
	background-image: url(assets/svg/arrow-right.svg);
}
.reviews-controls .slick-prev:before,
.weeks-controls .slick-prev:before {
	background-image: url(assets/svg/arrow-left.svg);
}
.our-team-section .short-text br,
#teamModal .modal-body br{
  content: "";
  margin: 3em;
  display: block;
  font-size: 24%;
}
.main-characteristics >div{
	display: flex;
	align-items: center;
}
.main-characteristics >div svg{
	flex: 0 0 25px;
	margin-right: 1rem !important;
}
.rules-boat h5{
	font-size: 18px;
	font-weight: 600;
}

.services-block table{
	width: 100%;
}

.video-rounded iframe {
  border-radius: 15px;
}
.flatpickr-mobile{
	display: flex;
	padding-left: 10px;
}

.site-main.page .page-content{
	min-height: 60vh;
}
.weeks-widget{
	position: relative;
	padding: 0 40px;
}
.weeks-controls{
	position: absolute;
	top: 30px;
	width: 100%;
	justify-content: space-between;
	left: 0;
	right: 0;
}
.weeks-controls .slick-next,
.weeks-controls .slick-prev {
	width: 35px;
	height: 35px;
}

.weeks-carousel .slick-list{
	padding-left: 5px;
	padding-right: 5px;
}
.cookie-consent__wrapper {
	position: fixed;
	bottom: 1.2rem;
	right: 1.2rem;
	padding: 1.2rem;
	width: 100%;
	max-width: 450px;
	background: #fff;
	z-index: 999999;
	box-sizing: border-box;
	border-radius: .8rem;
	box-shadow: 0 0 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
	font-size: 14px;
}
.cookie-consent__description{
	font-size: 12px;
}

.cookie-consent__heading {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 14px;
}

.cookie-consent__buttons {
	margin-top: 1rem;
	display: flex;
	gap: 0.5rem;
}

.cookie-consent__btn {
	padding: 0.5rem 1rem;
	cursor: pointer;
	border-radius: .5rem;
	border: none;
	font-size: 14px;
}

.cookie-consent__accept {
	background-color: #256edf;
	color: #fff;
}
.cookie-consent__description a{
	text-decoration: underline;
}
.cookie-consent__decline {
	background-color: #f0f0f0;
	color: #333;
}

.flatpickr-disabled.charter{
	color: #333;
	margin-bottom: 5px;
}
.saturday.charter:not(.selected):not(.inRange){
	border: 1px solid rgba(37, 110, 223, 0.562);
	margin-bottom: 5px;
	border-radius: 50%;
}
.price_charter_info{
	font-size: 14px;
	margin-bottom: 20px;
	color:#256EDF;
}
.price_charter_info svg{
	width: 13px;
	margin-right: 5px;
}

.flatpickr-disabled.booked{
	color:#FE9C9B;
}
.status-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.status-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  justify-content: center;
}

.status-item .status-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.4rem;
  background-color: #FE9C9B;
}

.status-item.reserved .status-dot {
  background-color: #FE9C9B;
}

.status-item .status-label {
  line-height: 1;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #D0F3FF;
	border-color: #D0F3FF;
}

.weeks-carousel .week-slide {
  border-right: 1px solid #ddd;
  padding: 10px 5px;
  cursor: pointer;
}
.weeks-carousel .week-slide:first-child {
  border-left: 1px solid #ddd;
}
.weeks-carousel .week-slide.active{
	background: #f3fcff;
}
.weeks-carousel .week-slide{
	font-size: 12px;
	text-align: center;
	justify-content: center;
	margin-left: 2px;
}
.nextMonthDay, .prevMonthDay{
	opacity: 0;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #256edf;
}

.week-slide .week-available, .week-slide .week-price{
	color:#256EDF;
	font-size: 14px;
}
.week-slide .week-available.unavailable{
	color: #FE9C9B;
}
 .week-slide.unavailable .week-price{
	 color: #a3a3a3;
 }
 .week-slide .week-price{
	font-weight: 600;
	font-size: 16px;
}
.week-slide.unavailable {
  pointer-events: none;
  opacity: 0.5;
}


.services-table-wrapper.collapsed {
  max-height: 280px;
  overflow: hidden;
}
.show-more-btn.alladdservice{
	background: #256EDF;
	color: #fff;
	display: block !important;
}
.service_btn .alladdservice,
.service_btn .tap_to_support{
	min-width: auto !important;
}

#allRulesModal .popup_left ul.rules-items li{
	width: 100%;
}

/* ==== Equipment tables (Standard / Additional) ==== */

/* 1) Ховаємо перший рядок (з <th>) у таблицях */
.equipment-table-wrapper table > tbody > tr:first-child {
	display: none;
}

/* Базові стилі таблиць */
.equipment-table-wrapper {
	max-height: 260px;
	overflow: hidden;
	max-width: 600px;
	margin: auto;
	position: relative;
}

.equipment-table-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.equipment-table-wrapper table {
	width: 100%;
	border-collapse: collapse;
}
.equipment-table-wrapper td {
	padding: 0px 0;
	vertical-align: top;
}

/* 2) Вирівнюємо назву й ціну в один рядок */
.equipment-table-wrapper td > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
.equipment-table-wrapper td > div > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}
.equipment-table-wrapper td > div > div:last-child {
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}

.equipment-table-wrapper td > div > div p {
	margin: 0;
}

/* Ховаємо порожні допоміжні div-и, якщо є */
.equipment-table-wrapper td > div > div:empty {
	display: none;
}

/* Вигляд рядків категорій */
.equipment-table-wrapper .equipmentCategory {
	font-weight: 500;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #256EDF;
}

.equipment-table-wrapper i{
	color: #4d4d4d;
	font-size: 13px;
}

/* ==== Equipment tables in modals (full view) ==== */

/* Повний вивід у попапі — без обмеження висоти контейнера */
#includedEquipmentModal .modal-body table,
#optionalEquipmentModal .modal-body table {
	max-height: none;
	overflow: visible;
}

/* Якщо таблиця дуже довга — скролимо тіло модалки, а не саму таблицю */
#includedEquipmentModal .modal-body,
#optionalEquipmentModal .modal-body {
	max-height: 70vh;
	overflow: auto;
}

/* Підстрахуємося: ховаємо перший рядок з <th> і всередині модалки (аналогічно прев’ю) */
#includedEquipmentModal .modal-body table > tbody > tr:first-child,
#optionalEquipmentModal .modal-body table > tbody > tr:first-child {
	display: none;
}

/* Ті ж флекси для пар “назва — ціна” працюють і в модалці (дублю на випадок специфічності) */
#includedEquipmentModal .modal-body table td > div,
#optionalEquipmentModal .modal-body table td > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
#includedEquipmentModal .modal-body table td > div > div:first-child,
#optionalEquipmentModal .modal-body table td > div > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}
#includedEquipmentModal .modal-body table td > div > div:last-child,
#optionalEquipmentModal .modal-body table td > div > div:last-child {
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}

/* Стиль категорій у повному виводі */
#includedEquipmentModal .modal-body table .equipmentCategory,
#optionalEquipmentModal .modal-body table .equipmentCategory {
	font-weight: 500;
	padding: 8px 0;
	color: #256EDF;
}

/* Примітки <i> всередині модалки */
#includedEquipmentModal .modal-body table i,
#optionalEquipmentModal .modal-body table i {
	color: #4d4d4d;
	font-size: 13px;
}
.services-table-wrapper,
#alladdServicesModal table{
	max-width: 600px;
	margin: 0 auto;
}
.services-table-wrapper td > div,
#alladdServicesModal td > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
.services-table-wrapper td > div i,
#alladdServicesModal td > div i,
.obligatory_service_pack i{
	font-size: 13px;
	color: #4d4d4d;
	line-height: 15px;
	display: block;
}

.flatpickr-day.startRange.endRange::before {
  display: none !important;
}
/* PRELOADER for yacht list */
.ajax-yacht-container {
  position: relative;
  min-height: 200px; /* щоб не скакала верстка під час завантаження */
}

/* напівпрозорий шар + блокування кліків */
.ajax-yacht-container.loading {
  pointer-events: none;
  opacity: 0.6;
}

/* затемнення */
.ajax-yacht-container.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  z-index: 10;
}

/* спінер */
.ajax-yacht-container.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border-radius: 50%;
  border: 3px solid #999;
  border-top-color: transparent;
  animation: daoboat-spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes daoboat-spin {
  to { transform: rotate(360deg); }
}

/* accessibility: коли прелоадер активний, приховати фокус усередині */
.ajax-yacht-container.loading * {
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
	.equipment-table-wrapper {
		max-height: 500px;
		overflow: hidden;
		max-width: 100%;
		margin: auto;
	}
	.show-more-btn, .yacht-details-section .btn-outline-primary, .rules-boat .btn-outline-primary, .yacht-detail .tap_to_support{
		font-size: 14px;
	}
	.weeks-widget {
		position: relative;
		padding: 0;
	}
	.weeks-carousel .slick-list {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cookie-consent__wrapper {
		position: fixed;
		bottom: 1.2rem;
		right: 1.2rem;
		left: 1.2rem;
		padding: 1.2rem;
		width: auto;
		max-width: 100%;
	}
	.footer-bottom-links {
		justify-content: center;
	}
	.main-characteristics >div,
	.main-characteristics >div span{
		font-size: 12px;
	}
	.rules-boat h5 {
		font-size: 14px;
	}

	.our-team-section .short-text br,
	#teamModal .modal-body br,
	.our-team-section .full-text-mob br{
	  content: "";
	  margin: 2em;
	  display: block;
	  font-size: 24%;
	}
	.terms-section ul,
	.rules-items span{
		font-size: 14px;
	}
	.terms-section ul li{
		margin-bottom: 0.5rem;
	}
	.total-ratings-block {
		width: 100%;
		border: none;
		height: auto;
		justify-content: center;
	}
	.reviews-slider .review-card:nth-child(n+8) {
	  display: none;
	}
	.reviews-slider .review-card.expanded {
	  display: block !important;
	}
	.review-card {
		margin-bottom: 20px;
	}

	.ratings-platform.trustpilot-logo span {
		font-size: 16px;
		font-weight: 700;
	}
	.ratings-platform.trustpilot-logo svg {
		width: 22px;
	}
	.ratings-platforms .trustpilot-logo {
		font-size: 12px;
		font-weight: 700;
		display: flex;
		align-items: flex-end;
		gap: 5px;
		margin-bottom: 8px;
	}
	.total-ratings-block.trustpilot > span {
		font-size: 14px;
		font-weight: 700;
	}
	.our-team-section {
		margin-bottom: 0px !important;
	}

	.google-rating-score {
		font-size: 16px;
		justify-content: center;
	}
	.google_r {
		padding: 2px;

	}
	.offcanvas-body {
		padding: 15px 10px;
	}
	.offcanvas-body  #filterAccordion {
		border: none;
	}
	.offcanvas-body .filter-results {
		display: none;
	}
	#offcanvasFilter{
		padding: 0;
	}
	.offcanvas-header{
		box-shadow: 0px 3px 5.7px 0px rgba(0, 0, 0, 0.10);
		z-index: 1;
	}
	#offcanvasFilter .position-sticky{
		box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.05);
		z-index: 1;
	}
	#offcanvasFilter .clear-filter{
		text-align: center;
		text-decoration: none;
		font-size: inherit;
		border-radius: 6px;
	}
	.last-minute-offer{
		flex-direction: column-reverse;
		row-gap: 10px;
		border-radius: 10px;
		border: 1px solid #3CAF37;
		padding: 15px;
		max-width: 300px;
	}
	.last-minute-offer .divider{
		display: none;
	}
	.iti__country-list {
		width: 100vw;
	}
	.double-calendar-modal-container .flatpickr-days, .double-calendar-modal-container .flatpickr-calendar.inline {
		min-width: 100%;
	}
	#dateRangeModal .modal-dialog {
		min-width: auto;
	}
	#dateRangeModal .flatpickr-wrapper {
		position: relative;
		display: block;
		margin: auto;
	}
	.flatpickr-day.endRange.endRange:before, .flatpickr-day.startRange.startRange:before{
		top: -1%;
	}

	.last-minute-offer .last-minute-label{
		display: none;
	}
	.dao_modal_form .popup_left, .dao_modal_form .popup_right{
		padding: 15px 0;
		border: none;
	}
	.dao_modal_form .popup_right{
		border-top: 1px solid #d4d4d4;
		border-radius: 0;
	}
	#bookingForm_btn,
	#registrationForm_btn,
	#cryptoPaymentForm_btn{
		width: 100%;
	}
	.dao_modal_form .modal-body {
		margin: 0px auto;
	}
	.registration-form-block {
		border-radius: 20px;
		border: none;
		width: 100%;
		padding: 0 0 15px 0;
	}

	body.blog, body.tag, body.single-post {
		background: #fff;
	}
	.nav_news {
		padding: 5px 0;
	}
	.post-content {
		padding: 20px 0px;
	}
	.site-news h1{
		font-size: 32px;
		letter-spacing: 1.4px;
	}
	.site-single h1{
		font-size: 26px;
		letter-spacing: 1px;
	}
	.news-item, .news-item-first{
		padding: 25px 0px;
		flex-direction: column;
		position: relative;
	}
	.news_thumbnail{
		max-width: 100%;
	}
	.news-item:before{
		content: '';
		position: absolute;
		height: 1px;
		background: #D7D7D7;
		width: 100vw;
		left: -12px;
		top: 0;

	}
	.news-item-bottom{
		flex-direction: row;
	}
	.news_excerpt{
		display: none;
	}
	.nav.flex-nowrap.overflow-auto {
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}

	.nav.flex-nowrap.overflow-auto::-webkit-scrollbar {
	  display: none;
	}
	.news-item .news-item-title,
	.news-item-first .card-title {
		font-size: 20px;
		margin-top: 15px;
	}

	.main-news-list{
		border-radius: 0;
		background: transparent;
		padding: 0;
	}
	.yacht-image img {
		height: 150px;
	}
	.last-section .yacht-image img {
		height: 200px;
	}
	.contact-header{
		color: #232323;
		font-size: 18px;
		font-weight: 500;
	}
	.representative-contacts-section .section-title{
		text-align: center !important;
	}
	.search_block {
		flex-direction: column;
		border: none;
		box-shadow: none;
		background: none;
	}
	.ratings-platforms{
		flex-direction: column !important;
		row-gap: 13px;
	}
	.search_block_form .search-bar{
		flex-direction: column;
	}
	.review-card-col {
		width: 50%;
		flex-direction: column;
		justify-content: space-between;
	}
	.search-yacht-form {
		max-width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	.search-yacht-form > .search-yacht-form-container {
		padding: 25px 15px;
	}
	.three-steps-section .container2 {
		max-width: 100%;
	}
	.search-yacht-section {
		background-image: url(assets/images/Image_Block_1_mob.jpg);
		background-size: cover;
		background-position: top center;
		position: relative;
		color: #000;
		padding: 6% 0;
		min-height: 95vh;
	}
	.form-group label {
		font-size: 14px;
		font-weight: 500;
	}
	.custom-input {
		color: #8C8C8C;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.24px;
		height: 40px;
	}
	input[type="date"]::-webkit-calendar-picker-indicator {
		display: none;
	}
	.search-yacht-form > h2{
		text-align: center;
		font-size: 28px;
	}
	.search-button{
		height: 35px;
	}
	.yacht-skipper-optional, .yacht-verified{
		font-size: 8px;
	}
	.yacht-name{
		font-size: 14px;
		margin-top: 0;
	}
	.yacht-actions{
		display: none !important;
	}
	.yacht-card {
		height: 100%;
		display: flex !important;
		flex-direction: column;
	}

	.yacht-info {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.yacht-info-bottom{
		height: 100%;
	}
	.yacht-price .price-amount {
		font-size: 14px;
	}
	.last-section .yacht-price .price-amount {
		font-size: 16px;
	}
	.yacht-price {
		font-size: 10px;
	}
	.yacht-rating {
		font-size: 10px;
	}
	.yacht-rating svg{
		width: 10px;
		height: 10px;
	}
	.yacht-description, .yacht-details{
		font-size: 10px;
		margin-bottom: 0px;
		white-space: nowrap;
		overflow-x: hidden;
		text-overflow: ellipsis;
		min-height: 16px;
	}
	.container > h2{
		font-size: 24px;
	}
	.last-section h2 .color{
		display: block;
		color: #256EDF;
	}
	.last-section h2:after, .partners-section h2:after{
		width: 100%;
	}
	.business_class_bg > div{
		display: none;
	}
	.business_class_bg{
		height: 340px;
		border-radius: 0px;
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 170px;
		padding-bottom: 170px;
	}
	.bc-title {
		font-size: 38px;
	}
	.business_block .accordion-body{
		padding: 0px 0 10px 0;
		border: none;
		text-align: left;
	}
	.business_block #faqAccordion .accordion-button {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		padding: 20px 0px;
		border-radius: 0;
	}
	.block-phone-support > a{
		color: #004196;
		font-weight: 500;
	}
	.block-phone-support > h4{
		font-size: 16px;
		font-weight: 500;
	}
	.bc-btn-container > a{
		flex: 0 0 30%;
		min-width: 120px;

	}
	.bc-btn-container {
		justify-content: center;
	}
	.three-steps-section .container > h2{
		font-size: 32px;
	}
	.three-steps-section .sub_title{
		color: #256EDF;
		font-weight: 500;
		line-height: 25px;
	}
	.step-card{
		text-align: left !important;
		background-color: #EAECEE;
		box-shadow: none;
	}
	.step-icon {
		height: auto;
		width: 55%;
		position: relative;
		bottom: 0px;
		right: -45%;
		margin-top: revert-layer;
	}
	.col-step-card1 .step-icon {
		width: 60%;
		right: -43%;
		bottom: -2%;
		margin-top: -5%;
	}

	.step-card:after{
		content: '01';
		position: absolute;
		bottom: 0px;
		left: -40px;
		color: #282626;
		font-size: 130px;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: -25px;
		opacity: 0.05;
		font-family: "Sora", serif;
	}
	.step-card2:after {
	  content: '02';
	}

	.step-card3:after {
	  content: '03';
	}
	.search_block_form h2{
		text-align: left !important;
		font-size: 32px;
	}
	.search_block_form h2 .color{
		display: block;
	}
	.search_block_bg{
		min-height: 500px;
		background-position: center;
		box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
		border-radius: 20px;
		background-image: url(assets/images/Your_experience_just_click_mob.jpg);

	}
	.search_block .search-yacht-form-container label{
		padding-left: 10px;
	}
	.search_block .search-yacht-form-container{
		border-radius: 35px 35px 20px 20px;
		background: #FFF;
		box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.15);
		margin-top: -50px;
		padding: 25px;
	}
	.location-card {
		position: relative;
		width: 100%;
		padding-top: 65%;
	}
	.safety-section .container > h2{
		font-size: 32px;
	}
	.safety-section .container > h2 span.color{
		display: block;
	}
	.safety-section .info-card{
		padding: 0 !important;
		background-image: none;
		border-radius: 20px;
		border: 1px solid #D7D7D7;
		background: #FFF;
		box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
		overflow: hidden;

	}
	.safety-section .info-card-description{
		padding: 25px 20px;
		background: #FFF;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		min-height: 170px;
	}
	.safety-section .info-card-title{
		height: 200px;
		padding: 20px 75px 20px 20px;
		color: #232323;
		font-size: 26px;
		line-height: 32px;
		font-style: normal;
		font-weight: 500;
		margin-bottom: 0;
		margin-right: 0%;
		padding-right: 60%;
	}
	.safety-section .info-card .info-card-title{
		background-size: cover;
		background-position: bottom right;
	}



	.safety-section .info-card_1 .info-card-title{
		background-image: url('assets/images/info-card_1.jpg');
	}
	.safety-section .info-card_2 .info-card-title{
		background-image: url('assets/images/info-card_3.jpg');
	}
	.safety-section .info-card_3 .info-card-title{
		background-image: url('assets/images/info-card_2.jpg');
	}
	.safety-section .info-card_4 .info-card-title{
		background-image: url('assets/images/info-card_4.jpg');
	}
	.payment-section {
		background: linear-gradient(180deg, #F6F7F8 0%, rgba(246, 247, 248, 0.80) 64.12%, rgba(244, 249, 255, 0.80) 75.28%, rgba(255, 255, 255, 0.80) 100%), #FFF;
	}
	.payment-section h2{
		text-align: left !important;
		font-size: 32px;
		font-weight: 500;
	}
	.payment-section h2 span.color{
		text-transform: capitalize;
		display: block;
	}
	.owners-section {
		padding: 0;
	}
	.owners-section .background-logo{
		display: none;
	}
	.owners-section .section-title{
		text-align: center;
		font-size: 32px;
	}
	.owners-section .section-description{
		color: #585656;
		text-align: center;
		margin-bottom: 0px;
	}
	.image-block-mob .phone-mockup{
		max-width: 90%;
	}
	.text-xs-center{
		text-align: center;
	}
	.welcome-section {
		background: url('assets/images/welcome-section-mob.jpg');
		color: #fff;
		position: relative;
		padding: 12% 0;
		background-size: cover;
		background-position: center;
		min-height: 90vh;
	}
	.welcome-section .welcome-subtitle br{
		display: none;
	}
	.team-slider-block{
		display: flex;
		flex-direction: column-reverse;
	}
	.our-team-section .progress-wrapper {
		margin-bottom: 20px;
	}
	.progress-wrapper .slick-arrow{
		width: 35px;
		height: 35px;
	}
	.ut-title{
		font-size: 32px;
		font-weight: 400;
	}
	.review-text {
		font-size: 10px;
	}
	.reviewer-name {
		font-size: 12px;
	}
	.review-card .review-rating svg{
		width: 12px;
		height: 12px;
	}
	.reviews-section .container > h2{
		font-size: 32px;
		font-weight: 400;
	}
	.faq-section .container > h2{
		font-size: 32px;
		font-weight: 400;
	}
	.accordion-button {
		font-size: 16px;
		padding: 15px 0;
	}
	.accordion-body {
		padding: 10px 0 10px 0;
		font-size: 14px;
	}
	.partners-section h2{
		font-size: 28px;
		font-style: normal;
		font-weight: 400;
		text-align: left !important;
	}
	.partners-section h2:after{
		display: none;
	}
	.partner-items {
		display: block;
	}
	.partner-item img {
		max-height: 50px;
	}
	.partner-item {
		width: auto;
		box-shadow: -1px 4px 10px 3px rgba(0, 0, 0, 0.10);
		margin: 10px;
		padding: 10px;
		border-radius: 15px;
		justify-content: center !important;
	}
	.footer-logo{
		max-width: 130px;
	}
	footer .trustpilot-logo{
		max-width: 100px;
	}
	.footer-links{
		border-bottom: 1px solid #D7D7D7;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.footer-bottom > .row{
		flex-direction: column-reverse;
	}
	.footer-bottom .copyrights{
		text-align: center;
		margin: 30px 0;
	}
	.footer_phone{
		font-size: 14px;
		font-weight: 400;
		line-height: 35px;
	}
	.support-buttons a.btn, .social-icons a{
		border-radius: 5px;
		border: 0.5px solid #000 !important;
		background: #F2F2F5;
	}

	.navbar-toggler {
		border: 0 !important;
	}

	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler-icon:focus {
		outline: none !important;
		box-shadow: none !important;
		border: 0 !important;
	}

	/* Lines of the Toggler */
	.toggler-icon{
		width: 20px;
		height: 1px;
		background-color: #000000;
		display: block;
		transition: all 0.2s;
	}
	.middle-bar{
		margin: 5px auto;
	}
	.navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 8% 10%;
	}

	.navbar-toggler .middle-bar {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 8% 90%;
	}
	.navbar-toggler:not(.collapsed) .top-bar {
		width: 21px;
	}
	/* State when navbar is opened (END) */

	/* State when navbar is collapsed (START) */
	.navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	}

	.navbar-toggler.collapsed .middle-bar {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	}
	.navbar-toggler.collapsed .toggler-icon {
		background-color: #000000;
	}



	.site-header > .container{
		box-shadow: 0px 3px 5.7px 0px rgba(0, 0, 0, 0.10);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.site-header  .collapse.show{

	}

	#mobileMenu.collapsing {
	  position: fixed;
	  left: 0;
	  width: 100%;
	  height: auto !important;
	  background: #f6f7f8;
	  overflow-y: auto;
	  transition: transform 0.3s ease-in-out !important;
	  display: block !important;
	}

	#mobileMenu.collapsing.show {
	  transform: translateX(0);
	}

	#mobileMenu.collapsing:not(.show) {
	  transform: translateX(-100%);
	}

	#mobileMenu.collapse {
	  position: fixed;
	  left: 0;
	  width: 100%;
	  height: auto !important;
	  background: #f6f7f8;
	  overflow-y: auto;
	  transition: transform 0.3s ease-in-out;
	  transform: translateX(-100%);
	  display: block !important;
	  z-index: -1;
	}

	#mobileMenu.collapse.show {
	  transform: translateX(0);
	  z-index: -1;
	  box-shadow: 0px 3px 5.7px 0px rgba(0, 0, 0, 0.10);
	}
	#mobileMenu .dao-dropdown-menu{
		padding: 10px 30px;
		margin-bottom: 0;
	}
	.dao-dropdown-menu li{
		list-style: none;
	}
	.dao-dropdown-menu li:not(:last-child) {

		border-bottom: 1px solid rgba(217, 217, 217, 0.90);
	}
	.dao-dropdown-menu .dropdown-item {
		padding: 15px 20px;
		font-size: 16px;
	}


	.dao-dropdown-menu .dropdown-item{
		padding-left: 0px;
	}
	.mobile-lang-selector{
		font-size: 14px;
		font-weight: 300;
		margin-right: -35px;
		display: flex;
	}
	.referral-section{
		background-image: none;
	}
	.referral-title{
		font-size: 38px;
		font-weight: 600;
	}
	.blur-bg{
		position: relative;
		z-index: 1;
	}
	.blur-bg:after{
		content: '';
		border-radius: 56.33px;
		opacity: 0.54;
		background: #292929;
		filter: blur(98.30000305175781px);
		position: absolute;
		width: 70%;
		height: 100px;
		left: 15%;
		z-index: -1;
		bottom: 0;
	}
	.financial-cabinet .icon-circle{
		padding: 7px;
		border-radius: 50px;
		width: 45px;
		height: 45px;
	}
	.financial-cabinet .financial-text{
		font-size: 16px;
	}
	.commission-title{
		text-align: center;
	}
	.commission-method{
		display: block;
		margin: 10px auto;
	}
	.steps-section h2{
		font-size: 32px;
	}
	.steps-section .step-item{
		border-radius: 15px;
		background: #F6F7F8;
		flex-direction: row-reverse;
		padding: 20px 15px 5px 0;
		justify-content: space-between;
		gap: 5px;
	}
	.step-item .steps-text{
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.step-item .steps-text h5{
		font-size: 14px;
	}
	.step-item .steps-text p br{
		display: none;
	}
	.step-item-1{
		order: 1;
	}
	.step-item-2{
		order: 2;
	}
	.step-item-3{
		order: 3;
	}
	.step-item-4{
		order: 4;
	}
	.cashback-section{
		background: radial-gradient(60% 100% at 50% 50%, #f7f9fc 80%, #D8E6FF 100%, rgba(158, 162, 253, 0.1) 100%);

	}
	.cashback-title{
		font-size: 32px;
	}
	.cashback-procent{
		font-size: 38px;
	}
	.cashback-block{
		padding: 55px 20px 35px 20px;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.cashback-phone {
		max-width: 220px;
		margin-bottom: 40px;
	}
	.cashback-section #faqAccordion .accordion-button {
		font-size: 16px;
		padding: 15px 0px;
	}
	.benefits-title br{
		display: none;
	}
	.benefits-title{
		font-size: 38px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.benefits-title-block{
		flex-direction: column;
	}
	.benefits-title-block > div{
		width: 100%;
	}
	.benefit-card{
		padding-top: 80px !important;
		padding-bottom: 50px !important;
	}
	.benefit-card .benefit-title{
		font-size: 28px;
		font-weight: 600;
		line-height: 150%;
	}
	.benefit-description{
		font-size: 15px;
	}
	 .contact-info{
		flex-direction: column;
		margin-bottom: 30px;
		gap: 20px;
	}
	.contact-info .contact-divider{
		display: none;
	}
	.contact-info .contact-email, .contact-info .contact-phone{
		color: #004196;
		font-weight: 600;
	}

	.business-welcome-section {
		padding-top: 30px;
		background-image: url(assets/images/business-section-bg-mob.jpg);
		background-size: cover;
		background-position: top center;
		position: relative;
		color: #000;
		background-repeat: no-repeat;
		min-height: 75vh;
	}
	.business-title{
		font-size: 45px;
		font-style: normal;
		font-weight: 700;
		font-weight: 700;
	}
	.business-welcome-section .welcome-subtitle{
		font-size: 18px;
		font-weight: 600;
	}
	.business-privileges-section{
		background: transparent;
	}
	.privilege-item{
		border-radius: 15px;
		background: #F6F7F8;
		padding: 25px;
		margin-bottom: 20px;
		min-height: 200px;
	}
	.privilege-item .privilege-title {
		color: #004196;
		font-weight: 600;
		font-size: 18px;
	}
	.privilege-description{
		font-size: 18px;
		line-height: 23px;
		text-align: left;
	}
	.business-privileges-section .section-title{
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		text-align: center !important;
		padding: 0 25px;
	}
	.b-payment-title{
		font-size: 32px;
		line-height: 35px;
	}
	.b-team-experience-section .bc-btn-container > a{
		min-width: auto;
	}
	.b-payment-methods-section > .container{
		border-radius: 0
	}
	.b-payment-title > span{
		display: block;
	}
	.b-payment-methods-section .payment-description{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 23px;
	}
	.b-payment-methods-section > .container {
		background-image: url(assets/images/payment-methods-section-mob.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	.b-team-experience-section .team-title{
		font-size: 32px;
		font-weight: 400;
		line-height: 35px;
		text-align: center;
		letter-spacing: 0.24px;
	}
	.b-team-experience-image {
		border-radius: 5px;
		max-height: 280px;
		width: 100%;
		object-fit: cover;
		margin: 20px 0;
	}
	.review-date {
		font-size: 10px;
	}
	.reviewer-image img{
		max-width: 60px;
	}
	.b-team-experience-section .team-description {
		font-size: 16px;
	}
	.b-team-experience-section .bc-btn-container > a {
		flex: 0 0 30%;
		line-height: 25px;
	}
	.b-team-experience-section .bc-btn-container {
		justify-content: space-around;
	}
	.b-recommendation-section .section-title{
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
		text-align: left !important;
	}
	.b-recommendation-section .yacht-card .yacht-name{
		font-size: 12px;
		background-size: 25px;
		background-position: top right;
	}
	.b-recommendation-section .yacht-card .yacht-details{
		font-size: 9px;
		font-style: normal;
		font-weight: 400;
		line-height: 12px; /* 133.333% */
		letter-spacing: 0.09px;
		color: #000;
		margin-bottom: 5px;
	}
	.contacts .contact-item {
		flex-direction: column;
	}
	.contact-item-list{
		border-top: 1px solid #D9D9D9;
		padding-top: 30px;
	}
	.contact-item .contact-info-type{
		text-align: center;
		width: 100%;
	}
	.contact-item  .contact-info{
		order: 3;
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		margin-top: 25px;
	}
	.contact-item .contact-info-type a{
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		margin: 20px auto;
		display: block;
	}
	.contact-item .contact-title{
		font-size: 18px;
	}
	.logo img {
		max-height: 50px;
		max-width: 120px;
	}
	.mobile-lang-selector a{
		padding: 0 3px;
	}
	.location-overlay .btn-outline-light{
		padding: 2px 13px;
		font-size: 13px;
	}
	.our-team-section .team-member.slick-active img {
		border: 1px solid #256EDF;
	}
	.all-text{
		background: none;
		font-size: 16px;
		padding: 0;
		line-height: 16px;
		top: auto;
		color: #256EDF;
		display: block;
		margin: 20px auto 0px auto;
		border: 1px solid #256EDF;
		width: 140px;
		text-align: center;
		border-radius: 50px;
		padding: 7px;
	}

	.mobile-lang-selector .currency-selector .form-select,
	.mobile-lang-selector .language-selector .form-select{
		padding: 0;
		border: none;
		background-color: transparent;
		font-size: 14px;
		background-size: 9px;
		width: 40px;
		background-position: right center;
	}
	.mobile-lang-selector .language-selector .form-select{
		width: 30px;
	}
	.trustpilot-star span{
		width: 22px;
		height: 22px;
	}

	.referral-subtitle{
		color: rgba(0, 0, 0, 0.6);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	.filter-btn{
		border-radius: 5px;
		background: #F2F2F5;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
	}
	.filter-row > div{
		flex: 1 1 33%;

	}
	.filter-row .form-select{
		font-size: 12px;
		border-radius: 5px;
		border: 1px solid #818181;
		padding: 12px 5px;
	}
	.filter-row .btn{
		font-size: 12px;
		border-radius: 5px;
		border: 1px solid #818181;
		width: 100%;
		padding: 12px 5px;
		height: 44px;
	}
	.filter-row .btn svg{
		margin-right: 5px;
	}
	.filter-btn svg{
		margin-right: 7px;
	}
	.filter-btn{
		font-size: 14px;
	}
	.pagination .page-item .page-link {
		width: 35px;
		height: 35px;
	}
	.yacht-gallery .carousel-container{
		width: 100%;
	}
	.service-item .quantity{
		display: none !important;
	}
	.equipment-grid .equipment-item, .services-grid .service-item {
		font-size: 14px;
	}
	.yacht-title {
		color: #222;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
	}
	.yacht-detail .yacht-title{
		font-size: 18px;
	}
	.yacht-gallery .carousel-indicators {
		display: flex;
	}
	.yacht-crew-status strong {
		font-size: 14px;
	}
	.yacht-crew-status p {
		font-size: 12px;
		font-weight: 400;
	}
	.equipment-title, .services-title, .characteristics-title, .terms-section > h3, .map-container > h3, .availability-check > h3 {
		font-size: 18px;
	}
	ul.characteristics-list li{
		font-size: 14px;
	}
	.show-more-btn,
	.yacht-details-section .btn-outline-primary{
		display: block;
		margin: 0 auto;
		font-size: 14px;
		min-width: 200px;
	}
	.yacht-crew-status{
		border-top: 0px;
	}
	.guest-choice-center .rating-score{
		font-size: 16px;
		font-weight: 500;
	}
	.guest-choice-center .rating-stars svg {
		width: 10px;
		height: 10px;
	}
	.guest-choice-text {
		font-size: 16px;
		padding: 0 30px !important;
	}
	.guest-choice-text:before,
	.guest-choice-text:after{
		width: 17px;
		top: 2px;
	}
	.guest-choice-block {
		padding: 10px 20px;
	}
	.guest-choice-right{
		line-height: 1em;
	}
	.guest-choice-right p{
		font-size: 12px;
	}
	.guest-choice-right .guest-reviews-count {
		font-size: 16px;
	}
	.terms-section h4{
		font-size: 14px;
		font-weight: 700;
	}
	.terms-section p {
		color: #232323;
		font-size: 14px;
	}
	.add-dates-link {
		text-align: center;
		display: block;
	}
	.owner-profile-block{
		display: flex;
		flex-wrap: wrap;
	}
	.owner-profile-block .owner-image {
		order: -1;
		width: 70px;
		height: 70px;
		margin-bottom: 0px !important;
	}
	.owner-profile-title{
		padding-left: 20px;
		padding-top: 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.owner-profile h3{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.owner-profile-info {
		color: #232323;
		font-size: 12px;
		margin-bottom: 0;
	}
	.owner-details span {
		display: flex;
		width: 100%;
	}
	.owner-details{
		flex-direction: column;
		margin-bottom: 0px;

	}
	.owner-details span i {
		margin-right: 5px;
		width: 25px;
		text-align: center;
	}
	.owner-info li {
		font-size: 14px;
	}
	.tap_to_support{
		display: block;
		margin: 0 auto;
		font-size: 14px;
	}
	.line{
		background: #D9D9D9;
		height: 1px;
		width: 100%;
	}
	.services-block-title{
		font-size: 14px;
		text-align: center;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.services-block-subtitle{
		text-align: left;
	}
	.service-item label > span.text-start {
		flex: 0 0 85px;
		font-size: 13px;
		text-align: right !important;
	}
	.service-item .service_name span{
		font-size: 14px;
		display: block;
		text-align: left !important;
		line-height: 26px;
		margin-left: 5px;
	}
	.service-item-info-text{
		margin-left: 0px;
		margin-top: 15px;
	}
	.service-item .service_name {
		flex: 0 0 60%;
		display: flex;
		lign-items: center;
	}
	.single-yacht .services-block .service-item:not(:nth-last-child(2)):not(:first-child) {
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 20px;
		margin-bottom: 20px !important;
	}
	.service-item-info-block{
		border: none;
		padding-bottom: 0px;
	}
	.btn.add_services {
		text-transform: none;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		padding: 7px 25px;
		border-radius: 50px;
	}
	.yacht-gallery  .carousel-container img {
		height: auto;
		width: 100%;
		border-radius: 10px;
	}
	.yacht-gallery .yacht-actions {
		width: 80px;
		height: auto;
		bottom: auto;
		top: -50px;
		flex-direction: row-reverse;
		gap: 7px;
		display: flex !important;
		position: absolute;
		justify-content: flex-start !important;
		right: -5px;
	}

	.single-yacht .yacht-image .carousel-control-next,
	.single-yacht .yacht-image .carousel-control-prev{
		display: none;
	}
	.yacht-carousel.slick-slider .slick-prev {
		left: 37%;
	}
	.yacht-carousel.slick-slider .slick-next {
		right: 37%;
	}


	.single-yacht .yacht-carousel.slick-slider .slick-prev,
	.single-yacht .yacht-carousel.slick-slider .slick-next {
		top: 30%;
		background-color: transparent;
	}

	.single-yacht .yacht-carousel.slick-slider .slick-next {
		right: 1%;
	}
	.single-yacht .yacht-carousel.slick-slider .slick-prev {
		left: 1%;
	}

	.single-yacht .slick-next:before, .single-yacht .slick-prev:before {
		width: 28px;
		height: 28px;
	}
	.single-yacht .yacht-carousel .slick-prev:hover,
	.single-yacht .yacht-carousel .slick-prev:focus,
	.single-yacht .yacht-carousel .slick-next:hover,
	.single-yacht .yacht-carousel .slick-next:focus {
		background: transparent;
	}
	.clear-dates-link{
		text-align: center;
		margin-top: 30px;
	}

	#mob-calendar {
	  width: 100%;
	}

	#mob-calendar .flatpickr-calendar {
	  width: 100%;
	  max-width: 100%;
	}
	.double-calendar-container .flatpickr-calendar {
		width: 100%;
	}
	.flatpickr-rContainer {
		width: 100%;
	}
	.flatpickr-days {
		width: 100%;
	}
	.dayContainer {
		padding: 5px;
		width: 100%;
		max-width: 100%;
	}
	.rangeMode .flatpickr-day {
		margin-top: 1px;
		max-width: 15%;
		aspect-ratio: 1 / 1;
		display: flex;
		height: fit-content;
		align-items: center;
	}
	.show-map-link{
		color: #232323;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		text-decoration: underline;
	}



}

































