@media (max-width: 767.98px) {
	/* Стили для мобильных устройств */

	.accordion-header {
		height: 56px;
		border-radius: 16px;
		background: #FFFFFF;
		margin: 8px 0;
		overflow: hidden;
		padding: 0;
		box-sizing: border-box;
	}

	.accordion {
		--bs-accordion-color: var(--bs-body-color);
		--bs-accordion-bg: var(--bs-body-bg);
		--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
		--bs-accordion-border-color: var(--bs-border-color);
		--bs-accordion-border-width: var(--bs-border-width);
		--bs-accordion-border-radius: var(--bs-border-radius);
		--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
		--bs-accordion-btn-padding-x: 1.25rem;
		--bs-accordion-btn-padding-y: 1rem;
		--bs-accordion-btn-color: var(--bs-body-color);
		--bs-accordion-btn-bg: var(--bs-accordion-bg);
		--bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
		--bs-accordion-btn-icon-width: 1.25rem;
		--bs-accordion-btn-icon-transform: rotate(-180deg);
		--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
		--bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
		--bs-accordion-btn-focus-border-color: #86b7fe;
		--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
		--bs-accordion-body-padding-x: 1.25rem;
		--bs-accordion-body-padding-y: 1rem;
		--bs-accordion-active-color: var(--bs-primary-text-emphasis);
		--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
		padding-top: 16px;
	}

	.accordion-button {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 12px !important;
		gap: 12px;
		font-family: 'HelveticaNeueCyr', sans-serif !important;
		font-weight: 500 !important;
		font-style: normal !important;
		font-size: 16px !important;
		line-height: 22px !important;
		letter-spacing: 0 !important;
		color: #000000 !important;
		text-align: left;
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
		transition: none !important;
		white-space: normal;
	}

	.accordion-button::after {
		display: block;
		content: "" !important;
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 14px !important;
		width: 18px !important;
		height: 10px !important;
		margin-left: auto !important;
		transition: transform 0.3s ease !important;
		transform: rotate(0deg) !important;
	}

	.description-subtitle {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 125%;
		letter-spacing: -0.2px;
		color: #6F7789; /* Исправлено: colorL → color */
		margin-bottom: 8px;
	}

	.blog-date {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-size: 12px;
		line-height: 10px;
		letter-spacing: 0.3px;
		color: #FFFFFF;
		margin: 0;
		height: 10px;
		padding-bottom: 20px;
		opacity: 0.7;
	}

	.blog-title {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
		color: #FFFFFF;
		margin: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.blog-meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 24px;
		gap: 6px;
	}

	.blog-content {
		position: absolute;
		bottom: 0;
		left: 16px;
		width: 221px;
		padding-bottom: 16px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 6px;
		color: #FFFFFF;
		z-index: 3;
	}

	.navbarbg {
		background: rgba(67, 67, 67, 0.37);
		border-radius: 32px;
		border-image-source: linear-gradient(92.13deg, rgba(255, 255, 255, 0.62) 1.77%, rgba(153, 153, 153, 0) 97.84%);
		backdrop-filter: blur(22px);
		width: 100%;
		height: 62px;
		margin-top: 16px;
	}

	.feature-text {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-size: 10px;
		font-weight: 700;
		color: #777777;
		margin: 0;
		text-align: center;
		letter-spacing: 0px;
	}

	.feature-icon {
		width: 32px;
		height: 32px;
		opacity: 1;
	}

	.feature-item {
		width: 70px;
		height: 70px;
		border-radius: 13px;
		padding: 13px 18px 12px 18px;
		background: #F7F7F7;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		box-sizing: border-box;
	}

	.excursion-title {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 700;
		font-size: 22px;
		line-height: 114%;
		letter-spacing: -0.36px;
		color: #242424;
		margin: 0;
		max-width: 200px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
	}

	.price {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 700;
		font-size: 36px;
		line-height: 120%;
		color: #24A59E;
		text-align: right;
		margin-left: 8px;
	}

	.title-price {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 8px;
	}

	.excursion-card {
		padding: 16px;
		background: #FFFFFF;
		border-radius: 32px;
		box-sizing: border-box;
		opacity: 1;
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-family: 'HelveticaNeueCyr', sans-serif;
		box-shadow: unset !important;
	}

	.description {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #222222;
		margin: 8px 0;
	}

	.description-title {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 700;
		font-size: 28px;
		line-height: 115%;
		color: #121212;
		margin-bottom: 8px;
		margin-top: 0;
		letter-spacing: -0.3px;
	}

	.blog-content {
		position: absolute;
		bottom: 0;
		left: 16px;
		width: 221px;
		padding-bottom: 16px;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 6px;
		color: #FFFFFF;
		z-index: 3;
	}

	.clock-icon {
		width: 20px;
		height: 20px;
		opacity: 1;
		filter: brightness(10);
	}

	.read-time {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 10px;
		letter-spacing: 0.2px;
		text-transform: capitalize;
		color: #FFFFFF;
	}

	.author-name {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 10px;
		letter-spacing: 0.2px;
		text-transform: capitalize;
		color: #FFFFFF;
		white-space: nowrap;
	}

	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(179deg, rgba(255, 255, 255, 0) 10%, rgb(0 0 0 / 77%) 80%);
		z-index: 2;
		pointer-events: none;
	}

	.text-center {
		text-align: center !important;
		opacity: 70%;
	}

	.flogo img {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.footer_stl ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding-left: 0;
	}


	.carousel-row {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 54px !important;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		border-radius: 12px;
		cursor: grab;
		user-select: none;
	}


	.excursion-wish-icon {
		position: absolute;
		top: 17px;
		right: 17px;
		width: 20px;
		height: 20px;
		opacity: 1;
		cursor: pointer;
		box-sizing: content-box;
		padding: 9px 9px 8px 9px;
		border-radius: 50px;
		background-color: white;
	}


	#tagsCarousel {
		position: relative;
		padding: 0 40px;
		margin: 0px 0 72px 0 !important;
	}

	.padtopstl {
		padding-top: 12px;
	}



	/* Условия и положения */
	.terms_info_block_card {
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		background-color: #fff;
		padding: 18px 20px;
		border-radius: 19px;
		margin-top: 30px;
	}


	.directions_ex .container-custom{

	}
	.excursion-card,.excursion-card .basic-btn,.excursion-card .image-container	{
		width:100%;
	}

	.reviews_card,.reviews_card .basic-btn {
		width:100%!important;

	}



	.text-center {

		opacity: 100%;

	}
	.hometopheader .col-6{
		width:100%
	}


	#cardsRow > a:nth-child(1),#tagsCarousel{
		/*padding-left:8px!important;*/

	}

	#footer > div > div:nth-child(5) > div{
		text-align:center!important;
	}


	.col-sm ul.menu,
	.col-sm ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	.col-sm .menu-item a {
		text-align: center!important;
		display: block;
	}

	.col-sm ul li{
		width: 100%;
	}

	body > section.parallax-section.position-relative > div.container-fluid.hometopheader > div > div{
		text-align: center;
	}


	body > section.parallax-section.position-relative > div.container-fluid.hometopheader > div > div > h2{
		font-size:14px;
	}


	.tag-card-link {
		text-decoration: none;
		color: inherit;
		flex: 0 0 198px;
		width: 198px;
		height: 100% !important;
		position: relative;
		border-radius: 16px;
		overflow: hidden;
		box-shadow: none !important;
		transition: transform 0.2s ease;
		scroll-snap-align: start;
	}


	.card {
		position: relative;
		width: 100%;
		height: 100%;
		background: white;
		border-radius: 16px !important;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}


	.card-img {
		width: 182px;
		height: 120px;
		border-radius: 10px;
		object-fit: cover;
		margin: 0 auto 8px;
		padding: 0px !important;
		box-sizing: border-box;
		opacity: 1;
		display: block;
	}

	.card-title {
		padding: 8px 4px 4px 4px !important;
		font-size: 14px;
		display: flex;
		gap: 6px;
		justify-content: flex-start !important;
		flex-direction: row !important;
		align-items: center !important;
	}

	.card-info {
		color: #666;
		font-size: 14px !important;
		font-weight: 500 !important;
		padding: 4px !important;
		margin-bottom: 8px !important;
	}

	#tagsCardsRow {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		padding: 0px 0 !important;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		border-radius: 12px;
		cursor: grab;
		user-select: none;
	}


	/**********ПАРАЛАКС НА ГЛАВНОЙ*********/
	.parallax-section{
		height:85vh;
		padding-bottom:0px;
	}

	.parallax-layer {
		display: flex;
		align-items: center;
	}
	.layer-1{
		background-position: center center;
	}

	.layer-2 img{
		min-width: 210px!important;
		max-width: 318px!important;
	}
	.layer-3{
		/*height: 75%;*/
		align-items: flex-end;
		justify-content: flex-start;
		opacity:1!important;

	}
	.layer-4 img{
		width: 120px!important;
		margin-left: 350px!important;
		margin-top: -70px!important;
	}
	.layer-3 img {
		width: 120% !important; 
		height: auto!important; /* Сохраняем пропорции */
		object-fit: contain!important;
		object-position: bottom!important; /* Прижимаем изображение к низу */
		transform: translateY(0) !important; /* Убираем возможные JS-трансформы, если мешают */
	}
	.layer-3 {
		overflow: hidden; /* На всякий случай, чтобы не было обрезки */
	}












	/**********КОНЕЦ ПАРАЛАКС НА ГЛАВНОЙ*********/

	.hometopheader{
		background:linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 25%)
	}

	.blog_header_front{
		padding-top:24px;
	}

	.blog_header_front > div > div > h3
	{
		width: 205px;
	}

	.program-list-vertical{
		padding-left:18px;
	}

	.reviews_section{
		background-color:#fff;
		border-radius:32px;
		padding-bottom:0px;
		margin-top:30px;
	}
	.reviews_section_header{
		height:50px;
	}
	.reviews_section .reviews_section_header h2{
		padding-top:30px;
	}
	.bird_wrap{
		overflow:hidden;
	}
	.bird_wrap{		
		top: -50px;
		position: relative;
		z-index: 5;
		right: -18px;
	}

	img.bird {
		width:194px;
	}

	/**********СТРАНИЦА ТУРОВ*******/


	.tour_page div.col-lg-9.d-flex.flex-column h1{
		font-size:18px;
	}
	.distance_block1,.price-value1 {
		display:none!important;
	}
	.distance_block2,.price-value2{
		display:block!important;

	}

	.price-value{
		font-size: 36px;
		width: 100%;
		text-align: right;
	}
	.price-suffix{
		font-size: 12px;
		display: inline-block;
		width: 100%;
		text-align: right;
		        right: 6px;
        position: relative;
    }
	
	body > section.content-overlay.tour_page > div > div > div:nth-child(2) > div.col-lg-9.d-flex.flex-column > div.mt-auto > div:nth-child(1) > div.col-3,
	body > section.content-overlay.tour_page > div > div > div:nth-child(2) > div.col-lg-9.d-flex.flex-column > div.mt-auto > div:nth-child(1) > div.col-4{
		width:50%;
	}
	body > section.content-overlay.tour_page > div > div > div.nav-section > div > div.d-flex.gap-4{
		gap:20px!important;
	}
	.price-info-row{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.tourBtnGrup a.action-button {
		width: 286px;
	}
	.tour-program-section > div.row.galleryrovheader > div.col-3 > h2{
		font-size:16px;
	}

	body > section.content-overlay.tour_page > div > div > div.tour-program-section > div.row.galleryrovheader > div.col-3,
	body > section.content-overlay.tour_page > div > div > div.tour-program-section > div.row.galleryrovheader > div.col-9.galleryrovheader_right_deco{
		width:50%;
	}
	.tour-program-section .description-title {
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.tour-program-section {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.program-text {
		font-size: 14px;
		line-height: 112%;
	}


	.average_rating img {
		padding-left: 5px;
	}


	#exreviews{
		padding-top: 22px;
	}

	.reviews_card {
		min-height:110px!important;
	}
	.reviews_heading{
		font-size:16px;
	}

	.load-more-reviews
	{
		background: none;
		color: #00000080;
		font-size: 14px;
	}
	body > section.content-overlay.tour_page > div > div > div.text-center.mt-4{
		margin-top:0px!important;
	}
	.similar-excursions > h2,#exfoto{
		font-size:16px;
	}
	.video-section{
		margin-top:38px;
		margin-bottom:38px;
	}
	.read-more-link{
		text-decoration:none;
		color:#F36D72;
	}

	body > section.content-overlay.blog_page > div > section.directions_ex > div > div > div{
		padding-left:0px;
		padding-right:0px;
	}

	body > section.content-overlay.blog_page > section.directions_ex > div > div > div > div{
		padding-left:24px;
		padding-top:48px;
	}

	.exthematic
	{
		padding-top:48px;
		padding-left: 24px;
		padding-right: 24px;
	}

	body > section.content-overlay.blog_page > div.container.mt-3.mobile-full-width{
		padding-right:0px;
	}
	body > section.content-overlay.blog_page > section.excursions-section.mt-5
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	body > section.content-overlay.blog_page > section.directions_ex > div > div > div > div > h2
	{
		font-size:24px!important;
		padding-bottom: 20px;
	}

	body > section.content-overlay.blog_page > div.container.exthematic > h2{
		font-size:24px!important;
		padding-bottom: 8px;
	}

	#excursions-container > h2{
		font-size:24px!important;
		padding-bottom: 20px;
	}
	#excursions-container > div.container.exposlist > h2
	{
		font-size:24px!important;
		padding-bottom: 8px;
	}



	.about_page .about_info_block_card{
		width:100%;
	}

	.blogstl .similar-tours .price-column{
		top:0px;
	}


	.blog_page > div > div > div.row.g-4.justify-content-center > div > a > div.blog-card{
		width:100%;
	}

	.header_menu {
		top:-8px!important;
		padding-left:15px!important;
		padding-right:15px!important;
	}
	body > section.header_menu{
		top:8px;
	}
	#excursions-container > h2{
		width: 265px;
	}

	.hero-section{
		position: relative;
	}

	.startheader {

		background: rgba(246, 246, 246, 0)!important;
		background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 65%)!important;



		border: 0;

		top: -120px;
		padding-top: 0px;

		margin-top:0;
	}
	/*	.navbar-collapse {
	background: #24A59E;
	overflow: visible;
	margin-top: 12px;
	z-index: 1100!important;
	position: fixed;
	width: 85%;
	margin: 0 auto;
	top: 70px;
	border-radius:32px;
}*/


	body > section.directions_ex > div > div{
		margin-left:0px;
		margin-right:0px;
	}

	.fixoverflow{
		overflow:hidden;
	}

	body > section.directions_ex > div > div > div{
		padding-right:0px;
		padding-left:0px;
	}
	body > section.directions_ex > div{
		padding-left:0px;
	}
	body > section.directions_ex > div > div > div > div > div > a:nth-child(1){
		padding-left:24px;
	}


	#cardsRow{
		padding-left:24px;
	}
	body > section.directions_ex{
		margin-top:-120px;
	}
	/**************СТРАНИЦА ВСЕХ ТУРОВ   category.php*********/

	.allexblock .t2t-content-wrapper-box{
		border-radius:0px;
		background: rgba(246, 246, 246, 0);
		background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 65%);
	}

	.allexblock .t2t-content-body-area
	{
		background: rgba(246, 246, 246, 1);
	}

	#t2tContentSection > div > div.t2t-content-body-area > section.directions_ex > div > div > div > div > h2{
		margin-top:30px;
	}

	#t2tContentSection > div > div.t2t-content-top-bar > div > p:nth-child(4)	{
		padding-left: 12px;
		padding-right: 12px;
	}

	#t2tContentSection > div > div.t2t-content-body-area > section.directions_ex > div > div > div > div > h2,
	#t2tContentSection > div > div.t2t-content-body-area > section.directions_ex > div > div > div > div > div > a:nth-child(1){
		padding-left:24px;
	}
	#t2tContentSection > div > div.t2t-content-body-area > section.excursions-section.mt-5{
		padding-left:24px;
		padding-right:24px;
	}


	#t2tContentSection > div > div.t2t-content-body-area > section.excursions-section.mt-5{
		margin-bottom: 32px;
	}
	#t2tContentSection > div > div.t2t-content-body-area > section.directions_ex > div > div > div > div > h2{
		font-size:24px;
		padding-bottom: 12px;
	}

	#t2tContentSection > div > div.t2t-content-body-area	{
		padding-top: 30px;
		padding-bottom:48px;
	}


	/*************************страница тура*********/

	.tourstlanima .t2t-content-top-bar{
		background:#fff;
	}
	.tourstlanima .t2t-content-top-bar > div{
		margin-top:26px;
	}

	.tourstlanima .t2t-content-top-bar > div > div > div.d-flex.gap-4{
		gap:12px!important;
	}
	.tourstlanima .t2t-content-top-bar > div > div > div.d-flex.gap-4 > a:nth-child(1){
		padding-left: 24px!important;
	}
	.tourstlanima .t2t-content-top-bar{
		min-height:30px;
	}
	.tourstlanima .t2t-content-body-area > div{
		padding-left:24px;
		padding-right:24px;
	}


	.tourstlanima .t2t-content-body-area > div > div:nth-child(1) > div.col-lg-9.d-flex.flex-column > div.mt-auto > div:nth-child(1) > div.col-3,
	.tourstlanima .t2t-content-body-area > div > div:nth-child(1) > div.col-lg-9.d-flex.flex-column > div.mt-auto > div:nth-child(1) > div.col-4{
		width:50%!important;
	}
	.tourstlanima .t2t-content-body-area > div > div.tour-program-section > div.row.galleryrovheader > div.col-3{
		width:60%!important;
	}
	.tourstlanima .t2t-content-body-area > div > div.tour-program-section > div.row.galleryrovheader > div.col-9{
		width:40%!important;
	}

	.tourstlanima .t2t-content-body-area > div > div.tour-program-section > div.row.galleryrovheader > div.col-3 > h2{
		margin-top:10px;
		padding-bottom:10px;
	}
	.tourstlanima .t2t-content-body-area > div > div:nth-child(1) > div.col-lg-9.d-flex.flex-column > div.row > div:nth-child(1) > h1{
		font-size:28px;
		width:255px;
	}

	.tourherok > h1{
		font-size:24px;
	}
	.tourstlanima .t2t-content-body-area{
		padding-top:0px!important;
	}

	/**************РУБРИКА БЛОГ***********/

	.blogliststlcont .t2t-content-top-bar{
		padding-top:30px;
	}
	.blogliststlcont .t2t-content-top-bar > p:nth-child(3){
		padding-left: 24px;
		padding-right: 24px;
	}
	.blogliststlcont .t2t-content-top-bar{
		background:#fff;
	}
	.blogliststlcont .t2t-content-body-area	{
		padding-top: 130px!important;
		padding-bottom: 48px;
	}
	.blogliststlcont .t2t-content-body-area .blog-card{
		width:100%;
	}


	/***********СТРАНИЦА БЛОГА**********/

	.blogsinglpostcont  .headerpostblog{
		padding-top:30px!important;
		padding-left: 24px;
		padding-right: 24px;
	}
	.blogsinglpostcont .headerpostblog strong{
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 2%;
		text-transform: capitalize;
		color:rgba(75, 79, 99, 1)!important;
	}

	.blogsinglpostcont .t2t-content-top-bar > div > div > div > img
	{
		width:24px;
		height:24px;
	}
	.blogsinglpostcont .t2t-content-top-bar{
		min-height:30px;
		background:#fff;
	}

	.blogsinglpostcont .t2t-content-body-area > div > div:nth-child(1) > div > h1{
		font-size:24px;
	}
	.blogsinglpostcont .t2t-content-body-area > div > div.row.blogcontent{
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
		vertical-align: middle;
		color:#373B51!important;
		text-align:left!important;
	}
	#t2tContentSection > div > div.t2t-content-body-area > div > div.row.blogcontent > section{
		text-align:left!important;
	}

	.blogsinglpostcont .t2t-content-body-area > div > div.similar-tours.row.row-cols-1.row-cols-md-3.g-3 > div > div	
	{
		height: 116px !important;
	}

	.blogsinglpostcont .t2t-content-body-area > div > div.similar-tours.row.row-cols-1.row-cols-md-3.g-3 > div > div > div.price-column.text-end{
		top: 0px;
	}


	/*********ВСЕ отзывы*********/
	.reviews_page_cont .t2t-content-top-bar{
		min-height: 10px !important;
		text-align: center;
		padding-top: 30px;
		background: #fff;
	}

	.reviews_page_cont .reviews_card {
		height: 210px;
	}

	.reviews_page_cont .t2t-content-body-area
	{
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 30px;
	}





	body > section.directions_ex > div{
		padding-right:0px;
	}
	#tagsCarousel{
		margin-left:24px!important;
	}
	.t2t-content-body-area #tagsCarousel{
		margin-left:12px!important;
	}


	#all_ex{
		background:none;
		border:none;
		color:#6F7789;
	}


	#navbarNav{
		overflow: hidden;
	}


	.t2t-content-body-area .similar-excursions
	{
		position: relative;
		width: 110%;
		margin-left: -12px;
		margin-right: -24px;
	}
	#t2tContentSection > div > div.t2t-content-body-area > div > div.similar-excursions > h2{
		padding-left:18px!important;
	}



	img.calendar-icon {
		width:24px;
		height:24px;
	}

	.day-toggle-btn .calendar-icon {
		width: 24px;
		height: 24px;
	}
	.feature-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		/*margin-bottom: 16px;*/
		padding-top: 24px;
		padding-bottom: 24px;
		justify-items: center;
	}

