.month{font:inherit;-webkit-user-select:none;user-select:none;width:300px}@media (max-width:767px){.month{width:100%}}.month__week{display:block}.month__day{border-radius:14px;box-sizing:border-box;display:inline-block;padding:3%;text-align:right;width:14.285714285714285%}.month__day_today{background-color:#506e78;color:#fff}.month__day_selected{background-color:#d2aa78;color:#fff;cursor:pointer}.month__day_aside{color:#aaa}.month__day_weekend{color:#d2aa78}.month__day_weekend.month__day_aside{color:#bf8740}.month__day_weekend.month__day_selected{background-color:#e06060;color:#fff}.month__day:hover,.month__day_weekend:hover{box-shadow:inset 0 0 0 1px #d2aa78}.month__day_head{font-weight:600}.month__day_head:hover{box-shadow:none}.calendar{-webkit-user-select:none;user-select:none}.calendar__controls{display:flex;flex-direction:row;justify-content:space-between}.calendar__controls_right{gap:10px;justify-content:flex-end}.calendar__controls__cancel{flex-shrink:0}.calendar__month{margin-bottom:15px}.calendar__month-label{padding:3%;text-align:center;white-space:nowrap}.calendar__next,.calendar__prev{box-sizing:border-box;cursor:pointer;padding:3%;text-align:center;width:14.285714285714285%}.calendar-yearly .calendar__month{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center}.calendar-yearly .month__day{padding:10px 15px;width:max-content}@keyframes fade-in-50{0%{opacity:0}to{opacity:.5}}@keyframes fade-out{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up-full{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in-out-full{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-zoom{0%{opacity:0;transform:translateX(-40%) scale(.5)}to{opacity:1;transform:translateX(-40%) scale(1)}}@keyframes fade-in-up-100px{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes cart-button-in{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes cart-button-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes point{0%,to{color:#d2aa78;transform:translateX(0)}50%{color:#e5ceb1;transform:translateX(5px)}}@keyframes banner-bg-x{0%{background-position-x:0,0,0}50%{background-position-x:50px,-50px,0}to{background-position-x:0,0,0}}@keyframes banner-bg-y{0%{background-position-y:0,0,0}to{background-position-y:2048px,2048px,2048px}}@keyframes moveBackgroundX{0%{transform:translateX(-5vw)}50%{transform:translateX(5vw)}to{transform:translateX(-5vw)}}@keyframes moveBackgroundY{0%{transform:translateY(-5vw)}50%{transform:translateY(5vw)}to{transform:translateY(-5vw)}}@keyframes moveTextX{0%{transform:translateX(-2vw)}50%{transform:translateX(2vw)}to{transform:translateX(-2vw)}}@keyframes moveTextY{0%{transform:translateY(-2vw)}50%{transform:translateY(2vw)}to{transform:translateY(-2vw)}}.input{font:inherit;padding:0;position:relative}.input_broad{width:100%}.input_orange .input__field{border-color:#d2aa78}.input__field{appearance:none;background-color:#fff;border:1px solid #506e78;border-radius:13px;box-sizing:border-box;color:#506e78!important;cursor:pointer;font:inherit;height:38px;line-height:1.75;outline:none;padding:.125em 15px .24em;text-align:inherit;text-overflow:ellipsis;width:100%}.input_promocode .input__field{border-color:#d2aa78}.input__field:-webkit-autofill{background-color:#fff!important;box-shadow:inset 0 0 0 20px #fff;color:#506e78 !important!important}.input__field:-moz-placeholder{color:#93a7ad}.input__field::placeholder{color:#93a7ad}.input__field:focus{border-color:#1890ff;cursor:text}.input__field_invalid,.input__field_invalid:focus{border-color:#ca0e04}.input__field:disabled{-webkit-text-fill-color:#506e78!important;background-color:#e4e4e4;color:#506e78!important;cursor:default;opacity:1}.input__field_with-icon{padding-right:30px}.input__tooltip{animation:fade-out .1s ease-out;background-color:#1890ff;border-radius:3px;bottom:100%;box-sizing:border-box;color:#fff;display:none;filter:drop-shadow(0 0 6px rgba(0,0,0,.25));font-size:15px;left:50%;line-height:21px;max-width:50vw;min-width:calc(min(100%, 200px));opacity:0;padding:10px;pointer-events:none;position:absolute;text-align:center;text-overflow:ellipsis;transform:translate(-50%,-9px);white-space:normal;z-index:100}@media (max-width:592px){.input__tooltip{max-width:calc(100vw - 30px);min-width:100%}}.input__field:focus+.input__tooltip{display:block;opacity:1}.input__tooltip:before{border-color:#1890ff transparent transparent;border-style:solid;border-width:6px 6px 0;box-sizing:border-box;content:"";left:50%;top:100%;transform:translate(-50%,-1px);z-index:101}.input__icon,.input__tooltip:before{pointer-events:none;position:absolute}.input__icon{right:6px;top:9px}.date-input{min-width:6.2em}.date-input__backdrop{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;animation:fade-in-50 .5s;background-color:#1c3131;bottom:0;display:none;left:0;opacity:.5;position:fixed;right:0;top:0;-webkit-user-select:none;user-select:none;z-index:100}.date-input_opened .date-input__backdrop{display:block}.date-input_opened .input{z-index:200}.date-input__calendar{background-color:#fff;border:1px solid #ddd;border-radius:14px;margin-top:15px;padding:20px;position:absolute;z-index:200}@media (max-width:767px){.date-input__calendar{left:15px;right:15px}}@media (max-height:950px) and (max-width:767px){.date-input__calendar{left:15px;margin-top:0;max-height:90vh;overflow-y:auto;position:fixed;top:50%;transform:translateY(-50%)}}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter-buttons__item{background:#fff;border:1px solid #506e78;border-radius:7px;color:#000;cursor:pointer;font-size:14px;line-height:1.2;min-width:62px;outline:none;padding:7px 10px;transition:all .2s ease}.filter-buttons__item:hover{background:rgba(80,110,120,.1)}.filter-buttons__item_selected{background:#506e78;color:#fff}.filter-buttons__item_selected:hover{background:#48636c}.filter-group{margin-bottom:24px}.filter-group__line{background:rgba(78,114,130,.2);height:1px;margin:8px 0 20px}.filter-group__header{align-items:center;color:#292c36;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:space-between;margin-bottom:12px;margin-right:20px;-webkit-user-select:none;user-select:none}.filter-group__content .filter-group__header{cursor:default;font-size:14px;margin-bottom:20px}.filter-group__header-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.8 6.99'%3E%3Cpath fill='%2300031e' d='M11.73 5.68a1.1 1.1 0 0 0-.2-.31L6.58.28a.98.98 0 0 0-1.37 0L.27 5.36a.87.87 0 0 0-.2.31c-.05.11-.07.24-.07.36s.02.25.07.36a.96.96 0 0 0 .87.6c.25 0 .49-.1.67-.29L5.9 2.29l4.29 4.41a.95.95 0 0 0 1.54-.3c.05-.11.07-.24.07-.36s-.02-.25-.07-.36Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:17px 9px;display:block;flex-shrink:0;height:9px;transform:rotate(180deg);transition:transform .2s ease;width:17px}.filter-group__header-arrow_expanded{transform:rotate(0deg)}.filter-group__content{display:flex;flex-direction:column;margin-right:20px}.filter-group__content .filter-group{margin-bottom:0}.filter-group__content_collapsed{display:none}.filter-group__select .filter-group__header{cursor:default;font-size:14px;margin-bottom:8px}.filter-group__select .filter-group__content{display:flex;flex-wrap:wrap;gap:8px}.filters__area-input{width:100%}.filters__area-input-group{display:flex;justify-content:space-between;max-width:300px;width:50%}@media (max-width:$step-phone){.filters__area-input-group{max-width:100%;width:100%}}.filters__area-input-wrapper{align-items:center;display:flex;position:relative;width:48%}.filters__area-unit{color:#999;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.metro-scheme{display:flex;flex-direction:column;max-height:100%;min-height:70vh;width:100%}.metro-scheme__map-wrapper{height:100%;overflow:hidden;width:100%}.metro-scheme__map{height:1167px;transform-origin:0 0 0;width:1000px;will-change:transform}.metro-scheme__lines,.metro-scheme__stations{height:1167px;position:absolute;width:1000px}.metro-scheme__stations{cursor:default;-webkit-user-select:none;user-select:none}.metro-scheme__station{cursor:pointer}.metro-scheme__select{height:38px;margin-top:15px;width:100%}.metro-scheme__popup{background-color:#fff;border-radius:1px;box-shadow:0 0 5px 4px rgba(34,60,80,.2);padding:10px;position:absolute;width:200px;z-index:100}.metro-scheme__popup ul{display:flex;flex-direction:column;gap:15px;list-style:none;padding:0 5px}.metro-scheme__popup ul li{margin-bottom:0}.search-sort__button{align-items:center;display:flex;gap:4px;height:40px;overflow:visible;padding:0 8px;position:relative}.search-sort__button .indicator{position:absolute;right:6px;top:6px}.search-sort__button-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cg fill='%23fff'%3E%3Cpath d='M248.687 60.636H94.356c-3.102 0-5.62-2.518-5.62-5.62s2.518-5.62 5.62-5.62h154.33c3.103 0 5.62 2.518 5.62 5.62s-2.517 5.62-5.62 5.62zM211.333 109.195H94.356c-3.102 0-5.62-2.517-5.62-5.62s2.518-5.62 5.62-5.62h116.977a5.62 5.62 0 0 1 0 11.24zM173.977 157.758H94.356c-3.102 0-5.62-2.518-5.62-5.62s2.518-5.62 5.62-5.62h79.621c3.102 0 5.62 2.518 5.62 5.62s-2.52 5.62-5.62 5.62zM136.624 206.317H94.356c-3.102 0-5.62-2.517-5.62-5.62s2.518-5.62 5.62-5.62h42.268a5.62 5.62 0 0 1 0 11.24zM31.853 206.317a5.622 5.622 0 0 1-5.62-5.62V55.016c0-3.102 2.518-5.62 5.62-5.62s5.62 2.518 5.62 5.62v145.681a5.622 5.622 0 0 1-5.62 5.62z'/%3E%3Cpath d='M31.853 206.317a5.593 5.593 0 0 1-3.973-1.646L3.053 179.844A5.619 5.619 0 1 1 11 171.898l20.853 20.853 20.853-20.853a5.619 5.619 0 1 1 7.947 7.946l-24.827 24.827a5.593 5.593 0 0 1-3.973 1.646z'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px 16px;flex-shrink:0;height:16px;position:relative;width:16px;z-index:1}.search-sort__button-label{position:relative;white-space:nowrap;z-index:1}.search-sort__select{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.collapsed_opened+.filters-line,.collapsed_opened+.search-info,.search-form+.filters-line,.search-form+.popup+.filters-line,.search-form+.search-info{margin-top:15px}.search-form{align-content:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px 20px}@media (max-width:592px){.search-form{display:grid;gap:30px 15px;grid-template-areas:"persons date" "time duration" "buttons buttons";grid-template-columns:1fr 1fr}.search-form .input__field,.search-form .select__field{font-size:13px;padding:.125em 40px .24em 12px}}.search-form .input__field,.search-form .select__field{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-form__row{align-items:baseline;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;gap:20px}@media (max-width:592px){.search-form__row{margin-right:0}}.search-form__row-duration{grid-area:duration;max-width:280px}@media (min-width:593px) and (max-width:1023px){.search-form__row-duration{max-width:240px}}@media (max-width:592px){.search-form__row-duration{max-width:unset}}.search-form__row-time{grid-area:time;max-width:280px}@media (min-width:593px) and (max-width:1023px){.search-form__row-time{max-width:240px}}@media (max-width:592px){.search-form__row-time{max-width:unset}}.search-form__row-date{grid-area:date}.search-form__row-persons{grid-area:persons}.search-form__row>*{flex-grow:1}@media (max-width:592px){.search-form__row>*{margin-right:0}}.search-form__row>.search-form__label{flex-grow:0}.search-form__row>.search-form__label_main{font-weight:500;white-space:nowrap}@media (max-width:592px){.search-form__row>.search-form__label_main{display:none}}.search-form__row>:last-child{margin-right:0}.search-form__row-right{align-items:center;grid-area:buttons;justify-content:flex-end;margin-right:0}@media (max-width:592px){.search-form__row-right{display:grid;gap:15px;grid-template-areas:"sort metro" "filter filter";grid-template-columns:1fr 1fr}.search-form__row-right .search-sort__button{grid-area:sort}.search-form__row-right .search-form__metro-btn{grid-area:metro}.search-form__row-right .search-form__filter-btn{grid-area:filter}.search-form__row-right .search-form__search-btn{grid-area:search}}.search-form__row-right>*{flex-grow:0}.search-form__row-right .button{white-space:nowrap}.search-form__row-right .button_cancel{min-width:131px}.search-form__row_hidden{display:none}@media (max-width:592px){.search-form__row-mobile-wrap{flex-wrap:wrap}}.search-form .button{align-items:center;background-color:#506e78;box-shadow:none;display:flex;justify-content:center}.search-form .button_cancel{background:#fafafa;border:1px solid #d9d9d9;color:#595959}.search-form .button_short{flex-grow:0;flex-shrink:0}.search-form .button_expandable{flex-grow:1;flex-shrink:1;max-width:273px}.search-form .icon{background-repeat:no-repeat;background-size:14px 14px;display:inline-block;height:13px;margin-right:6px;position:relative;vertical-align:middle;width:14px}.search-form .icon_metro{align-items:center;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAZCAMAAABn0dyjAAAAe1BMVEUAAADrHgD/JQDrHgDrHgDsHgDhHgDrHQDsHgDrHgDqHQDrHgDsHgDrHgDrHgDsHQDrHgDsHgDrHQDrHQDrHQDrGwDrHgDrHgDrHgDrHwDqHgDrHwDsHgDtHQDvIQDrHgDqHgDrHgDrHgDqHgDrHgDrHgDsHQDnGADrHgCUh9yJAAAAKHRSTlMA7gTI7CoI0HVkYfnf2cGRjVxWTEQhDObSp4d9dzgP8rm1moiAcGgVhD4DJgAAAM5JREFUKM+90dcWgjAQBNCRIEWsNHtv8/9f6JpFD7o8erwvTHJCGBL8UvAZrUH5SuUaXZx7p2HXFn2y0FSQJawJudAXY3IJI+qRzCFyCdndVqQYyRZBTHG1FfmUAjMfFraiN6+DkaatqaiSQRNOpqIKh03Y12ib0UjRNqbhbMX4SG+pn+m3Fky1YJVRZNXKD6etiqGfqXThudkwjL4qjoF6LvM7fxsi/6qY6oHf5JH4iQNUcqG32gCBk+uINs2xrfVXw96LDLYFsHtPOPzDAygoI6SxN1JhAAAAAElFTkSuQmCC");background-position:50%;background-size:15px 15px;border-radius:50%;display:flex;height:15px;padding:5px;width:15px}.search-form .icon_search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M12.94 11.68 9.39 8.13a4.06 4.06 0 0 0-.36-5.4 4.07 4.07 0 0 0-5.8 0 4.07 4.07 0 0 0 0 5.8 4.07 4.07 0 0 0 5.4.36l3.55 3.55a.11.11 0 0 0 .16 0l.6-.6a.11.11 0 0 0 0-.16zM8.3 7.8a3.05 3.05 0 0 1-4.33 0 3.05 3.05 0 0 1 0-4.33 3.05 3.05 0 0 1 4.33 0 3.05 3.05 0 0 1 0 4.33z'/%3E%3C/svg%3E")}.search-form .icon_filter{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath d='M8.85 6.51H2.39a.13.13 0 0 0-.14.11v.76a.13.13 0 0 0 .14.11h6.46a1.25 1.25 0 0 1 0-1Zm4.08 3.88H7.5a1.38 1.38 0 0 1 .1.49 1.44 1.44 0 0 1-.1.5h5.43c.08 0 .15-.05.15-.11v-.77c0-.06-.08-.11-.15-.11Zm-8.17 0H2.39a.13.13 0 0 0-.14.11v.77a.13.13 0 0 0 .14.11h2.37a1.7 1.7 0 0 1-.09-.5 1.63 1.63 0 0 1 .09-.49Zm8.17-7.77h-6.6a1.44 1.44 0 0 1 .1.5 1.38 1.38 0 0 1-.1.49h6.6c.08 0 .15 0 .15-.11v-.77c0-.06-.08-.11-.15-.11Zm-9.33 0H2.39a.13.13 0 0 0-.14.11v.77a.13.13 0 0 0 .14.11H3.6a1.38 1.38 0 0 1-.1-.49 1.44 1.44 0 0 1 .1-.5Zm9.33 3.89h-1.35a1.29 1.29 0 0 1 .1.48 1.38 1.38 0 0 1-.1.49h1.35c.08 0 .15 0 .15-.11v-.75c0-.06-.08-.11-.15-.11Z' class='cls-1'/%3E%3Ccircle cx='6.13' cy='10.88' r='.77' class='cls-1'/%3E%3Ccircle cx='10.22' cy='7' r='.77' class='cls-1'/%3E%3Ccircle cx='4.96' cy='3.12' r='.77' class='cls-1'/%3E%3C/svg%3E")}.search-form__metro-select_empty .select__field{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAZCAMAAABn0dyjAAAAe1BMVEUAAADrHgD/JQDrHgDrHgDsHgDhHgDrHQDsHgDrHgDqHQDrHgDsHgDrHgDrHgDsHQDrHgDsHgDrHQDrHQDrHQDrGwDrHgDrHgDrHgDrHwDqHgDrHwDsHgDtHQDvIQDrHgDqHgDrHgDrHgDqHgDrHgDrHgDsHQDnGADrHgCUh9yJAAAAKHRSTlMA7gTI7CoI0HVkYfnf2cGRjVxWTEQhDObSp4d9dzgP8rm1moiAcGgVhD4DJgAAAM5JREFUKM+90dcWgjAQBNCRIEWsNHtv8/9f6JpFD7o8erwvTHJCGBL8UvAZrUH5SuUaXZx7p2HXFn2y0FSQJawJudAXY3IJI+qRzCFyCdndVqQYyRZBTHG1FfmUAjMfFraiN6+DkaatqaiSQRNOpqIKh03Y12ib0UjRNqbhbMX4SG+pn+m3Fky1YJVRZNXKD6etiqGfqXThudkwjL4qjoF6LvM7fxsi/6qY6oHf5JH4iQNUcqG32gCBk+uINs2xrfVXw96LDLYFsHtPOPzDAygoI6SxN1JhAAAAAElFTkSuQmCC");background-position:13px;background-repeat:no-repeat;background-size:15px 13px;padding-left:38px}.subway-first-word{white-space:nowrap}.subway-icon{display:inline-block;height:20px;margin:0 6px 0 0;vertical-align:-.1em;width:20px}.subway-icon svg{height:20px;position:relative;top:2px;width:20px}.subway-icon_red{color:#ee2722}.subway-icon_orange{color:#ffa463}.subway-icon_lime{color:#a7d92d}.subway-icon_blue{color:#2c75c4}.subway-icon_violet{color:#9e4cdc}.subway-icon_gray{color:#acadaf}.subway-icon_green{color:#029a55}.subway-icon_brown{color:#ad662a}.subway-icon_yellow{color:#e8d711}.subway-icon_cyan{color:#00bfff}.subway-spot{border-radius:4px;display:inline-block;height:8px;margin:0 4px 1px;width:8px}.subway-spot_red{background-color:#ee2722}.subway-spot_orange{background-color:#ffa463}.subway-spot_lime{background-color:#a7d92d}.subway-spot_blue{background-color:#2c75c4}.subway-spot_violet{background-color:#9e4cdc}.subway-spot_gray{background-color:#acadaf}.subway-spot_green{background-color:#029a55}.subway-spot_brown{background-color:#ad662a}.subway-spot_yellow{background-color:#e8d711}.subway-spot_cyan{background-color:#00bfff}.subway-spot-group{margin:0 4px 1px;vertical-align:.1em;white-space:nowrap}.subway-spot-group .subway-spot{box-shadow:0 0 0 1px hsla(0,0%,100%,.5);margin:0}