.rivertrip-top-bar {
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	gap: 1.6rem;
	align-items: center;
	width: 100%;
	margin-bottom: 1.6rem;
}

.river-trip-hero {
	display: grid;
	grid-template-columns: 1fr 26.8rem;
	gap: 2rem;
}

.rivertrip-top-bar .flex-wrapper {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	flex-wrap: wrap;
}

.rivertrip-top-bar .item {
	padding: 0.6rem 0.8rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background-color: #f0faff;
	border-radius: 100px;
}

.rivertrip-top-bar .item img {
	width: 1.6rem;
	height: 1.6rem;
}

.rivertrip-top-bar .rating,
.rivertrip-top-bar .share {
	background-color: #fff;
	font-weight: 500;
}

.rivertrip-top-bar .share {
	cursor: pointer;
}

.rivertrip .main-title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 2.4rem;
	text-align: left;
	margin-top: 0;
}

@media (max-width: 650px) {
	.rivertrip-top-bar {
		flex-direction: column;
		display: none;
	}

	.rivertrip .main-title {
		max-width: none;
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}

.rivertrip .gallery-wrapper {
	height: auto;
	margin-bottom: 3.2rem;
}

@media (max-width: 650px) {
	.rivertrip .gallery-wrapper {
		margin-bottom: 2rem;
	}
}

.gallery-slider {
	width: 100%;
	height: fit-content;
}

.rivertrip .gallery-static-section {
	display: block;
}

.gallery-thumbs {
	height: 37rem;
}

.gallery-thumbs .swiper-wrapper {
	display: flex;
	flex-direction: column;
}

.gallery-slider-item {
	height: 37rem;
	border-radius: 2rem;
}

.gallery-thumb-item {
	width: 17.2rem;
	height: 9.8rem;
	cursor: pointer;
	opacity: 0.6;
}

.gallery-thumb-item.swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumb-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	border: 0.2rem solid white;
}

.gallery-thumb-item.swiper-slide-thumb-active img {
	border: 0.2rem solid var(--mk2-primary);
}

.rivertrip .tickets-wrap {
	position: sticky;
	top: 10rem;
}

.rivertrip .tickets-section {
	width: 100%;
	position: relative;
	top: auto;
}

.rivertrip .gallery-slider .slider-button {
	width: 4rem;
	height: 4rem;
	top: calc(50% - 2rem);
	background: var(--mk2-primary);
	border-radius: 100rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 300ms;
}

@media (max-width: 650px) {
	.rivertrip .gallery-slider .slider-button {
		display: none;
	}
}

.rivertrip .gallery-slider .slider-button:hover {
	background: var(--mk2-primary-dark);
}

.rivertrip .gallery-slider .slider-button img {
	width: 1.6rem;
	height: 1.6rem;
}

.rivertrip .gallery-slider .slider-button-prev {
	left: 2rem;
}

.rivertrip .gallery-slider .slider-button-next {
	right: 2rem;
	left: auto;
	transform: rotate(-180deg);
}

.rivertrip .summary {
	margin-top: 0;
	padding: 0;
	border: none;
}

.rivertrip .details-section .row {
	border-bottom: var(--border-width) solid #e6e7e8 !important;
	padding: 1.2rem 0;
}

.rivertrip .details-section .row:first-child {
	border-top: var(--border-width) solid #e6e7e8;
}

.rivertrip .details-section .teplohod-widget {
	min-height: 5.3rem;
}

.rivertrip .details-section .row.dates {
	padding-left: 5.6rem;
}

.rivertrip .details-section .row.dates .name {
	margin-left: 0;
}

.rivertrip .details-section .row .name {
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 400;
	margin-left: 1.6rem;
}

.rivertrip .details-section .row .icon {
	width: 4rem;
	height: 4rem;
}

.rivertrip .details-section .row .value {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: normal;
}

.rivertrip .details-section .row.complex {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
}

.rivertrip .details-section .row .flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.rivertrip .details-section .row .dates-wrapper {
	padding-left: 5.6rem;
	min-height: 8rem;
}

.rivertrip .details-section .row .dates-wrapper .name {
	margin-left: 0;
	font-size: 1.6rem;
}

.rivertrip .details-section .nearest-widget-date-label {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
	margin-top: 0.8rem;
}

.rivertrip .details-section .nearest-widget-link {
	background-color: var(--mk2-primary);
	transition-duration: 300ms;
	font-size: 1.4rem;
	padding: 0.6rem 0.8rem;
}

.rivertrip .details-section .nearest-widget-link:hover {
	background-color: var(--mk2-primary-dark);
}