.tourBtnGrup {
    display: flex;
    align-items: center; /* Выравнивание по центру по вертикали */
    gap: 8px; /* Небольшой отступ между кнопкой и иконкой (можно убрать, если нужно совсем без пробела) */
    width: 100%; /* Контейнер займёт всю доступную ширину */
}

.tourBtnGrup .action-button.bigwidthbtn {
    flex: 1; /* Кнопка растягивается, занимая всё свободное пространство */
    white-space: nowrap; /* Чтобы текст не переносился */
    text-align: center;
}

.tourBtnGrup .action-buttonw {
    flex-shrink: 0; /* Иконка не будет сжиматься */
    width: auto;
    height: auto;
}


.tourBtnGrup {
    display: flex;
    align-items: center; /* Выравнивание по центру по вертикали */
    width: 100%;
}

.tourBtnGrup .action-button.bigwidthbtn,
.tourBtnGrup .action-buttonw {
    height: 48px; /* Задаём одинаковую фиксированную высоту. Можно подобрать под ваш дизайн */
    line-height: 48px; /* Для текстовой кнопки — центрирование текста по вертикали */
}

.tourBtnGrup .action-button.bigwidthbtn {
    flex: 1;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tourBtnGrup .action-buttonw {
    flex-shrink: 0;
    width: 48px; /* Квадратная иконка, той же высоты */
    height: 48px;
    display: block;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}


.tourBtnGrup img.action-buttonw {
    width: 48px;
    height: 48px;
 
   margin-top: 0;
 
}
	#exmore{
		padding-top:48px;
	}





    .gallery-item {
        width: 120px !important;
        max-width: 120px;
        height: auto;
    }




