.toast-viewport{--viewport-padding: 25px;position:fixed;bottom:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:var(--viewport-padding);gap:10px;width:390px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.toast{background-color:#fff;border:1px solid white;border-radius:6px;-webkit-box-shadow:hsla(206,22%,7%,.35) 0px 10px 38px -10px,hsla(206,22%,7%,.2) 0px 10px 20px -15px;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;padding:15px;display:grid;grid-template-areas:"title action" "message action";grid-template-columns:auto -webkit-max-content;grid-template-columns:auto max-content;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.toast__close{all:unset;font-size:30px;cursor:pointer}.toast.--error{background-color:#fee1e1;border-color:#f24848}.toast [data-state=open]{-webkit-animation:slideIn .15s cubic-bezier(.16,1,.3,1);-moz-animation:slideIn .15s cubic-bezier(.16,1,.3,1);animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.toast [data-state=closed]{-webkit-animation:hide .1s ease-in;-moz-animation:hide .1s ease-in;animation:hide .1s ease-in}.toast [data-swipe=move]{-webkit-transform:translateX(var(--reka-toast-swipe-move-x));-moz-transform:translateX(var(--reka-toast-swipe-move-x));-ms-transform:translateX(var(--reka-toast-swipe-move-x));transform:translate(var(--reka-toast-swipe-move-x))}.toast [data-swipe=cancel]{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;-moz-transition:transform .2s ease-out,-moz-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out}.toast [data-swipe=end]{-webkit-animation:swipeOut .1s ease-out;-moz-animation:swipeOut .1s ease-out;animation:swipeOut .1s ease-out}@-webkit-keyframes hide{0%{opacity:1}to{opacity:0}}@-moz-keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes hide{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(-webkit-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}to{-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideIn{0%{-moz-transform:translateX(-moz-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}to{-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideIn{0%{-webkit-transform:translateX(-webkit-calc(100% + var(--viewport-padding)));-moz-transform:translateX(-moz-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes swipeOut{0%{-webkit-transform:translateX(var(--reka-toast-swipe-end-x));transform:translate(var(--reka-toast-swipe-end-x))}to{-webkit-transform:translateX(-webkit-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}}@-moz-keyframes swipeOut{0%{-moz-transform:translateX(var(--reka-toast-swipe-end-x));transform:translate(var(--reka-toast-swipe-end-x))}to{-moz-transform:translateX(-moz-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}}@keyframes swipeOut{0%{-webkit-transform:translateX(var(--reka-toast-swipe-end-x));-moz-transform:translateX(var(--reka-toast-swipe-end-x));transform:translate(var(--reka-toast-swipe-end-x))}to{-webkit-transform:translateX(-webkit-calc(100% + var(--viewport-padding)));-moz-transform:translateX(-moz-calc(100% + var(--viewport-padding)));transform:translate(calc(100% + var(--viewport-padding)))}}.ui-kit-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:12px 20px;gap:4px;height:44px;background-color:#0065b2;border:1px solid #0065b2;border-radius:var(--booking-module-buttons-radius);font-family:var(--booking-module-text-font);font-style:normal;font-weight:700;font-size:14px;line-height:100%;color:#fff;-webkit-transition:.25s all ease;-moz-transition:.25s all ease;transition:.25s all ease}.ui-kit-button:hover,.ui-kit-button:active{border-color:#004e89;background-color:#004e89;cursor:pointer}.ui-kit-button--brand{border-color:#0065b2;background-color:#0065b2}.ui-kit-button--orange{border-color:#f39218;background-color:#f39218}.ui-kit-button--gray-ight{border-color:#ededed;background-color:#ededed;color:#282c30}.ui-kit-button--gray-ight:active,.ui-kit-button--gray-ight:hover{border-color:#282c30;background-color:#ededed}.ui-kit-button--brand:hover,.ui-kit-button--brand:active{border-color:#004e89;background-color:#004e89}.ui-kit-button--orange:hover,.ui-kit-button--orange:active{border-color:#e6850c;background-color:#e6850c}.ui-kit-button--orange-ight{background-color:#feeee1;border-color:#feeee1;color:#f39218}.ui-kit-button--brand-ight{background-color:#d9e8f4;border-color:#d9e8f4;color:#0065b2}.ui-kit-button--brand-ight:active,.ui-kit-button--brand-ight:hover{border-color:#0065b2;background-color:#d9e8f4}.ui-kit-button--orange-ight:active,.ui-kit-button--orange-ight:hover{border-color:#e6850c;background-color:#feeee1}.ui-kit-button[data-disabled=true]{pointer-events:none;background:#ededed;color:#b6b9bd}@media screen and (max-width: 1024px){.ui-kit-button{height:40px}}.booking-module[data-v-671d1597]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:32px;margin:34px auto 32px;padding:0 16px;width:100%;max-width:100%;overflow:hidden}@media screen and (max-width: 768px){.booking-module[data-v-671d1597]{padding:0}}.booking-module__header[data-v-671d1597]{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.booking-module-header__back-button[data-v-671d1597]{justify-self:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.booking-module-header__title[data-v-671d1597]{justify-self:center;margin:0 16px;padding:0;font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:40px;line-height:48px;text-align:center;white-space:nowrap;color:#282c30}.booking-module-header__timer[data-v-671d1597]{min-width:16em;justify-self:flex-end;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:12px 20px;background:#ededed;border-radius:var(--booking-module-buttons-radius);font-style:normal;font-weight:700;font-size:16px;line-height:20px;color:#787b7d}@media screen and (max-width: 1024px){.booking-module-header__title[data-v-671d1597]{font-size:30px;line-height:120%}.booking-module-header__timer[data-v-671d1597]{font-size:14px;line-height:114%}}@media screen and (max-width: 768px){.booking-module__header[data-v-671d1597]{grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;width:100%;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;row-gap:32px}.booking-module-header__title[data-v-671d1597]{grid-row:2;grid-column:span 2;justify-self:flex-start;margin:0;font-size:24px;line-height:117%}}.route-info-card[data-v-2222a056]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.route-info-card__item[data-v-2222a056]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.route-info-card__icon[data-v-2222a056]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 44px;-moz-box-flex:0;flex:0 0 44px;padding:12px;width:44px;height:44px;background:#d9e8f4;border-radius:40px;margin-right:12px;color:#0065b2}.done-steps-kv[data-v-2222a056]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px;margin:0;font-style:normal;font-weight:500;font-size:16px;line-height:125%}.done-steps-kv__label[data-v-2222a056]{color:#282c30}.done-steps-kv__value[data-v-2222a056]{color:#0065b2;text-wrap:balance}@media screen and (max-width: 1024px){.route-info-card[data-v-2222a056]{gap:16px}.done-steps-kv[data-v-2222a056]{font-size:14px;line-height:114%}}@media screen and (max-width: 768px){.done-steps-kv[data-v-2222a056]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}}.done-steps-kv[data-v-14393663]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:0;margin:0;font-style:normal;font-weight:500;font-size:16px;line-height:125%}.done-steps-kv__label[data-v-14393663]{color:#282c30}.done-steps-kv__value[data-v-14393663]{color:#0065b2;text-wrap:balance;margin-left:4px}@media screen and (max-width: 1024px){.done-steps-kv[data-v-14393663]{font-size:14px;line-height:114%}}.done-short-card[data-v-4f29524f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:20px}.done-step-card__content[data-v-4f29524f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;width:100%;gap:20px}.done-step-card__items[data-v-4f29524f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.done-step-card__change-button[data-v-4f29524f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;margin:0;padding:0;background:none;border:none;font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:16px;line-height:100%;color:#0065b2}.done-step-card__change-button[data-v-4f29524f]:hover{cursor:pointer}.done-step-card__change-button>span[data-v-4f29524f]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 1024px){.done-step-card[data-v-4f29524f]{gap:16px}.done-step-card__content[data-v-4f29524f],.done-step-card__items[data-v-4f29524f]{gap:12px}.done-step-change-button[data-v-4f29524f]{font-size:14px}}@media screen and (max-width: 768px){.done-step-card__content[data-v-4f29524f]{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}}.done-steps-container[data-v-9807908a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:20px;border:1px solid #ededed;border-radius:var(--booking-module-cards-radius)}@media screen and (max-width: 1024px){.done-steps-container[data-v-9807908a]{padding:16px}}.done-steps-container__item[data-v-b680a625]{width:100%}.done-steps-container__item[data-v-b680a625]:not(:last-child):after{content:"";display:block;width:100%;height:2px;background:#f6f6f6;border-radius:4px;margin:20px 0}@media screen and (max-width: 1024px){.done-steps-container__item[data-v-b680a625]:not(:last-child):after{margin:16px 0}}button[data-v-55bd8f3d]{all:unset}.tooltip__content[data-v-55bd8f3d]{display:block;border-radius:15px;padding:10px 15px;font-size:15px;line-height:1;color:inherit;background:#FFFFFF;-webkit-box-shadow:hsla(206,22%,7%,.35) 0px 10px 38px -10px,hsla(206,22%,7%,.2) 0px 10px 20px -15px;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.16,1,.3,1);-moz-animation-timing-function:cubic-bezier(.16,1,.3,1);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.tooltip__content-box[data-v-55bd8f3d]{max-width:300px}.tooltip__content[data-state=delayed-open][data-side=top][data-v-55bd8f3d]{-webkit-animation-name:slideDownAndFade-55bd8f3d;-moz-animation-name:slideDownAndFade-55bd8f3d;animation-name:slideDownAndFade-55bd8f3d}.tooltip__content[data-state=delayed-open][data-side=right][data-v-55bd8f3d]{-webkit-animation-name:slideLeftAndFade-55bd8f3d;-moz-animation-name:slideLeftAndFade-55bd8f3d;animation-name:slideLeftAndFade-55bd8f3d}.tooltip__content[data-state=delayed-open][data-side=bottom][data-v-55bd8f3d]{-webkit-animation-name:slideUpAndFade-55bd8f3d;-moz-animation-name:slideUpAndFade-55bd8f3d;animation-name:slideUpAndFade-55bd8f3d}.tooltip__content[data-state=delayed-open][data-side=left][data-v-55bd8f3d]{-webkit-animation-name:slideRightAndFade-55bd8f3d;-moz-animation-name:slideRightAndFade-55bd8f3d;animation-name:slideRightAndFade-55bd8f3d}[data-v-55bd8f3d] .tooltip__arrow{fill:#fff}.tooltip__trigger.--info-icon[data-v-55bd8f3d]{font-family:inherit;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;color:#787b7d;border-radius:100%;height:20px;width:20px}.tooltip__trigger.--info-icon[data-v-55bd8f3d]:hover{color:#000;-webkit-box-shadow:0 2px 10px #ccc;box-shadow:0 2px 10px #ccc}@-webkit-keyframes slideUpAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideUpAndFade-55bd8f3d{0%{opacity:0;-moz-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideUpAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideRightAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideRightAndFade-55bd8f3d{0%{opacity:0;-moz-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideRightAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateX(-2px);-moz-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideDownAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideDownAndFade-55bd8f3d{0%{opacity:0;-moz-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideDownAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideLeftAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideLeftAndFade-55bd8f3d{0%{opacity:0;-moz-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideLeftAndFade-55bd8f3d{0%{opacity:0;-webkit-transform:translateX(2px);-moz-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}.ui-kit-input__label{display:inline-block;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30;margin-bottom:8px}.ui-kit-select__trigger{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;width:100%;height:40px;padding:10px 40px 10px 10px;border-radius:var(--booking-module-inputs-radius);border:1px solid #ededed;background:#fff;overflow:hidden;outline:0;font-family:var(--booking-module-text-font);font-size:14px;text-align:left;color:#282c30}.ui-kit-select__trigger.--disabled{background:transparent;border-color:transparent}.ui-kit-select__trigger.--disabled:hover{border-color:transparent}.ui-kit-select__trigger.--disabled .ui-kit-select__caret{display:none}.ui-kit-select__trigger:hover,.ui-kit-select__trigger:focus,.ui-kit-select__trigger:active,.ui-kit-select__trigger[data-state=open]{border-color:#0065b2}.ui-kit-select__trigger.--error,.ui-kit-select__trigger.--error[data-placeholder]{color:#f24848!important}.ui-kit-select__trigger.--error .ui-kit-select__right-section svg,.ui-kit-select__trigger.--error .ui-kit-select__caret svg{color:#f24848!important}.ui-kit-select__trigger[data-state=open] .ui-kit-select__caret svg{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ui-kit-select__trigger[data-placeholder]{color:#787b7d}.ui-kit-select__right-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 20px;-moz-box-flex:0;flex:0 0 20px;width:20px;height:20px}.ui-kit-select__caret{position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-shrink:0;flex-shrink:0;width:40px;height:100%;right:0;top:0}.ui-kit-select__caret svg{-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;-moz-transition:transform .25s ease,-moz-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease,-moz-transform .25s ease}.ui-kit-select__label{font-style:normal;font-weight:500;font-size:14px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-select__content{width:var(--reka-select-trigger-width);border-color:#0065b2;border:1px solid #0065b2;border-radius:var(--booking-module-inputs-radius);max-height:250px;overflow:hidden;background-color:#fff;width:auto}.ui-kit-select__content-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:10px 10px 10px 16px;outline:0;font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#282c30}.ui-kit-select__content-item:hover{background:#d9e8f4;cursor:pointer}.ui-kit-select__content-item[data-disabled]{pointer-events:none}.ui-kit-select__content-item[data-state=checked],.ui-kit-select__content-item[data-highlighted]{background:#d9e8f4}.ui-kit-select__selected-indicator{-webkit-flex-shrink:0;flex-shrink:0;width:16px;height:16px}.ui-kit-select__content-viewport{overflow-y:auto;max-height:250px;-webkit-overflow-scrolling:touch}.ui-kit-select__option-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px}.ui-kit-select__info-icon{display:block;color:#949090}.ui-kit-select__info-icon:hover{color:#000}.step-indicator[data-v-3bcd7435]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 40px;-moz-box-flex:0;flex:0 0 40px;padding:2px 0 0;width:40px;height:40px;border:1px solid #d9e8f4;border-radius:40px;font-style:normal;font-weight:700;font-size:16px;line-height:20px;color:#282c30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.step-indicator.--percent[data-v-3bcd7435]{border-color:#79d530;background:#79d530;font-size:26px;color:#fff}.booking-module__section-card[data-v-cb398497]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:20px;background:#f6f6f6;border-radius:var(--booking-module-cards-radius)}.booking-module-section-card__header[data-v-cb398497]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px;width:100%;margin-bottom:20px}.booking-module-section-card__header-left-section[data-v-cb398497]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:20px}.booking-module-section-card__title-container[data-v-cb398497]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px}.booking-module-section-card__title[data-v-cb398497]{font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:24px;line-height:32px;margin:0;padding:0;color:#282c30}.booking-module-section-card__subtitle[data-v-cb398497]{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#787b7d}.booking-module-section-card__content[data-v-cb398497]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:20px;width:100%}.booking-module__section-card.blue-bg[data-v-cb398497]{background-color:#0065b2}.booking-module__section-card.blue-bg .booking-module-section-card__title[data-v-cb398497],.booking-module__section-card.blue-bg .booking-module-section-card__subtitle[data-v-cb398497],.booking-module__section-card.blue-bg[data-v-cb398497] .booking-module-return-time-step__options .item{color:#fff}.booking-module__section-card.blue-bg[data-v-cb398497] .booking-module-return-time-step__options .item-date .tickets-module__date-picker{color:#282c30;background-color:#d9e8f4;border-color:#d9e8f4}.booking-module__section-card.blue-bg[data-v-cb398497] .booking-module-return-time-step__options .item-date .tickets-module__date-picker-icon{color:#282c30}.booking-module__section-card.blue-bg[data-v-cb398497] .booking-module-return-time-step__options .item-time .ui-kit-select__trigger{color:#282c30;background-color:#d9e8f4;border-color:#d9e8f4}@media screen and (max-width: 1024px){.booking-module__booking-module-section-card[data-v-cb398497]{padding:16px}.booking-module-section-card__header[data-v-cb398497]{gap:16px;margin-bottom:16px}.booking-module-section-card__title[data-v-cb398497]{font-size:22px;line-height:127%}}@media screen and (max-width: 768px){.booking-module-section-card__content[data-v-cb398497]{gap:16px}.booking-module-section-card__header[data-v-cb398497]{gap:12px}.booking-module-section-card__header-left-section[data-v-cb398497]{gap:16px}.booking-module-section-card__title[data-v-cb398497]{font-size:20px;line-height:24px}}.yandex-map[data-v-005626d2]{width:100%;height:100%;min-height:300px;border-radius:12px;overflow:hidden;background-color:#f5f5f5}.yandex-map__container[data-v-005626d2]{width:100%;height:100%;color:#0360f7}.yandex-map[data-v-005626d2] .ymaps-2-1-79-map-copyrights-promo,.yandex-map[data-v-005626d2] .ymaps-2-1-79-copyright{display:none}.yandex-map[data-v-005626d2] .ymaps-2-1-79-balloon{top:-100px!important}.booking-module-start-point-step__map-container[data-v-e38103cd]{width:100%;height:464px;border-radius:12px;overflow:hidden}.booking-module-start-point-step__options[data-v-e38103cd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:20px;overflow:hidden;width:100%;max-width:100%}.booking-module-start-point-step__options .item[data-v-e38103cd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:12px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%;overflow:hidden;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30}.booking-module-start-point-step__options .item-date[data-v-e38103cd]{max-width:220px}.booking-module-start-point-step__options .item-time[data-v-e38103cd]{max-width:206px}@media screen and (max-width: 1024px){.booking-module-start-point-step__map-container[data-v-e38103cd]{height:391px}}@media screen and (max-width: 768px){.booking-module-start-point-step__map-container[data-v-e38103cd]{height:316px}.booking-module-start-point-step__options[data-v-e38103cd]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-module-start-point-step__options .item[data-v-e38103cd]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:8px}.booking-module-start-point-step__options .item-date[data-v-e38103cd],.booking-module-start-point-step__options .item-time[data-v-e38103cd]{width:100%;max-width:100%}.booking-module-start-point-step__options .item-point[data-v-e38103cd]{grid-column:span 2}}.ui-kit-hint[data-v-08029506]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:12px 20px;gap:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:44px;background:#d9e8f4;border-radius:40px;font-style:normal;font-weight:500;font-size:16px;line-height:125%;color:#0065b2}.ui-kit-hint__icon[data-v-08029506]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 20px;-moz-box-flex:0;flex:0 0 20px;width:20px;height:20px}.ui-kit-hint__text[data-v-08029506]{padding:0;margin:0;text-wrap:balance}@media screen and (max-width: 1024px){.ui-kit-hint[data-v-08029506]{font-size:14px;line-height:114%}}button[data-v-d55dd7cb]{all:unset}.ui-kit-input[data-v-d55dd7cb]{display:block;width:100%;font-family:var(--booking-module-text-font)}.ui-kit-input__label[data-v-d55dd7cb]{display:inline-block;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30;margin-bottom:8px}.ui-kit-number-input[data-v-d55dd7cb]{max-width:200px}.ui-kit-number-input__no-buttons[data-v-d55dd7cb]{text-align:center}.ui-kit-number-input__input[data-v-d55dd7cb]{font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#282c30;border:none;outline:none;width:50px;text-align:center}.ui-kit-number-input__box[data-v-d55dd7cb]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:10px;gap:8px;width:100%;background:#ffffff;border:1px solid #ededed;border-radius:var(--booking-module-inputs-radius);font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#282c30}.ui-kit-number-input__btn[data-v-d55dd7cb]{color:#282c30;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer}.ui-kit-number-input__btn[data-v-d55dd7cb]:hover{color:#000}.ui-kit-number-input__btn.--disabled[data-v-d55dd7cb]{opacity:.5;cursor:default}.ui-kit-table[data-v-475616f2]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:0;width:100%;background:#ffffff;border-radius:var(--booking-module-cards-radius);overflow-x:auto}.ui-kit-table[data-v-475616f2] table{width:100%;border-collapse:collapse}.ui-kit-table[data-v-475616f2] thead tr{border-bottom:1px solid #ededed}.ui-kit-table[data-v-475616f2] tr:not(:last-of-type){border-bottom:1px solid #ededed}.ui-kit-table[data-v-475616f2] tr td{height:64px}.ui-kit-table[data-v-475616f2] th{padding:24px 20px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.ui-kit-table[data-v-475616f2] td{padding:12px 20px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#282c30}.deck-selector-wrapper[data-v-e5752a4e]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;background:white}.deck-selector-wrapper .deck-selector-content[data-v-e5752a4e]{margin:auto;width:100%}.deck-selector-wrapper.--rotated .deck-selector-content[data-v-e5752a4e]{-webkit-transform:rotate(-90deg) scale(var(--5ed2ec26));-moz-transform:rotate(-90deg) scale(var(--5ed2ec26));-ms-transform:rotate(-90deg) scale(var(--5ed2ec26));transform:rotate(-90deg) scale(var(--5ed2ec26))}.deck-selector-wrapper[data-v-e5752a4e] svg{max-width:100%}.vessel-places-mobile[data-v-9b1c951f]{margin:0 auto;max-width:100%}.vessel-places-mobile[data-v-9b1c951f]>svg{max-width:100%;height:auto}.vessel-places-mobile__wrapper[data-v-9b1c951f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.vessel-places-mobile.--many-images[data-v-9b1c951f]{margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:7vw;width:100%;overflow:auto}.vessel-places-mobile.--many-images[data-v-9b1c951f] .deck__name{font-size:14px;font-weight:700;margin-bottom:10px}@media screen and (max-width: 500px){.vessel-places-mobile.--many-images[data-v-9b1c951f] .deck__name{font-size:12px}}.schema-box[data-v-17ad03c9]{display:contents}.schema-box[data-v-17ad03c9]>svg{width:100%;height:100%;margin:auto}@media screen and (max-width: 767px){.schema-box.--decktop[data-v-17ad03c9]{display:none}}@media screen and (min-width: 767px){.schema-box.--mobile[data-v-17ad03c9]{display:none}}.places-schema[data-v-17ad03c9]{padding:30px 40px;border-radius:16px;background-color:#fff;text-align:center}@media screen and (max-width: 767px){.places-schema[data-v-17ad03c9]{padding:20px 10px}.places-schema[data-v-17ad03c9] *{font-size:10px}}.places-schema__loading[data-v-17ad03c9]{margin:auto}.places-schema__schema-box[data-v-17ad03c9]{width:100%}.places-schema__schema-box.--rotate[data-v-17ad03c9] svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.places-schema__schema-box[data-v-17ad03c9] .infograph{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:20px;font-size:12px;margin:0 0 50px;padding:0}.places-schema__schema-box[data-v-17ad03c9] .infograph li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:15px}.places-schema__schema-box[data-v-17ad03c9] .infograph li svg{width:50px;height:50px}@media screen and (max-width: 767px){.places-schema__schema-box[data-v-17ad03c9] .infograph{display:none;-webkit-flex-wrap:wrap;flex-wrap:wrap}}[data-v-17ad03c9] [data-seat-number]:hover{cursor:default}[data-v-17ad03c9] .--sold-out{opacity:.4}[data-v-17ad03c9] .--sold-out>path{fill:#d19292}[data-v-17ad03c9] .--reservation{opacity:.4}[data-v-17ad03c9] .--reservation>path{fill:#d19292}[data-v-17ad03c9] .--free:not(.--selected){cursor:pointer}[data-v-17ad03c9] .--free:not(.--selected)>path{fill:#acd18f!important}[data-v-17ad03c9] .--free:not(.--selected):hover>path{fill:#81ce46!important}[data-v-17ad03c9] .--unknown{opacity:.5}[data-v-17ad03c9] .--unknown>path{fill:#ccc}[data-v-17ad03c9] .--selected>path{fill:#fad97c}.menu-variant-card[data-v-10e51007]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:0;width:264px;height:268px;background:#f6f6f6;border-radius:12px;font-family:var(--booking-module-text-font)}.menu-variant-card__preview[data-v-10e51007]{position:relative;width:100%;padding-bottom:53%;border-radius:12px;overflow:hidden}.menu-variant-card__image[data-v-10e51007]{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu-variant-card__content[data-v-10e51007]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:16px;width:100%}.menu-variant-card__name[data-v-10e51007]{font-family:var(--booking-module-text-font);font-style:normal;font-weight:700;font-size:16px;line-height:125%;text-align:center;color:#282c30;margin-bottom:8px}.menu-variant-card__more-info[data-v-10e51007]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:16px;line-height:125%;text-align:center;-webkit-text-decoration-line:underline;-moz-text-decoration-line:underline;text-decoration-line:underline;color:#787b7d;background:none;border:none;margin-bottom:12px}.menu-variant-card__select-button[data-v-10e51007]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:10px;gap:8px;width:100%;height:36px;background:#ededed;border:none;border-radius:8px;font-family:var(--booking-module-text-font);font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30}.menu-variant-card__select-button[data-selected=true][data-v-10e51007]{background:#0065b2;color:#fff}.menu-variant-card__select-button[data-v-10e51007]:hover{background:#e6850c;border-color:#e6850c;color:#fff}@media screen and (max-width: 768px){.menu-variant-card[data-v-10e51007]{display:grid;grid-template-columns:1fr 1fr;height:auto}.menu-variant-card__preview[data-v-10e51007]{padding-bottom:100%}}.booking-module__select-menu-modal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:min(896px,90vw);max-height:90vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:32px;gap:20px;isolation:isolate;font-family:var(--booking-module-text-font);background:#ffffff;border-radius:24px}.booking-module__select-menu-modal:focus{outline:none}.booking-module__select-menu-modal-details{max-width:min(800px,90vw)}.booking-module-select-menu-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:.24;background:#282c30;-webkit-animation:overlayShow .15s ease-in-out;-moz-animation:overlayShow .15s ease-in-out;animation:overlayShow .15s ease-in-out}.booking-module-select-menu-modal__title{padding:0;margin:0;font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:24px;line-height:133%;color:#282c30}.booking-module-select-menu-modal__hidden{display:none}.booking-module-select-menu-modal__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,264px),1fr));gap:20px;width:100%}.booking-module-select-menu-modal__items>article{margin:0 auto}.booking-module-select-menu-modal__close-button{position:absolute;top:20px;right:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-shrink:0;flex-shrink:0;background:none;border:none;color:#787b7d}.booking-module-select-menu-modal__details-content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu-variant-card__preview{position:relative;width:100%;border-radius:12px;overflow:hidden}@media screen and (max-width: 768px){.booking-module__select-menu-modal{padding:20px}}@-webkit-keyframes overlayShow{0%{opacity:0}to{opacity:.24}}@-moz-keyframes overlayShow{0%{opacity:0}to{opacity:.24}}@keyframes overlayShow{0%{opacity:0}to{opacity:.24}}.menu-select[data-v-d1c0f563]{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:8px;width:100%;height:40px;padding:10px 40px 10px 10px;border-radius:var(--booking-module-inputs-radius);border:1px solid #ededed;background:#fff;overflow:hidden;outline:0}.menu-select[data-v-d1c0f563]:hover{cursor:pointer}.menu-select.--error[data-v-d1c0f563]{border-color:#f24848}.menu-select.--error .menu-select__label[data-v-d1c0f563]{color:#f24848}.menu-select__label[data-v-d1c0f563]{font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:14px;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#787b7d}.menu-select__icon[data-v-d1c0f563]{position:absolute;right:10px;top:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 20px;-moz-box-flex:0;flex:0 0 20px;width:20px;height:100%;color:#282c30}.spinner[data-v-2335d695]{-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:spinner-2335d695 .75s linear infinite;-moz-animation:spinner-2335d695 .75s linear infinite;animation:spinner-2335d695 .75s linear infinite}@-webkit-keyframes spinner-2335d695{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner-2335d695{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-2335d695{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.icon-loading[data-v-2335d695]{width:20px;height:20px}.ui-kit-input[data-v-4ecc5e13]{display:block;width:100%;font-family:var(--booking-module-text-font)}.ui-kit-input__input-wrap[data-v-4ecc5e13]{position:relative;z-index:0}.ui-kit-input__right-slot[data-v-4ecc5e13]{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ui-kit-input__icon-loading[data-v-4ecc5e13],.ui-kit-input__icon-check[data-v-4ecc5e13]{width:20px;height:20px;margin-top:4px}.ui-kit-input__icon-loading[data-v-4ecc5e13]{color:#ccc}.ui-kit-input__icon-check[data-v-4ecc5e13]{color:#2ec775}.ui-kit-input__label[data-v-4ecc5e13]{display:inline-block;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30;margin-bottom:8px}.ui-kit-input__input[data-v-4ecc5e13]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:10px;gap:8px;width:100%;background:#ffffff;border:1px solid #ededed;border-radius:var(--booking-module-inputs-radius);font-family:var(--booking-module-text-font);font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#282c30;outline:none}.ui-kit-input__input[data-v-4ecc5e13]::-webkit-input-placeholder{color:#787b7d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-input__input[data-v-4ecc5e13]::-moz-placeholder{color:#787b7d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-input__input[data-v-4ecc5e13]:-ms-input-placeholder{color:#787b7d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-input__input[data-v-4ecc5e13]::-ms-input-placeholder{color:#787b7d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-input__input[data-v-4ecc5e13]::placeholder{color:#787b7d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit-input__input[data-v-4ecc5e13]:focus,.ui-kit-input__input[data-v-4ecc5e13]:active{border:1px solid #0065b2;outline-color:#0065b2}.ui-kit-input__input--error[data-v-4ecc5e13]{border-color:#f24848!important;background-color:#fee1e1}.ui-kit-input__input--error[data-v-4ecc5e13]:focus,.ui-kit-input__input--error[data-v-4ecc5e13]:active{border-color:#f24848!important;outline-color:#f24848!important}.ui-kit-input__input--success[data-v-4ecc5e13]{border-color:#ededed!important;background-color:#e1feef}.ui-kit-input__input--success[data-v-4ecc5e13]:focus,.ui-kit-input__input--success[data-v-4ecc5e13]:active{border-color:#ededed!important;outline-color:#ededed!important}.ui-kit-input__input--warning[data-v-4ecc5e13]{border-color:#f39218!important}.ui-kit-input__input--warning[data-v-4ecc5e13]:focus,.ui-kit-input__input--warning[data-v-4ecc5e13]:active{border-color:#f39218!important;outline-color:#f39218!important}.ui-kit-input__error[data-v-4ecc5e13]{display:block;margin-top:4px;font-size:12px;line-height:1.2;color:#f24848}.ekp-input{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.ekp-input__input{min-width:210px}.ekp-input.--disabled .ekp-input__input{opacity:.6}.ekp-input__popover{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:16px 20px;gap:8px;width:100%;max-width:320px;isolation:isolate;background:#ffffff;-webkit-box-shadow:0px 2px 4px rgba(34,34,34,.12),0px 0px 20px rgba(34,34,34,.12);box-shadow:0 2px 4px #2222221f,0 0 20px #2222221f;border-radius:4px;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.16,1,.3,1);-moz-animation-timing-function:cubic-bezier(.16,1,.3,1);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.ekp-input__popover[data-state=open][data-side=top]{-webkit-animation-name:slideDownAndFade;-moz-animation-name:slideDownAndFade;animation-name:slideDownAndFade}.ekp-input__popover[data-state=open][data-side=right]{-webkit-animation-name:slideLeftAndFade;-moz-animation-name:slideLeftAndFade;animation-name:slideLeftAndFade}.ekp-input__popover[data-state=open][data-side=bottom]{-webkit-animation-name:slideUpAndFade;-moz-animation-name:slideUpAndFade;animation-name:slideUpAndFade}.ekp-input__popover[data-state=open][data-side=left]{-webkit-animation-name:slideRightAndFade;-moz-animation-name:slideRightAndFade;animation-name:slideRightAndFade}.ekp-input__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;width:100%}.ekp-input__title{font-style:normal;font-weight:700;font-size:14px;line-height:114%;text-align:center;text-wrap:balance;color:#222}.ekp-input__description{font-style:normal;font-weight:500;font-size:14px;line-height:114%;text-align:center;text-wrap:balance;color:#787b7d}.ekp-input__card{display:block;width:100%;height:auto}.ekp-input__arrow{fill:#fff}.ekp-input__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:10px;border:none;background:none}.ekp-input__trigger:hover{cursor:pointer}.ekp-input__trigger:focus-visible{outline:none}@-webkit-keyframes slideUpAndFade{0%{opacity:0;-webkit-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideUpAndFade{0%{opacity:0;-moz-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideUpAndFade{0%{opacity:0;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);transform:translateY(2px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideRightAndFade{0%{opacity:0;-webkit-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideRightAndFade{0%{opacity:0;-moz-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideRightAndFade{0%{opacity:0;-webkit-transform:translateX(-2px);-moz-transform:translateX(-2px);transform:translate(-2px)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideDownAndFade{0%{opacity:0;-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideDownAndFade{0%{opacity:0;-moz-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideDownAndFade{0%{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);transform:translateY(-2px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideLeftAndFade{0%{opacity:0;-webkit-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideLeftAndFade{0%{opacity:0;-moz-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideLeftAndFade{0%{opacity:0;-webkit-transform:translateX(2px);-moz-transform:translateX(2px);transform:translate(2px)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}.seats-skeleton[data-v-4321ce19]{margin-top:50px}.ticket-prices[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.ticket-prices__old[data-v-4321ce19]{color:#b6b9bd;text-decoration:line-through}.type-cell-flex[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:10px}.loyalty-options[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:10px}@media screen and (max-width: 768px){.loyalty-options[data-v-4321ce19]{width:100%}}.loyalty-options[data-v-4321ce19] .loyalty-options__select{min-width:120px;width:45%}@media screen and (max-width: 768px){.loyalty-options[data-v-4321ce19] .loyalty-options__select{width:100%}}.loyalty-options__input[data-v-4321ce19]{min-width:150px}.select-with-no-seats__options[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.select-with-no-seats__fieldset[data-v-4321ce19]{all:unset;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select-with-no-seats__fieldset legend[data-v-4321ce19]{display:contents;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30}.select-with-no-seats__fieldset-options[data-v-4321ce19]{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:12px}.select-with-no-seats__fieldset-options input[data-v-4321ce19]{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.select-with-no-seats__fieldset-options input:disabled+label[data-v-4321ce19]{cursor:default}.select-with-no-seats__fieldset-options input:disabled+label[data-v-4321ce19]:not(.--checked){opacity:.5}.select-with-no-seats__fieldset-options label[data-v-4321ce19]{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:12px 16px;gap:8px;background:#ffffff;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#787b7d}.select-with-no-seats__fieldset-options label[data-v-4321ce19]:hover{cursor:pointer}.select-with-no-seats__fieldset-options label[data-v-4321ce19] .tooltip__trigger{position:absolute;width:100%;height:100%;z-index:1;left:0;top:0}.select-with-no-seats__fieldset-options input:checked+label[data-v-4321ce19],.select-with-no-seats__fieldset-options label.--checked[data-v-4321ce19]{background:#d9e8f4;color:#0065b2}@media screen and (min-width: 768px){.ticket-type-table .cell-top-pad[data-v-4321ce19]{margin-top:12px}}.ticket-type-table[data-v-4321ce19] table td{vertical-align:top}.ticket-type-table__select[data-v-4321ce19]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ticket-type-table__delete-button[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:10px;gap:4px;width:40px;height:40px;background:#d9e8f4;border:none;border-radius:8px;color:#0065b2}.ticket-type-table__mobile-delete-button[data-v-4321ce19]{display:none}@media screen and (min-width: 768px){.ticket-type-table.--scrolled td[data-v-4321ce19]:not(:first-child),.ticket-type-table.--scrolled th[data-v-4321ce19]:not(:first-child){padding-left:2px}.ticket-type-table.--scrolled td[data-v-4321ce19]:not(:last-child),.ticket-type-table.--scrolled th[data-v-4321ce19]:not(:last-child){padding-right:2px}.ticket-type-table.--scrolled .loyalty-options .loyalty-options__select[data-v-4321ce19]{max-width:135px}.ticket-type-table td.category[data-v-4321ce19]{max-width:294px;overflow:hidden}.ticket-type-table td.type[data-v-4321ce19]{overflow:hidden}.ticket-type-table td.price[data-v-4321ce19]{white-space:nowrap;text-align:center;width:0px;overflow:hidden}.ticket-type-table td.controls[data-v-4321ce19]{width:0px}.ticket-type-table .ticket-type-table__select[data-v-4321ce19] .ui-kit-select__trigger.--disabled{padding-right:0}.ticket-type-table .ticket-type-table__select[data-v-4321ce19] .ekp-input__input{min-width:165px}}@media screen and (max-width: 768px){.ticket-type-table thead[data-v-4321ce19],.ticket-type-table thead tr[data-v-4321ce19],.ticket-type-table th[data-v-4321ce19]{display:none}.ticket-type-table thead[data-v-4321ce19],.ticket-type-table tbody[data-v-4321ce19],.ticket-type-table tr[data-v-4321ce19],.ticket-type-table td[data-v-4321ce19],.ticket-type-table th[data-v-4321ce19]{display:block;text-align:center}.ticket-type-table .loyalty-options[data-v-4321ce19]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch}.ticket-type-table .loyalty-options__select[data-v-4321ce19]{max-width:none}.ticket-type-table tbody[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px}.ticket-type-table tr[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:16px;gap:16px;background:#ffffff;border-radius:12px;border-bottom:none}.ticket-type-table tr td[data-v-4321ce19]{height:auto}.ticket-type-table td[data-v-4321ce19]{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:5px;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:0}.ticket-type-table td[data-v-4321ce19]:before{content:attr(data-label) ": ";font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.ticket-type-table td.controls .ticket-type-table__delete-button[data-v-4321ce19]{display:none}.ticket-type-table td.controls .ticket-type-table__mobile-delete-button[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:100%}.ticket-type-table td.controls[data-v-4321ce19],.ticket-type-table td.add-ticket[data-v-4321ce19]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.ticket-type-table td.controls[data-v-4321ce19]:before,.ticket-type-table td.add-ticket[data-v-4321ce19]:before{display:none}.ticket-type-table[data-v-4321ce19] .ui-kit-select__trigger.--disabled{padding:0;height:auto}.ticket-type-table__select[data-v-4321ce19]:not(:has(.--disabled)),.ticket-type-table__input[data-v-4321ce19]:not(:has(.--disabled)){width:100%}.ticket-type-table[data-v-4321ce19] .ui-kit-number-input{max-width:none}.ticket-type-table[data-v-4321ce19] .ui-kit-button{width:100%}}@media screen and (max-width: 768px){.ui-kit-table[data-v-4321ce19]{background:none}.select-with-no-seats__fieldset[data-v-4321ce19]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:12px}}.select-with-no-seats__ticket-card[data-v-4321ce19]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:16px;gap:16px;background:#ffffff;border-radius:12px}.menu-product-item[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:0;isolation:isolate;width:100%;background:#ffffff;border-radius:12px}.menu-product-item__preview[data-v-0d397c48]{position:relative;width:100%;padding-bottom:60.5%;border-radius:12px;overflow:hidden}.menu-product-item__image[data-v-0d397c48]{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;text-align:center;font-size:10px;background-color:#ededed}.menu-product-item__tag[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:8px 12px;position:absolute;width:84px;height:32px;right:16px;top:16px;background:#fad97c;border-radius:8px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#282c30}.menu-product-item__content[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;height:100%;padding:16px;gap:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.menu-product-item__controls[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:8px}.menu-product-item__title[data-v-0d397c48]{margin:0;font-style:normal;font-weight:500;font-size:16px;line-height:125%;text-wrap:balance;color:#787b7d}.menu-product-item__price[data-v-0d397c48]{font-style:normal;font-weight:700;font-size:16px;line-height:125%;color:#282c30}.menu-product-item__counter[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;min-width:92px;height:40px;background:#ededed;border-radius:8px}.menu-product-item__counter .counter-button[data-v-0d397c48]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;background:none;border:none;height:100%;padding:10px;color:#b6b9bd}.menu-product-item__counter .counter-button svg[data-v-0d397c48]{width:20px;height:20px}.menu-product-item__counter .counter-button[data-v-0d397c48]:hover{cursor:pointer}.menu-product-item__counter .menu-product-items-count[data-v-0d397c48]{font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30}@media screen and (max-width: 1024px){.menu-product-item__title[data-v-0d397c48]{font-size:14px;line-height:114%;color:#787b7d}}@media screen and (max-width: 550px){.menu-product-item[data-v-0d397c48]{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:168px}.menu-product-item__preview[data-v-0d397c48]{padding-bottom:50%;height:100%}.menu-product-item__controls[data-v-0d397c48]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;width:100%}.menu-product-item__counter[data-v-0d397c48]{width:100%}.menu-product-item__counter .counter-button svg[data-v-0d397c48]{width:16px;height:16px}.menu-product-item__tag[data-v-0d397c48]{top:8px;left:8px}}.menu-product-cats[data-v-a879e79d]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-height:70px;overflow:hidden;position:relative;z-index:0}.menu-product-cats.--more[data-v-a879e79d]{max-height:none}.menu-product-cats__item[data-v-a879e79d],.menu-product-cats__more[data-v-a879e79d]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;background:#ffffff;border-radius:8px;padding:6px 8px;font-weight:500;font-size:12px;color:#282c30;line-height:114%;-webkit-transition:background-color .5s ease;-moz-transition:background-color .5s ease;transition:background-color .5s ease}.menu-product-cats__item[data-v-a879e79d]:not(.--selected):hover,.menu-product-cats__more[data-v-a879e79d]:not(.--selected):hover{cursor:pointer}.menu-product-cats__item.--selected[data-v-a879e79d],.menu-product-cats__more.--selected[data-v-a879e79d],.menu-product-cats__item[data-v-a879e79d]:hover,.menu-product-cats__more[data-v-a879e79d]:hover{background-color:#d9e8f4;color:#0065b2}@media screen and (max-width: 760px){.menu-product-cats__item.--last[data-v-a879e79d]{margin-right:90px}}.menu-product-cats__more[data-v-a879e79d]{margin-left:-90px}@media screen and (min-width: 760px){.menu-product-cats__more[data-v-a879e79d]{display:none}}.menu-product-cats__more svg[data-v-a879e79d]{width:1em;height:1em;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.select-menu-step-content__show-all[data-v-37017c71]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.select-menu-step-content__show-all-button[data-v-37017c71]{margin:auto}.select-menu-step-content__skip-button-mobile[data-v-37017c71]{display:none;background-color:#d9d9d9}.select-menu-step-content__description[data-v-37017c71]{font-style:normal;font-weight:500;font-size:16px;line-height:125%;color:#282c30;margin-bottom:20px}@media screen and (max-width: 768px){.select-menu-step-content__skip-button-desktop[data-v-37017c71]{display:none}.select-menu-step-content__skip-button-mobile[data-v-37017c71]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:100%}.select-menu-step-content__description[data-v-37017c71]{font-size:14px;line-height:114%}.select-menu-step-content__hide-mobile[data-v-37017c71]{display:none}}@media screen and (max-width: 550px){.select-menu-step-content__items[data-v-37017c71]{grid-template-columns:repeat(auto-fill,minmax(min(100%,324px),1fr));gap:20px}}.select-menu-step-content__items[data-v-37017c71]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,223px),1fr));gap:20px}.select-menu-step-content__items>article[data-v-37017c71]{margin:0 auto}.tickets-module__date-picker-wrapper{position:relative}.tickets-module__date-picker-wrapper.--disabled{opacity:.7}.tickets-module__date-picker-icon{position:absolute;left:11px;top:10px;width:20px;height:20px;-webkit-flex-shrink:0;flex-shrink:0;color:#b6b9bd}.tickets-module__date-picker-reset-icon{position:absolute;right:11px;top:10px;width:20px;height:20px;-webkit-flex-shrink:0;flex-shrink:0;color:#7a7b7c;z-index:1;cursor:pointer}.tickets-module__date-picker-reset-icon:hover{color:#282c30}.tickets-module__date-picker{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:11px 11px 11px 40px;gap:8px;width:265px;height:40px;background:#ffffff;border:1px solid #ededed;border-radius:8px;text-overflow:ellipsis}.tickets-module__date-picker::-webkit-input-placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.tickets-module__date-picker::-moz-placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.tickets-module__date-picker:-ms-input-placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.tickets-module__date-picker::-ms-input-placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.tickets-module__date-picker::placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.tickets-module__date-picker:active,.tickets-module__date-picker:focus{outline:1px solid #0065b2;border:1px solid #0065b2}.tickets-date-picker{border-radius:8px;border-color:#0065b2!important;-webkit-box-shadow:none!important;box-shadow:none!important}.tickets-date-picker .air-datepicker--pointer{display:none!important}.tickets-date-picker .air-datepicker-body--day-name,.tickets-date-picker .air-datepicker-cell.-day-{color:#282c30}.air-datepicker-cell.-day-.-disabled-,.tickets-date-picker .air-datepicker-cell.-day-.-other-month-{color:#b6b9bd}.tickets-date-picker .air-datepicker-cell.-day-.-current-,.tickets-date-picker .air-datepicker-cell.-month-.-current-,.tickets-date-picker .air-datepicker-cell.-year-.-current-{color:#0065b2}.tickets-date-picker .air-datepicker-cell.-day-.-current-.-selected-,.tickets-date-picker .air-datepicker-cell.-day-.-selected-.-range-from-,.tickets-date-picker .air-datepicker-cell.-day-.-selected-.-range-to-{color:#fff;background:#0065b2}.tickets-date-picker .air-datepicker-cell.-day-.-focus-.-range-from-,.tickets-date-picker .air-datepicker-cell.-day-.-focus-.-range-to-{border-color:#0065b2;background:#d9e8f4}.tickets-date-picker .air-datepicker-cell.-day-.-current-.-selected-.-focus-,.tickets-date-picker .air-datepicker-cell.-day-.-selected-.-focus-.-range-from-,.tickets-date-picker .air-datepicker-cell.-day-.-selected-.-focus-.-range-to-{color:#fff;background:#0065b2}.tickets-date-picker .air-datepicker-cell.-day-.-in-range-{color:#0065b2;background:#d9e8f4}.tickets-date-picker .air-datepicker-nav--title,.tickets-date-picker .air-datepicker-nav--title i{font-style:normal;font-weight:700;font-size:16px;line-height:125%;color:#282c30}@media screen and (max-width: 768px){.tickets-module__date-picker-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;width:100%}.tickets-module__date-picker{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;width:100%}}.booking-module-return-ticket-confirm__overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:.24;background:#282c30;-webkit-animation:returnTicketConfirmOverlayShow .15s ease-in-out;-moz-animation:returnTicketConfirmOverlayShow .15s ease-in-out;animation:returnTicketConfirmOverlayShow .15s ease-in-out}.booking-module-return-ticket-confirm__modal{position:fixed;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:min(480px,90vw);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:32px;gap:24px;isolation:isolate;font-family:var(--booking-module-text-font);background:#ffffff;border-radius:24px}.booking-module-return-ticket-confirm__modal:focus{outline:none}.booking-module-return-ticket-confirm__title{padding:0;margin:0;font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:20px;line-height:130%;text-align:center;color:#282c30}.booking-module-return-ticket-confirm__hidden{display:none}.booking-module-return-ticket-confirm__actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;width:100%}.booking-module-return-ticket-confirm__continue,.booking-module-return-ticket-confirm__to-cart{width:100%}@-webkit-keyframes returnTicketConfirmOverlayShow{0%{opacity:0}to{opacity:.24}}@-moz-keyframes returnTicketConfirmOverlayShow{0%{opacity:0}to{opacity:.24}}@keyframes returnTicketConfirmOverlayShow{0%{opacity:0}to{opacity:.24}}[data-v-d72e2ccc] .booking-module-section-card__header{position:relative;padding-right:40px}.booking-module-return-time-step__delete-button[data-v-d72e2ccc]{position:absolute;top:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:10px;gap:4px;width:40px;height:40px;background:#d9e8f4;border:none;border-radius:8px;color:#0065b2;cursor:pointer}@media screen and (max-width: 768px){.booking-module-return-time-step__delete-button[data-v-d72e2ccc]{width:32px;height:32px;padding:7px}}.booking-module-return-time-step__options[data-v-d72e2ccc]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:20px;overflow:hidden;width:100%;max-width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.booking-module-return-time-step__options-left[data-v-d72e2ccc]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:20px;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}@media screen and (max-width: 760px){.booking-module-return-time-step__options-left[data-v-d72e2ccc]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;display:contents}}.booking-module-return-time-step__options .item[data-v-d72e2ccc]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:12px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%;overflow:hidden;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30}@media screen and (max-width: 760px){.booking-module-return-time-step__options .item[data-v-d72e2ccc]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}}.booking-module-return-time-step__options .item-date[data-v-d72e2ccc]{max-width:300px}.booking-module-return-time-step__options .item-date[data-v-d72e2ccc] .tickets-module__date-picker{width:100%}.booking-module-return-time-step__options .item-time[data-v-d72e2ccc]{max-width:300px}@media screen and (max-width: 760px){.booking-module-return-time-step__options .item-time__select[data-v-d72e2ccc]{width:100%}}.booking-module-return-time-step__options .item-time[data-v-d72e2ccc] .tooltip__icon-btn{color:#f24848}@media screen and (max-width: 768px){.booking-module-return-time-step__options[data-v-d72e2ccc]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-module-return-time-step__options .item[data-v-d72e2ccc]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:8px}.booking-module-return-time-step__options .item-date[data-v-d72e2ccc],.booking-module-return-time-step__options .item-time[data-v-d72e2ccc]{width:100%;max-width:100%}}.booking-module__route-short-card[data-v-837361dd]{position:relative;display:grid;grid-template-columns:40% 60%;grid-template-rows:1fr;width:100%;background:#ffffff;border:1px solid #ededed;border-radius:16px}.booking-module-route-short-card__time[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;gap:16px;padding:12px;border-right:1px solid #ededed;grid-row:2;grid-column:1;width:100%;min-width:min(150px,40%)}.booking-module-route-short-card__start-time[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:4px}.booking-module-route-short-card__start-time .time[data-v-837361dd]{font-style:normal;font-weight:700;font-size:20px;line-height:120%;color:#282c30}.booking-module-route-short-card__start-time .date[data-v-837361dd]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.booking-module-route-short-card__travel-time[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:8px 16px;min-height:32px;background:#d9e8f4;border-radius:16px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#0065b2}.booking-module-route-short-card__base[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:12px;padding:12px;grid-row:1;grid-column:span 2;border-bottom:1px solid #ededed}.booking-module-route-short-card__title[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;max-width:100%}.booking-module-route-short-card__title .name[data-v-837361dd]{font-style:normal;font-weight:700;font-size:20px;line-height:120%;color:#282c30}.booking-module-route-short-card__title .link[data-v-837361dd]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#0065b2}.booking-module-route-short-card__start-point[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;font-style:normal;font-weight:500;font-size:14px;line-height:114%}.booking-module-route-short-card__start-point .label[data-v-837361dd]{color:#787b7d}.booking-module-route-short-card__start-point .name[data-v-837361dd]{color:#282c30}.booking-module-route-short-card__price[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:16px;padding:12px;grid-row:2;grid-column:2;width:100%;min-width:min(216px,60%)}.booking-module-route-short-card__price-details[data-v-837361dd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:4px}.booking-module-route-short-card__price-details .price[data-v-837361dd]{font-style:normal;font-weight:700;font-size:20px;line-height:120%;color:#282c30}.booking-module-route-short-card__price-details .seats[data-v-837361dd]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.booking-module-route-short-card__price-details .seats .seat[data-v-837361dd]{font-weight:700;color:#0065b2}@media screen and (max-width: 290px){.booking-module__route-short-card[data-v-837361dd]{grid-template-columns:1fr}.booking-module-route-short-card__base[data-v-837361dd]{grid-row:1}.booking-module-route-short-card__time[data-v-837361dd]{grid-row:2;grid-column:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%;min-width:100%;border-bottom:1px solid #ededed;border-right:none}.booking-module-route-short-card__start-time[data-v-837361dd]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.booking-module-route-short-card__price[data-v-837361dd]{grid-row:3;grid-column:1;width:100%;min-width:100%}.booking-module-route-short-card__price-details[data-v-837361dd]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:4px}}.booking-module__promotion-ticket-offer[data-v-466176c1]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:20px;gap:20px;background:#f6f6f6;border:1px solid #ededed;border-radius:var(--booking-module-cards-radius)}.booking-module-promotion-ticket-offer__header[data-v-466176c1]{display:grid;grid-template-columns:150px 1fr 170px;width:100%}.booking-module-promotion-ticket-offer__text[data-v-466176c1]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:12px}.booking-module-promotion-ticket-offer__title[data-v-466176c1]{font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:24px;line-height:32px;text-align:center;color:#282c30}.booking-module-promotion-ticket-offer__description[data-v-466176c1]{font-style:normal;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#787b7d}.booking-module-promotion-ticket-offer__skip-button[data-v-466176c1]{justify-self:flex-end}.booking-module-promotion-ticket-offer__items[data-v-466176c1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,305px),1fr));gap:16px;width:100%}@media screen and (max-width: 768px){.booking-module-promotion-ticket-offer__header[data-v-466176c1]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;gap:20px;width:100%}.booking-module-promotion-ticket-offer__header[data-v-466176c1]>:first-child{display:none}.booking-module-promotion-ticket-offer__title[data-v-466176c1]{font-size:20px;line-height:120%}.booking-module-promotion-ticket-offer__description[data-v-466176c1]{font-size:14px;line-height:114%}}.ui-kit-checkbox-wrapper[data-v-823bc8e8]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px}.ui-kit-checkbox[data-v-823bc8e8]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.ui-kit-checkbox__input[data-v-823bc8e8]{all:unset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-box-flex:0;-webkit-flex:0 0 16px;-moz-box-flex:0;flex:0 0 16px;width:16px;height:16px;margin-top:2px;border:2px solid #b6b9bd;border-radius:4px}.ui-kit-checkbox__input[data-state=checked][data-v-823bc8e8]{background-color:#0065b2;border-color:#0065b2}.ui-kit-checkbox__input[data-v-823bc8e8]:hover{cursor:pointer}.ui-kit-checkbox__input--error[data-v-823bc8e8]{border-color:#f24848!important;background-color:#fee1e1}.ui-kit-checkbox__input--error[data-state=checked][data-v-823bc8e8]{background-color:#f24848;border-color:#f24848}.ui-kit-checkbox__input[data-state=checked]+.ui-kit-checkbox__label[data-v-823bc8e8]{color:#282c30}.ui-kit-checkbox__mark[data-v-823bc8e8]{display:block;position:absolute;left:0;top:2px;width:12px;height:8px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13C6.8684 13.0008 6.73793 12.9755 6.6161 12.9258C6.49426 12.876 6.38344 12.8027 6.29 12.71L1.29 7.71C1.19676 7.61676 1.1228 7.50607 1.07234 7.38425C1.02188 7.26243 0.995911 7.13186 0.995911 7C0.995911 6.7337 1.1017 6.47831 1.29 6.29C1.47831 6.1017 1.7337 5.99591 2 5.99591C2.2663 5.99591 2.5217 6.1017 2.71 6.29L7 10.59L16.29 1.29C16.4783 1.1017 16.7337 0.995911 17 0.995911C17.2663 0.995911 17.5217 1.1017 17.71 1.29C17.8983 1.47831 18.0041 1.7337 18.0041 2C18.0041 2.2663 17.8983 2.5217 17.71 2.71L7.71 12.71C7.61656 12.8027 7.50575 12.876 7.38391 12.9258C7.26207 12.9755 7.13161 13.0008 7 13Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.ui-kit-checkbox__label[data-v-823bc8e8]{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;display:inline-block}.ui-kit-checkbox__label[data-v-823bc8e8] a{color:#0065b2;text-decoration:underline}.ui-kit-checkbox__label[data-v-823bc8e8] a:hover{text-decoration:none}.ui-kit-checkbox__label[data-v-823bc8e8] b{font-weight:700;color:#282c30}.ui-kit-checkbox__error[data-v-823bc8e8]{display:block;margin-top:4px;font-size:12px;line-height:1.2;color:#f24848;margin-left:24px}.order-discount-input[data-v-cb88d0f1] input.order-discount-input__input{padding-right:105px}.order-discount-input__icon[data-v-cb88d0f1]{width:20px;height:20px;color:#ccc}.order-discount-input__icon.--valid[data-v-cb88d0f1]{color:#2ec775}.order-discount-input__icon.--unvalid[data-v-cb88d0f1]{color:#f24848}.order-discount-input__download-button[data-v-cb88d0f1]{padding:9px 10px;min-height:auto;height:auto;font-size:10px}[data-v-73856968] .ui-kit-checkbox{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.checkout-total-price[data-v-73856968]{color:#282c30;font-weight:500;font-size:16px}.checkout-total-price__wrapper[data-v-73856968]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.checkout-total-price__value[data-v-73856968]{color:#0065b2;font-size:14px}.checkout-total-price__value-old[data-v-73856968]{color:#787b7d;text-decoration:line-through;font-size:16px}.checkout-attention-text[data-v-73856968]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.form-error-message[data-v-73856968]{color:#f24848;font-size:14px;margin-bottom:16px;text-align:center}.checkout-form[data-v-73856968]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#f6f6f6;border-radius:var(--booking-module-cards-radius)}.checkout-form a[data-v-73856968]{color:#0065b2;text-decoration:underline}.checkout-form a[data-v-73856968]:hover{text-decoration:none}.checkout-form__dock-links[data-v-73856968]{display:inline;display:contents}@media screen and (max-width: 470px){.checkout-form__dock-links[data-v-73856968]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width: 470px){.checkout-form__dock-links a[data-v-73856968]{margin:auto 2px}}.checkout-form__title[data-v-73856968]{font-style:normal;font-weight:700;font-size:24px;line-height:133%;color:#282c30}.checkout-form__block[data-v-73856968]{padding:20px 0}.checkout-form__block[data-v-73856968]:first-child{padding-top:0}.checkout-form__block[data-v-73856968]:last-child{padding-bottom:0}.checkout-form__block[data-v-73856968]:not(:last-child){position:relative}.checkout-form__block[data-v-73856968]:not(:last-child):after{position:absolute;left:0;bottom:0;content:"";display:block;width:100%;height:2px;background:#ededed;border-radius:4px}.checkout-form__contacts[data-v-73856968]{display:grid;grid-template-columns:.8fr 1.2fr;gap:12px;margin-bottom:12px}.checkout-form__contacts-hint[data-v-73856968]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.checkout-form__agreements[data-v-73856968]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px}.checkout-form__footer[data-v-73856968]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.checkout-form[data-v-73856968]{padding:16px}.checkout-form__title[data-v-73856968]{font-size:20px;line-height:120%}.checkout-form__contacts[data-v-73856968]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.checkout-form__agreements[data-v-73856968]{gap:12px}.checkout-form__footer[data-v-73856968]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:20px}.checkout-form__continue-button[data-v-73856968]{width:100%}}.summary-line[data-v-f58875a1]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0;font-style:normal;font-weight:500;font-size:16px;line-height:125%;text-wrap:balance}.summary-line__label[data-v-f58875a1]{color:#282c30;margin-right:4px}.summary-line__value[data-v-f58875a1]{color:#0065b2}@media screen and (max-width: 1024px){.summary-line[data-v-f58875a1]{font-size:14px;line-height:114%}}.error-container{svg[data-v-68336063] {display: none;}}.error-container[data-v-68336063]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:1rem;border-radius:8px;margin:1rem 0;gap:1rem;color:#db1515;text-align:center;line-height:1.3;min-height:25vh}.error-container--error[data-v-68336063]{color:#db1515}.error-container--warning[data-v-68336063]{color:#f59e0b}.error-container--info[data-v-68336063]{color:#282c30}.error-icon[data-v-68336063]{-webkit-flex-shrink:0;flex-shrink:0;width:24px;height:24px}.error-content[data-v-68336063]{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;margin:auto}.error-title[data-v-68336063]{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:inherit}.error-message[data-v-68336063]{margin:0;font-size:.875rem;color:#6b7280}.error-retry[data-v-68336063]{padding:.5rem 1rem;background-color:#f3f4f6;border:none;border-radius:4px;color:#4b5563;font-size:.875rem;cursor:pointer;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s}.error-retry[data-v-68336063]:hover{background-color:#e5e7eb}.error-container--compact{svg[data-v-68336063] {display: block;} .error-content[data-v-68336063] {margin: 0;}}.error-container--compact[data-v-68336063]{gap:12px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;min-height:0;margin:0;padding:14px 20px;text-align:left;font-size:14px;font-weight:500;background:#fee1e1;border-radius:var(--booking-module-cards-radius, 12px)}.error-container--compact .error-icon[data-v-68336063]{-webkit-flex-shrink:0;flex-shrink:0;width:20px;height:20px}.booking-footer[data-v-434f547b]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding:20px;background:#f6f6f6;border-radius:var(--booking-module-cards-radius)}@media screen and (max-width: 768px){.booking-footer[data-v-434f547b]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch}}.done-step-transition-enter-active[data-v-fd779cb7],.done-step-transition-leave-active[data-v-fd779cb7]{-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;transition:opacity .5s ease}.done-step-transition-enter-from[data-v-fd779cb7],.done-step-transition-leave-to[data-v-fd779cb7]{opacity:0}.steps-wrapper.--grid[data-v-fd779cb7]{display:grid;gap:32px}.steps-wrapper.--grid[data-v-fd779cb7] .done-step-card__change-button span,.steps-wrapper.--grid[data-v-fd779cb7] .step-indicator{display:none}@media screen and (min-width: 900px){.steps-wrapper.--grid[data-v-fd779cb7]{grid-template-columns:1fr 1fr}}.steps-wrapper__left[data-v-fd779cb7]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:20px}.line-to-scroll[data-v-fd779cb7]{font-size:0;line-height:0;height:0px;overflow:hidden}@media screen and (min-width: 768px){.line-to-scroll.--step[data-v-fd779cb7]{position:relative;bottom:70px}}@media screen and (min-width: 760px){.steps-wrapper.--grid .steps-wrapper__left[data-v-fd779cb7]{position:relative;z-index:0}.steps-wrapper.--grid .steps-wrapper__left .line-to-scroll[data-v-fd779cb7]{position:absolute;top:-80px;width:100%}}.order-module[data-v-addc3c6a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:34px auto 32px;padding:0 16px;max-width:100%;font-family:var(--booking-module-text-font)}.order-module__content[data-v-addc3c6a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:32px;width:100%}.order-module__header[data-v-addc3c6a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px;width:100%}.order-module-header__top[data-v-addc3c6a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}.order-module-header__title[data-v-addc3c6a]{font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:40px;line-height:120%;vertical-align:middle;color:#282c30}.order-module-header__title small[data-v-addc3c6a]{font-size:16px;color:#f24848;vertical-align:middle}.order-module-header__order-date[data-v-addc3c6a]{font-style:normal;font-weight:500;font-size:16px;line-height:125%;color:#787b7d}.order-module-header__order-date a[data-v-addc3c6a]{color:#0065b2;text-decoration:underline}.order-module-header__order-date a[data-v-addc3c6a]:hover{text-decoration:none}@media screen and (max-width: 1024px){.order-module-header__title[data-v-addc3c6a]{font-size:30px;line-height:120%}.order-module-header__download-button[data-v-addc3c6a]{width:100%}}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-align-content:flex-start;align-content:flex-start;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{-webkit-flex-wrap:wrap;flex-wrap:wrap}.route-ad-card[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:0;max-width:500px;overflow:hidden;background:#ffffff;-webkit-box-shadow:0px 0px 16px rgba(0,101,178,.16);box-shadow:0 0 16px #0065b229}.route-ad-card__slider[data-v-430638bf]{position:relative;width:100%}.route-ad-card-slider__dots[data-v-430638bf]{position:absolute;bottom:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:10px 0;width:100%}.route-ad-card-slider__dot[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 8px;-moz-box-flex:0;flex:0 0 8px;width:8px;height:8px;padding:0;margin:6px;border:2px solid #ffffff;border-radius:100%;background:#000000;cursor:pointer}.route-ad-card-slider__dot[data-v-430638bf]:focus{outline:none}.route-ad-card-slider__dot.active[data-v-430638bf]{background:#ffffff}.route-ad-card__slide[data-v-430638bf]{position:relative;height:0;min-width:100%!important;width:100%;padding-bottom:75%}.route-ad-card__slide img[data-v-430638bf]{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.route-ad-card__details[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;padding:32px 30px}.route-ad-card__conditions[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:5px;margin-bottom:20px}.route-ad-card__condition[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 40px;-moz-box-flex:0;flex:0 0 40px;padding:8px;width:40px;height:40px;background:#d9e8f4;border-radius:100px}.route-ad-card__params[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-bottom:12px}.route-ad-card-params__row[data-v-430638bf]{display:grid;grid-template-columns:51px 1fr;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;min-height:30px;font-style:normal;font-weight:400;font-size:12px;line-height:120%;color:#282c30}.route-ad-card-params__row strong[data-v-430638bf]{font-weight:700}.route-ad-card-params__row.big[data-v-430638bf]{min-height:40px;font-size:16px}.route-ad-card-params__icon[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 35px;-moz-box-flex:0;flex:0 0 35px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:35px;height:35px}.route-ad-card__name[data-v-430638bf]{font-style:normal;font-weight:700;font-size:20px;line-height:120%;color:#282c30;margin-bottom:16px}.route-ad-card__tags[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;margin-bottom:18px}.route-ad-card__tag[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:2px 11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:20px;background:#feeee1;border-radius:100px;font-style:normal;font-weight:500;font-size:12px;line-height:100%;color:#282c30}.route-ad-card__rating[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px;font-style:normal;font-weight:400;font-size:12px;line-height:120%;color:#282c30;margin-bottom:20px}.route-ad-card-rating__stars[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:3px}.route-ad-card__footer[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.route-ad-card__controls[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.route-ad-card__control-button[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:6px 16px;margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:30px;background:#d9e8f4;border:none;border-radius:1000px;font-style:normal;font-weight:700;font-size:12px;line-height:120%;color:#282c30}.route-ad-card__control-button[data-v-430638bf]:hover{cursor:pointer}.route-ad-card__like-button[data-v-430638bf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 40px;-moz-box-flex:0;flex:0 0 40px;padding:0;margin:0;border:2px solid #f39218;border-radius:100%;background:transparent;width:40px;height:40px;color:#f39218}.route-ad-card__like-button[data-v-430638bf]:hover{cursor:pointer}@media screen and (max-width: 768px){.route-ad-card[data-v-430638bf]{width:100%;max-width:100%}.route-ad-card__details[data-v-430638bf]{padding:15px}}.routes-ad[data-v-c286906b]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:24px;width:100%}.routes-ad__title[data-v-c286906b]{margin:0;font-style:normal;font-weight:700;font-size:24px;line-height:133%;text-wrap:balance;color:#282c30}.routes-ad__title b[data-v-c286906b]{font-weight:inherit;color:#0065b2}.routes-ad__cards[data-v-c286906b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));width:100%;padding:0 15px;gap:30px}.routes-ad__cards>article[data-v-c286906b]{margin:0 auto}@media screen and (max-width: 1024px){.routes-ad__title[data-v-c286906b]{font-size:20px;line-height:120%}.routes-ad__cards[data-v-c286906b]{padding:0}}.selected-meals-table__image-cell[data-v-3a1503d4]{width:92px}.selected-meals-table__tag-cell[data-v-3a1503d4]{max-width:120px}.selected-meals-table__name-cell[data-v-3a1503d4]{max-width:200px}.selected-meals-table__price-cell[data-v-3a1503d4],.selected-meals-table__count-cell[data-v-3a1503d4]{text-align:center}.selected-meals-table__image[data-v-3a1503d4]{display:block;width:40px;height:40px;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.selected-meals__tag[data-v-3a1503d4]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:8px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#282c30}.selected-meals__tag.hot-meals[data-v-3a1503d4]{background:#fad97c}.selected-meals__tag.salads[data-v-3a1503d4]{background:#acd18f}.selected-meals__tag.appetizers[data-v-3a1503d4]{background:#a5c1e6}.selected-meals__cards[data-v-3a1503d4]{display:none}.selected-meals__card[data-v-3a1503d4]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:16px;gap:16px;background:#ffffff;border-radius:12px}.selected-meals-card__image[data-v-3a1503d4]{width:80px;height:80px;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.selected-meals-card__info[data-v-3a1503d4]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px}.selected-meals-card__row[data-v-3a1503d4]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.selected-meals-card__label[data-v-3a1503d4]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.selected-meals-card__value[data-v-3a1503d4]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;text-wrap:balance;color:#282c30}@media screen and (max-width: 768px){.selected-meals__table[data-v-3a1503d4]{display:none}.selected-meals__cards[data-v-3a1503d4]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;gap:16px}}.selected-menu-products-table__seat-cell[data-v-bb6fe632]{width:92px}.selected-menu-products-table__price-cell[data-v-bb6fe632]{text-align:center}.selected-tickets__cards[data-v-bb6fe632]{display:none}.selected-tickets__card[data-v-bb6fe632]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:16px;gap:16px;background:#ffffff;border-radius:12px}.selected-tickets-card__row[data-v-bb6fe632]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.selected-tickets-card__row.--price .selected-tickets-card__value[data-v-bb6fe632]{color:#0065b2}.selected-tickets-card__label[data-v-bb6fe632]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.selected-tickets-card__value[data-v-bb6fe632]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;text-wrap:balance;color:#282c30}@media screen and (max-width: 768px){.selected-tickets__table[data-v-bb6fe632]{display:none}.selected-tickets__cards[data-v-bb6fe632]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;gap:12px}}.selected-meals-table__image-cell[data-v-ad47fa8c]{width:92px}.selected-meals-table__price-cell[data-v-ad47fa8c],.selected-meals-table__count-cell[data-v-ad47fa8c]{text-align:center}.selected-tours-table__image[data-v-ad47fa8c]{display:block;width:40px;height:40px;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.selected-tours__cards[data-v-ad47fa8c]{display:none}.selected-tours__card[data-v-ad47fa8c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:16px;gap:16px;background:#ffffff;border-radius:12px}.selected-tours-card__image[data-v-ad47fa8c]{width:80px;height:80px;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.selected-tours-card__info[data-v-ad47fa8c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px}.selected-tours-card__row[data-v-ad47fa8c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.selected-tours-card__label[data-v-ad47fa8c]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.selected-tours-card__value[data-v-ad47fa8c]{font-style:normal;font-weight:500;font-size:14px;line-height:114%;text-wrap:balance;color:#282c30}@media screen and (max-width: 768px){.selected-tours__table[data-v-ad47fa8c]{display:none}.selected-tours__cards[data-v-ad47fa8c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;gap:16px}}.order-social-links[data-v-8721b01f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:32px;gap:12px;border:1px solid #ededed;border-radius:12px}.order-social-links__title[data-v-8721b01f]{font-family:var(--booking-module-title-font);font-style:normal;font-weight:700;font-size:24px;line-height:133%;text-wrap:balance;color:#282c30}.order-social-links__links[data-v-8721b01f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:12px}.order-social-links__link[data-v-8721b01f]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 40px;-moz-box-flex:0;flex:0 0 40px;padding:10px;gap:4px;width:40px;height:40px;background:#d9e8f4;border-radius:8px;color:#0065b2}@media screen and (max-width: 1024px){.order-social-links__title[data-v-8721b01f]{font-size:22px;line-height:127%}}@media screen and (max-width: 768px){.order-social-links[data-v-8721b01f]{padding:16px}.order-social-links__title[data-v-8721b01f]{font-size:20px;line-height:120%}}.yandex-map[data-v-9277c9b5]{width:100%;height:100%;min-height:300px;border-radius:12px;overflow:hidden;background-color:#f5f5f5}.yandex-map__container[data-v-9277c9b5]{width:100%;height:100%}.yandex-map[data-v-9277c9b5] .ymaps-2-1-79-map-copyrights-promo,.yandex-map[data-v-9277c9b5] .ymaps-2-1-79-copyright{display:none}.total-price[data-v-153e8941]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20px 32px;gap:12px;border:1px solid #ededed;border-radius:12px;font-size:18px;background-color:#f6f6f6}.total-price b[data-v-153e8941]{font-weight:400}.total-price span[data-v-153e8941]{color:#0065b2}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:var(--booking-module-text-font)}.booking-module-done-steps__done-step-card[data-v-153e8941]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:20px;width:100%}.booking-module-done-steps__content[data-v-153e8941]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:12px}.booking-module-done-steps__items[data-v-153e8941]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px}@media screen and (max-width: 1024px){.booking-module-done-steps__done-step-card[data-v-153e8941]{gap:16px}.booking-module-done-steps__content[data-v-153e8941],.booking-module-done-steps__items[data-v-153e8941]{gap:12px}}@media screen and (max-width: 768px){.booking-module-done-steps__content[data-v-153e8941]{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}}.route-card[data-v-a1a50fdf]{position:relative;display:grid;grid-template-columns:192px 1fr 252px;width:100%;background-color:#fff;border:1px solid #ededed;border-radius:16px}.route-card span[data-v-a1a50fdf],.route-card p[data-v-a1a50fdf]{margin:0}.route-card__time[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:16px;padding:20px;border-right:1px solid #ededed}.route-card__start-time[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:8px}.route-card__start-time .time[data-v-a1a50fdf]{font-style:normal;font-weight:700;font-size:24px;line-height:133%;color:#282c30}.route-card__start-time .date[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:16px;line-height:125%;color:#787b7d}.route-card__travel-time[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:7px 14px;min-height:40px;background:#d9e8f4;border-radius:16px;font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#0065b2}.route-card__base[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px;padding:20px}.route-card__title[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;max-width:23rem;font-style:normal;font-weight:500;font-size:16px;line-height:125%}.route-card__title .name[data-v-a1a50fdf]{font-weight:700;font-size:18px;color:#282c30}.route-card__title .link[data-v-a1a50fdf]{color:#0065b2;font-size:14px}.route-card__title .link[data-v-a1a50fdf]:hover{text-decoration:underline}.route-card__start-point[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:16px;line-height:125%}.route-card__start-point .label[data-v-a1a50fdf]{color:#787b7d}.route-card__start-point .name[data-v-a1a50fdf]{color:#282c30}.route-card__price[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:16px;width:252px;padding:18px 16px;border-left:1px solid #ededed}.route-card__price-details[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:8px}.route-card__price-details .price[data-v-a1a50fdf]{font-style:normal;font-weight:700;font-size:24px;line-height:133%;color:#282c30}.route-card__price-details .seats[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:16px;line-height:125%;color:#787b7d}.route-card__price-details .seats b[data-v-a1a50fdf]{font-weight:700;color:#0065b2}@media screen and (max-width: 768px){.route-card[data-v-a1a50fdf]{grid-template-columns:40% 60%}.route-card__base[data-v-a1a50fdf],.route-card__price[data-v-a1a50fdf],.route-card__time[data-v-a1a50fdf]{padding:12px}.route-card__base[data-v-a1a50fdf]{grid-row:1;grid-column:span 2;border-bottom:1px solid #ededed}.route-card__time[data-v-a1a50fdf]{grid-row:2;grid-column:1;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;width:100%;min-width:min(140px,40%)}.route-card__price[data-v-a1a50fdf]{grid-row:2;grid-column:2;width:100%;min-width:min(216px,60%);border-left:none}.route-card__start-time[data-v-a1a50fdf]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:4px}.route-card__start-time .time[data-v-a1a50fdf]{font-style:normal;font-weight:700;font-size:20px;line-height:120%}.route-card__start-time .date[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:14px;line-height:114%}.route-card__travel-time[data-v-a1a50fdf]{min-height:32px;font-style:normal;font-weight:500;font-size:14px;line-height:114%}.route-card__title[data-v-a1a50fdf]{max-width:100%;gap:6px}.route-card__title .name[data-v-a1a50fdf]{font-style:normal;font-weight:700;font-size:20px;line-height:120%}.route-card__title .link[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:14px;line-height:114%}.route-card__start-point[data-v-a1a50fdf]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:4px;font-style:normal;font-weight:500;font-size:14px;line-height:114%}.route-card__price-details[data-v-a1a50fdf]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:4px}.route-card__price-details .price[data-v-a1a50fdf]{font-style:normal;font-weight:700;font-size:20px;line-height:120%}.route-card__price-details .seats[data-v-a1a50fdf]{font-style:normal;font-weight:500;font-size:14px;line-height:114%}}@media screen and (max-width: 290px){.route-card[data-v-a1a50fdf]{grid-template-columns:1fr}.route-card__base[data-v-a1a50fdf]{grid-row:1}.route-card__time[data-v-a1a50fdf]{grid-row:2;grid-column:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%;min-width:100%;border-bottom:1px solid #ededed;border-right:none}.route-card__start-time[data-v-a1a50fdf]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.route-card__price[data-v-a1a50fdf]{grid-row:3;grid-column:1;width:100%;min-width:100%}.route-card__price-details[data-v-a1a50fdf]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:4px}}.ui-kit-switch[data-v-cd56c807]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-kit-switch[data-v-cd56c807]:hover{cursor:pointer}.ui-kit-switch__input[data-v-cd56c807]{all:unset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:28px;height:16px;background-color:#ededed;border-radius:12px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui-kit-switch__input[data-state=checked][data-v-cd56c807]{background-color:#0065b2}.ui-kit-switch__input[data-state=checked][data-v-cd56c807]+*{color:#282c30}.ui-kit-switch__thumb[data-v-cd56c807]{position:absolute;left:1px;bottom:1px;display:block;height:14px;width:14px;background-color:#fff;border-radius:100%;-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;-moz-transition:transform .1s,-moz-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s,-moz-transform .1s;-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);transform:translate(0);will-change:transform}.ui-kit-switch__thumb[data-state=checked][data-v-cd56c807]{-webkit-transform:translateX(12px);-moz-transform:translateX(12px);-ms-transform:translateX(12px);transform:translate(12px)}.ui-kit-switch[data-v-cd56c807]{width:auto}.switch-group[data-v-1149aab3]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%}.switch-option[data-v-1149aab3]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:12px 16px;gap:12px;border-bottom:1px solid var(--border-color, #ededed);-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;transition:background-color .2s ease}.switch-option[data-v-1149aab3]:hover{background-color:var(--hover-bg, #f5f5f5)}.select-all[data-v-1149aab3]{font-weight:600;border-bottom-width:2px;border-bottom-color:var(--border-accent-color, #ddd)}.ui-kit-checkbox-group[data-v-8bd629fb]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px}.ui-kit-checkbox[data-v-8bd629fb]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;font:500 14px/114% inherit;color:#787b7d;cursor:pointer}.ui-kit-checkbox.select-all[data-v-8bd629fb]{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.checkbox-item[data-v-8bd629fb]{margin-left:8px}.ui-kit-checkbox__input[data-v-8bd629fb]{all:unset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-box-flex:0;-webkit-flex:0 0 16px;-moz-box-flex:0;flex:0 0 16px;width:16px;height:16px;border:2px solid #b6b9bd;border-radius:4px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.ui-kit-checkbox__input[data-state=checked][data-v-8bd629fb]{background-color:#0065b2;border-color:#0065b2}.ui-kit-checkbox__input[data-v-8bd629fb]:hover{cursor:pointer;border-color:#0065b2}.ui-kit-checkbox__input[data-state=checked]+span[data-v-8bd629fb]{color:#282c30}.ui-kit-checkbox__mark[data-v-8bd629fb]{display:block;position:absolute;left:0;top:2px;width:12px;height:8px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13C6.8684 13.0008 6.73793 12.9755 6.6161 12.9258C6.49426 12.876 6.38344 12.8027 6.29 12.71L1.29 7.71C1.19676 7.61676 1.1228 7.50607 1.07234 7.38425C1.02188 7.26243 0.995911 7.13186 0.995911 7C0.995911 6.7337 1.1017 6.47831 1.29 6.29C1.47831 6.1017 1.7337 5.99591 2 5.99591C2.2663 5.99591 2.5217 6.1017 2.71 6.29L7 10.59L16.29 1.29C16.4783 1.1017 16.7337 0.995911 17 0.995911C17.2663 0.995911 17.5217 1.1017 17.71 1.29C17.8983 1.47831 18.0041 1.7337 18.0041 2C18.0041 2.2663 17.8983 2.5217 17.71 2.71L7.71 12.71C7.61656 12.8027 7.50575 12.876 7.38391 12.9258C7.26207 12.9755 7.13161 13.0008 7 13Z' fill='%23fff'/%3E%3C/svg%3E")}.accordion-option[data-v-b6ca4233]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;border-bottom:1px solid #ededed;overflow:hidden}.accordion-title[data-v-b6ca4233]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:16px 20px;gap:16px;width:100%;min-height:48px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#282c30}.accordion-title .accordion-arrow[data-v-b6ca4233]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 16px;-moz-box-flex:0;flex:0 0 16px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:16px;height:16px;color:#787b7d;-webkit-transition:.25s -webkit-transform ease;transition:.25s -webkit-transform ease;-moz-transition:.25s transform ease,.25s -moz-transform ease;transition:.25s transform ease;transition:.25s transform ease,.25s -webkit-transform ease,.25s -moz-transform ease}.accordion-title[data-v-b6ca4233]:active{background-color:transparent}.accordion-option>input[type=checkbox][data-v-b6ca4233]{position:absolute;display:none;width:1px;height:1px;opacity:0}.accordion-content[data-v-b6ca4233]{display:grid;grid-template-rows:0fr;-webkit-transition:.25s grid-template-rows ease;-moz-transition:.25s grid-template-rows ease;transition:.25s grid-template-rows ease;transition:.25s grid-template-rows ease,.25s -ms-grid-rows ease}.accordion-content .accordion-content-wrapper[data-v-b6ca4233]{overflow:hidden}.accordion-option input[type=checkbox]:checked+.accordion-title+.accordion-content[data-v-b6ca4233]{grid-template-rows:1fr}.accordion-option input[type=checkbox]:checked+.accordion-title .accordion-arrow[data-v-b6ca4233]{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion-title[data-v-b6ca4233]:hover{cursor:pointer}.day-periods[data-v-0e53e1c5]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.time-range[data-v-0e53e1c5]{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 20px 16px}.checkboxes[data-v-0e53e1c5]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;padding:0 20px 16px;font-style:normal;font-weight:500;font-size:14px;line-height:114%;color:#787b7d}.day-period[data-v-0e53e1c5]{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;width:100%}.tickets-module__filters[data-v-0837a292]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:0}.reset-button[data-v-0837a292]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;padding:16px 20px;gap:16px;width:100%;min-height:48px;font-style:normal;font-weight:700;font-size:14px;line-height:114%;color:#282c30;background:none;border:none}.options[data-v-0837a292]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%}.reset-button[data-v-0837a292]:hover{cursor:pointer}.tickets-module__checkboxes-filters[data-v-0837a292]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;padding:0 60px 16px 20px}.tickets-module__mobile-filters-footer[data-v-0837a292]{position:-webkit-sticky;position:sticky;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:12px;margin-top:auto;padding:20px;border-top:1px solid #ededed;background:#ffffff}.tickets-module__mobile-filters-footer button[data-v-0837a292]{height:40px;width:100%;display:none}@media screen and (max-width: 1024px){.reset-button[data-v-0837a292]{display:none}.tickets-module__mobile-filters-footer button[data-v-0837a292]{display:block}}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html,p,span,a{margin:0;padding:0}:root{--booking-module-title-font: "Montserrat";--booking-module-text-font: "Montserrat";--booking-module-cards-radius: 12px;--booking-module-inputs-radius: 8px;--booking-module-buttons-radius: 1000px;--booking-module-max-width: 1202px}.tickets-module{position:relative;width:100%;max-width:1170px;padding:0;margin:0 auto 32px}.tickets-module__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:17px 0 32px}.tickets-module__header-title{margin:0;font-style:normal;font-weight:700;font-size:40px;line-height:120%;color:#282c30}.tickets-module__header-filters{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px}.tickets-module__message{margin:60px auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.tickets-module__content{display:grid;grid-template-columns:300px 1fr;gap:32px}@media screen and (max-width: 768px){.tickets-module__content{position:relative;z-index:0}.tickets-module__content:after{content:"";position:absolute;z-index:-1;width:-webkit-calc(100vw + 50px);width:-moz-calc(100vw + 50px);width:calc(100vw + 50px);height:-webkit-calc(100% + 30px);height:-moz-calc(100% + 30px);height:calc(100% + 30px);left:-50px;top:-18px;background-color:#f6faff}}.tickets-module__load-more{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media screen and (min-width: 769px){.tickets-module__load-more{margin-top:20px}}.tickets-module__mobile-filters{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;position:fixed;z-index:10;left:0;top:0;width:100%;min-height:100svh;max-height:100svh;background-color:#fff;overflow:auto}.tickets-module__mobile-filters.show{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.tickets-module__mobile-filters-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.tickets-module__mobile-filters-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:20px;gap:16px;height:68px;border:1px solid #ededed}.tickets-module__mobile-filters-header>p{font-style:normal;font-weight:700;font-size:24px;line-height:117%;color:#282c30}.tickets-module__mobile-filters-close-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:24px;height:24px;-webkit-flex-shrink:0;flex-shrink:0;border:none;background:none}.tickets-module__mobile-filters-close-button>svg{-webkit-flex-shrink:0;flex-shrink:0}.tickets-module__mobile-filters-button{display:none}.tickets-module__desktop-filters{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;background:#fafafa;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;border-radius:12px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.tickets-module__tickets-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:12px}@media screen and (max-width: 1024px){.tickets-module__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.tickets-module__header-title{-webkit-align-self:flex-start;align-self:flex-start;font-style:normal;font-weight:700;font-size:30px;line-height:120%}.tickets-module__mobile-filters-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.tickets-module__mobile-filters-button:hover,.tickets-module__mobile-filters-button:active{border-color:#e4dfdf}.tickets-module__desktop-filters{display:none}}@media screen and (max-width: 768px){.tickets-module__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:16px}.tickets-module__header-title{font-size:22px;line-height:117%}.tickets-module__header-filters{display:grid;grid-template-columns:1fr 112px;gap:12px;align-self:flex-end;width:100%}}@media screen and (max-width: 380px){.tickets-module__header-filters{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.skeleton[data-v-88027ea7]{background-color:var(--base-color, #f6f6f6);background-image:-webkit-gradient(linear,left top,right top,from(var(--base-color, #f6f6f6)),color-stop(50%,var(--highlight-color, #f5f5f5)),to(var(--end-color, #e0e0e0)));background-image:-webkit-linear-gradient(left,var(--base-color, #f6f6f6) 0%,var(--highlight-color, #f5f5f5) 50%,var(--end-color, #e0e0e0) 100%);background-image:-moz-linear-gradient(left,var(--base-color, #f6f6f6) 0%,var(--highlight-color, #f5f5f5) 50%,var(--end-color, #e0e0e0) 100%);background-image:linear-gradient(90deg,var(--base-color, #f6f6f6) 0%,var(--highlight-color, #f5f5f5) 50%,var(--end-color, #e0e0e0) 100%);background-size:200% 100%;-webkit-animation:shimmer-88027ea7 var(--animation-duration, 1.5s) infinite;-moz-animation:shimmer-88027ea7 var(--animation-duration, 1.5s) infinite;animation:shimmer-88027ea7 var(--animation-duration, 1.5s) infinite;display:block}@-webkit-keyframes shimmer-88027ea7{0%{background-position:200% 0}to{background-position:-200% 0}}@-moz-keyframes shimmer-88027ea7{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shimmer-88027ea7{0%{background-position:200% 0}to{background-position:-200% 0}}