.rivertrip .details-section .subtitle {
	margin-top: 3.2rem;
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.rivertrip .details-section .description {
	font-size: 1.4rem;
	line-height: 1.4;
}

.rivertrip .details-section .expand-description-btn {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 0.8rem;
	color: var(--mk2-color-text);
}

.rivertrip .description-wrapper .text {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.rivertrip .description-wrapper.expanded .text {
	line-clamp: none;
	-webkit-line-clamp: none;
}

.rivertrip .tickets-table {
	margin-bottom: 3.2rem;
}

.rivertrip .tickets-table .ticket-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 1.2rem;
	font-size: 1.6rem;
	padding: 1.2rem 0;
	border-bottom: var(--border-width) solid #e6e7e8 !important;
}

.rivertrip .tickets-table .ticket-row .price {
	font-weight: 600;
	flex-shrink: 0;
}

.rivertrip .details-section .included-options-wrapper {
	gap: 2rem;
	margin-bottom: 3.2rem;
}

.rivertrip .details-section .included-options-grid {
	padding: 2.4rem 4rem 4rem 2.4rem;
	border-radius: 2rem;
	height: 100%;
	gap: 1.6rem;
}

.rivertrip .details-section .included-options-grid .subsection-title {
	margin-top: 0;
	font-size: 1.8rem;
}

.rivertrip .details-section .included-options-grid .item .icon {
	width: 2.2rem;
	height: 2.2rem;
}

.rivertrip .details-section .included-options-grid .item .text {
	font-size: 1.4rem;
	margin-left: 0.8rem;
	font-weight: 400;
}

.rivertrip .details-section .advantages .included-options-grid {
	background-color: #f5fdf3;
}

.rivertrip .details-section .deficiencies .included-options-grid {
	background-color: #fff6f6;
}

.rivertrip .details-section .tabs {
	display: grid;
	grid-template-columns: 28.6rem 1fr;
	gap: 2rem;
	margin-bottom: 3.2rem;
	position: relative;
}

.rivertrip .details-section .tabs-nav {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	position: sticky;
	top: 10rem;
	height: fit-content;
}

.rivertrip .details-section .tabs-btn {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	width: 100%;
	border: var(--border-width) solid #e6e7e8;
	border-radius: 2rem;
	padding: 2rem;
	cursor: pointer;
	transition-duration: 300ms;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--mk2-color-text);
}

.rivertrip .details-section .tabs-btn svg {
	width: 1.6rem;
	height: 1.6rem;
}

.rivertrip .details-section .tabs-btn .arrow {
	display: none;
}

.rivertrip .details-section .tabs-btn:hover {
	color: var(--mk2-primary);
	border: var(--border-width) solid var(--mk2-primary);
}

.rivertrip .details-section .tabs-btn.active {
	color: white;
	background-color: var(--mk2-primary);
	border: var(--border-width) solid var(--mk2-primary);
	cursor: auto;
}

.rivertrip .details-section .tabs-btn.active path {
	fill: white;
}

.rivertrip .details-section .tabs-btn.active .arrow {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	margin-left: auto;
	transform: rotate(180deg);
}

.rivertrip .details-section .tabs .block {
	background-color: #F0FAFF;
	border-radius: 2rem;
	padding: 2rem;
	width: 100%;
	margin-bottom: 0.8rem;
}

.rivertrip .details-section .tabs .item {
	padding: 1.6rem 0;
	border-bottom: var(--border-width) solid #e6e7e8;
}

.rivertrip .details-section .tabs .item:first-child {
	padding-top: 0;
}

.rivertrip .details-section .tabs .item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.rivertrip .details-section .tabs .block .title {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0.7rem 1.4rem;
	border-left: 0.2rem solid var(--mk2-primary);
	margin-bottom: 0.4rem;
}

.rivertrip .details-section .tabs .block .text,
.rivertrip .details-section .tabs .block .text * {
	color: #031119B2;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.4;
}

.rivertrip .details-section .tabs .block .flex {
	display: flex;
	gap: 0.4rem;
	align-items: center;
}

.rivertrip .details-section .tabs .block svg {
	width: 1.4rem;
	height: 1.4rem;
}

.rivertrip .details-section .tabs .block .text a {
	font-weight: 500;
	color: var(--mk2-color-text);
}

.rivertrip .details-section .meal-item .type {
	margin-bottom: 0.4rem;
	margin-top: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
}

.rivertrip .details-section .menu-items {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.2rem;
}

.rivertrip .details-section .meal-item .details {
	color: #031119B2;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 0;
}


.rivertrip .details-section .map-widget {
	width: 100%;
	max-width: none;
}

