.gallery-component{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:999999}.gallery-component__header{display:flex;justify-content:space-between;align-items:center;padding:16px}.gallery-component__title{font-size:12px;line-height:16px}@media (max-width: 1199px){.gallery-component__title{font-size:12px}}.gallery-component__close{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;padding:0 8px;font-size:22px;line-height:1}.gallery-component__close::-moz-focus-ring{outline:none}.gallery-component__images{flex-grow:1;min-height:0;max-height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#edeff3 transparent}.gallery-component__images img{display:block;width:100%;margin-bottom:16px;border-radius:12px}.gallery-component__single{flex-grow:1;display:flex;align-items:center;justify-content:center;position:relative;padding:32px}@media (max-width: 1199px){.gallery-component__single{padding:16px}}.gallery-component__single-image{flex:1;display:flex;align-items:center;justify-content:center;max-height:100%}.gallery-component__single-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.gallery-component__nav{padding:0;border:none;margin:0;font:inherit;color:inherit;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #edeff3;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.gallery-component__nav::-moz-focus-ring{outline:none}@media (max-width: 1199px){.gallery-component__nav{width:40px;height:40px}}@media (max-width: 767px){.gallery-component__nav{display:none}}.gallery-component__nav svg{width:20px;height:20px}@media (max-width: 1199px){.gallery-component__nav svg{width:16px;height:16px}}.gallery-component__nav:hover:not(:disabled){background:#edeff3;border-color:#edeff3}.gallery-component__nav:disabled{opacity:.3;cursor:not-allowed}.gallery-component__nav--prev{left:32px}@media (max-width: 1199px){.gallery-component__nav--prev{left:16px}}.gallery-component__nav--next{right:32px}@media (max-width: 1199px){.gallery-component__nav--next{right:16px}}.gallery-component__nav--next svg{transform:rotate(180deg)}.gallery-component__counter{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:#1d1d1db3;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;line-height:16px}@media (max-width: 1199px){.gallery-component__counter{font-size:12px}}@media (max-width: 1199px){.gallery-component__counter{bottom:16px}}.gallery-component__grid-trigger{padding:0;border:none;margin:0;font:inherit;color:inherit;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;position:absolute;bottom:32px;right:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #edeff3;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.gallery-component__grid-trigger::-moz-focus-ring{outline:none}@media (max-width: 1199px){.gallery-component__grid-trigger{width:40px;height:40px;bottom:16px;right:16px}}.gallery-component__grid-trigger svg{width:24px;height:24px}@media (max-width: 1199px){.gallery-component__grid-trigger svg{width:20px;height:20px}}.gallery-component__grid{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:32px 0;overflow-y:auto;min-height:0}@media (max-width: 1199px){.gallery-component__grid{padding:16px 0}}@media (max-width: 767px){.gallery-component__grid{align-items:flex-start;padding:16px 0}}.gallery-component__grid-items{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(60px,auto);gap:16px;width:100%;max-width:1200px}@media (max-width: 1199px){.gallery-component__grid-items{gap:8px;grid-auto-rows:minmax(40px,auto)}}.gallery-component__grid-item{overflow:hidden;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.gallery-component__grid-item img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery-component__grid-item:hover{transform:scale(1.02);opacity:.9}.gallery-component__grid-item[data-position="0"]{grid-column:1/7;grid-row:span 6}.gallery-component__grid-item[data-position="1"]{grid-column:7/13;grid-row:span 5}.gallery-component__grid-item[data-position="2"]{grid-column:7/10;grid-row:span 4}.gallery-component__grid-item[data-position="3"]{grid-column:10/13;grid-row:span 4}.gallery-component__grid-item[data-position="4"]{grid-column:1/7;grid-row:span 4}.gallery-component__grid-item:nth-child(n+6){grid-column:span 4;grid-row:span 4}@media (max-width: 767px){.gallery-component__grid-item[data-position="0"],.gallery-component__grid-item[data-position="1"],.gallery-component__grid-item[data-position="2"],.gallery-component__grid-item[data-position="3"],.gallery-component__grid-item[data-position="4"],.gallery-component__grid-item[data-position="5"],.gallery-component__grid-item[data-position="6"],.gallery-component__grid-item[data-position="7"],.gallery-component__grid-item:nth-child(n+9){grid-column:span 6;grid-row:span 6}.gallery-component__grid-item[data-position="0"],.gallery-component__grid-item:nth-child(1){grid-column:span 12;grid-row:span 6}}.gallery-component--visible-enter-active,.gallery-component--visible-leave-active{transition:all .2s ease}.gallery-component--visible-enter-from,.gallery-component--visible-leave-to{opacity:0;transform:translateY(10vh)}.gallery-component--visible-enter-to,.gallery-component--visible-leave-from{opacity:1;transform:translateY(0)}.ticker-component{display:inline-flex;overflow:hidden;padding:4px 0;margin:-4px 0}.ticker-component--tick-enter-active,.ticker-component--tick-leave-active{transition:all .3s ease}.ticker-component--tick-enter-from{opacity:0;transform:translateY(100%)}.ticker-component--tick-enter-to,.ticker-component--tick-leave-from{opacity:1;transform:translateY(0)}.ticker-component--tick-leave-to{opacity:0;transform:translateY(-100%)}.time-picker-dropdown-wrapper{width:100%}.time-picker-dropdown{--dropdown-panel-gap: 10px;--dropdown-width: 300px;width:100%}.time-picker-selector{cursor:pointer;border-radius:79px;border:1px solid var(--p3-light-grey, #edeff3);background:#f7f7f7;display:flex;align-items:center;padding:10px 16px;gap:12px;flex-shrink:0;transition:all .15s ease-in-out;position:relative;width:100%;height:52px}.time-picker-selector:hover:not(.is-disabled){border-color:#9db1dc}.time-picker-selector:hover:not(.is-disabled) .time-picker-selector__icon{color:#ff785a}.time-picker-selector:focus-within:not(.is-disabled),.time-picker-selector.is-open:not(.is-disabled){border-color:#9db1dc}.time-picker-selector:focus-within:not(.is-disabled) .time-picker-selector__icon,.time-picker-selector.is-open:not(.is-disabled) .time-picker-selector__icon{color:#ff785a}.time-picker-selector.is-pending:not(.is-disabled){border-color:#9db1dc}.time-picker-selector.is-pending:not(.is-disabled) .time-picker-selector__icon{color:#ff785a}.time-picker-selector.is-disabled{opacity:.6;cursor:not-allowed}.time-picker-selector.has-error{border-color:#f40000}.time-picker-selector__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#4f5155;transition:color .15s ease-in-out}.time-picker-selector__icon svg{width:24px;height:24px}.time-picker-selector__content{flex:1;display:flex;flex-direction:column;gap:2px}.time-picker-selector__label{-webkit-user-select:none;user-select:none;color:#4f5155;font-weight:700;font-size:12px;line-height:16px}@media (max-width: 1199px){.time-picker-selector__label{font-size:12px}}.time-picker-selector__text{-webkit-user-select:none;user-select:none;display:flex;align-items:center;box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;font-size:14px;line-height:110%;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:16px}@media (max-width: 1199px){.time-picker-selector__text{font-size:14px}}.time-picker-selector__text.is-placeholder{color:#707379;font-weight:400}.time-picker-selector__text:not(.is-placeholder){font-weight:600;color:#1d1d1d}.time-picker-selector__error{color:#f40000;font-weight:400;padding-left:20px;animation:fadeInUp .3s ease-out;font-size:12px;line-height:16px}@media (max-width: 1199px){.time-picker-selector__error{font-size:12px}}.time-picker-selector__validation-message{color:#f40000;font-weight:400;padding-left:1.25rem;font-size:12px;line-height:16px}@media (max-width: 1199px){.time-picker-selector__validation-message{font-size:12px}}@media (min-width: 1200px){.time-picker-selector__validation-message{position:absolute;top:100%;left:0;white-space:nowrap}}.time-picker-selector__validation-message--animated{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.time-picker-header{font-weight:400;color:#1d1d1d;font-size:14px;line-height:110%}@media (max-width: 1199px){.time-picker-header{font-size:14px}}.time-slot-list{display:flex;flex-direction:column;gap:0}.time-slot-list--scrollable{max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#edeff3 transparent}.time-slot-item{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;padding:20px 20px 20px 3px;box-shadow:inset 0 -1px #edeff3;background:transparent;color:#1d1d1d;font-weight:600;text-align:left;transition:all .15s ease-in-out;font-size:16px;line-height:16px;display:flex;align-items:center;gap:12px;position:relative}.time-slot-item::-moz-focus-ring{outline:none}@media (max-width: 1199px){.time-slot-item{font-size:14px}}.time-slot-item:last-child{box-shadow:none}.time-slot-item:hover:not(:disabled){color:#ff785a}.time-slot-item:focus{outline:none;color:#ff785a}.time-slot-item.is-selected{color:#ff785a;font-weight:600}.time-slot-item.is-sold-out{color:#9c9fa6;cursor:not-allowed}.time-slot-item.is-sold-out:hover{cursor:not-allowed}.time-slot-item__dot{width:8px;height:8px;border-radius:50%;background:#ff785a;flex-shrink:0;opacity:0;transition:opacity .15s ease-in-out}.time-slot-item__dot.is-visible{opacity:1}.time-slot-item__time{flex:1}.time-slot-item__badge{color:#f79900;font-weight:400;font-size:14px;line-height:110%}@media (max-width: 1199px){.time-slot-item__badge{font-size:14px}}.booking-tour-widget{background:#fff;border-radius:24px;overflow:visible;box-shadow:0 4px 24px #00000014;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:999}@media (min-width: 768px){.booking-tour-widget{width:369px}}.booking-tour-widget__content{padding:32px 24px;transition:all .25s cubic-bezier(.4,0,.2,1)}@media (min-width: 768px){.booking-tour-widget__content{padding:22px}}.booking-tour-widget__compact{display:flex;flex-direction:column;gap:18px}.booking-tour-widget__expanded{display:flex;flex-direction:column;gap:10px}.booking-tour-widget__title{font-weight:600;color:#1d1d1d;margin:0 0 16px;font-size:20px;line-height:normal}@media (max-width: 1199px){.booking-tour-widget__title{font-size:16px}}.booking-tour-widget__price{display:flex;align-items:baseline;gap:8px;font-size:20px;line-height:normal}@media (max-width: 1199px){.booking-tour-widget__price{font-size:16px}}.booking-tour-widget__price--expanded{border-top:1px solid #edeff3;padding-top:28px;margin-top:16px;margin-bottom:6px}.booking-tour-widget__price-label{font-size:20px;line-height:normal;color:#1d1d1d;font-weight:600}@media (max-width: 1199px){.booking-tour-widget__price-label{font-size:16px}}.booking-tour-widget__price-value{font-size:20px;line-height:normal;font-weight:600;color:#1d1d1d}@media (max-width: 1199px){.booking-tour-widget__price-value{font-size:16px}}.booking-tour-widget__price-unit{font-size:14px;line-height:110%;color:#707379}@media (max-width: 1199px){.booking-tour-widget__price-unit{font-size:14px}}@media (max-width: 767px){.booking-tour-widget__price-unit{font-size:20px;line-height:normal}}@media (max-width: 767px) and (max-width: 1199px){.booking-tour-widget__price-unit{font-size:16px}}.booking-tour-widget__button{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;width:100%;padding:19px 20px;background:#ff785a;border-radius:48px;font-weight:600;color:#fff;transition:all .3s;font-size:14px;line-height:110%;text-align:center}.booking-tour-widget__button::-moz-focus-ring{outline:none}@media (max-width: 1199px){.booking-tour-widget__button{font-size:14px}}.booking-tour-widget__button:hover{background:#f05937;transform:translateY(-1px);box-shadow:0 4px 12px #e87a614d}.booking-tour-widget__button:active{transform:translateY(0)}.booking-tour-widget__button--disabled{background:#d3d3d3;cursor:not-allowed;opacity:.6}.booking-tour-widget__button--disabled:hover{background:#d3d3d3;transform:none;box-shadow:none}.booking-tour-widget__price-details{border-top:1px solid #edeff3;padding-top:28px;margin-top:16px;margin-bottom:8px}.booking-tour-widget__price-details-header{font-weight:600;color:#9c9fa6;margin-bottom:4px;font-size:14px;line-height:110%}@media (max-width: 1199px){.booking-tour-widget__price-details-header{font-size:14px}}.booking-tour-widget__price-details-row{display:flex;justify-content:space-between;align-items:center}.booking-tour-widget__price-details-label{color:#1d1d1d;font-weight:600;font-size:16px;line-height:16px}@media (max-width: 1199px){.booking-tour-widget__price-details-label{font-size:14px}}.booking-tour-widget__price-details-value{font-weight:600;color:#1d1d1d;font-size:20px;line-height:normal}@media (max-width: 1199px){.booking-tour-widget__price-details-value{font-size:16px}}.booking-tour-widget-mobile{position:fixed;bottom:0;left:0;right:0;z-index:999;padding:16px;display:flex;justify-content:center}.booking-tour-widget-mobile__content{background:#fff;border-radius:20px;box-shadow:0 -4px 24px #0000001f;padding:14px;display:flex;flex-direction:column;align-items:center;gap:18px;width:calc(100vw - 30px);max-width:600px}.booking-tour-widget-mobile__price{display:flex;align-items:baseline;gap:8px;justify-content:flex-start;width:100%;font-size:32px;line-height:normal}@media (max-width: 1199px){.booking-tour-widget-mobile__price{font-size:21px}}.booking-tour-widget-mobile__price-label{font-size:32px;line-height:normal;color:#1d1d1d;font-weight:600}@media (max-width: 1199px){.booking-tour-widget-mobile__price-label{font-size:21px}}.booking-tour-widget-mobile__price-value{font-size:32px;line-height:normal;font-weight:600;color:#1d1d1d}@media (max-width: 1199px){.booking-tour-widget-mobile__price-value{font-size:21px}}.booking-tour-widget-mobile__price-unit{font-size:14px;line-height:110%;color:#707379}@media (max-width: 1199px){.booking-tour-widget-mobile__price-unit{font-size:14px}}.booking-tour-widget-mobile__button{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;width:100%;padding:19px 20px;background:#ff785a;border-radius:48px;font-weight:600;color:#fff;transition:all .3s;font-size:14px;line-height:110%;white-space:nowrap;text-align:center}.booking-tour-widget-mobile__button::-moz-focus-ring{outline:none}@media (max-width: 1199px){.booking-tour-widget-mobile__button{font-size:14px}}.booking-tour-widget-mobile__button:active{background:#f05937}.booking-drawer__title{font-weight:600;color:#1d1d1d;margin:0 0 10px;padding-top:8px;padding-bottom:24px;border-bottom:1px solid #edeff3;font-size:32px;line-height:normal}@media (max-width: 1199px){.booking-drawer__title{font-size:21px}}.booking-drawer__price{display:flex;align-items:baseline;gap:8px;justify-content:flex-start;width:100%;padding-bottom:22px;border-bottom:1px solid #edeff3;font-size:32px;line-height:normal}@media (max-width: 1199px){.booking-drawer__price{font-size:21px}}.booking-drawer__price-label{font-size:32px;line-height:normal;color:#1d1d1d;font-weight:600}@media (max-width: 1199px){.booking-drawer__price-label{font-size:21px}}.booking-drawer__price-value{font-size:32px;line-height:normal;font-weight:600;color:#1d1d1d}@media (max-width: 1199px){.booking-drawer__price-value{font-size:21px}}.booking-drawer__price-unit{font-size:20px;line-height:normal;color:#707379}@media (max-width: 1199px){.booking-drawer__price-unit{font-size:16px}}.booking-drawer__button{border:none;margin:0;font:inherit;color:inherit;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:inherit;text-decoration:none;text-transform:none;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;outline:none;width:100%;padding:19px 20px;background:#ff785a;border-radius:48px;font-weight:600;color:#fff;transition:all .3s;font-size:14px;line-height:110%;text-align:center}.booking-drawer__button::-moz-focus-ring{outline:none}@media (max-width: 1199px){.booking-drawer__button{font-size:14px}}.booking-drawer__button:active{background:#f05937}.booking-drawer__button--disabled{background:#d3d3d3;cursor:not-allowed;opacity:.6}.booking-drawer__button--disabled:active{background:#d3d3d3}.booking-drawer__price-details{width:100%;padding-bottom:22px;border-bottom:1px solid #edeff3}.booking-drawer__price-details-header{font-weight:600;color:#9c9fa6;margin-bottom:12px;font-size:14px;line-height:110%}@media (max-width: 1199px){.booking-drawer__price-details-header{font-size:14px}}.booking-drawer__price-details-row{display:flex;justify-content:space-between;align-items:center}.booking-drawer__price-details-label{color:#1d1d1d;font-size:32px;line-height:normal}@media (max-width: 1199px){.booking-drawer__price-details-label{font-size:21px}}.booking-drawer__price-details-value{font-weight:600;color:#1d1d1d;font-size:32px;line-height:normal}@media (max-width: 1199px){.booking-drawer__price-details-value{font-size:21px}}.expand-enter-active,.expand-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.expand-enter-from{opacity:0;transform:translateY(-10px) scale(.98)}.expand-leave-to{opacity:0;transform:translateY(10px) scale(.98)}.expand-enter-to,.expand-leave-from{opacity:1;transform:translateY(0) scale(1)}.booking-tour-widget__expanded .passenger-dropdown-wrapper{width:100%;--dropdown-x-offset: 0}@media (max-width: 767px){.booking-tour-widget__expanded .passenger-dropdown-wrapper{--dropdown-x-offset: -50%}}@media (max-width: 767px){.booking-tour-widget__expanded .dropdown-component__panel{width:250px}}.booking-tour-widget__expanded .date-picker-selector__validation-message,.booking-tour-widget__expanded .time-picker-selector__validation-message{position:relative!important;top:auto!important;left:auto!important;white-space:normal!important}.mobile-drawer-overlay .passenger-dropdown-wrapper{width:100%}.mobile-drawer-overlay .date-picker-selector__validation-message,.mobile-drawer-overlay .time-picker-selector__validation-message{position:relative!important;top:auto!important;left:auto!important;white-space:normal!important}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tour-page__header,.tour-page__main{display:flex;align-items:stretch;gap:10px}@media (max-width: 1199px){.tour-page__header,.tour-page__main{flex-direction:column;margin-top:16px;gap:0}}.tour-page__header{margin-bottom:49px}.tour-page__main{scroll-margin-top:16px;margin-bottom:0}@media (min-width: 1200px){.tour-page__main{margin-bottom:86px}}.tour-page__content{flex-grow:1}.tour-page__aside{flex-shrink:0;width:500px;max-width:100%;display:flex;flex-direction:column}@media (max-width: 1199px){.tour-page__aside{width:100%}}.tour-page__image,.tour-page__gallery{overflow:hidden;position:relative}.tour-page__image-item,.tour-page__gallery-item{background-color:#edeff3;width:100%;height:100%;border-radius:12px;cursor:pointer;overflow:hidden}.tour-page__image img,.tour-page__gallery img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.tour-page__gallery-icon{position:absolute;right:14px;bottom:14px;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tour-page__gallery-icon:hover{opacity:.8}.tour-page__image{aspect-ratio:69/39}@media (max-width: 1199px){.tour-page__image{display:none}}.tour-page__image .tour-page__gallery-icon{display:block}.tour-page__gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;height:100%}@media (max-width: 1199px){.tour-page__gallery{gap:4px;border-radius:12px;overflow:hidden}.tour-page__gallery-item{border-radius:0}}.tour-page__gallery .tour-page__gallery-icon{display:none}@media (max-width: 1199px){.tour-page__gallery .tour-page__gallery-icon{display:block}}.tour-page__section{display:block;margin-bottom:86px}@media (max-width: 1199px){.tour-page__section{margin-bottom:74px}}.tour-page__section:last-child{margin-bottom:0}.tour-page__section-title{font-weight:600;margin-bottom:36px;font-size:32px;line-height:normal}@media (max-width: 1199px){.tour-page__section-title{font-size:21px}}.tour-page__section-text{font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__section-text{font-size:14px}}.tour-page__section-text p:not(:last-child){margin-bottom:14px}.tour-page__section-notes{font-size:16px;line-height:16px;font-weight:400;margin-top:16px}@media (max-width: 1199px){.tour-page__section-notes{font-size:14px}}.tour-page__section-notes a{color:#ff785a}.tour-page__section-notes-link{color:#ff785a;text-decoration:underline;cursor:pointer}.tour-page__section-notes-link:hover{opacity:.8}.tour-page__info{display:flex;align-items:stretch;justify-content:space-between;border:1px solid #edeff3;padding:16px;border-radius:200px;margin-bottom:54px}.tour-page__info-item{flex:1 1 33.3333333333%;text-align:center;white-space:nowrap;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__info-item{font-size:14px}}@media (max-width: 1199px){.tour-page__info-item{font-size:12px;line-height:16px}}@media (max-width: 1199px) and (max-width: 1199px){.tour-page__info-item{font-size:12px}}.tour-page__info-sep{display:block;width:1px;background-color:#edeff3}.tour-page__info .ticker-component{min-width:65px}@media (max-width: 1199px){.tour-page__info .ticker-component{min-width:45px}}.tour-page__services{display:flex;flex-wrap:wrap;gap:12px}.tour-page__service{display:inline-flex;align-items:center;gap:10px;border-radius:50px;padding:9px 16px;border:1px solid #edeff3;color:#4f5155;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__service{font-size:14px}}.tour-page__service span{display:inline-flex;padding-left:10px;border-left:1px solid #edeff3}.tour-page__meeting{display:flex;flex-direction:column;gap:34px}@media (min-width: 1200px){.tour-page__meeting{gap:22px}}.tour-page__meeting-header{display:flex;flex-direction:column;gap:12px}@media (min-width: 1200px){.tour-page__meeting-header{flex-direction:row;align-items:center;justify-content:space-between;gap:42px;padding:16px 0}}.tour-page__meeting-point{flex:1 1 calc((100% - 120px)/2);min-width:0}.tour-page__meeting-title{font-weight:600;margin-bottom:7px;font-size:20px;line-height:normal}@media (max-width: 1199px){.tour-page__meeting-title{font-size:16px}}.tour-page__meeting-text{color:#707379;display:flex;flex-direction:column;gap:4px;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__meeting-text{font-size:14px}}.tour-page__meeting-text--link{cursor:pointer}.tour-page__meeting-text strong{color:#1d1d1d;font-weight:inherit}.tour-page__meeting-sep{width:36px}@media (max-width: 1199px){.tour-page__meeting-sep{transform:rotate(90deg)}}.tour-page__meeting .leaflet-map{aspect-ratio:7/3}@media (max-width: 1199px){.tour-page__meeting .leaflet-map{aspect-ratio:34/29}}.tour-page__maps-link{display:inline-flex;align-items:center;gap:4px;color:#707379;font-weight:400;text-decoration:none;margin-top:4px;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__maps-link{font-size:14px}}.tour-page__maps-link svg{flex-shrink:0}.tour-page__locations{display:flex;flex-direction:column;margin-bottom:-18px}.tour-page__location{display:flex;align-items:stretch;gap:30px;padding:18px 0;position:relative;z-index:0}@media (max-width: 1199px){.tour-page__location{gap:16px}}.tour-page__location-image{width:100px;height:100px;flex-shrink:0;border-radius:16px;object-fit:cover;object-position:center;position:relative;z-index:1}.tour-page__location-line{width:2px;flex-shrink:0;position:relative}.tour-page__location-line:before,.tour-page__location-line:after{content:"";display:block;position:absolute;background-color:#15d099}.tour-page__location-line:before{top:-18px;left:0;bottom:-18px;width:2px}.tour-page__location-line:after{width:16px;height:16px;top:calc(50% - 7px);left:-7px;border-radius:100%}@media (max-width: 1199px){.tour-page__location-line{position:absolute;height:100%;left:50px;z-index:0}.tour-page__location-line:before,.tour-page__location-line:after{background-color:#15d099}}.tour-page__location:first-child .tour-page__location-line:before{top:50%}.tour-page__location:last-child .tour-page__location-line:before{bottom:50%}.tour-page__location-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.tour-page__location-title{font-weight:600;font-size:20px;line-height:normal}@media (max-width: 1199px){.tour-page__location-title{font-size:16px}}.tour-page__location-text{color:#4f5155;line-height:1.25;font-size:14px;line-height:110%}@media (max-width: 1199px){.tour-page__location-text{font-size:14px}}.tour-page__reviews{padding:93px 0 86px}.tour-page__reviews-title{font-weight:600;text-align:left;max-width:20ch;margin:0 0 32px;font-size:45px;line-height:52px}@media (max-width: 1199px){.tour-page__reviews-title{font-size:32px;line-height:normal}}@media (min-width: 1200px){.tour-page__reviews-title{margin:0 auto 108px;text-align:center}}.tour-page__reviews-title strong{color:#ff785a;font-weight:600}.tour-page__facts{padding:37px 0}@media (min-width: 1200px){.tour-page__facts{padding:130px 0}}.tour-page__facts-title{font-weight:600;margin-bottom:36px;font-size:45px;line-height:52px}@media (max-width: 1199px){.tour-page__facts-title{font-size:32px;line-height:normal}}@media (min-width: 1200px){.tour-page__facts-title{text-align:center;margin-bottom:52px}}.tour-page__facts-list{display:flex;flex-direction:column;gap:14px}@media (min-width: 1200px){.tour-page__facts-list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}}.tour-page__facts-item{color:#707379;padding:12px;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__facts-item{font-size:14px}}@media (min-width: 1200px){.tour-page__facts-item{padding:0 24px;border-left:1px solid #edeff3}.tour-page__facts-item:first-child{border-left:none;padding-left:0}.tour-page__facts-item:last-child{padding-right:0}}.tour-page__facts-item h5{font-weight:600;color:#1d1d1d;margin-bottom:4px;font-size:20px;line-height:normal}@media (max-width: 1199px){.tour-page__facts-item h5{font-size:16px}}@media (min-width: 1200px){.tour-page__facts-item h5{margin-bottom:12px}}.tour-page__faqs{padding:37px 0 96px}@media (min-width: 1200px){.tour-page__faqs{padding:130px 0 180px;display:flex;gap:32px}}.tour-page__faqs-header{flex:0 0 510px;margin-bottom:32px}.tour-page__faqs-title{max-width:18ch;font-weight:500;margin-bottom:23px;font-size:45px;line-height:52px}@media (max-width: 1199px){.tour-page__faqs-title{font-size:32px;line-height:normal}}.tour-page__faqs-title strong{font-weight:inherit;color:#ff785a}.tour-page__faqs-text{color:#707379;font-size:16px;line-height:16px}@media (max-width: 1199px){.tour-page__faqs-text{font-size:14px}}@media (min-width: 1200px){.tour-page__faqs-text{margin-bottom:0}}.tour-page__faqs-text a{text-decoration:none;color:inherit;cursor:pointer;color:#1d1d1d}.tour-page__faqs-content{flex-grow:1}.tour-page__toptours{padding:80px 0 149px;background:linear-gradient(180deg,#f1f5ff,#fff0)}@media (max-width: 1199px){.tour-page__toptours{background:#f1f5ff}}@media (min-width: 1200px){.tour-page__toptours{padding-bottom:235px;margin-bottom:-75px}}.tour-page__toptours-title{font-size:45px;line-height:52px;font-weight:600;text-align:center;margin:0 0 46px}@media (max-width: 1199px){.tour-page__toptours-title{font-size:32px;line-height:normal}}@media (min-width: 1200px){.tour-page__toptours-title{margin:0 auto 60px}}.tour-page__terms{max-width:830px;margin:40px auto}@media (max-width: 991px){.tour-page__terms{margin:0}}.tour-page .booking-tour-widget{min-width:0;max-width:369px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tour-page .booking-tour-widget[data-position=sticky]{position:sticky;top:16px;margin:0 auto;align-self:flex-start}.tour-page .booking-tour-widget[data-position=fixed]{position:fixed;bottom:32px;right:calc((100% - 1200px) / 2 + 65.5px + var(--scrollbar-width, 0px) / 2);transition:bottom .3s cubic-bezier(.4,0,.2,1)}