.hero-section{
	height: 50%;
    position: absolute;
}

body > section.content-overlay.about_page > div > div > div:nth-child(1) > div > h2,
body > section.content-overlay.service_page > div > div > div:nth-child(1) > div > h2,
body > section.content-overlay.terms_page > div > div > div:nth-child(1) > div > h2,
body > section.content-overlay.cont_page > div > div > div:nth-child(1) > div > h2{
	padding-top: 24px;
}

body > section.content-overlay.about_page  h3{
	font-size:32px;
}

.info_header{
	margin-left:0px!important;
}
body > section.content-overlay h2{
	text-align:left!important;
}

.subheader {
	text-align: left!important;
}
body > section.content-overlay.about_page > div > div > h3{
	margin-bottom:16px!important;
}
body > section.content-overlay.service_page > div > div > div:nth-child(1) > div > p.subheader2{
	text-align:left!important;
}




.service_page .col-12 {
   display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_numer {
    flex-shrink: 0; /* Не даём цифре сжиматься или смещаться */
    font-size: 24px;
    font-weight: bold;
    color: #0073aa;
    /* Можно добавить padding или размер по желанию */
}

.info_header {
    font-size: 18px;
    line-height: 1.5;
    flex: 1; /* Занимает всё доступное пространство */
    word-wrap: break-word; /* Перенос длинных слов */
    overflow-wrap: break-word; /* Альтернатива для переноса */
}

body > section.content-overlay.terms_page > div > div > div.row.terms_info_block_list > div:nth-child(4),
body > section.content-overlay.terms_page > div > div > div.row.terms_info_block_list > div:nth-child(2)
{
	padding-top:24px;
}


.content-overlay.cont_page .cont_phone img{
	padding-right:15px;
	width: 40px;
    height: auto;
}

.txt_stl_cont h5{
	/*padding-top:10px;*/
}

.content-overlay.cont_page .cont_phone a
{
	color: #373B51;
	text-decoration:none;
}

#t2tContentSection > div > div.t2t-content-top-bar > h2{
	color:#000;
}

.excursions-section .feature-grid{
	gap:22px;
}



	body > section.directions_ex > div > div > div > div > div{
		margin-left:120px;
	}












	.footer_stl{
		z-index: 500;
		position: relative;
	}








}