.rivertrip .details-section .map-widget iframe {
	width: 100% !important;
	height: 19rem !important;
	border-radius: 0.8rem;
	margin-bottom: 1.2rem;
}

.rivertrip .details-section .route-section {
	flex-direction: column;
	gap: 0.8rem;
}

.rivertrip .details-section .route-section .pier {
	font-size: 1.4rem;
	margin-top: 0.4rem;
	font-weight: 500;
}

.rivertrip .details-section .route-section .points-block {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.rivertrip .details-section .route-section .item {
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: none;
	border-left: 0.2rem solid #C0E8F4;
	padding: 0;
	padding-left: 1.2rem;
}

.rivertrip .details-section .location-section {
	display: block;
}

.rivertrip .details-section .location-section .details-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.8rem;
}

.rivertrip .details-section .location-section .details-block .base-button {
	margin: 0;
	font-size: 1.4rem;
	padding: 1.1rem;
}

.rivertrip .details-section .location-section iframe {
	width: 100% !important;
	height: 25.5rem !important;
}

.rivertrip .details-section .tickets-return-section {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #031119B2;
}

.rivertrip .details-section .homepage-faq__item {
	border-right: 2rem;
	background-color: #F0FAFF;
	margin-bottom: 0.8rem;
}

.rivertrip .btn-primary {
	background-color: var(--mk2-primary) !important;
	font-size: 1.4rem !important;
	line-height: normal !important;
}

.rivertrip .btn-primary:hover {
	background-color: var(--mk2-primary-dark) !important;
}

.rivertrip .share-section .menu {
	top: 30px;
	padding: 1.6rem;
	width: 20rem;
	left: -71px;
}

.rivertrip .share-section .item {
	background-color: #fff;
	font-size: 1.6rem;
}

.rivertrip .tickets-section {
	box-shadow: 0px 2px 13px 0px #0013101F;
	padding: 2rem;
	border-radius: 2rem;
	margin-bottom: 2rem;
}

.rivertrip .tickets-section .discount-badge {
	font-size: 1.4rem;
	font-weight: 600;
	color: white;
	background: #EC3C3C;
	padding: 0.8rem 0.6rem;
	border-radius: 100rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	width: fit-content;
	margin-bottom: 1.2rem;
}

.rivertrip .tickets-section .discount-badge svg {
	width: 1.6rem;
	height: 1.6rem;
}

.rivertrip .tickets-section .discount-text {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}

.rivertrip .tickets-section .discount-time {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	padding-bottom: 1.6rem;
	font-size: 1.2rem;
	color: #03111966;
	border-bottom: var(--border-width) solid #e6e7e8;
}

.rivertrip .tickets-section .discount-time span {
	color: var(--mk2-color-text);
	font-weight: 500;
}

.rivertrip .tickets-section .main-price-section {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	padding-top: 1.6rem;
	margin-bottom: 0.4rem;
}

.rivertrip .tickets-section .main-price {
	font-size: 2.4rem;
}

.rivertrip .tickets-section .base-price {
	background: #1B99D91A;
	color: var(--mk2-primary);
	text-decoration: line-through;
	font-size: 1.6rem;
	padding: 0.3rem 0.6rem;
	border-radius: 100rem;
	margin: 0;
}

.rivertrip .tickets-section .base-button.filled {
	margin-top: 2rem;
}

.rivertrip .tickets-section .gift-wrapper {
	width: 100%;
	padding-top: 1.6rem;
	border-top: var(--border-width) solid #e6e7e8;
}

.rivertrip .tickets-section .gift-button {
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--mk2-color-text);
	cursor: pointer;
	gap: 0.4rem;
	align-items: center;
	transition-duration: 300ms;
}

.rivertrip .tickets-section .gift-button:hover {
	color: var(--mk2-primary);
}

.rivertrip .tickets-section .gift-button svg {
	width: 1.4rem;
	height: 1.4rem;
}

.rivertrip .blue-block {
	background-color: #F0FAFF;
	border-radius: 2rem;
	padding: 2rem;
	width: 100%;
}

.rivertrip .blue-block svg {
	width: 4rem;
	height: 4rem;
	flex-shrink: 0;
}

.rivertrip .blue-block .flex {
	display: flex;
	gap: 1.2rem;
	align-items: center;
	margin-bottom: 1.4rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.rivertrip .blue-block .text {
	font-size: 1.4rem;
	color: #031119B2;
	line-height: 1.4;
}

.tickets-mobile {
	display: none;
}

@media (max-width: 1172px) {
	.river-trip-hero {
		grid-template-columns: 1fr;
	}
	.river-trip-hero__right {
		display: none;
	}

	.tickets-mobile {
		display: block;
	}

	.tickets-mobile .blue-block {
		margin-bottom: 3.2rem;
	}

	.tickets-mobile .btns-wrapper {
		margin-top: 2rem;
		display: flex;
		align-items: center;
		gap: 0.8rem;
		width: 100%;
	}

	.rivertrip .tickets-mobile .btns-wrapper .base-button {
		margin: 0;
		width: fit-content;
		padding: 1.1rem 2.4rem;
	}

	.tickets-mobile .btns-wrapper .gift-wrapper {
		width: fit-content;
		border: none;
		margin-left: auto;
	}

	.rivertrip .details-section .tabs {
		grid-template-columns: 26rem 1fr;
	}

	.rivertrip-top-bar {
		align-items: flex-start;
	}

	.rivertrip .share-section .menu {
		top: 4rem;
		left: -8rem;
	}
}


.catalog-item__savings.mobile {
	display: none;
}

@media (max-width: 650px) {
	gallery-wrapper {
		gap: 0.8rem;
	}

	.catalog-item__savings.mobile {
		display: block;
		margin-left: auto;
	}

	.catalog-item__savings.desktop {
		display: none;
	}

	.gallery-thumbs .swiper-wrapper {
		flex-direction: row;
	}

	.gallery-thumbs {
		height: auto;
	}

	.tickets-mobile .blue-block {
		margin-bottom: 2rem;
	}

	.rivertrip .gallery-wrapper {
		flex-direction: column;
	}

	.gallery-slider-item {
		height: 24.3rem;
	}

	.gallery-thumb-item {
		width: 10.1rem;
		height: 5.8rem;
	}

	.gallery-thumb-item img{
		border-radius: 1.6rem;
	}

	.rivertrip .gallery-static-section {
		height: 6rem;
	}

	.breadcrumbs-section.base-width {
		margin-bottom: 1rem;
	}

	.rivertrip .share-section .menu {
		left: 0;
		top: 3.8rem;
	}

	.rivertrip .tickets-section {
		padding: 1.6rem;
		border-radius: 1.6rem;
	}

	.rivertrip .tickets-section .discount-text {
		max-width: 19rem;
	}

	.rivertrip .tickets-section .main-price {
		font-size: 2rem;
	}

	.rivertrip .tickets-section .base-price {
		font-size: 1.4rem;
	}

	.tickets-mobile .btns-wrapper {
		flex-direction: column;
	}

	.rivertrip .tickets-mobile .btns-wrapper .base-button {
		width: 100%;
	}

	.tickets-mobile .btns-wrapper .gift-wrapper {
		margin: 1.6rem auto 0;
		border-top: var(--border-width) solid #e6e7e8;
		width: 100%;
	}

	.tickets-mobile .blue-block {
		padding: 1.6rem;
	}

	.river-trip .summary .name-wrapper {
		align-items: flex-start;
	}

	.rivertrip .details-section .row {
		flex-direction: column;
	}

	.river-trip .summary .row .value {
		margin-left: 4.8rem;
	}

	.rivertrip .details-section .row .icon {
		height: 3.2rem;
		width: 3.2rem;
	}

	.rivertrip .details-section .row .flex-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.rivertrip .details-section .row .dates-wrapper {
		padding-left: 4.8rem;
	}

	.rivertrip .details-section .included-options-wrapper {
		gap: 1.2rem;
		margin-bottom: 2rem;
	}

	.rivertrip .details-section .included-options-grid {
		padding: 1.6rem;
	}

	.rivertrip .details-section .tabs-nav {
		position: relative;
		top: auto;
	}

	.rivertrip .details-section .tabs {
		grid-template-columns: 1fr;
	}

    .tabs {
        display: flex;
        flex-direction: column;
    }

	.rivertrip .details-section .location-section .details-block {
		grid-template-columns: 1fr;
		margin-top: 2rem;
	}

	.rivertrip .details-section .tabs .block {
		padding: 1.6rem;
		border-radius: 1.6rem;
	}

	.share-btn.item {
		padding: 0;
	}
}

.gallery-slider-item .bg-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, rgba(3, 17, 25, 0) 65.41%, rgba(3, 17, 25, 0.8) 100%);
}

.gallery-slider-item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: white;
	z-index: 5;
}

.glightbox-clean .gdesc-inner {
}

.glightbox-clean .gslide-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: white;
	z-index: 5;
	padding-top: 400px;
	background: linear-gradient(180deg, rgba(3, 17, 25, 0) 65.41%, rgba(3, 17, 25, 0.8) 100%);
}
