@charset "UTF-8";.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;width:100%;will-change:transform;z-index:1}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:28px;right:-17px;top:-6px;width:34px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{bottom:-17px;height:34px;right:-6px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border:1px solid #d3d3d3;border-radius:4px;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:3px;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;cursor:default}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{background:#e8e7e6;content:"";display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;transform:translateY(-18px)}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:#0000;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:#18181b80;bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#18181be6;color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:#0000;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-feature-settings:"tnum";font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;pointer-events:none;right:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.f-progress,.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(/build/assets/Roboto-MediumItalic.BBAxRW6p.woff2) format("woff2"),url(/build/assets/Roboto-MediumItalic.Dma-ov-1.woff) format("woff"),url(/build/assets/Roboto-MediumItalic.BplucCte.svg#Roboto-MediumItalic) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/build/assets/Roboto-Light.CVwl3lY7.woff2) format("woff2"),url(/build/assets/Roboto-Light.CI7AVTuo.woff) format("woff"),url(/build/assets/Roboto-Light.WmOqpYHX.svg#Roboto-Light) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/build/assets/Roboto-Regular.D_GBj7WO.woff2) format("woff2"),url(/build/assets/Roboto-Regular.DtUgqS3r.woff) format("woff"),url(/build/assets/Roboto-Regular.BP59j-VG.svg#Roboto-Regular) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(/build/assets/Roboto-Italic.CbtlWrlk.woff2) format("woff2"),url(/build/assets/Roboto-Italic.DKdPTGRk.woff) format("woff"),url(/build/assets/Roboto-Italic.D9JGMQeB.svg#Roboto-Italic) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(/build/assets/Roboto-LightItalic.Byqfiuuw.woff2) format("woff2"),url(/build/assets/Roboto-LightItalic.BjaApkg9.woff) format("woff"),url(/build/assets/Roboto-LightItalic.BRxM63ga.svg#Roboto-LightItalic) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(/build/assets/Roboto-BoldItalic.BSkjCIK0.woff2) format("woff2"),url(/build/assets/Roboto-BoldItalic.Br-knlRR.woff) format("woff"),url(/build/assets/Roboto-BoldItalic.Brzf6tcR.svg#Roboto-BoldItalic) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/build/assets/Roboto-Medium.DuHsc9L5.woff2) format("woff2"),url(/build/assets/Roboto-Medium.B621Y58w.woff) format("woff"),url(/build/assets/Roboto-Medium.BDbY7VOR.svg#Roboto-Medium) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/build/assets/Roboto-Bold.C485d85l.woff2) format("woff2"),url(/build/assets/Roboto-Bold.gIYg1m0a.woff) format("woff"),url(/build/assets/Roboto-Bold.wd0K1sG_.svg#Roboto-Bold) format("svg")}@font-face{font-display:swap;font-family:icomoon;font-style:normal;font-weight:400;src:url(/build/assets/icomoon.kcEL23k5.ttf?ms42cf) format("truetype"),url(/build/assets/icomoon.DOZ4AHS_.woff?ms42cf) format("woff"),url(/build/assets/icomoon.Czek4s1y.svg?ms42cf#icomoon) format("svg")}.iconmoon{font-family:icomoon!important;speak:never;font-feature-settings:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto!important;line-height:1;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}.iconmoon:before{font-family:icomoon!important}.iconmoon-bars:before{content:""}.iconmoon-bolt-o:before{content:""}.iconmoon-bolt:before{content:""}.iconmoon-copy-o:before{content:""}.iconmoon-filter:before{content:""}.iconmoon-flame-o:before{content:""}.iconmoon-handup-o:before{content:""}.iconmoon-mail-o:before{content:""}.iconmoon-map-arrow:before{content:""}.iconmoon-money:before{content:""}.iconmoon-moon:before{content:""}.iconmoon-query:before{content:""}.iconmoon-sun:before{content:""}.iconmoon-way-1:before{content:""}.iconmoon-way-2:before{content:""}.iconmoon-arrow_next_element:before{content:""}.iconmoon-bad:before{content:""}.iconmoon-flag_finish:before{content:""}.iconmoon-flag2:before{content:""}.iconmoon-Link:before{content:""}.iconmoon-transport_ferry:before{content:""}.iconmoon-transport_funicular:before{content:""}.iconmoon-transport_tram:before{content:""}.iconmoon-transport_trolleybus:before{content:""}.iconmoon-transport_rent:before{content:""}.iconmoon-arrow_left:before{content:""}.iconmoon-attention:before{content:""}.iconmoon-building:before{content:""}.iconmoon-bus_and_car:before{content:""}.iconmoon-calendar:before{content:""}.iconmoon-chevron_down:before{content:""}.iconmoon-chevron_left:before{content:""}.iconmoon-chevron_right:before{content:""}.iconmoon-chevron_up:before{content:""}.iconmoon-circle_whit_exclamation_mark_solid:before{content:""}.iconmoon-circle_whit_exclamation_mark:before{content:""}.iconmoon-circle:before{content:""}.iconmoon-clock:before{content:""}.iconmoon-clock2:before{content:""}.iconmoon-close:before{content:""}.iconmoon-clouds:before{content:""}.iconmoon-coins:before{content:""}.iconmoon-comment:before{content:""}.iconmoon-diamond:before{content:""}.iconmoon-directions_sign:before{content:""}.iconmoon-double_bad:before{content:""}.iconmoon-eiffel_tower:before{content:""}.iconmoon-expand:before{content:""}.iconmoon-eye:before{content:""}.iconmoon-flag:before{content:""}.iconmoon-heart:before{content:""}.iconmoon-like:before{content:""}.iconmoon-list:before{content:""}.iconmoon-map_point:before{content:""}.iconmoon-map_way_point .path1:before{color:#fff;content:""}.iconmoon-map_way_point .path2:before{color:#000;content:"";margin-left:-1em}.iconmoon-map:before{content:""}.iconmoon-menu:before{content:""}.iconmoon-paper_plane:before{content:""}.iconmoon-phone:before{content:""}.iconmoon-plus:before{content:""}.iconmoon-qna:before{content:""}.iconmoon-question_mark:before{content:""}.iconmoon-route_path:before{content:""}.iconmoon-search:before{content:""}.iconmoon-star:before{content:""}.iconmoon-switch_direction:before{content:""}.iconmoon-transport_bike:before{content:""}.iconmoon-transport_bus:before{content:""}.iconmoon-transport_car:before{content:""}.iconmoon-transport_carsharing:before{content:""}.iconmoon-transport_people:before{content:""}.iconmoon-transport_plane:before{content:""}.iconmoon-transport_ride_share:before{content:""}.iconmoon-transport_suburban:before{content:""}.iconmoon-transport_subway:before{content:""}.iconmoon-transport_taxi:before{content:""}.iconmoon-transport_train:before{content:""}.iconmoon-transport_transfer:before{content:""}.iconmoon-transport_truck:before{content:""}.iconmoon-transport_walk:before{content:""}.iconmoon-triangle_down:before{content:""}.iconmoon-triangle_left:before{content:""}.iconmoon-triangle_right:before{content:""}.iconmoon-triangle_up:before{content:""}.iconmoon-widget:before{content:""}.custom-select select,.custom-select-wrapper select,.custom-select~select,.filters__checkbox-item_hidden,.visually-hidden{border:0;clip-path:inset(100%);height:1px;margin:-1px;padding:0;position:absolute;white-space:nowrap;width:1px;clip:rect(0 0 0 0);overflow:hidden}.container{margin:0 auto;max-width:1440px;padding-left:20px;padding-right:20px;width:100%}.mobile-only{display:none}.desktop-only{display:initial}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.modal-is-open{overflow:hidden}:root{--app-height:100%}body{background-color:#fff;background-color:var(--default-bg-site)}a,body,button,label{color:#200e32;color:var(--default-text-color);font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.2}a,button,label,path,svg{transition:.3s}img{object-fit:cover}:root{--default-text-color:#200E32;--default-bg-site:#ffffff;--dark-orange:#dd7e01;--orange:#f8991d;--orange-2:#F89E1D;--orange-1:#ee7d02;--light-orange:#fcefdf;--light-orange-1:#fff6ea;--light-orange-2:#fff8ee;--blue:#225999;--blue-1:#0662ba;--light-blue:#d6e3fc;--light-blue-1:#f0f5fe;--green:#019947;--light-green:#9fe587;--light-green-2:#e2f9e5;--light-green-3:#daf5e7;--yellow:#f6c619;--pink:#f2a1a1;--pink-light:#ffeaeb;--red:#ff0000;--red-2:#EE2841;--red-3:#e20917;--white:#ffffff;--grey:#808080;--light-grey:#ebf1fd;--light-grey-1:#c4c4c4;--light-grey-2:#979797;--light-grey-3:#f7faff;--light-grey-4:#D9D9D9;--light-grey-5:#f6f6f6;--light-grey-6:#ececec;--light-grey-7:#eaeaea;--light-grey-8:#b6cce4;--dark:#200e32;--black:#000000;--black-1:#070707}.color-primary{color:#0662ba}.address,.hotel-main__address-link{align-items:center;color:#0662ba;column-gap:4px;display:flex;font-size:16px;font-style:normal;line-height:19px}.address:before,.hotel-main__address-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:14px;width:9px}.amenities-icon{align-items:center;display:flex;justify-content:center}.amenities-icon:before{background-color:currentColor;content:"";flex-shrink:0;height:20px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px}.amenities-icon_breakfast:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M4.985 5.716a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7 5.07 5.07 0 0 0-1.426-2.913A3.7 3.7 0 0 1 4.438.54.63.63 0 0 0 3.806 0h-.64a.632.632 0 0 0-.631.701 5.63 5.63 0 0 0 1.58 3.29c.463.47.768 1.073.87 1.725m4.368 0a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7A5.07 5.07 0 0 0 9.83 2.626 3.7 3.7 0 0 1 8.806.54.63.63 0 0 0 8.174 0h-.64a.624.624 0 0 0-.6.74 5.63 5.63 0 0 0 1.54 3.25c.468.47.775 1.073.879 1.726m6.279 1.772H1.279A1.24 1.24 0 0 0 0 8.737v7.488A3.75 3.75 0 0 0 3.775 20h7.489a3.75 3.75 0 0 0 3.744-3.744h.624a4.368 4.368 0 1 0 0-8.737zm0 6.24h-.624V9.986h.624a1.872 1.872 0 0 1 0 3.744Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M4.985 5.716a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7 5.07 5.07 0 0 0-1.426-2.913A3.7 3.7 0 0 1 4.438.54.63.63 0 0 0 3.806 0h-.64a.632.632 0 0 0-.631.701 5.63 5.63 0 0 0 1.58 3.29c.463.47.768 1.073.87 1.725m4.368 0a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7A5.07 5.07 0 0 0 9.83 2.626 3.7 3.7 0 0 1 8.806.54.63.63 0 0 0 8.174 0h-.64a.624.624 0 0 0-.6.74 5.63 5.63 0 0 0 1.54 3.25c.468.47.775 1.073.879 1.726m6.279 1.772H1.279A1.24 1.24 0 0 0 0 8.737v7.488A3.75 3.75 0 0 0 3.775 20h7.489a3.75 3.75 0 0 0 3.744-3.744h.624a4.368 4.368 0 1 0 0-8.737zm0 6.24h-.624V9.986h.624a1.872 1.872 0 0 1 0 3.744Z'/%3E%3C/svg%3E")}.amenities-icon_card:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none'%3E%3Cpath fill='currentColor' d='M.846 2.045h9.308a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H.847a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .579.43.43 0 0 0 .3.12ZM1.692.818h7.616a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H1.693a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .578.43.43 0 0 0 .3.12Zm8.885 1.637H.423a.43.43 0 0 0-.3.12.4.4 0 0 0-.123.289V8.59c0 .108.045.212.124.29a.43.43 0 0 0 .3.119h10.153a.43.43 0 0 0 .3-.12.4.4 0 0 0 .123-.29V2.865a.4.4 0 0 0-.124-.29.43.43 0 0 0-.3-.12ZM1.993 4.38a.45.45 0 0 1-.3.119.5.5 0 0 1-.3-.119.42.42 0 0 1-.124-.29q0-.081.034-.156.03-.076.089-.135a.44.44 0 0 1 .462-.085.42.42 0 0 1 .261.376.42.42 0 0 1-.122.29M5.5 7.364a1.73 1.73 0 0 1-.94-.276 1.65 1.65 0 0 1-.623-.735 1.6 1.6 0 0 1-.097-.945 1.6 1.6 0 0 1 .463-.838 1.7 1.7 0 0 1 .867-.448c.328-.063.668-.03.978.093.309.124.573.334.76.603a1.6 1.6 0 0 1-.211 2.066c-.318.307-.748.48-1.197.48m4.108.29a.43.43 0 0 1-.534.053.4.4 0 0 1-.17-.22.4.4 0 0 1 .012-.276.4.4 0 0 1 .19-.205.436.436 0 0 1 .527.099.4.4 0 0 1 .098.259.42.42 0 0 1-.123.29'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none'%3E%3Cpath fill='currentColor' d='M.846 2.045h9.308a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H.847a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .579.43.43 0 0 0 .3.12ZM1.692.818h7.616a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H1.693a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .578.43.43 0 0 0 .3.12Zm8.885 1.637H.423a.43.43 0 0 0-.3.12.4.4 0 0 0-.123.289V8.59c0 .108.045.212.124.29a.43.43 0 0 0 .3.119h10.153a.43.43 0 0 0 .3-.12.4.4 0 0 0 .123-.29V2.865a.4.4 0 0 0-.124-.29.43.43 0 0 0-.3-.12ZM1.993 4.38a.45.45 0 0 1-.3.119.5.5 0 0 1-.3-.119.42.42 0 0 1-.124-.29q0-.081.034-.156.03-.076.089-.135a.44.44 0 0 1 .462-.085.42.42 0 0 1 .261.376.42.42 0 0 1-.122.29M5.5 7.364a1.73 1.73 0 0 1-.94-.276 1.65 1.65 0 0 1-.623-.735 1.6 1.6 0 0 1-.097-.945 1.6 1.6 0 0 1 .463-.838 1.7 1.7 0 0 1 .867-.448c.328-.063.668-.03.978.093.309.124.573.334.76.603a1.6 1.6 0 0 1-.211 2.066c-.318.307-.748.48-1.197.48m4.108.29a.43.43 0 0 1-.534.053.4.4 0 0 1-.17-.22.4.4 0 0 1 .012-.276.4.4 0 0 1 .19-.205.436.436 0 0 1 .527.099.4.4 0 0 1 .098.259.42.42 0 0 1-.123.29'/%3E%3C/svg%3E")}.amenities-icon_bar:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M10 20V9.09'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M4.242 18.788h11.515'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 11.818 20 0H0zm3.03-5.757a1.515 1.515 0 1 1-3.03 0 1.515 1.515 0 0 1 3.03 0' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M10 20V9.09'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M4.242 18.788h11.515'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 11.818 20 0H0zm3.03-5.757a1.515 1.515 0 1 1-3.03 0 1.515 1.515 0 0 1 3.03 0' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_beach:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' d='M19.27 16.423h-5.712V9.225c.347.113.663.306.92.564a.7.7 0 0 0 .23.15.3.3 0 0 0 .1.029q.086.03.178.028a.6.6 0 0 0 .157-.021.4.4 0 0 0 .1-.029.5.5 0 0 0 .143-.071l.257-.171a3.86 3.86 0 0 1 3.398-.457.72.72 0 0 0 .929-.836l-.35-1.542a6.88 6.88 0 0 0-6.062-5.398V.714a.714.714 0 0 0-1.428 0v.757a6.88 6.88 0 0 0-6.062 5.398l-.35 1.542a.72.72 0 0 0 .928.836 3.86 3.86 0 0 1 3.399.457l.257.171q.066.046.143.071a1 1 0 0 0 .107.036q.075.012.15.014a.5.5 0 0 0 .178-.028.3.3 0 0 0 .1-.029.7.7 0 0 0 .229-.15c.258-.258.573-.451.92-.564v7.198h-1.945l-1.47-1.12a5.03 5.03 0 0 0-3.029-1.022H2.43L1.21 13.06A.714.714 0 0 0 .2 14.07l1.428 1.43 1.729 1.729-1.104 1.655a.714.714 0 1 0 1.189.792l1.215-1.824h10.66l1.216 1.824a.714.714 0 0 0 1.189-.792l-.688-1.032h2.236a.714.714 0 0 0 0-1.428Zm-1.043-9.247.108.464a5.3 5.3 0 0 0-2.692.436 13.7 13.7 0 0 0-1.471-5.063 5.49 5.49 0 0 1 4.055 4.163m-8.182.9a5.3 5.3 0 0 0-2.692-.436l.107-.464a5.49 5.49 0 0 1 4.056-4.163 13.7 13.7 0 0 0-1.471 5.063m-4.36 7.633a3.6 3.6 0 0 1 2.138.714H4.571l-.714-.714z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' d='M19.27 16.423h-5.712V9.225c.347.113.663.306.92.564a.7.7 0 0 0 .23.15.3.3 0 0 0 .1.029q.086.03.178.028a.6.6 0 0 0 .157-.021.4.4 0 0 0 .1-.029.5.5 0 0 0 .143-.071l.257-.171a3.86 3.86 0 0 1 3.398-.457.72.72 0 0 0 .929-.836l-.35-1.542a6.88 6.88 0 0 0-6.062-5.398V.714a.714.714 0 0 0-1.428 0v.757a6.88 6.88 0 0 0-6.062 5.398l-.35 1.542a.72.72 0 0 0 .928.836 3.86 3.86 0 0 1 3.399.457l.257.171q.066.046.143.071a1 1 0 0 0 .107.036q.075.012.15.014a.5.5 0 0 0 .178-.028.3.3 0 0 0 .1-.029.7.7 0 0 0 .229-.15c.258-.258.573-.451.92-.564v7.198h-1.945l-1.47-1.12a5.03 5.03 0 0 0-3.029-1.022H2.43L1.21 13.06A.714.714 0 0 0 .2 14.07l1.428 1.43 1.729 1.729-1.104 1.655a.714.714 0 1 0 1.189.792l1.215-1.824h10.66l1.216 1.824a.714.714 0 0 0 1.189-.792l-.688-1.032h2.236a.714.714 0 0 0 0-1.428Zm-1.043-9.247.108.464a5.3 5.3 0 0 0-2.692.436 13.7 13.7 0 0 0-1.471-5.063 5.49 5.49 0 0 1 4.055 4.163m-8.182.9a5.3 5.3 0 0 0-2.692-.436l.107-.464a5.49 5.49 0 0 1 4.056-4.163 13.7 13.7 0 0 0-1.471 5.063m-4.36 7.633a3.6 3.6 0 0 1 2.138.714H4.571l-.714-.714z'/%3E%3C/svg%3E")}.amenities-icon_internet:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cpath fill='currentColor' d='M11.35 14.428a1.87 1.87 0 0 0 .56-1.323 1.84 1.84 0 0 0-.56-1.324 1.9 1.9 0 0 0-1.348-.551 1.93 1.93 0 0 0-1.35.55 1.87 1.87 0 0 0-.582 1.33 1.84 1.84 0 0 0 .559 1.341A1.91 1.91 0 0 0 9.994 15a1.94 1.94 0 0 0 1.356-.572m6.743-7.396a1.93 1.93 0 0 1-1.348-.549c-3.719-3.651-9.769-3.65-13.488 0a1.93 1.93 0 0 1-1.35.55c-.505 0-.99-.198-1.348-.55A1.86 1.86 0 0 1 0 5.16c0-.497.201-.974.559-1.325 5.206-5.112 13.676-5.112 18.882 0 .267.262.448.595.522.959.074.363.036.74-.108 1.082a1.9 1.9 0 0 1-.702.841 1.93 1.93 0 0 1-1.06.316ZM5.955 11.005c-.378 0-.746-.11-1.06-.316a1.9 1.9 0 0 1-.702-.84 1.84 1.84 0 0 1 .413-2.041c2.974-2.921 7.815-2.921 10.79 0 .357.351.558.828.558 1.324s-.201.974-.559 1.325a1.93 1.93 0 0 1-1.349.549c-.506 0-.991-.197-1.349-.549A3.86 3.86 0 0 0 10 9.362a3.86 3.86 0 0 0-2.698 1.095 1.9 1.9 0 0 1-1.347.548'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cpath fill='currentColor' d='M11.35 14.428a1.87 1.87 0 0 0 .56-1.323 1.84 1.84 0 0 0-.56-1.324 1.9 1.9 0 0 0-1.348-.551 1.93 1.93 0 0 0-1.35.55 1.87 1.87 0 0 0-.582 1.33 1.84 1.84 0 0 0 .559 1.341A1.91 1.91 0 0 0 9.994 15a1.94 1.94 0 0 0 1.356-.572m6.743-7.396a1.93 1.93 0 0 1-1.348-.549c-3.719-3.651-9.769-3.65-13.488 0a1.93 1.93 0 0 1-1.35.55c-.505 0-.99-.198-1.348-.55A1.86 1.86 0 0 1 0 5.16c0-.497.201-.974.559-1.325 5.206-5.112 13.676-5.112 18.882 0 .267.262.448.595.522.959.074.363.036.74-.108 1.082a1.9 1.9 0 0 1-.702.841 1.93 1.93 0 0 1-1.06.316ZM5.955 11.005c-.378 0-.746-.11-1.06-.316a1.9 1.9 0 0 1-.702-.84 1.84 1.84 0 0 1 .413-2.041c2.974-2.921 7.815-2.921 10.79 0 .357.351.558.828.558 1.324s-.201.974-.559 1.325a1.93 1.93 0 0 1-1.349.549c-.506 0-.991-.197-1.349-.549A3.86 3.86 0 0 0 10 9.362a3.86 3.86 0 0 0-2.698 1.095 1.9 1.9 0 0 1-1.347.548'/%3E%3C/svg%3E")}.amenities-icon_china:before{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='20'%20fill='none'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M20.096%2019.989v-8.054H3.581v8.054H9.62v-4.606a.37.37%200%200%201%20.37-.37h3.73a.37.37%200%200%201%20.37.37v4.606h6.007Zm.944-8.82c1.206%200%202.352-.755%202.637-1.646-3.488.166-4.757-1.41-5.12-2.031H5.12c-.366.621-1.639%202.194-5.12%202.03.285.907%201.432%201.647%202.638%201.647H21.04Zm-1.854-4.447c1.017%200%202.172-.684%202.442-1.639-3.237.145-4.429-1.406-4.78-2.03H6.829c-.34.624-1.546%202.175-4.78%202.03.274.955%201.429%201.64%202.442%201.64h14.695Zm-.394-4.684c.26-.154.474-.373.623-.636C17.363%201.44%2016.53.47%2016.242%200h-8.79C7.162.47%206.33%201.435%204.277%201.402a1.739%201.739%200%200%200%201.48.88h12.179c.302-.005.597-.09.856-.244Zm-8.433%2013.73h2.96V20h-2.96v-4.232Z'%20clip-rule='evenodd'/%3e%3c/svg%3e%20parking");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='20'%20fill='none'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M20.096%2019.989v-8.054H3.581v8.054H9.62v-4.606a.37.37%200%200%201%20.37-.37h3.73a.37.37%200%200%201%20.37.37v4.606h6.007Zm.944-8.82c1.206%200%202.352-.755%202.637-1.646-3.488.166-4.757-1.41-5.12-2.031H5.12c-.366.621-1.639%202.194-5.12%202.03.285.907%201.432%201.647%202.638%201.647H21.04Zm-1.854-4.447c1.017%200%202.172-.684%202.442-1.639-3.237.145-4.429-1.406-4.78-2.03H6.829c-.34.624-1.546%202.175-4.78%202.03.274.955%201.429%201.64%202.442%201.64h14.695Zm-.394-4.684c.26-.154.474-.373.623-.636C17.363%201.44%2016.53.47%2016.242%200h-8.79C7.162.47%206.33%201.435%204.277%201.402a1.739%201.739%200%200%200%201.48.88h12.179c.302-.005.597-.09.856-.244Zm-8.433%2013.73h2.96V20h-2.96v-4.232Z'%20clip-rule='evenodd'/%3e%3c/svg%3e%20parking")}.amenities-icon_language:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.595 6.54a2.87 2.87 0 0 0-1.947.76.6.6 0 0 0-.382-.143 3.3 3.3 0 0 1-1.264-.24 5 5 0 0 0 1.008-2.56h.268a.61.61 0 1 0 0-1.22H7.535v-.946a.61.61 0 0 0-1.22 0v.95h-1.73a.61.61 0 0 0 0 1.22H7.77a3.66 3.66 0 0 1-.78 1.849 3.8 3.8 0 0 1-.716-1.19.61.61 0 1 0-1.146.406c.2.537.49 1.035.857 1.475-.443.168-.915.25-1.39.244a.61.61 0 0 0 0 1.219 4.6 4.6 0 0 0 2.394-.581 4.24 4.24 0 0 0 1.914.593 2.9 2.9 0 0 0-.207 1.069V9.9H4.458a.61.61 0 0 0-.587.442.6.6 0 0 0-.014.261c0 .04.077.5.215 1.146a.406.406 0 0 1-.638.407C2.154 11.22.788 10.083.362 9.282A1 1 0 0 0 .3 9.19a1.65 1.65 0 0 1-.3-.956V1.678A1.68 1.68 0 0 1 1.678 0H12.14a1.68 1.68 0 0 1 1.679 1.678v4.877l-2.223-.016Zm12.14 2.897v6.539c.002.342-.103.676-.302.955a.5.5 0 0 0-.06.11c-.407.813-1.793 1.938-3.073 2.881a.406.406 0 0 1-.638-.406c.138-.65.211-1.11.216-1.15a.606.606 0 0 0-.602-.703h-7.681a1.68 1.68 0 0 1-1.679-1.687v-6.54a1.68 1.68 0 0 1 1.679-1.678h10.46a1.68 1.68 0 0 1 1.68 1.679m-4.235 5.69-.704-1.752-1.39-3.479a1 1 0 0 0-.032-.069l-.024-.04-.037-.05-.037-.04-.04-.037-.053-.04-.032-.025-.066-.036a.2.2 0 0 0-.04 0l-.065-.02h-.236l-.069.02a.2.2 0 0 0-.04 0l-.062.036-.044.02-.05.041-.04.037-.036.04-.041.05s0 .028-.02.04l-.037.069-1.422 3.483-.703 1.756a.613.613 0 0 0 .341.812.6.6 0 0 0 .228.045.61.61 0 0 0 .564-.406l.545-1.362h1.967l.545 1.362a.605.605 0 0 0 .565.406.6.6 0 0 0 .223-.045.61.61 0 0 0 .341-.812v-.005ZM16.338 13h.991l-.495-1.22z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.595 6.54a2.87 2.87 0 0 0-1.947.76.6.6 0 0 0-.382-.143 3.3 3.3 0 0 1-1.264-.24 5 5 0 0 0 1.008-2.56h.268a.61.61 0 1 0 0-1.22H7.535v-.946a.61.61 0 0 0-1.22 0v.95h-1.73a.61.61 0 0 0 0 1.22H7.77a3.66 3.66 0 0 1-.78 1.849 3.8 3.8 0 0 1-.716-1.19.61.61 0 1 0-1.146.406c.2.537.49 1.035.857 1.475-.443.168-.915.25-1.39.244a.61.61 0 0 0 0 1.219 4.6 4.6 0 0 0 2.394-.581 4.24 4.24 0 0 0 1.914.593 2.9 2.9 0 0 0-.207 1.069V9.9H4.458a.61.61 0 0 0-.587.442.6.6 0 0 0-.014.261c0 .04.077.5.215 1.146a.406.406 0 0 1-.638.407C2.154 11.22.788 10.083.362 9.282A1 1 0 0 0 .3 9.19a1.65 1.65 0 0 1-.3-.956V1.678A1.68 1.68 0 0 1 1.678 0H12.14a1.68 1.68 0 0 1 1.679 1.678v4.877l-2.223-.016Zm12.14 2.897v6.539c.002.342-.103.676-.302.955a.5.5 0 0 0-.06.11c-.407.813-1.793 1.938-3.073 2.881a.406.406 0 0 1-.638-.406c.138-.65.211-1.11.216-1.15a.606.606 0 0 0-.602-.703h-7.681a1.68 1.68 0 0 1-1.679-1.687v-6.54a1.68 1.68 0 0 1 1.679-1.678h10.46a1.68 1.68 0 0 1 1.68 1.679m-4.235 5.69-.704-1.752-1.39-3.479a1 1 0 0 0-.032-.069l-.024-.04-.037-.05-.037-.04-.04-.037-.053-.04-.032-.025-.066-.036a.2.2 0 0 0-.04 0l-.065-.02h-.236l-.069.02a.2.2 0 0 0-.04 0l-.062.036-.044.02-.05.041-.04.037-.036.04-.041.05s0 .028-.02.04l-.037.069-1.422 3.483-.703 1.756a.613.613 0 0 0 .341.812.6.6 0 0 0 .228.045.61.61 0 0 0 .564-.406l.545-1.362h1.967l.545 1.362a.605.605 0 0 0 .565.406.6.6 0 0 0 .223-.045.61.61 0 0 0 .341-.812v-.005ZM16.338 13h.991l-.495-1.22z'/%3E%3C/svg%3E")}.amenities-icon_kitchen:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m17.969 10.11-.304.304c.19 2.703.212 5.415.068 8.12a1.537 1.537 0 0 1-3.07-.033V1.031a1 1 0 0 1 .517-.888.99.99 0 0 1 1.023 0l.416.237a2.85 2.85 0 0 1 1.372 2.047l.788 5.241a2.8 2.8 0 0 1-.81 2.442M3.201.212C1.435.212.006 2.124.006 4.475a4.47 4.47 0 0 0 1.89 3.892 92 92 0 0 0-.236 10.179 1.52 1.52 0 0 0 1.54 1.45 1.535 1.535 0 0 0 1.53-1.473c.11-3.387.03-6.778-.236-10.156a4.48 4.48 0 0 0 1.9-3.892c0-2.35-1.439-4.263-3.193-4.263m9.436 0a.417.417 0 0 0-.416.427v3.836h-.613V.637a.422.422 0 1 0-.843 0v3.837h-.611V.637a.422.422 0 0 0-.844 0v3.837H8.7V.638a.422.422 0 0 0-.843 0v5.613a1.63 1.63 0 0 0 1.339 1.608 94 94 0 0 0-.27 10.663 1.536 1.536 0 0 0 3.07 0 93 93 0 0 0-.27-10.663 1.64 1.64 0 0 0 1.339-1.608V.638a.43.43 0 0 0-.428-.426'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m17.969 10.11-.304.304c.19 2.703.212 5.415.068 8.12a1.537 1.537 0 0 1-3.07-.033V1.031a1 1 0 0 1 .517-.888.99.99 0 0 1 1.023 0l.416.237a2.85 2.85 0 0 1 1.372 2.047l.788 5.241a2.8 2.8 0 0 1-.81 2.442M3.201.212C1.435.212.006 2.124.006 4.475a4.47 4.47 0 0 0 1.89 3.892 92 92 0 0 0-.236 10.179 1.52 1.52 0 0 0 1.54 1.45 1.535 1.535 0 0 0 1.53-1.473c.11-3.387.03-6.778-.236-10.156a4.48 4.48 0 0 0 1.9-3.892c0-2.35-1.439-4.263-3.193-4.263m9.436 0a.417.417 0 0 0-.416.427v3.836h-.613V.637a.422.422 0 1 0-.843 0v3.837h-.611V.637a.422.422 0 0 0-.844 0v3.837H8.7V.638a.422.422 0 0 0-.843 0v5.613a1.63 1.63 0 0 0 1.339 1.608 94 94 0 0 0-.27 10.663 1.536 1.536 0 0 0 3.07 0 93 93 0 0 0-.27-10.663 1.64 1.64 0 0 0 1.339-1.608V.638a.43.43 0 0 0-.428-.426'/%3E%3C/svg%3E")}.amenities-icon_dining-area:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.392 11.555H.966V.419A.4.4 0 0 0 .824.123.52.52 0 0 0 .483 0 .52.52 0 0 0 .14.123.4.4 0 0 0 0 .419V19.58c0 .111.05.218.141.296.09.079.214.123.342.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02H7.31v4.02a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-6.405a1.54 1.54 0 0 0-.558-1.146 2.05 2.05 0 0 0-1.326-.475ZM25.034 0a.52.52 0 0 0-.34.123.4.4 0 0 0-.142.296v11.136h-5.427a2.05 2.05 0 0 0-1.325.476 1.54 1.54 0 0 0-.559 1.145v6.405a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02h6.345v4.02c0 .111.05.218.141.296.09.079.213.123.341.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296V.42a.4.4 0 0 0-.141-.296.52.52 0 0 0-.341-.123Zm-5.666 5.335H6.149a.56.56 0 0 0-.349.138.42.42 0 0 0-.145.307v13.801a.4.4 0 0 0 .142.296c.09.079.213.123.34.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .142-.296v-9.7h12.276v9.7c0 .111.05.218.14.296a.52.52 0 0 0 .342.123.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296v-13.8a.42.42 0 0 0-.145-.308.56.56 0 0 0-.35-.138Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.392 11.555H.966V.419A.4.4 0 0 0 .824.123.52.52 0 0 0 .483 0 .52.52 0 0 0 .14.123.4.4 0 0 0 0 .419V19.58c0 .111.05.218.141.296.09.079.214.123.342.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02H7.31v4.02a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-6.405a1.54 1.54 0 0 0-.558-1.146 2.05 2.05 0 0 0-1.326-.475ZM25.034 0a.52.52 0 0 0-.34.123.4.4 0 0 0-.142.296v11.136h-5.427a2.05 2.05 0 0 0-1.325.476 1.54 1.54 0 0 0-.559 1.145v6.405a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02h6.345v4.02c0 .111.05.218.141.296.09.079.213.123.341.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296V.42a.4.4 0 0 0-.141-.296.52.52 0 0 0-.341-.123Zm-5.666 5.335H6.149a.56.56 0 0 0-.349.138.42.42 0 0 0-.145.307v13.801a.4.4 0 0 0 .142.296c.09.079.213.123.34.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .142-.296v-9.7h12.276v9.7c0 .111.05.218.14.296a.52.52 0 0 0 .342.123.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296v-13.8a.42.42 0 0 0-.145-.308.56.56 0 0 0-.35-.138Z'/%3E%3C/svg%3E")}.amenities-icon_family:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.803 2.45a2.505 2.505 0 0 1-1.976 2.507h1.061a2.17 2.17 0 0 1 2.169 2.17v4.098a1.253 1.253 0 0 1-1.254 1.254V20H13.79v-7.521a1.254 1.254 0 0 1-1.253-1.254V7.126a2.17 2.17 0 0 1 2.168-2.169h1.063A2.509 2.509 0 0 1 14.543.715a2.507 2.507 0 0 1 4.26 1.735M3.232 6.211H2.169a2.165 2.165 0 0 0-2.004 1.34A2.2 2.2 0 0 0 0 8.38v2.844a1.254 1.254 0 0 0 1.254 1.254L0 16.239h1.254V20h5.014v-3.76H7.52l-1.253-3.761a1.253 1.253 0 0 0 1.253-1.254V8.38a2.17 2.17 0 0 0-2.167-2.17H4.292a2.508 2.508 0 1 0-1.06 0Zm8.677 3.134a1.88 1.88 0 0 1-1.872 1.88h.669a1.83 1.83 0 0 1 1.83 1.83v1.93a1.253 1.253 0 0 1-1.254 1.254V20H8.775v-3.76a1.253 1.253 0 0 1-1.253-1.254v-1.93a1.83 1.83 0 0 1 1.83-1.83h.666a1.88 1.88 0 1 1 1.89-1.881Z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.803 2.45a2.505 2.505 0 0 1-1.976 2.507h1.061a2.17 2.17 0 0 1 2.169 2.17v4.098a1.253 1.253 0 0 1-1.254 1.254V20H13.79v-7.521a1.254 1.254 0 0 1-1.253-1.254V7.126a2.17 2.17 0 0 1 2.168-2.169h1.063A2.509 2.509 0 0 1 14.543.715a2.507 2.507 0 0 1 4.26 1.735M3.232 6.211H2.169a2.165 2.165 0 0 0-2.004 1.34A2.2 2.2 0 0 0 0 8.38v2.844a1.254 1.254 0 0 0 1.254 1.254L0 16.239h1.254V20h5.014v-3.76H7.52l-1.253-3.761a1.253 1.253 0 0 0 1.253-1.254V8.38a2.17 2.17 0 0 0-2.167-2.17H4.292a2.508 2.508 0 1 0-1.06 0Zm8.677 3.134a1.88 1.88 0 0 1-1.872 1.88h.669a1.83 1.83 0 0 1 1.83 1.83v1.93a1.253 1.253 0 0 1-1.254 1.254V20H8.775v-3.76a1.253 1.253 0 0 1-1.253-1.254v-1.93a1.83 1.83 0 0 1 1.83-1.83h.666a1.88 1.88 0 1 1 1.89-1.881Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_recreation:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M5.207 5.189C5.383 3.974 6 3.209 6 2.17A2.42 2.42 0 0 0 5.157.553 2.33 2.33 0 0 0 3.441.01C1.719.01.879 1.226.879 2.17c0 1.036.575 1.8.75 3.018h3.578ZM8.96 10.41a4.64 4.64 0 0 0-2.604.817 4.78 4.78 0 0 0-1.723 2.153 4.9 4.9 0 0 0-.263 2.765 4.83 4.83 0 0 0 1.286 2.45 4.68 4.68 0 0 0 2.402 1.31 4.6 4.6 0 0 0 2.713-.267 4.72 4.72 0 0 0 2.111-1.756 4.86 4.86 0 0 0 .802-2.655 4.9 4.9 0 0 0-1.39-3.398A4.7 4.7 0 0 0 8.96 10.41m-.839 2.027a.4.4 0 0 0-.306.104.42.42 0 0 0-.136.3c0 .12.047.234.13.318a.44.44 0 0 0 .625 0 .45.45 0 0 0 .13-.318.42.42 0 0 0-.136-.3.4.4 0 0 0-.307-.104m.839 1.71a.44.44 0 0 0-.282.148.46.46 0 0 0 0 .604.44.44 0 0 0 .282.148c.117 0 .23-.048.312-.132a.454.454 0 0 0 0-.636.44.44 0 0 0-.312-.132m.883-1.71a.4.4 0 0 0-.307.104.42.42 0 0 0-.135.3.43.43 0 0 0 .122.326.42.42 0 0 0 .32.124c.265 0 .398-.18.398-.45a.38.38 0 0 0-.108-.295.37.37 0 0 0-.29-.11ZM1.722 7.8h3.4V6.09h-3.4zm1.722 7.428a5.86 5.86 0 0 1 .737-2.877 5.7 5.7 0 0 1 2.046-2.12 4.1 4.1 0 0 0-.663-1.53H1.237A11.8 11.8 0 0 0 0 13.921 12.1 12.1 0 0 0 1.722 20h3.4a5 5 0 0 1 .265-.45 5.7 5.7 0 0 1-1.435-1.944 5.8 5.8 0 0 1-.508-2.378' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M5.207 5.189C5.383 3.974 6 3.209 6 2.17A2.42 2.42 0 0 0 5.157.553 2.33 2.33 0 0 0 3.441.01C1.719.01.879 1.226.879 2.17c0 1.036.575 1.8.75 3.018h3.578ZM8.96 10.41a4.64 4.64 0 0 0-2.604.817 4.78 4.78 0 0 0-1.723 2.153 4.9 4.9 0 0 0-.263 2.765 4.83 4.83 0 0 0 1.286 2.45 4.68 4.68 0 0 0 2.402 1.31 4.6 4.6 0 0 0 2.713-.267 4.72 4.72 0 0 0 2.111-1.756 4.86 4.86 0 0 0 .802-2.655 4.9 4.9 0 0 0-1.39-3.398A4.7 4.7 0 0 0 8.96 10.41m-.839 2.027a.4.4 0 0 0-.306.104.42.42 0 0 0-.136.3c0 .12.047.234.13.318a.44.44 0 0 0 .625 0 .45.45 0 0 0 .13-.318.42.42 0 0 0-.136-.3.4.4 0 0 0-.307-.104m.839 1.71a.44.44 0 0 0-.282.148.46.46 0 0 0 0 .604.44.44 0 0 0 .282.148c.117 0 .23-.048.312-.132a.454.454 0 0 0 0-.636.44.44 0 0 0-.312-.132m.883-1.71a.4.4 0 0 0-.307.104.42.42 0 0 0-.135.3.43.43 0 0 0 .122.326.42.42 0 0 0 .32.124c.265 0 .398-.18.398-.45a.38.38 0 0 0-.108-.295.37.37 0 0 0-.29-.11ZM1.722 7.8h3.4V6.09h-3.4zm1.722 7.428a5.86 5.86 0 0 1 .737-2.877 5.7 5.7 0 0 1 2.046-2.12 4.1 4.1 0 0 0-.663-1.53H1.237A11.8 11.8 0 0 0 0 13.921 12.1 12.1 0 0 0 1.722 20h3.4a5 5 0 0 1 .265-.45 5.7 5.7 0 0 1-1.435-1.944 5.8 5.8 0 0 1-.508-2.378' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_children:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M7.034 5.65a2.825 2.825 0 1 0 0-5.65 2.825 2.825 0 0 0 0 5.65m-.004 5.905H4.043V9.4L1.76 11.7C.728 12.73-.67 11.408.363 10.374l3.781-3.788c.307-.305.643-.499 1.175-.499H8.71c.533 0 .892.188 1.208.499l3.82 3.826c.984.983-.453 2.319-1.396 1.325l-2.344-2.35v2.168zm2.956 1.119L7.74 14.918l1.648 1.645L7.7 18.251a.993.993 0 0 0 1.408 1.391l2.67-2.776c.574-.585.732-1.665.118-2.28zm-5.942 0 2.244 2.244-1.648 1.645 1.69 1.687a.993.993 0 0 1-1.409 1.391l-2.67-2.776c-.573-.585-.732-1.665-.117-2.28l1.91-1.912Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M7.034 5.65a2.825 2.825 0 1 0 0-5.65 2.825 2.825 0 0 0 0 5.65m-.004 5.905H4.043V9.4L1.76 11.7C.728 12.73-.67 11.408.363 10.374l3.781-3.788c.307-.305.643-.499 1.175-.499H8.71c.533 0 .892.188 1.208.499l3.82 3.826c.984.983-.453 2.319-1.396 1.325l-2.344-2.35v2.168zm2.956 1.119L7.74 14.918l1.648 1.645L7.7 18.251a.993.993 0 0 0 1.408 1.391l2.67-2.776c.574-.585.732-1.665.118-2.28zm-5.942 0 2.244 2.244-1.648 1.645 1.69 1.687a.993.993 0 0 1-1.409 1.391l-2.67-2.776c-.573-.585-.732-1.665-.117-2.28l1.91-1.912Z'/%3E%3C/svg%3E")}.amenities-icon_pharmacy:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.483.023a6.84 6.84 0 0 1 7.412 6.819v.893l1.471 2.207c.466.7-.035 1.637-.876 1.637h-.595v1.053c0 .29-.236.526-.527.526h-.526c-.581 0-1.053.471-1.053 1.053h1.58c.29 0 .526.235.526.526v1.579a2.1 2.1 0 0 1-1.01 1.797c-.376.23-.78.26-1.136.214a3.7 3.7 0 0 1-.961-.289l-2.156-.924v2.36c0 .29-.236.526-.527.526H.526A.526.526 0 0 1 0 19.474V.548C0 .274.21.046.483.023m5.043 8.924a.79.79 0 1 0 0-1.579.79.79 0 0 0 0 1.58Zm11.169-4.192a.526.526 0 0 0-.644.372l-.26.962a.526.526 0 0 0-.722.343l-1.255 4.62h-1.709a.526.526 0 0 0-.526.527v3.684c0 .29.236.527.526.527h3.265a2.63 2.63 0 0 0 2.538-1.934l1.547-5.62a.526.526 0 0 0-.29-.619l-.155-.07.41-1.52a.526.526 0 0 0-.373-.645zm1.327 2.413.244-.905-1.335-.356-.184.682zm-6.97 8.095V11.58H10v3.684h1.053Z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.483.023a6.84 6.84 0 0 1 7.412 6.819v.893l1.471 2.207c.466.7-.035 1.637-.876 1.637h-.595v1.053c0 .29-.236.526-.527.526h-.526c-.581 0-1.053.471-1.053 1.053h1.58c.29 0 .526.235.526.526v1.579a2.1 2.1 0 0 1-1.01 1.797c-.376.23-.78.26-1.136.214a3.7 3.7 0 0 1-.961-.289l-2.156-.924v2.36c0 .29-.236.526-.527.526H.526A.526.526 0 0 1 0 19.474V.548C0 .274.21.046.483.023m5.043 8.924a.79.79 0 1 0 0-1.579.79.79 0 0 0 0 1.58Zm11.169-4.192a.526.526 0 0 0-.644.372l-.26.962a.526.526 0 0 0-.722.343l-1.255 4.62h-1.709a.526.526 0 0 0-.526.527v3.684c0 .29.236.527.526.527h3.265a2.63 2.63 0 0 0 2.538-1.934l1.547-5.62a.526.526 0 0 0-.29-.619l-.155-.07.41-1.52a.526.526 0 0 0-.373-.645zm1.327 2.413.244-.905-1.335-.356-.184.682zm-6.97 8.095V11.58H10v3.684h1.053Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_terrace:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M22.395 13.848c-.203.497-.571.737-1.105.7-.13-.019-.111.092-.111.166v1.05c0 1.05-.018 2.118 0 3.168.018.663-.424 1.068-1.05 1.068a2886 2886 0 0 0-17.848 0c-.645 0-1.069-.405-1.069-1.068.019-1.363 0-2.726.019-4.09 0-.22-.037-.313-.295-.294-.405.018-.718-.184-.866-.571-.147-.369-.055-.682.203-.958.203-.221.479-.276.755-.276H4.62c.203 0 .24-.056.24-.24 0-2.118-.056-4.236.018-6.354C4.97 3.68 6.186 1.82 8.396.715c2.155-1.087 4.31-.921 6.318.405 1.896 1.253 2.818 3.095 2.836 5.38v5.986c0 .22.056.258.258.258 1.142-.019 2.284 0 3.426-.019.571 0 .976.184 1.16.737zM10.293 10.44V8.36c0-.147-.037-.184-.202-.184H6.849c-.185 0-.203.055-.203.22v4.108c0 .184.055.203.221.203h3.205c.166 0 .203-.037.203-.203.018-.663.018-1.363.018-2.063Zm1.824 0v2.082c0 .147.018.202.184.202h3.26c.147 0 .203-.018.203-.184V8.396c0-.166-.056-.203-.203-.203h-3.242c-.147 0-.202.037-.184.184 0 .682-.018 1.382-.018 2.063m-1.824-6.28V2.151c0-.185-.018-.24-.22-.185a4.56 4.56 0 0 0-3.409 4.237c0 .147.037.166.166.166h3.26c.185 0 .203-.056.203-.221v-1.99Zm1.824-.02v2.045c0 .111 0 .166.147.166h3.334c.11 0 .147-.018.147-.147-.037-1.99-1.529-3.831-3.444-4.273-.166-.037-.184.018-.184.147zM3.036 16.335v1.658c0 .13.037.166.166.166h1.492c.129 0 .165-.037.165-.166v-3.297c0-.129-.036-.166-.165-.166-.498 0-.995.019-1.492 0-.166 0-.166.056-.166.185zm5.452.056v-1.676c0-.11-.018-.166-.147-.166H6.81c-.11 0-.147.037-.147.147v3.316c0 .147.056.166.185.166H8.34c.147 0 .165-.037.165-.166-.018-.553-.018-1.087-.018-1.621Zm1.805-.056v1.658c0 .13.019.184.166.184h1.492c.129 0 .184-.018.184-.165v-3.316c0-.11-.018-.147-.147-.147h-1.53c-.128 0-.146.037-.146.166 0 .534-.019 1.086-.019 1.62m3.629 0v1.658c0 .13.018.184.165.184.498 0 .995-.018 1.492 0 .148 0 .185-.055.185-.184v-3.278c0-.13-.019-.185-.166-.166-.497 0-.995.018-1.492 0-.147 0-.184.055-.184.184.018.534 0 1.068 0 1.602m3.628.019v1.64c0 .128.019.184.166.165.497 0 .995-.018 1.492 0 .147 0 .184-.055.166-.184v-3.279c0-.129-.019-.184-.166-.166-.497 0-.995.019-1.492 0-.147 0-.184.056-.184.185.037.552.018 1.105.018 1.639'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M22.395 13.848c-.203.497-.571.737-1.105.7-.13-.019-.111.092-.111.166v1.05c0 1.05-.018 2.118 0 3.168.018.663-.424 1.068-1.05 1.068a2886 2886 0 0 0-17.848 0c-.645 0-1.069-.405-1.069-1.068.019-1.363 0-2.726.019-4.09 0-.22-.037-.313-.295-.294-.405.018-.718-.184-.866-.571-.147-.369-.055-.682.203-.958.203-.221.479-.276.755-.276H4.62c.203 0 .24-.056.24-.24 0-2.118-.056-4.236.018-6.354C4.97 3.68 6.186 1.82 8.396.715c2.155-1.087 4.31-.921 6.318.405 1.896 1.253 2.818 3.095 2.836 5.38v5.986c0 .22.056.258.258.258 1.142-.019 2.284 0 3.426-.019.571 0 .976.184 1.16.737zM10.293 10.44V8.36c0-.147-.037-.184-.202-.184H6.849c-.185 0-.203.055-.203.22v4.108c0 .184.055.203.221.203h3.205c.166 0 .203-.037.203-.203.018-.663.018-1.363.018-2.063Zm1.824 0v2.082c0 .147.018.202.184.202h3.26c.147 0 .203-.018.203-.184V8.396c0-.166-.056-.203-.203-.203h-3.242c-.147 0-.202.037-.184.184 0 .682-.018 1.382-.018 2.063m-1.824-6.28V2.151c0-.185-.018-.24-.22-.185a4.56 4.56 0 0 0-3.409 4.237c0 .147.037.166.166.166h3.26c.185 0 .203-.056.203-.221v-1.99Zm1.824-.02v2.045c0 .111 0 .166.147.166h3.334c.11 0 .147-.018.147-.147-.037-1.99-1.529-3.831-3.444-4.273-.166-.037-.184.018-.184.147zM3.036 16.335v1.658c0 .13.037.166.166.166h1.492c.129 0 .165-.037.165-.166v-3.297c0-.129-.036-.166-.165-.166-.498 0-.995.019-1.492 0-.166 0-.166.056-.166.185zm5.452.056v-1.676c0-.11-.018-.166-.147-.166H6.81c-.11 0-.147.037-.147.147v3.316c0 .147.056.166.185.166H8.34c.147 0 .165-.037.165-.166-.018-.553-.018-1.087-.018-1.621Zm1.805-.056v1.658c0 .13.019.184.166.184h1.492c.129 0 .184-.018.184-.165v-3.316c0-.11-.018-.147-.147-.147h-1.53c-.128 0-.146.037-.146.166 0 .534-.019 1.086-.019 1.62m3.629 0v1.658c0 .13.018.184.165.184.498 0 .995-.018 1.492 0 .148 0 .185-.055.185-.184v-3.278c0-.13-.019-.185-.166-.166-.497 0-.995.018-1.492 0-.147 0-.184.055-.184.184.018.534 0 1.068 0 1.602m3.628.019v1.64c0 .128.019.184.166.165.497 0 .995-.018 1.492 0 .147 0 .184-.055.166-.184v-3.279c0-.129-.019-.184-.166-.166-.497 0-.995.019-1.492 0-.147 0-.184.056-.184.185.037.552.018 1.105.018 1.639'/%3E%3C/svg%3E")}.amenities-icon_office:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.286 7.143h-7.322l-.385-.714H8.486l-.357.714H.714a.714.714 0 0 0 0 1.428v10.715a.714.714 0 0 0 1.429 0v-6.429h15.714v6.429a.714.714 0 0 0 1.429 0V8.57a.714.714 0 1 0 0-1.428ZM7.857 10.714H5.714a.715.715 0 0 1 0-1.428h2.143a.714.714 0 0 1 0 1.428m6.429 0h-2.143a.714.714 0 1 1 0-1.428h2.143a.714.714 0 1 1 0 1.428M13.571 0H6.43a.714.714 0 0 0-.715.714V5c0 .394.32.714.715.714h7.142c.395 0 .715-.32.715-.714V.714A.714.714 0 0 0 13.57 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.286 7.143h-7.322l-.385-.714H8.486l-.357.714H.714a.714.714 0 0 0 0 1.428v10.715a.714.714 0 0 0 1.429 0v-6.429h15.714v6.429a.714.714 0 0 0 1.429 0V8.57a.714.714 0 1 0 0-1.428ZM7.857 10.714H5.714a.715.715 0 0 1 0-1.428h2.143a.714.714 0 0 1 0 1.428m6.429 0h-2.143a.714.714 0 1 1 0-1.428h2.143a.714.714 0 1 1 0 1.428M13.571 0H6.43a.714.714 0 0 0-.715.714V5c0 .394.32.714.715.714h7.142c.395 0 .715-.32.715-.714V.714A.714.714 0 0 0 13.57 0Z'/%3E%3C/svg%3E")}.amenities-icon_sport:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.3 19.286c5.068-1.38 8.855-5.264 10.265-9.195-.873-.498-1.445-.771-2.644-1.105-1.52 4.452-5.315 7.886-10.338 8.68a10 10 0 0 0 2.717 1.62'/%3E%3Cpath fill='currentColor' d='M7.738 8.978a11.5 11.5 0 0 0 2.219 3.744 11.5 11.5 0 0 0 2.485-4.053 11.5 11.5 0 0 0-4.704.309'/%3E%3Cpath fill='currentColor' d='M8.86 13.743C5.837 10.344 4.63 5.495 6.318.709a10 10 0 0 0-2.856 1.735A15.32 15.32 0 0 0 6.69 15.118c.748-.37 1.257-.635 2.17-1.375'/%3E%3Cpath fill='currentColor' d='M20.001 10.001c0-.851-.118-1.672-.318-2.461-3.816-2.78-8.396-3.542-12.633-2.507l-.002.03c0 .843.098 1.67.272 2.476 4.298-1.205 9.106-.192 12.641 3.25.021-.262.04-.523.04-.788'/%3E%3Cpath fill='currentColor' d='M7.165 3.466c3.805-.814 7.855-.337 11.603 1.725A10 10 0 0 0 10.001 0a10 10 0 0 0-1.85.178 11.6 11.6 0 0 0-.986 3.288m10.682 7.47c-1.419 3.621-4.632 7.162-8.901 9.008 4.998.523 9.43-2.688 10.691-7.304a11.6 11.6 0 0 0-1.79-1.705Zm-12.57 4.77a16.77 16.77 0 0 1-3.586-11.27A9.96 9.96 0 0 0 0 10c0 2.39.841 4.581 2.24 6.302a11.5 11.5 0 0 0 3.037-.596'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.3 19.286c5.068-1.38 8.855-5.264 10.265-9.195-.873-.498-1.445-.771-2.644-1.105-1.52 4.452-5.315 7.886-10.338 8.68a10 10 0 0 0 2.717 1.62'/%3E%3Cpath fill='currentColor' d='M7.738 8.978a11.5 11.5 0 0 0 2.219 3.744 11.5 11.5 0 0 0 2.485-4.053 11.5 11.5 0 0 0-4.704.309'/%3E%3Cpath fill='currentColor' d='M8.86 13.743C5.837 10.344 4.63 5.495 6.318.709a10 10 0 0 0-2.856 1.735A15.32 15.32 0 0 0 6.69 15.118c.748-.37 1.257-.635 2.17-1.375'/%3E%3Cpath fill='currentColor' d='M20.001 10.001c0-.851-.118-1.672-.318-2.461-3.816-2.78-8.396-3.542-12.633-2.507l-.002.03c0 .843.098 1.67.272 2.476 4.298-1.205 9.106-.192 12.641 3.25.021-.262.04-.523.04-.788'/%3E%3Cpath fill='currentColor' d='M7.165 3.466c3.805-.814 7.855-.337 11.603 1.725A10 10 0 0 0 10.001 0a10 10 0 0 0-1.85.178 11.6 11.6 0 0 0-.986 3.288m10.682 7.47c-1.419 3.621-4.632 7.162-8.901 9.008 4.998.523 9.43-2.688 10.691-7.304a11.6 11.6 0 0 0-1.79-1.705Zm-12.57 4.77a16.77 16.77 0 0 1-3.586-11.27A9.96 9.96 0 0 0 0 10c0 2.39.841 4.581 2.24 6.302a11.5 11.5 0 0 0 3.037-.596'/%3E%3C/svg%3E")}.amenities-icon_health:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3E%3Cpath fill='currentColor' d='m1.758 8.001 3.243-3.243 2.751 2.751 4.469-5.587 4.612 6.918 1.26-.84h2.62c.173-.668.288-1.337.288-2 0-3.533-2.467-6-6-6-1.594 0-3.071.837-4 2.08C10.072.837 8.595 0 7.001 0c-3.533 0-6 2.467-6 6 0 .663.115 1.332.288 2zm6.491 8.492L5 13.244l-.579.579c2.591 3.309 5.742 5.794 5.965 5.967a.994.994 0 0 0 1.228 0 39 39 0 0 0 3.317-2.984l-3.151-4.727z'/%3E%3Cpath fill='currentColor' d='m18.698 10.001-2.42 1.613-4.204-6.305-4.157 5.195L5 7.587l-2.414 2.414H0v2h3.415L5 10.416l3.083 3.082 3.844-4.804 3.796 5.694 3.58-2.387H22v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3E%3Cpath fill='currentColor' d='m1.758 8.001 3.243-3.243 2.751 2.751 4.469-5.587 4.612 6.918 1.26-.84h2.62c.173-.668.288-1.337.288-2 0-3.533-2.467-6-6-6-1.594 0-3.071.837-4 2.08C10.072.837 8.595 0 7.001 0c-3.533 0-6 2.467-6 6 0 .663.115 1.332.288 2zm6.491 8.492L5 13.244l-.579.579c2.591 3.309 5.742 5.794 5.965 5.967a.994.994 0 0 0 1.228 0 39 39 0 0 0 3.317-2.984l-3.151-4.727z'/%3E%3Cpath fill='currentColor' d='m18.698 10.001-2.42 1.613-4.204-6.305-4.157 5.195L5 7.587l-2.414 2.414H0v2h3.415L5 10.416l3.083 3.082 3.844-4.804 3.796 5.694 3.58-2.387H22v-2z'/%3E%3C/svg%3E")}.amenities-icon_spa:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='30' fill='none'%3E%3Cpath fill='currentColor' d='M13.173.006c-.341.076-.464.743-.186 1 .056.054.114.119.157.188.263.43.193 1.022-.125 1.374-.123.14-.216.265-.342.438-.568.93-.432 2.288.31 3 .368.216.796-.49.53-.876-.36-.345-.432-.985-.156-1.436.052-.104.146-.167.218-.248.7-.725.835-2.028.28-2.938a2 2 0 0 0-.311-.375.4.4 0 0 0-.25-.125.3.3 0 0 0-.125 0zM1.382 5.069q-.048.013-.094.03a.5.5 0 0 0-.156.095 3 3 0 0 0-.527.561C-.357 7.02-.142 8.793 1.04 9.82c.112.1.216.172.28.25.08.076.153.163.218.25a2.01 2.01 0 0 1-.375 2.811c-.263.13-.353.518-.176.752.178.235.574.25.768.03a2.995 2.995 0 0 0 .56-4.187c-.09-.12-.208-.204-.312-.313-.134-.12-.248-.227-.373-.341a2.02 2.02 0 0 1 .125-3.095c.38-.255.074-.995-.373-.905zm11.107 3c-.22.014-.437.023-.654.062-2.405.44-4.543 2.425-4.853 5.313.052.01.105.016.156.03A6.94 6.94 0 0 0 15.6 8.755a7.5 7.5 0 0 0-1.12-.47 5.6 5.6 0 0 0-1.992-.217Zm10.86 1c-.405.031-.581.67-.25.906a2.008 2.008 0 0 1 .063 3.125c-.115.104-.19.19-.28.28-.118.12-.242.242-.344.375a2.995 2.995 0 0 0 .56 4.188c.195.22.593.205.77-.03.178-.233.086-.622-.177-.752a2.01 2.01 0 0 1-.373-2.812 2 2 0 0 1 .248-.28c.1-.11.142-.143.218-.22a1 1 0 0 0 .063-.063c1.152-1.03 1.357-2.78.404-4.03a3 3 0 0 0-.53-.562.5.5 0 0 0-.372-.125m-6.877.187a8 8 0 0 1-1.37 2.53 6.93 6.93 0 0 0 3.766 1.845c-.12-1.99-1.057-3.44-2.396-4.375m-2.053 3.25A7.98 7.98 0 0 1 9.75 14.66c-.184 1.056-.068 2.17.342 3.126.899 2.096 2.877 2.823 4.45 1.625 1.549-1.18 2.09-3.762 1.245-5.843a8 8 0 0 1-1.37-1.064Zm2.457 1.594c.507 2.38-.22 5.031-1.898 6.312-.02.014-.042.018-.06.032-.001.632-.001 1.34.122 1.843.066.268.167.45.28.563.116.111.24.186.529.186h2.832l.219-.875v-7.5a8.1 8.1 0 0 1-2.024-.561m-9.926.344v7.687s0 .905.22.905h2.86c.24 0 .353-.038.467-.155.115-.119.207-.35.282-.625.14-.517.153-1.212.154-1.813-.643-.47-1.196-1.152-1.586-2.063-.481-1.121-.632-2.435-.467-3.686a7.7 7.7 0 0 1-1.93-.25m4.948 6.53c-.008.505-.014 1.043-.155 1.563-.102.377-.245.739-.53 1.032-.283.291-.712.468-1.183.468H7.17c-.724 0-1.214.479-1.214 1v3.594c.517.053.688.111 1.244.155 4.008.319 8.253.29 11.916-.03.334-.03.355-.049.778-.125v-3.595c0-.52-.49-1-1.213-1h-2.832c-.494 0-.946-.175-1.244-.468-.3-.294-.436-.652-.53-1.032-.128-.524-.15-1.06-.154-1.562a3.17 3.17 0 0 1-2.023 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='30' fill='none'%3E%3Cpath fill='currentColor' d='M13.173.006c-.341.076-.464.743-.186 1 .056.054.114.119.157.188.263.43.193 1.022-.125 1.374-.123.14-.216.265-.342.438-.568.93-.432 2.288.31 3 .368.216.796-.49.53-.876-.36-.345-.432-.985-.156-1.436.052-.104.146-.167.218-.248.7-.725.835-2.028.28-2.938a2 2 0 0 0-.311-.375.4.4 0 0 0-.25-.125.3.3 0 0 0-.125 0zM1.382 5.069q-.048.013-.094.03a.5.5 0 0 0-.156.095 3 3 0 0 0-.527.561C-.357 7.02-.142 8.793 1.04 9.82c.112.1.216.172.28.25.08.076.153.163.218.25a2.01 2.01 0 0 1-.375 2.811c-.263.13-.353.518-.176.752.178.235.574.25.768.03a2.995 2.995 0 0 0 .56-4.187c-.09-.12-.208-.204-.312-.313-.134-.12-.248-.227-.373-.341a2.02 2.02 0 0 1 .125-3.095c.38-.255.074-.995-.373-.905zm11.107 3c-.22.014-.437.023-.654.062-2.405.44-4.543 2.425-4.853 5.313.052.01.105.016.156.03A6.94 6.94 0 0 0 15.6 8.755a7.5 7.5 0 0 0-1.12-.47 5.6 5.6 0 0 0-1.992-.217Zm10.86 1c-.405.031-.581.67-.25.906a2.008 2.008 0 0 1 .063 3.125c-.115.104-.19.19-.28.28-.118.12-.242.242-.344.375a2.995 2.995 0 0 0 .56 4.188c.195.22.593.205.77-.03.178-.233.086-.622-.177-.752a2.01 2.01 0 0 1-.373-2.812 2 2 0 0 1 .248-.28c.1-.11.142-.143.218-.22a1 1 0 0 0 .063-.063c1.152-1.03 1.357-2.78.404-4.03a3 3 0 0 0-.53-.562.5.5 0 0 0-.372-.125m-6.877.187a8 8 0 0 1-1.37 2.53 6.93 6.93 0 0 0 3.766 1.845c-.12-1.99-1.057-3.44-2.396-4.375m-2.053 3.25A7.98 7.98 0 0 1 9.75 14.66c-.184 1.056-.068 2.17.342 3.126.899 2.096 2.877 2.823 4.45 1.625 1.549-1.18 2.09-3.762 1.245-5.843a8 8 0 0 1-1.37-1.064Zm2.457 1.594c.507 2.38-.22 5.031-1.898 6.312-.02.014-.042.018-.06.032-.001.632-.001 1.34.122 1.843.066.268.167.45.28.563.116.111.24.186.529.186h2.832l.219-.875v-7.5a8.1 8.1 0 0 1-2.024-.561m-9.926.344v7.687s0 .905.22.905h2.86c.24 0 .353-.038.467-.155.115-.119.207-.35.282-.625.14-.517.153-1.212.154-1.813-.643-.47-1.196-1.152-1.586-2.063-.481-1.121-.632-2.435-.467-3.686a7.7 7.7 0 0 1-1.93-.25m4.948 6.53c-.008.505-.014 1.043-.155 1.563-.102.377-.245.739-.53 1.032-.283.291-.712.468-1.183.468H7.17c-.724 0-1.214.479-1.214 1v3.594c.517.053.688.111 1.244.155 4.008.319 8.253.29 11.916-.03.334-.03.355-.049.778-.125v-3.595c0-.52-.49-1-1.213-1h-2.832c-.494 0-.946-.175-1.244-.468-.3-.294-.436-.652-.53-1.032-.128-.524-.15-1.06-.154-1.562a3.17 3.17 0 0 1-2.023 0'/%3E%3C/svg%3E")}.amenities-icon_beauty:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.3 2.365h.878V0H0zm1.85 14.66h9.943l1.724-13.657H.426zM4.29 6.813l1.107 8.347h-1.01L3.275 6.814h1.014ZM2.18 0h1.724v2.365H2.18zm4.445 0H4.906v2.365h1.72zm1.002 0h1.724v2.365H7.627zm4.45 0h-1.724v2.365h1.724zm1.864 2.365h-.862V0h1.163zm-2.078 17.228v-1.566H2.38v1.566c0 .76.617 1.378 1.378 1.378h6.726c.76 0 1.378-.617 1.378-1.378Zm-7.967 2.38h6.452v2.339H3.896z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.3 2.365h.878V0H0zm1.85 14.66h9.943l1.724-13.657H.426zM4.29 6.813l1.107 8.347h-1.01L3.275 6.814h1.014ZM2.18 0h1.724v2.365H2.18zm4.445 0H4.906v2.365h1.72zm1.002 0h1.724v2.365H7.627zm4.45 0h-1.724v2.365h1.724zm1.864 2.365h-.862V0h1.163zm-2.078 17.228v-1.566H2.38v1.566c0 .76.617 1.378 1.378 1.378h6.726c.76 0 1.378-.617 1.378-1.378Zm-7.967 2.38h6.452v2.339H3.896z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_mountains:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M21.175 13.994h1.058c.204 0 .399.105.542.293s.225.442.225.707-.08.52-.225.707a.69.69 0 0 1-.542.293H3.542l.002.006H1.827l-.002-.006H.767a.69.69 0 0 1-.542-.293A1.17 1.17 0 0 1 0 14.994c0-.265.08-.52.225-.707a.69.69 0 0 1 .542-.293h1.058l3.243-8.45a.95.95 0 0 1 .282-.397.64.64 0 0 1 .4-.147c.141 0 .28.05.4.147s.218.233.282.397l1.235 3.21 3.15-8.21A.95.95 0 0 1 11.1.147.64.64 0 0 1 11.5 0c.141 0 .28.05.4.147s.218.233.282.397l2.768 7.21 1.234-3.21a.95.95 0 0 1 .283-.397.64.64 0 0 1 .4-.147c.14 0 .28.05.4.147s.218.233.282.397z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M21.175 13.994h1.058c.204 0 .399.105.542.293s.225.442.225.707-.08.52-.225.707a.69.69 0 0 1-.542.293H3.542l.002.006H1.827l-.002-.006H.767a.69.69 0 0 1-.542-.293A1.17 1.17 0 0 1 0 14.994c0-.265.08-.52.225-.707a.69.69 0 0 1 .542-.293h1.058l3.243-8.45a.95.95 0 0 1 .282-.397.64.64 0 0 1 .4-.147c.141 0 .28.05.4.147s.218.233.282.397l1.235 3.21 3.15-8.21A.95.95 0 0 1 11.1.147.64.64 0 0 1 11.5 0c.141 0 .28.05.4.147s.218.233.282.397l2.768 7.21 1.234-3.21a.95.95 0 0 1 .283-.397.64.64 0 0 1 .4-.147c.14 0 .28.05.4.147s.218.233.282.397z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_swimming:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M17.083 18.035a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288M.9 15.09c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.62c.35-.248.76-.374 1.178-.362.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.62a1.94 1.94 0 0 1 1.187-.362c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287 1.96 1.96 0 0 1-1.187-.364 3.5 3.5 0 0 0-2.05-.618h-.36V3.798a1.58 1.58 0 0 1 .3-1.085c.228-.304.557-.497.914-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.024.129.07.252.137.36a1 1 0 0 0 .253.277c.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277q.1-.166.137-.361a1.1 1.1 0 0 0 0-.39c-.084-.912-.496-1.75-1.145-2.33a2.98 2.98 0 0 0-2.317-.764c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v2.455H4.496V3.798a1.57 1.57 0 0 1 .3-1.085c.227-.304.556-.497.913-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.048.26.188.49.39.637.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277 1.1 1.1 0 0 0 .136-.752C8.908 2.2 8.496 1.36 7.847.78A2.98 2.98 0 0 0 5.53.018c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v9.82A3.46 3.46 0 0 0 .9 13.126a.86.86 0 0 0-.636.287 1.03 1.03 0 0 0-.263.695c0 .26.095.51.263.694a.86.86 0 0 0 .636.288m8.524-1.346a3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618 2.04 2.04 0 0 1-.817.364v-1.964h7.192v1.65a1.84 1.84 0 0 1-1.088.314 1.9 1.9 0 0 1-1.177-.364m2.265-5.528v1.964H4.496V8.216z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M17.083 18.035a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288M.9 15.09c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.62c.35-.248.76-.374 1.178-.362.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.62a1.94 1.94 0 0 1 1.187-.362c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287 1.96 1.96 0 0 1-1.187-.364 3.5 3.5 0 0 0-2.05-.618h-.36V3.798a1.58 1.58 0 0 1 .3-1.085c.228-.304.557-.497.914-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.024.129.07.252.137.36a1 1 0 0 0 .253.277c.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277q.1-.166.137-.361a1.1 1.1 0 0 0 0-.39c-.084-.912-.496-1.75-1.145-2.33a2.98 2.98 0 0 0-2.317-.764c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v2.455H4.496V3.798a1.57 1.57 0 0 1 .3-1.085c.227-.304.556-.497.913-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.048.26.188.49.39.637.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277 1.1 1.1 0 0 0 .136-.752C8.908 2.2 8.496 1.36 7.847.78A2.98 2.98 0 0 0 5.53.018c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v9.82A3.46 3.46 0 0 0 .9 13.126a.86.86 0 0 0-.636.287 1.03 1.03 0 0 0-.263.695c0 .26.095.51.263.694a.86.86 0 0 0 .636.288m8.524-1.346a3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618 2.04 2.04 0 0 1-.817.364v-1.964h7.192v1.65a1.84 1.84 0 0 1-1.088.314 1.9 1.9 0 0 1-1.177-.364m2.265-5.528v1.964H4.496V8.216z'/%3E%3C/svg%3E")}.amenities-icon_parking:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11 5H8a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-2h2a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3m1 4a1 1 0 0 1-1 1H9V7h2a1 1 0 0 1 1 1zm-2-9a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11 5H8a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-2h2a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3m1 4a1 1 0 0 1-1 1H9V7h2a1 1 0 0 1 1 1zm-2-9a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3C/svg%3E")}.amenities-icon_phone:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.941 9.651c-.281-.19-1.665-1.11-1.927-1.244-.263-.136-.456-.21-.692.075-.236.286-.89.915-1.09 1.101-.198.186-.376.191-.657.001S6.368 8.956 5.347 7.77c-.794-.923-1.276-2.005-1.414-2.335-.139-.33.037-.479.205-.615.15-.123.341-.326.512-.489s.236-.286.36-.48c.124-.195.095-.381.038-.545-.057-.163-.477-1.754-.654-2.402-.173-.63-.43-.578-.612-.609A12 12 0 0 0 3.21.216c-.2-.023-.533.016-.844.293s-1.17.934-1.349 2.455c-.178 1.521.723 3.116.849 3.34.125.223 1.72 3.574 4.567 5.263.677.402 1.212.658 1.63.85.69.32 1.346.363 1.87.344.586-.022 1.86-.54 2.193-1.233.334-.693.406-1.311.347-1.449-.06-.137-.25-.238-.532-.428' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.941 9.651c-.281-.19-1.665-1.11-1.927-1.244-.263-.136-.456-.21-.692.075-.236.286-.89.915-1.09 1.101-.198.186-.376.191-.657.001S6.368 8.956 5.347 7.77c-.794-.923-1.276-2.005-1.414-2.335-.139-.33.037-.479.205-.615.15-.123.341-.326.512-.489s.236-.286.36-.48c.124-.195.095-.381.038-.545-.057-.163-.477-1.754-.654-2.402-.173-.63-.43-.578-.612-.609A12 12 0 0 0 3.21.216c-.2-.023-.533.016-.844.293s-1.17.934-1.349 2.455c-.178 1.521.723 3.116.849 3.34.125.223 1.72 3.574 4.567 5.263.677.402 1.212.658 1.63.85.69.32 1.346.363 1.87.344.586-.022 1.86-.54 2.193-1.233.334-.693.406-1.311.347-1.449-.06-.137-.25-.238-.532-.428' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_reading:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M14.607 0a1 1 0 0 0-.116.012H.773a.77.77 0 0 0-.716.477A.8.8 0 0 0 0 .785v16.139A3.087 3.087 0 0 0 3.076 20h13.845a1 1 0 0 0 .154-.017h.006A3.083 3.083 0 0 0 20 16.92v-6.146a.76.76 0 0 0-.474-.715.8.8 0 0 0-.296-.059h-3.844V.786a.766.766 0 0 0-.78-.785ZM3.849 4.623h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m0 3.076h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m-.002 3.076h7.687a.77.77 0 0 1 0 1.54H3.849a.771.771 0 1 1-.002-1.54m11.539.767h3.076v5.385a1.52 1.52 0 0 1-1.54 1.54 1.516 1.516 0 0 1-1.536-1.54zm-11.54 2.309s.001 0 0 0h7.688a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.772.772 0 1 1-.002-1.54Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M14.607 0a1 1 0 0 0-.116.012H.773a.77.77 0 0 0-.716.477A.8.8 0 0 0 0 .785v16.139A3.087 3.087 0 0 0 3.076 20h13.845a1 1 0 0 0 .154-.017h.006A3.083 3.083 0 0 0 20 16.92v-6.146a.76.76 0 0 0-.474-.715.8.8 0 0 0-.296-.059h-3.844V.786a.766.766 0 0 0-.78-.785ZM3.849 4.623h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m0 3.076h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m-.002 3.076h7.687a.77.77 0 0 1 0 1.54H3.849a.771.771 0 1 1-.002-1.54m11.539.767h3.076v5.385a1.52 1.52 0 0 1-1.54 1.54 1.516 1.516 0 0 1-1.536-1.54zm-11.54 2.309s.001 0 0 0h7.688a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.772.772 0 1 1-.002-1.54Z'/%3E%3C/svg%3E")}.amenities-icon_business:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15 13.5V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H7V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H3c-.7 0-1.4-.2-2-.5v4c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3v-4c-.6.3-1.3.5-2 .5zM19 4h-4V3c0-1.7-1.3-3-3-3H8C6.3 0 5 1.3 5 3v1H1c-.6 0-1 .4-1 1v4c0 1.7 1.3 3 3 3h14c1.7 0 3-1.3 3-3V5c0-.6-.4-1-1-1m-6 0H7V3c0-.6.4-1 1-1h4c.6 0 1 .4 1 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15 13.5V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H7V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H3c-.7 0-1.4-.2-2-.5v4c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3v-4c-.6.3-1.3.5-2 .5zM19 4h-4V3c0-1.7-1.3-3-3-3H8C6.3 0 5 1.3 5 3v1H1c-.6 0-1 .4-1 1v4c0 1.7 1.3 3 3 3h14c1.7 0 3-1.3 3-3V5c0-.6-.4-1-1-1m-6 0H7V3c0-.6.4-1 1-1h4c.6 0 1 .4 1 1z'/%3E%3C/svg%3E")}.amenities-icon_heating:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.076 19.056A5 5 0 0 0 15 11V3a3 3 0 0 0-6 0v8a5 5 0 0 0 .076 8.056M13 3v4.54h-2V3a1 1 0 0 1 1-1 1 1 0 0 1 .71.31A.93.93 0 0 1 13 3M2 2v1H1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V5h1a1 1 0 0 0 0-2H4V2a1 1 0 0 0-2 0' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.076 19.056A5 5 0 0 0 15 11V3a3 3 0 0 0-6 0v8a5 5 0 0 0 .076 8.056M13 3v4.54h-2V3a1 1 0 0 1 1-1 1 1 0 0 1 .71.31A.93.93 0 0 1 13 3M2 2v1H1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V5h1a1 1 0 0 0 0-2H4V2a1 1 0 0 0-2 0' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_clothes:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m10.795 2.912 8.663 2.947c.562.188.936.73.936 1.335 0 .777-.61 1.41-1.358 1.41H16.57V7.409h2.462c.108 0 .195-.1.195-.215a.21.21 0 0 0-.135-.203l-8.84-3.004a.2.2 0 0 0-.115 0L1.3 6.991a.21.21 0 0 0-.136.203c0 .12.088.215.195.215h2.864v-.024c0-.426.355-.777.785-.777.418 0 .769.355.769.789v8.616H4.96a.74.74 0 0 1-.737-.721V8.604H1.358C.61 8.604 0 7.97 0 7.194c0-.606.374-1.147.936-1.335L9.6 2.912v-.534c0-.327.267-.593.597-.593a.297.297 0 0 0 .299-.295.29.29 0 0 0-.299-.291.31.31 0 0 0-.299.31.2.2 0 0 1-.199.2h-.796a.197.197 0 0 1-.2-.2C8.703.678 9.373 0 10.197 0a1.49 1.49 0 0 1 1.494 1.482 1.49 1.49 0 0 1-.896 1.37zm-4.912 3.7h9.504c.43 0 .785.35.785.785v11.882a.723.723 0 0 1-.717.721H6.891a.723.723 0 0 1-.717-.721V7.397c0-.303-.107-.586-.29-.785Zm.69 10.994h9.2v-1.593h-9.2zm0-2.39h9.2v-1.593h-9.2z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m10.795 2.912 8.663 2.947c.562.188.936.73.936 1.335 0 .777-.61 1.41-1.358 1.41H16.57V7.409h2.462c.108 0 .195-.1.195-.215a.21.21 0 0 0-.135-.203l-8.84-3.004a.2.2 0 0 0-.115 0L1.3 6.991a.21.21 0 0 0-.136.203c0 .12.088.215.195.215h2.864v-.024c0-.426.355-.777.785-.777.418 0 .769.355.769.789v8.616H4.96a.74.74 0 0 1-.737-.721V8.604H1.358C.61 8.604 0 7.97 0 7.194c0-.606.374-1.147.936-1.335L9.6 2.912v-.534c0-.327.267-.593.597-.593a.297.297 0 0 0 .299-.295.29.29 0 0 0-.299-.291.31.31 0 0 0-.299.31.2.2 0 0 1-.199.2h-.796a.197.197 0 0 1-.2-.2C8.703.678 9.373 0 10.197 0a1.49 1.49 0 0 1 1.494 1.482 1.49 1.49 0 0 1-.896 1.37zm-4.912 3.7h9.504c.43 0 .785.35.785.785v11.882a.723.723 0 0 1-.717.721H6.891a.723.723 0 0 1-.717-.721V7.397c0-.303-.107-.586-.29-.785Zm.69 10.994h9.2v-1.593h-9.2zm0-2.39h9.2v-1.593h-9.2z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_flatiron:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M1.03 18h19.237c.57 0 1.03-.46 1.03-1.03V2.405A2.407 2.407 0 0 0 18.894 0H10.65a1.03 1.03 0 1 0 0 2.061h8.244c.192 0 .344.158.344.344v3.497h-9.042C4.575 5.902 0 10.47 0 16.097v.872C0 17.54.46 18 1.03 18m13.94-9.474h2.322c.564 0 1.03.46 1.03 1.03s-.466 1.031-1.03 1.031H14.97c-.563 0-1.03-.46-1.03-1.03s.467-1.031 1.03-1.031'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M1.03 18h19.237c.57 0 1.03-.46 1.03-1.03V2.405A2.407 2.407 0 0 0 18.894 0H10.65a1.03 1.03 0 1 0 0 2.061h8.244c.192 0 .344.158.344.344v3.497h-9.042C4.575 5.902 0 10.47 0 16.097v.872C0 17.54.46 18 1.03 18m13.94-9.474h2.322c.564 0 1.03.46 1.03 1.03s-.466 1.031-1.03 1.031H14.97c-.563 0-1.03-.46-1.03-1.03s.467-1.031 1.03-1.031'/%3E%3C/svg%3E")}.amenities-icon_bathroom:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15.223 0a1.864 1.864 0 0 0-1.841 1.62A2.76 2.76 0 0 0 11 4.37v.394h5.5V4.37a2.76 2.76 0 0 0-2.333-2.75 1.065 1.065 0 0 1 1.056-.835h3.34c.608 0 1.08.47 1.08 1.08V9.43h.786V1.866A1.864 1.864 0 0 0 18.563 0zM0 10.214v1.572h22v-1.572zm.786 2.357v3.143a2.344 2.344 0 0 0 2.357 2.357h15.714a2.344 2.344 0 0 0 2.357-2.357v-3.143zm3.143 5.286v1.786h.785v-1.786H3.93Zm13.455 0a.1.1 0 0 0-.098.098v1.59c0 .055.044.098.098.098h.59a.1.1 0 0 0 .097-.098v-1.59a.1.1 0 0 0-.098-.098z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15.223 0a1.864 1.864 0 0 0-1.841 1.62A2.76 2.76 0 0 0 11 4.37v.394h5.5V4.37a2.76 2.76 0 0 0-2.333-2.75 1.065 1.065 0 0 1 1.056-.835h3.34c.608 0 1.08.47 1.08 1.08V9.43h.786V1.866A1.864 1.864 0 0 0 18.563 0zM0 10.214v1.572h22v-1.572zm.786 2.357v3.143a2.344 2.344 0 0 0 2.357 2.357h15.714a2.344 2.344 0 0 0 2.357-2.357v-3.143zm3.143 5.286v1.786h.785v-1.786H3.93Zm13.455 0a.1.1 0 0 0-.098.098v1.59c0 .055.044.098.098.098h.59a.1.1 0 0 0 .097-.098v-1.59a.1.1 0 0 0-.098-.098z'/%3E%3C/svg%3E")}.amenities-icon_care:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.22 4.14a.35.35 0 0 1 .263-.206.4.4 0 0 1 .063-.005h.715v-.715h1.428a.357.357 0 1 0 0-.714H9.261v-.357h1.428a.358.358 0 0 0 .253-.61.36.36 0 0 0-.253-.104H9.261V1.07h1.428a.357.357 0 1 0 0-.714H9.261V0H7.832a.36.36 0 0 0-.22.075l-.014.013-.018.017a.36.36 0 0 0-.105.252v8.929h.714v-5q0-.076.031-.145ZM3.805 2.144h.892l.613 7.143H1.068l.614-7.143h.891L2.778 0H3.6l.205 2.143ZM9.997 20H.667L0 10h10.714z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.22 4.14a.35.35 0 0 1 .263-.206.4.4 0 0 1 .063-.005h.715v-.715h1.428a.357.357 0 1 0 0-.714H9.261v-.357h1.428a.358.358 0 0 0 .253-.61.36.36 0 0 0-.253-.104H9.261V1.07h1.428a.357.357 0 1 0 0-.714H9.261V0H7.832a.36.36 0 0 0-.22.075l-.014.013-.018.017a.36.36 0 0 0-.105.252v8.929h.714v-5q0-.076.031-.145ZM3.805 2.144h.892l.613 7.143H1.068l.614-7.143h.891L2.778 0H3.6l.205 2.143ZM9.997 20H.667L0 10h10.714z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_exclusive:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m10 0 3.09 6.254L20 7.258l-5 4.868L16.18 19 10 15.755 3.82 19 5 12.126 0 7.258l6.91-1.004z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m10 0 3.09 6.254L20 7.258l-5 4.868L16.18 19 10 15.755 3.82 19 5 12.126 0 7.258l6.91-1.004z'/%3E%3C/svg%3E")}.amenities-icon_video:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M.77 6.923v10.654a1.654 1.654 0 0 0 1.653 1.654h18.23a1.654 1.654 0 0 0 1.655-1.654V6.923H.769Zm13.676 6.27-4.184 2.7a.08.08 0 0 1-.086.003.09.09 0 0 1-.045-.073v-5.385a.085.085 0 0 1 .13-.069l4.185 2.708a.085.085 0 0 1 0 .115Z'/%3E%3Cpath fill='currentColor' d='M20.654 20H2.424A2.423 2.423 0 0 1 0 17.577V6.154h23.077v11.423A2.423 2.423 0 0 1 20.654 20M1.538 7.692v9.885a.885.885 0 0 0 .885.884h18.23a.885.885 0 0 0 .886-.884V7.692z'/%3E%3Cpath fill='currentColor' d='M23.077 7.692H0V2.423A2.423 2.423 0 0 1 2.423 0h18.23a2.423 2.423 0 0 1 2.424 2.423zM1.538 6.154h20v-3.73a.885.885 0 0 0-.884-.886H2.424a.885.885 0 0 0-.886.885z'/%3E%3Cpath fill='currentColor' d='M11.477 7.27 10.1 6.576l1.37-2.73-1.37-2.732 1.377-.692 1.707 3.423-1.707 3.423Zm-6.323 0-1.377-.693 1.37-2.73-1.37-2.732L5.154.423l1.708 3.423zm12.476 0-1.376-.693 1.369-2.73-1.37-2.732 1.378-.692 1.707 3.423z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M.77 6.923v10.654a1.654 1.654 0 0 0 1.653 1.654h18.23a1.654 1.654 0 0 0 1.655-1.654V6.923H.769Zm13.676 6.27-4.184 2.7a.08.08 0 0 1-.086.003.09.09 0 0 1-.045-.073v-5.385a.085.085 0 0 1 .13-.069l4.185 2.708a.085.085 0 0 1 0 .115Z'/%3E%3Cpath fill='currentColor' d='M20.654 20H2.424A2.423 2.423 0 0 1 0 17.577V6.154h23.077v11.423A2.423 2.423 0 0 1 20.654 20M1.538 7.692v9.885a.885.885 0 0 0 .885.884h18.23a.885.885 0 0 0 .886-.884V7.692z'/%3E%3Cpath fill='currentColor' d='M23.077 7.692H0V2.423A2.423 2.423 0 0 1 2.423 0h18.23a2.423 2.423 0 0 1 2.424 2.423zM1.538 6.154h20v-3.73a.885.885 0 0 0-.884-.886H2.424a.885.885 0 0 0-.886.885z'/%3E%3Cpath fill='currentColor' d='M11.477 7.27 10.1 6.576l1.37-2.73-1.37-2.732 1.377-.692 1.707 3.423-1.707 3.423Zm-6.323 0-1.377-.693 1.37-2.73-1.37-2.732L5.154.423l1.708 3.423zm12.476 0-1.376-.693 1.369-2.73-1.37-2.732 1.378-.692 1.707 3.423z'/%3E%3C/svg%3E")}.amenities-icon_tv:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.25.883a.5.5 0 0 1 .866-.5l.907 1.575.906-1.574a.5.5 0 0 1 .867.499L10.152 2h6.514a2 2 0 0 1 2 2v8H0V4a2 2 0 0 1 2-2h5.893L7.249.883ZM0 13.333v.666a2 2 0 0 0 2 2h.408l-.374 1.123a.667.667 0 1 0 1.267.421L3.813 16h11.038l.515 1.544a.667.667 0 1 0 1.266-.421L16.257 16h.408a2 2 0 0 0 2-2v-.666z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.25.883a.5.5 0 0 1 .866-.5l.907 1.575.906-1.574a.5.5 0 0 1 .867.499L10.152 2h6.514a2 2 0 0 1 2 2v8H0V4a2 2 0 0 1 2-2h5.893L7.249.883ZM0 13.333v.666a2 2 0 0 0 2 2h.408l-.374 1.123a.667.667 0 1 0 1.267.421L3.813 16h11.038l.515 1.544a.667.667 0 1 0 1.266-.421L16.257 16h.408a2 2 0 0 0 2-2v-.666z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_safety:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' fill='none'%3E%3Cpath fill='currentColor' d='M16.524 5a1 1 0 0 0-1.06-1h-.19A6.89 6.89 0 0 1 9.184.47V.41a1 1 0 0 0-.13-.15 1 1 0 0 0-.15-.13l-.07-.06h-.1L8.514 0h-.37a.8.8 0 0 0-.2.06h-.16a1 1 0 0 0-.15.13.7.7 0 0 0-.13.16.3.3 0 0 0-.06.06 7 7 0 0 1-6.17 3.64h-.13A1 1 0 0 0 .014 5v3.42a11.53 11.53 0 0 0 8 11.55.8.8 0 0 0 .26.03q.125.015.25 0a11.61 11.61 0 0 0 8.06-11.53c0-1.24 0-2.38-.06-3.47m-4 3.75-4.62 4.62a.9.9 0 0 1-.38.23 1 1 0 0 1-.65.25 1 1 0 0 1-.7-.29l-2-2a1 1 0 1 1 1.41-1.41l1.32 1.32 4.17-4.17a1 1 0 0 1 1.41 1.41z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' fill='none'%3E%3Cpath fill='currentColor' d='M16.524 5a1 1 0 0 0-1.06-1h-.19A6.89 6.89 0 0 1 9.184.47V.41a1 1 0 0 0-.13-.15 1 1 0 0 0-.15-.13l-.07-.06h-.1L8.514 0h-.37a.8.8 0 0 0-.2.06h-.16a1 1 0 0 0-.15.13.7.7 0 0 0-.13.16.3.3 0 0 0-.06.06 7 7 0 0 1-6.17 3.64h-.13A1 1 0 0 0 .014 5v3.42a11.53 11.53 0 0 0 8 11.55.8.8 0 0 0 .26.03q.125.015.25 0a11.61 11.61 0 0 0 8.06-11.53c0-1.24 0-2.38-.06-3.47m-4 3.75-4.62 4.62a.9.9 0 0 1-.38.23 1 1 0 0 1-.65.25 1 1 0 0 1-.7-.29l-2-2a1 1 0 1 1 1.41-1.41l1.32 1.32 4.17-4.17a1 1 0 0 1 1.41 1.41z'/%3E%3C/svg%3E")}.amenities-icon_key:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.375 0h-2.5a.63.63 0 0 0-.413.155L7.835 7.719C7.389 7.625 6.699 7.5 6.25 7.5A6.257 6.257 0 0 0 0 13.75 6.257 6.257 0 0 0 6.25 20a6.257 6.257 0 0 0 6.25-6.25c0-1.024-.195-1.71-.416-2.28l2.127-.723a.625.625 0 0 0 .424-.606l-.053-2.372 2.388-.167A.625.625 0 0 0 17.551 7l.089-2.849 1.87-.415a.625.625 0 0 0 .49-.61v-2.5A.625.625 0 0 0 19.375 0m-15 13.75a1.877 1.877 0 0 1 1.875 1.875 1.876 1.876 0 0 1-3.75 0c0-1.035.84-1.875 1.875-1.875'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.375 0h-2.5a.63.63 0 0 0-.413.155L7.835 7.719C7.389 7.625 6.699 7.5 6.25 7.5A6.257 6.257 0 0 0 0 13.75 6.257 6.257 0 0 0 6.25 20a6.257 6.257 0 0 0 6.25-6.25c0-1.024-.195-1.71-.416-2.28l2.127-.723a.625.625 0 0 0 .424-.606l-.053-2.372 2.388-.167A.625.625 0 0 0 17.551 7l.089-2.849 1.87-.415a.625.625 0 0 0 .49-.61v-2.5A.625.625 0 0 0 19.375 0m-15 13.75a1.877 1.877 0 0 1 1.875 1.875 1.876 1.876 0 0 1-3.75 0c0-1.035.84-1.875 1.875-1.875'/%3E%3C/svg%3E")}.amenities-icon_keys:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='m34.523 9.172-1.085 1.208-2.417-2.169-2.17 2.418-2.417-2.17-2.169 2.418-1.209-1.085-2.169 2.418-1.718-1.543a8.1 8.1 0 0 1-1.66 2.876 8.1 8.1 0 0 1-1.82 1.515 8 8 0 0 1-.135.326h2.31v3.248l8.12 6.496V30H21.11v-3.248h-3.248v-3.248h-3.247V21.88h-3.248v-2.309a8.1 8.1 0 0 1-3.248.685A8.12 8.12 0 0 1 3.884 5.208 8.12 8.12 0 0 1 16.89 2.077c.86.772 1.51 1.69 1.96 2.679l1.542-1.72 2.417 2.17L33.066 3.5l3.626 3.253-2.17 2.418ZM4.455 7.987a3.249 3.249 0 1 0 5.289 2.526 3.25 3.25 0 0 0-3.677-3.22l-.01.034a4 4 0 0 0-1.602.66' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='m34.523 9.172-1.085 1.208-2.417-2.169-2.17 2.418-2.417-2.17-2.169 2.418-1.209-1.085-2.169 2.418-1.718-1.543a8.1 8.1 0 0 1-1.66 2.876 8.1 8.1 0 0 1-1.82 1.515 8 8 0 0 1-.135.326h2.31v3.248l8.12 6.496V30H21.11v-3.248h-3.248v-3.248h-3.247V21.88h-3.248v-2.309a8.1 8.1 0 0 1-3.248.685A8.12 8.12 0 0 1 3.884 5.208 8.12 8.12 0 0 1 16.89 2.077c.86.772 1.51 1.69 1.96 2.679l1.542-1.72 2.417 2.17L33.066 3.5l3.626 3.253-2.17 2.418ZM4.455 7.987a3.249 3.249 0 1 0 5.289 2.526 3.25 3.25 0 0 0-3.677-3.22l-.01.034a4 4 0 0 0-1.602.66' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_safe:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2.843 18.934V17.81A3.91 3.91 0 0 1 0 14.05V3.91A3.916 3.916 0 0 1 3.909 0h14.215a3.916 3.916 0 0 1 3.909 3.909v10.142a3.91 3.91 0 0 1-2.843 3.76v1.123c0 .59-.476 1.066-1.066 1.066s-1.066-.476-1.066-1.066v-.974H4.975v.974a1.064 1.064 0 1 1-2.131 0Zm13.106-9.95a4.935 4.935 0 0 0-4.933-4.933 4.935 4.935 0 0 0-4.932 4.933 4.935 4.935 0 0 0 4.932 4.932 4.935 4.935 0 0 0 4.933-4.932M5.899 3.106H4.4a1.065 1.065 0 1 0 0 2.132h1.5c.59 0 1.066-.476 1.066-1.066S6.49 3.106 5.9 3.106Zm7.704 6.944a2.8 2.8 0 0 1-2.587 1.734 2.806 2.806 0 0 1-2.8-2.8c0-1.543 1.257-2.8 2.8-2.8 1.165 0 2.167.717 2.587 1.734h-1.251c-.59 0-1.066.476-1.066 1.066s.476 1.066 1.066 1.066h1.25Z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2.843 18.934V17.81A3.91 3.91 0 0 1 0 14.05V3.91A3.916 3.916 0 0 1 3.909 0h14.215a3.916 3.916 0 0 1 3.909 3.909v10.142a3.91 3.91 0 0 1-2.843 3.76v1.123c0 .59-.476 1.066-1.066 1.066s-1.066-.476-1.066-1.066v-.974H4.975v.974a1.064 1.064 0 1 1-2.131 0Zm13.106-9.95a4.935 4.935 0 0 0-4.933-4.933 4.935 4.935 0 0 0-4.932 4.933 4.935 4.935 0 0 0 4.932 4.932 4.935 4.935 0 0 0 4.933-4.932M5.899 3.106H4.4a1.065 1.065 0 1 0 0 2.132h1.5c.59 0 1.066-.476 1.066-1.066S6.49 3.106 5.9 3.106Zm7.704 6.944a2.8 2.8 0 0 1-2.587 1.734 2.806 2.806 0 0 1-2.8-2.8c0-1.543 1.257-2.8 2.8-2.8 1.165 0 2.167.717 2.587 1.734h-1.251c-.59 0-1.066.476-1.066 1.066s.476 1.066 1.066 1.066h1.25Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_water:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.896.62c.353.248.767.375 1.187.363.239 0 .467.103.636.287s.263.434.263.695-.095.51-.263.694a.86.86 0 0 1-.636.288 3.55 3.55 0 0 1-2.059-.619 1.9 1.9 0 0 0-1.178-.363 1.94 1.94 0 0 0-1.187.363 3.52 3.52 0 0 1-2.059.619 3.5 3.5 0 0 1-2.05-.619 1.96 1.96 0 0 0-1.186-.363 1.93 1.93 0 0 0-1.178.363 3.5 3.5 0 0 1-2.05.619 3.52 3.52 0 0 1-2.06-.619 1.9 1.9 0 0 0-1.177-.363.86.86 0 0 1-.636-.288A1.03 1.03 0 0 1 0 .983c0-.26.095-.51.263-.695A.86.86 0 0 1 .9.001a3.5 3.5 0 0 1 2.05.618c.353.25.767.376 1.187.364.417.012.828-.115 1.178-.364a3.5 3.5 0 0 1 2.05-.618 3.53 3.53 0 0 1 2.059.618c.349.25.76.378 1.178.364.42.012.833-.115 1.186-.364a3.76 3.76 0 0 1 2.055-.618c.723 0 1.433.214 2.054.618Zm1.187 5.363a1.96 1.96 0 0 1-1.187-.364 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.214-2.055.618a1.96 1.96 0 0 1-1.187.364 1.9 1.9 0 0 1-1.177-.364 3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618c-.35.25-.76.376-1.177.364a1.96 1.96 0 0 1-1.187-.364A3.5 3.5 0 0 0 .9 5.001a.86.86 0 0 0-.636.287A1.03 1.03 0 0 0 0 5.983c0 .26.095.51.263.694a.86.86 0 0 0 .636.288c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.619 1.93 1.93 0 0 1 1.178-.363c.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.619a1.94 1.94 0 0 1 1.187-.363c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287m0 5.052a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.896.62c.353.248.767.375 1.187.363.239 0 .467.103.636.287s.263.434.263.695-.095.51-.263.694a.86.86 0 0 1-.636.288 3.55 3.55 0 0 1-2.059-.619 1.9 1.9 0 0 0-1.178-.363 1.94 1.94 0 0 0-1.187.363 3.52 3.52 0 0 1-2.059.619 3.5 3.5 0 0 1-2.05-.619 1.96 1.96 0 0 0-1.186-.363 1.93 1.93 0 0 0-1.178.363 3.5 3.5 0 0 1-2.05.619 3.52 3.52 0 0 1-2.06-.619 1.9 1.9 0 0 0-1.177-.363.86.86 0 0 1-.636-.288A1.03 1.03 0 0 1 0 .983c0-.26.095-.51.263-.695A.86.86 0 0 1 .9.001a3.5 3.5 0 0 1 2.05.618c.353.25.767.376 1.187.364.417.012.828-.115 1.178-.364a3.5 3.5 0 0 1 2.05-.618 3.53 3.53 0 0 1 2.059.618c.349.25.76.378 1.178.364.42.012.833-.115 1.186-.364a3.76 3.76 0 0 1 2.055-.618c.723 0 1.433.214 2.054.618Zm1.187 5.363a1.96 1.96 0 0 1-1.187-.364 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.214-2.055.618a1.96 1.96 0 0 1-1.187.364 1.9 1.9 0 0 1-1.177-.364 3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618c-.35.25-.76.376-1.177.364a1.96 1.96 0 0 1-1.187-.364A3.5 3.5 0 0 0 .9 5.001a.86.86 0 0 0-.636.287A1.03 1.03 0 0 0 0 5.983c0 .26.095.51.263.694a.86.86 0 0 0 .636.288c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.619 1.93 1.93 0 0 1 1.178-.363c.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.619a1.94 1.94 0 0 1 1.187-.363c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287m0 5.052a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_ticket:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m4.308 10.942 3.55 3.553 6.519-6.518-3.553-3.551zm14.198-4.877-1.511-1.512a2.024 2.024 0 0 1-2.747-2.746L12.737.295a1.017 1.017 0 0 0-1.432 0L.295 11.305a1.017 1.017 0 0 0 0 1.432l1.512 1.51a2.024 2.024 0 0 1 2.747 2.748l1.512 1.51a1.015 1.015 0 0 0 1.432 0L18.506 7.497a1.015 1.015 0 0 0 0-1.432M7.859 16.12l-5.176-5.178L10.825 2.8 16 7.977z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m4.308 10.942 3.55 3.553 6.519-6.518-3.553-3.551zm14.198-4.877-1.511-1.512a2.024 2.024 0 0 1-2.747-2.746L12.737.295a1.017 1.017 0 0 0-1.432 0L.295 11.305a1.017 1.017 0 0 0 0 1.432l1.512 1.51a2.024 2.024 0 0 1 2.747 2.748l1.512 1.51a1.015 1.015 0 0 0 1.432 0L18.506 7.497a1.015 1.015 0 0 0 0-1.432M7.859 16.12l-5.176-5.178L10.825 2.8 16 7.977z'/%3E%3C/svg%3E")}.amenities-icon_car:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.92 1.01C15.72.42 15.16 0 14.5 0h-11c-.66 0-1.21.42-1.42 1.01L.11 6.68c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S3 15.33 3 14.5V14h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5V7.34c0-.22-.04-.45-.11-.66zM3.5 11C2.67 11 2 10.33 2 9.5S2.67 8 3.5 8 5 8.67 5 9.5 4.33 11 3.5 11m11 0c-.83 0-1.5-.67-1.5-1.5S13.67 8 14.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M2 6l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L16 6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.92 1.01C15.72.42 15.16 0 14.5 0h-11c-.66 0-1.21.42-1.42 1.01L.11 6.68c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S3 15.33 3 14.5V14h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5V7.34c0-.22-.04-.45-.11-.66zM3.5 11C2.67 11 2 10.33 2 9.5S2.67 8 3.5 8 5 8.67 5 9.5 4.33 11 3.5 11m11 0c-.83 0-1.5-.67-1.5-1.5S13.67 8 14.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M2 6l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L16 6z'/%3E%3C/svg%3E")}.amenities-icon_man:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M19.984 8.65c0 4.511-4.056 8.636-8.64 8.636a8.53 8.53 0 0 1-5.104-1.665l-1.223 1.223.357-.052a1.32 1.32 0 0 1 1.487 1.134 1.3 1.3 0 0 1-.254.978 1.28 1.28 0 0 1-.875.513l-4.234.574C1.414 20 1.367 20 1.32 20a1.3 1.3 0 0 1-.936-.381 1.3 1.3 0 0 1-.358-.677q-.005-.015-.004-.029a1 1 0 0 1-.02-.211v-.076a.4.4 0 0 1 .01-.145l.564-4.229a1.32 1.32 0 0 1 1.487-1.134A1.333 1.333 0 0 1 3.2 14.605l-.051.362 1.222-1.223a8.5 8.5 0 0 1-1.67-5.103c0-2.31.9-4.478 2.531-6.11A8.58 8.58 0 0 1 11.343 0c5.197 0 8.641 3.98 8.641 8.65m-8.64-5.997c4.242 0 5.856 2.991 5.997 5.992a5.97 5.97 0 0 1-1.755 4.238c-2.303 2.31-6.13 2.308-8.452.033l-.009-.014-.01-.01-.007-.008-.007-.01c-.005 0-.005-.005-.01-.005a5.94 5.94 0 0 1-1.74-4.224 5.98 5.98 0 0 1 1.75-4.242 6 6 0 0 1 4.243-1.75' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M19.984 8.65c0 4.511-4.056 8.636-8.64 8.636a8.53 8.53 0 0 1-5.104-1.665l-1.223 1.223.357-.052a1.32 1.32 0 0 1 1.487 1.134 1.3 1.3 0 0 1-.254.978 1.28 1.28 0 0 1-.875.513l-4.234.574C1.414 20 1.367 20 1.32 20a1.3 1.3 0 0 1-.936-.381 1.3 1.3 0 0 1-.358-.677q-.005-.015-.004-.029a1 1 0 0 1-.02-.211v-.076a.4.4 0 0 1 .01-.145l.564-4.229a1.32 1.32 0 0 1 1.487-1.134A1.333 1.333 0 0 1 3.2 14.605l-.051.362 1.222-1.223a8.5 8.5 0 0 1-1.67-5.103c0-2.31.9-4.478 2.531-6.11A8.58 8.58 0 0 1 11.343 0c5.197 0 8.641 3.98 8.641 8.65m-8.64-5.997c4.242 0 5.856 2.991 5.997 5.992a5.97 5.97 0 0 1-1.755 4.238c-2.303 2.31-6.13 2.308-8.452.033l-.009-.014-.01-.01-.007-.008-.007-.01c-.005 0-.005-.005-.01-.005a5.94 5.94 0 0 1-1.74-4.224 5.98 5.98 0 0 1 1.75-4.242 6 6 0 0 1 4.243-1.75' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_voice-mail:before{-webkit-mask-image:url(../../../img/HotelsCustomPage/hotels/icons/voice-mail.svg);mask-image:url(../../../img/HotelsCustomPage/hotels/icons/voice-mail.svg)}.amenities-icon_golf:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.889 0c-.38 0-.556 0-.556.555v16.042C1.111 16.667 0 18.333 0 19.445 0 20 .555 20 .555 20H13.89s.555 0 .555-.555c0-2.778-1.666-5-3.333-5-1.747 0-2.715 3.089-4.444 3.333-.759.107-1.492-.384-2.223-.764V6.667l7.778-3.334L5.002.24A3 3 0 0 0 3.889 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.889 0c-.38 0-.556 0-.556.555v16.042C1.111 16.667 0 18.333 0 19.445 0 20 .555 20 .555 20H13.89s.555 0 .555-.555c0-2.778-1.666-5-3.333-5-1.747 0-2.715 3.089-4.444 3.333-.759.107-1.492-.384-2.223-.764V6.667l7.778-3.334L5.002.24A3 3 0 0 0 3.889 0'/%3E%3C/svg%3E")}.amenities-icon_baby:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.77 4.448h.882v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm2.75-1.901V3.7H1.902V2.547zM0 19.932V.543C0 .238.238 0 .543 0h.068c.306 0 .544.238.544.543v1.528c0 .034-.034.068-.034.136 0 .034 0 .068.034.136v1.63c0 .034-.034.068-.034.136s0 .068.034.135v8.252c0 .034-.034.068-.034.136s0 .068.034.135v3.124c0 .034-.034.068-.034.136s0 .068.034.136V20H0zm1.902-4.346v-2.649h17.962v2.649zm19.83 4.346h-1.155v-3.87c0-.035.034-.069.034-.137 0-.034 0-.068-.034-.136v-3.123c0-.034.034-.068.034-.136s0-.068-.034-.136V4.21c0-.034.034-.068.034-.136s0-.068-.034-.136v-1.63c0-.034.034-.068.034-.136 0-.034 0-.068-.034-.136V.543c0-.305.238-.543.543-.543h.069c.305 0 .543.238.543.543v19.39Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.77 4.448h.882v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm2.75-1.901V3.7H1.902V2.547zM0 19.932V.543C0 .238.238 0 .543 0h.068c.306 0 .544.238.544.543v1.528c0 .034-.034.068-.034.136 0 .034 0 .068.034.136v1.63c0 .034-.034.068-.034.136s0 .068.034.135v8.252c0 .034-.034.068-.034.136s0 .068.034.135v3.124c0 .034-.034.068-.034.136s0 .068.034.136V20H0zm1.902-4.346v-2.649h17.962v2.649zm19.83 4.346h-1.155v-3.87c0-.035.034-.069.034-.137 0-.034 0-.068-.034-.136v-3.123c0-.034.034-.068.034-.136s0-.068-.034-.136V4.21c0-.034.034-.068.034-.136s0-.068-.034-.136v-1.63c0-.034.034-.068.034-.136 0-.034 0-.068-.034-.136V.543c0-.305.238-.543.543-.543h.069c.305 0 .543.238.543.543v19.39Z'/%3E%3C/svg%3E")}.amenities-icon_jacuzzi:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.878 3.284c.395 0 .789.066 1.15.164.328-.92.82-1.707 1.51-2.331A2.29 2.29 0 0 0 6.569 0 2.285 2.285 0 0 0 4.27 2.299c0 .427.132.854.329 1.182a4.3 4.3 0 0 1 1.28-.197Zm7.784 4.926A29 29 0 0 0 22.2 9.491h1.905c-.558-1.708-2.135-2.956-4.04-2.956q-.934 0-1.773.394c-.23.099-.492.099-.657-.065a.69.69 0 0 1-.262-.624c.065-.296.065-.559.065-.821 0-2.595-2.134-4.73-4.729-4.73-2.2 0-4.17 1.577-4.63 3.745a.64.64 0 0 1-.361.46.56.56 0 0 1-.559 0 3.1 3.1 0 0 0-1.313-.296 3.295 3.295 0 0 0-3.12 2.266h1.937c3.087 0 6.109.46 8.999 1.346m-.394 4.532a29 29 0 0 0-8.539-1.28H1.97v5.254A3.294 3.294 0 0 0 5.255 20h16.42a3.294 3.294 0 0 0 3.284-3.284v-2.627H22.2c-3.021 0-6.042-.46-8.932-1.347m12.676-1.937H22.2c-3.021 0-6.042-.46-8.932-1.347a29 29 0 0 0-8.539-1.28H.985A.97.97 0 0 0 0 9.162c0 .525.427.985.985.985H4.73c3.021 0 6.043.46 8.933 1.346a29 29 0 0 0 8.538 1.281h3.744c.559 0 .985-.46.985-.985a.97.97 0 0 0-.985-.985Zm-4.27-8.539c.56 0 .986-.46.986-.985a.97.97 0 0 0-.985-.985.97.97 0 0 0-.985.985c0 .525.427.985.985.985Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.878 3.284c.395 0 .789.066 1.15.164.328-.92.82-1.707 1.51-2.331A2.29 2.29 0 0 0 6.569 0 2.285 2.285 0 0 0 4.27 2.299c0 .427.132.854.329 1.182a4.3 4.3 0 0 1 1.28-.197Zm7.784 4.926A29 29 0 0 0 22.2 9.491h1.905c-.558-1.708-2.135-2.956-4.04-2.956q-.934 0-1.773.394c-.23.099-.492.099-.657-.065a.69.69 0 0 1-.262-.624c.065-.296.065-.559.065-.821 0-2.595-2.134-4.73-4.729-4.73-2.2 0-4.17 1.577-4.63 3.745a.64.64 0 0 1-.361.46.56.56 0 0 1-.559 0 3.1 3.1 0 0 0-1.313-.296 3.295 3.295 0 0 0-3.12 2.266h1.937c3.087 0 6.109.46 8.999 1.346m-.394 4.532a29 29 0 0 0-8.539-1.28H1.97v5.254A3.294 3.294 0 0 0 5.255 20h16.42a3.294 3.294 0 0 0 3.284-3.284v-2.627H22.2c-3.021 0-6.042-.46-8.932-1.347m12.676-1.937H22.2c-3.021 0-6.042-.46-8.932-1.347a29 29 0 0 0-8.539-1.28H.985A.97.97 0 0 0 0 9.162c0 .525.427.985.985.985H4.73c3.021 0 6.043.46 8.933 1.346a29 29 0 0 0 8.538 1.281h3.744c.559 0 .985-.46.985-.985a.97.97 0 0 0-.985-.985Zm-4.27-8.539c.56 0 .986-.46.986-.985a.97.97 0 0 0-.985-.985.97.97 0 0 0-.985.985c0 .525.427.985.985.985Z'/%3E%3C/svg%3E")}.amenities-icon_bed:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M4.8 6.4c1.328 0 2.4-1.072 2.4-2.4S6.128 1.6 4.8 1.6A2.397 2.397 0 0 0 2.4 4c0 1.328 1.072 2.4 2.4 2.4m9.6-4.8H9.6c-.88 0-1.6.72-1.6 1.6v4H1.6V.8c0-.44-.36-.8-.8-.8S0 .36 0 .8v10.4c0 .44.36.8.8.8s.8-.36.8-.8V9.6H16v1.6c0 .44.36.8.8.8s.8-.36.8-.8V4.8a3.2 3.2 0 0 0-3.2-3.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M4.8 6.4c1.328 0 2.4-1.072 2.4-2.4S6.128 1.6 4.8 1.6A2.397 2.397 0 0 0 2.4 4c0 1.328 1.072 2.4 2.4 2.4m9.6-4.8H9.6c-.88 0-1.6.72-1.6 1.6v4H1.6V.8c0-.44-.36-.8-.8-.8S0 .36 0 .8v10.4c0 .44.36.8.8.8s.8-.36.8-.8V9.6H16v1.6c0 .44.36.8.8.8s.8-.36.8-.8V4.8a3.2 3.2 0 0 0-3.2-3.2'/%3E%3C/svg%3E")}.amenities-icon_bed-double-filled:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='30' fill='none'%3E%3Cpath fill='%230662BA' d='M30 15V1.667a1.667 1.667 0 1 0-3.333 0V5h-20V1.667a1.667 1.667 0 0 0-3.334 0V15A3.333 3.333 0 0 0 0 18.333v10a1.666 1.666 0 1 0 3.333 0V25H30v3.333a1.666 1.666 0 1 0 3.333 0v-10A3.333 3.333 0 0 0 30 15m-15 0H6.667v-1.667a1.667 1.667 0 0 1 1.666-1.666h5A1.667 1.667 0 0 1 15 13.333zm11.667 0h-8.334v-1.667A1.667 1.667 0 0 1 20 11.667h5a1.667 1.667 0 0 1 1.667 1.666z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='30' fill='none'%3E%3Cpath fill='%230662BA' d='M30 15V1.667a1.667 1.667 0 1 0-3.333 0V5h-20V1.667a1.667 1.667 0 0 0-3.334 0V15A3.333 3.333 0 0 0 0 18.333v10a1.666 1.666 0 1 0 3.333 0V25H30v3.333a1.666 1.666 0 1 0 3.333 0v-10A3.333 3.333 0 0 0 30 15m-15 0H6.667v-1.667a1.667 1.667 0 0 1 1.666-1.666h5A1.667 1.667 0 0 1 15 13.333zm11.667 0h-8.334v-1.667A1.667 1.667 0 0 1 20 11.667h5a1.667 1.667 0 0 1 1.667 1.666z'/%3E%3C/svg%3E")}.amenities-icon_disability:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.999 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4.16 6.93c.48.08.84.48.84.97 0 .63-.58 1.1-1.2.97-1.4-.28-2.8-.99-3.8-1.82v3.45h3c1.1 0 2 .9 2 2V19c0 .55-.45 1-1 1s-1-.45-1-1v-4h-5c-1.1 0-2-.9-2-2V7.1c0-1.03.73-1.95 1.75-2.07.47-.06.88.04 1.25.25h.01q.007 0 .01.005.003.004.01.005c.23.11.44.26.61.45l1.29 1.43a5.76 5.76 0 0 0 3.23 1.76M4.999 18c1.31 0 2.42-.84 2.83-2h2.07a5 5 0 1 1-5.9-5.9v2.07c-1.16.42-2 1.52-2 2.83 0 1.66 1.34 3 3 3' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.999 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4.16 6.93c.48.08.84.48.84.97 0 .63-.58 1.1-1.2.97-1.4-.28-2.8-.99-3.8-1.82v3.45h3c1.1 0 2 .9 2 2V19c0 .55-.45 1-1 1s-1-.45-1-1v-4h-5c-1.1 0-2-.9-2-2V7.1c0-1.03.73-1.95 1.75-2.07.47-.06.88.04 1.25.25h.01q.007 0 .01.005.003.004.01.005c.23.11.44.26.61.45l1.29 1.43a5.76 5.76 0 0 0 3.23 1.76M4.999 18c1.31 0 2.42-.84 2.83-2h2.07a5 5 0 1 1-5.9-5.9v2.07c-1.16.42-2 1.52-2 2.83 0 1.66 1.34 3 3 3' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_cleaning:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.416 6.702c-.208-.873.207-1.413.79-1.538.456-1.163.872-2.66.248-3.033-.29-.208-.872-.333-.997.872-.083.914-.582 1.746-.873 2.161-.083.083-.249.042-.249-.083-.042-.748-.125-2.66 0-4.031.042-.25-.083-.582-.332-.706-.291-.167-.832-.25-.79.83 0 0-.166 2.37-.457 3.367a.13.13 0 0 1-.25 0C6.258 3.419 5.552.302 5.26.094c-.374-.25-1.247-.041-.998 1.08.208.749.458 2.37.582 3.284 0 .124-.166.207-.25.083-.415-.665-1.038-1.829-1.246-2.535-.332-1.04-1.87-.873-1.246.706.581 1.413 1.496 3.907 1.496 4.862 0 .125-.125.208-.25.125a7 7 0 0 1-1.163-1.247C1.56 5.58.73 5.29.439 5.33c-.29.042-.956.665.291 1.87a9.2 9.2 0 0 1 1.122 1.455c.374.665.914 1.247 1.455 1.745.623.582 1.33 1.413 1.246 2.161-.041.333-.083.665-.083.998-.024.191-.034.493-.046.858-.01.268-.02.57-.037.887h4.82a3 3 0 0 0-.498-.54c-.746-.679-1.025-1.123-1.291-1.548-.223-.356-.438-.699-.911-1.153-.79-.79-.832-1.372-.707-1.746.374-1.246 1.87-.665 2.66.457a1 1 0 0 1 .111.138q.03.044.055.07c-.208-.748-.582-1.787-1.039-2.909-.29-.706-.166-1.163 0-1.413.457-.665 1.454-.54 1.87.25a.3.3 0 0 0-.02-.104.3.3 0 0 1-.021-.104M4.013 15.72h5.569c.11.246.093.438.068.718a6 6 0 0 0-.027.528h-5.61c-.125 0-.208-.083-.208-.207v-.832c0-.083.083-.207.208-.207m10.01.342c-.043-.255-.116-.692-.036-1.09.196-.82.224-1.455.25-2.065.036-.813.07-1.58.498-2.673.415-.997.914-2.493.332-2.867-.25-.167-.748-.25-.83.83-.084.749-.5 1.455-.749 1.83-.083.083-.208.083-.208-.042-.041-.624-.124-2.244 0-3.408a.62.62 0 0 0-.29-.623c-.208-.166-.665-.208-.665.706 0 0-.125 1.995-.374 2.826-.042.125-.167.125-.208 0-.208-.956-.832-3.615-1.08-3.782-.292-.207-1.04-.041-.832.915.16.643.36 1.908.486 2.705l.013.079c0 .125-.125.208-.208.083-.332-.582-.873-1.58-1.039-2.16-.29-.915-1.62-.749-1.08.581l.006.016c.458 1.208 1.24 3.27 1.24 4.098 0 .083-.124.166-.208.083l-.127-.125a8 8 0 0 1-.87-.955c-.54-.748-1.247-.998-1.496-.956-.208.042-.79.54.25 1.58.491.491.716.845.94 1.199.27.423.538.845 1.262 1.501 1.2 1.098 1.127 1.63 1.041 2.249-.018.13-.037.266-.044.41 0 .333 0 .832-.041 1.497h4.446c-.166-1.371-.207-1.704-.374-2.41zM9.623 20h5.029c.124 0 .249-.083.207-.208v-.623c0-.125-.083-.208-.207-.208H9.623c-.124 0-.208.083-.208.208v.623c0 .125.084.208.208.208' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.416 6.702c-.208-.873.207-1.413.79-1.538.456-1.163.872-2.66.248-3.033-.29-.208-.872-.333-.997.872-.083.914-.582 1.746-.873 2.161-.083.083-.249.042-.249-.083-.042-.748-.125-2.66 0-4.031.042-.25-.083-.582-.332-.706-.291-.167-.832-.25-.79.83 0 0-.166 2.37-.457 3.367a.13.13 0 0 1-.25 0C6.258 3.419 5.552.302 5.26.094c-.374-.25-1.247-.041-.998 1.08.208.749.458 2.37.582 3.284 0 .124-.166.207-.25.083-.415-.665-1.038-1.829-1.246-2.535-.332-1.04-1.87-.873-1.246.706.581 1.413 1.496 3.907 1.496 4.862 0 .125-.125.208-.25.125a7 7 0 0 1-1.163-1.247C1.56 5.58.73 5.29.439 5.33c-.29.042-.956.665.291 1.87a9.2 9.2 0 0 1 1.122 1.455c.374.665.914 1.247 1.455 1.745.623.582 1.33 1.413 1.246 2.161-.041.333-.083.665-.083.998-.024.191-.034.493-.046.858-.01.268-.02.57-.037.887h4.82a3 3 0 0 0-.498-.54c-.746-.679-1.025-1.123-1.291-1.548-.223-.356-.438-.699-.911-1.153-.79-.79-.832-1.372-.707-1.746.374-1.246 1.87-.665 2.66.457a1 1 0 0 1 .111.138q.03.044.055.07c-.208-.748-.582-1.787-1.039-2.909-.29-.706-.166-1.163 0-1.413.457-.665 1.454-.54 1.87.25a.3.3 0 0 0-.02-.104.3.3 0 0 1-.021-.104M4.013 15.72h5.569c.11.246.093.438.068.718a6 6 0 0 0-.027.528h-5.61c-.125 0-.208-.083-.208-.207v-.832c0-.083.083-.207.208-.207m10.01.342c-.043-.255-.116-.692-.036-1.09.196-.82.224-1.455.25-2.065.036-.813.07-1.58.498-2.673.415-.997.914-2.493.332-2.867-.25-.167-.748-.25-.83.83-.084.749-.5 1.455-.749 1.83-.083.083-.208.083-.208-.042-.041-.624-.124-2.244 0-3.408a.62.62 0 0 0-.29-.623c-.208-.166-.665-.208-.665.706 0 0-.125 1.995-.374 2.826-.042.125-.167.125-.208 0-.208-.956-.832-3.615-1.08-3.782-.292-.207-1.04-.041-.832.915.16.643.36 1.908.486 2.705l.013.079c0 .125-.125.208-.208.083-.332-.582-.873-1.58-1.039-2.16-.29-.915-1.62-.749-1.08.581l.006.016c.458 1.208 1.24 3.27 1.24 4.098 0 .083-.124.166-.208.083l-.127-.125a8 8 0 0 1-.87-.955c-.54-.748-1.247-.998-1.496-.956-.208.042-.79.54.25 1.58.491.491.716.845.94 1.199.27.423.538.845 1.262 1.501 1.2 1.098 1.127 1.63 1.041 2.249-.018.13-.037.266-.044.41 0 .333 0 .832-.041 1.497h4.446c-.166-1.371-.207-1.704-.374-2.41zM9.623 20h5.029c.124 0 .249-.083.207-.208v-.623c0-.125-.083-.208-.207-.208H9.623c-.124 0-.208.083-.208.208v.623c0 .125.084.208.208.208' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_info:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E")}.amenities-icon_grill:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.78 7.323h.088c.472 0 .86-.388.86-.863v-.074a.863.863 0 0 0-.86-.86H.862a.863.863 0 0 0-.862.86v.074c0 .475.387.863.86.863h.087a5.4 5.4 0 0 0 2.152 3.942l-2.015 6.573a1.086 1.086 0 0 0-.078 2.13q.121.031.244.032a1.09 1.09 0 0 0 1.059-.847 1.09 1.09 0 0 0-.14-.821 1.2 1.2 0 0 0-.27-.285l.313-1.018h8.31l.312 1.022a1.1 1.1 0 0 0-.272.284 1.1 1.1 0 0 0-.14.818 1.1 1.1 0 0 0 1.062.847q.123 0 .237-.031a1.09 1.09 0 0 0 .822-1.3 1.06 1.06 0 0 0-.481-.678 1.1 1.1 0 0 0-.419-.153l-2.015-6.573a5.42 5.42 0 0 0 2.153-3.942Zm-1.518 8.863H2.465L3.83 11.73a5.4 5.4 0 0 0 5.061 0zm-6.444-11.9a.419.419 0 1 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.131-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 0 0-.838 0c0 .156-.053.215-.187.359-.163.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93m1.827 0a.419.419 0 0 0 .837 0c0-.156.057-.215.188-.36.162-.174.412-.443.412-.93s-.247-.753-.412-.931c-.131-.144-.188-.2-.188-.36 0-.155.057-.215.188-.359.162-.174.412-.443.412-.927a.419.419 0 0 0-.837.003c0 .156-.053.215-.188.359-.165.175-.412.44-.412.928 0 .487.247.753.412.93.132.145.188.2.188.36 0 .156-.053.216-.188.36-.165.174-.412.44-.412.927m1.828 0a.419.419 0 0 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.13-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 1 0-.838 0c0 .156-.053.215-.187.359-.162.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.78 7.323h.088c.472 0 .86-.388.86-.863v-.074a.863.863 0 0 0-.86-.86H.862a.863.863 0 0 0-.862.86v.074c0 .475.387.863.86.863h.087a5.4 5.4 0 0 0 2.152 3.942l-2.015 6.573a1.086 1.086 0 0 0-.078 2.13q.121.031.244.032a1.09 1.09 0 0 0 1.059-.847 1.09 1.09 0 0 0-.14-.821 1.2 1.2 0 0 0-.27-.285l.313-1.018h8.31l.312 1.022a1.1 1.1 0 0 0-.272.284 1.1 1.1 0 0 0-.14.818 1.1 1.1 0 0 0 1.062.847q.123 0 .237-.031a1.09 1.09 0 0 0 .822-1.3 1.06 1.06 0 0 0-.481-.678 1.1 1.1 0 0 0-.419-.153l-2.015-6.573a5.42 5.42 0 0 0 2.153-3.942Zm-1.518 8.863H2.465L3.83 11.73a5.4 5.4 0 0 0 5.061 0zm-6.444-11.9a.419.419 0 1 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.131-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 0 0-.838 0c0 .156-.053.215-.187.359-.163.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93m1.827 0a.419.419 0 0 0 .837 0c0-.156.057-.215.188-.36.162-.174.412-.443.412-.93s-.247-.753-.412-.931c-.131-.144-.188-.2-.188-.36 0-.155.057-.215.188-.359.162-.174.412-.443.412-.927a.419.419 0 0 0-.837.003c0 .156-.053.215-.188.359-.165.175-.412.44-.412.928 0 .487.247.753.412.93.132.145.188.2.188.36 0 .156-.053.216-.188.36-.165.174-.412.44-.412.927m1.828 0a.419.419 0 0 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.13-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 1 0-.838 0c0 .156-.053.215-.187.359-.162.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93'/%3E%3C/svg%3E")}.amenities-icon_flower:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m7.224 3.87.424-.652.289.789 1.927-2.094s.416-.84-.287-1.353C8.874.048 8.144.726 8.144.726s-.4-.915-1.343-.69c-.944.224-.695 1.248-.695 1.248l1.118 2.585ZM6.83 8.596l-.288-.788-1.927 2.093s-.416.841.286 1.353c.703.512 1.434-.166 1.434-.166s.399.916 1.343.691c.944-.224.695-1.248.695-1.248L7.254 7.946zM2.754 4.601l2.75.302-.34-.701.813.138-.812-2.752S4.66.8 3.875 1.166 3.3 2.518 3.3 2.518s-.975-.104-1.257.844.711 1.24.711 1.24Zm8.97 2.613-2.75-.301.34.7-.812-.138.812 2.752s.504.789 1.29.422c.784-.366.575-1.352.575-1.352s.975.104 1.256-.844-.71-1.239-.71-1.239Zm.35-3.118s.573-.814-.092-1.534c-.666-.72-1.406.016-1.406.016l-1.621 2.29.763.046-.52.652 2.74.646s.92-.056.998-.934c.08-.879-.862-1.182-.862-1.182M2.404 7.72s-.572.813.094 1.534c.665.72 1.405-.016 1.405-.016l1.621-2.29-.764-.046.521-.653-2.74-.646s-.92.056-.998.935c-.08.878.862 1.182.862 1.182Zm4.584-.687A1.13 1.13 0 0 0 8.29 6.09a1.15 1.15 0 0 0-.921-1.33 1.13 1.13 0 0 0-1.301.942 1.15 1.15 0 0 0 .921 1.33Zm-1.65 12.844c4.794 0 4.881-5.344 4.881-5.344-5.679.053-4.881 5.344-4.881 5.344m-1.545-8.583c-.74 1.735-.868 3.778-.813 5.382-.597-.588-1.53-1.021-2.98-1.035 0 0 .072 4.31 3.969 4.32.002 0 .003-.038.005-.038h.012V20s.087-.004.132-.014a.74.74 0 0 0 .568-.87c-.011-.056-.744-3.933.277-6.82a2.38 2.38 0 0 1-1.17-1.002'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m7.224 3.87.424-.652.289.789 1.927-2.094s.416-.84-.287-1.353C8.874.048 8.144.726 8.144.726s-.4-.915-1.343-.69c-.944.224-.695 1.248-.695 1.248l1.118 2.585ZM6.83 8.596l-.288-.788-1.927 2.093s-.416.841.286 1.353c.703.512 1.434-.166 1.434-.166s.399.916 1.343.691c.944-.224.695-1.248.695-1.248L7.254 7.946zM2.754 4.601l2.75.302-.34-.701.813.138-.812-2.752S4.66.8 3.875 1.166 3.3 2.518 3.3 2.518s-.975-.104-1.257.844.711 1.24.711 1.24Zm8.97 2.613-2.75-.301.34.7-.812-.138.812 2.752s.504.789 1.29.422c.784-.366.575-1.352.575-1.352s.975.104 1.256-.844-.71-1.239-.71-1.239Zm.35-3.118s.573-.814-.092-1.534c-.666-.72-1.406.016-1.406.016l-1.621 2.29.763.046-.52.652 2.74.646s.92-.056.998-.934c.08-.879-.862-1.182-.862-1.182M2.404 7.72s-.572.813.094 1.534c.665.72 1.405-.016 1.405-.016l1.621-2.29-.764-.046.521-.653-2.74-.646s-.92.056-.998.935c-.08.878.862 1.182.862 1.182Zm4.584-.687A1.13 1.13 0 0 0 8.29 6.09a1.15 1.15 0 0 0-.921-1.33 1.13 1.13 0 0 0-1.301.942 1.15 1.15 0 0 0 .921 1.33Zm-1.65 12.844c4.794 0 4.881-5.344 4.881-5.344-5.679.053-4.881 5.344-4.881 5.344m-1.545-8.583c-.74 1.735-.868 3.778-.813 5.382-.597-.588-1.53-1.021-2.98-1.035 0 0 .072 4.31 3.969 4.32.002 0 .003-.038.005-.038h.012V20s.087-.004.132-.014a.74.74 0 0 0 .568-.87c-.011-.056-.744-3.933.277-6.82a2.38 2.38 0 0 1-1.17-1.002'/%3E%3C/svg%3E")}.amenities-icon_service:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E")}.amenities-icon_services-in-room:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.548 13.778c.153.261.452.565.452.889v.889a.45.45 0 0 1-.452.444H.452C.202 16 0 15.8 0 15.556v-.89c0-.323.299-.627.452-.888zm-.453-.89H.905l.905-2.221h15.38zM1.81 9.779V8c.238-3.573 3.356-6.446 7.238-6.655V.89h-.453c-.25 0-.452-.2-.452-.445S8.346 0 8.595 0h1.81c.25 0 .452.2.452.444a.45.45 0 0 1-.452.445h-.453v.456c3.882.209 7 3.082 7.239 6.655v1.778z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.548 13.778c.153.261.452.565.452.889v.889a.45.45 0 0 1-.452.444H.452C.202 16 0 15.8 0 15.556v-.89c0-.323.299-.627.452-.888zm-.453-.89H.905l.905-2.221h15.38zM1.81 9.779V8c.238-3.573 3.356-6.446 7.238-6.655V.89h-.453c-.25 0-.452-.2-.452-.445S8.346 0 8.595 0h1.81c.25 0 .452.2.452.444a.45.45 0 0 1-.452.445h-.453v.456c3.882.209 7 3.082 7.239 6.655v1.778z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_ski:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.663 9.513c1.292.915 4.288 2.972 4.752 3.383.647.459 2.124 1.785.554 3.66-1.153 1.417-2.722 3.52-3.415 4.388l7.984-.914c.045 0 1.757-.09 2.4-1.098a1.87 1.87 0 0 0 .045-1.508l.831-.14a2.63 2.63 0 0 1-.14 2.241c-.646 1.098-2.123 1.373-2.677 1.463h-.231L.276 23 0 22.04l6.046-.686s3.876-4.892 4.292-5.441a.88.88 0 0 0 .031-1.12.9.9 0 0 0-.313-.253c-.552-.365-1.43-.914-2.214-1.462a2.8 2.8 0 0 1-1.164-1.603 2.77 2.77 0 0 1 .195-1.965L3.55 9.464c-.082.285-.223.55-.415.778a2 2 0 0 1-.646.183l.046-1.098-1.06-.274 1.014-.229c0 .047.046-.96.046-.96a.84.84 0 0 1 .646.229c.182.174.31.396.37.64l3.092.046s.23-2.195 2.907-4.07c.693-.503 2.03-.777 2.723.229a14.6 14.6 0 0 1 1.43 3.292s2.492-.09 3.138-.046c1.431.092 1.57.96 0 1.28-2.492.55-3.692.778-4.2.367a5.8 5.8 0 0 1-1.106-1.51l-.785 1.281zM14.26.779a1.916 1.916 0 0 0-2.648-.426 1.872 1.872 0 0 0 .782 3.379 1.87 1.87 0 0 0 1.403-.346 1.873 1.873 0 0 0 .46-2.607z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.663 9.513c1.292.915 4.288 2.972 4.752 3.383.647.459 2.124 1.785.554 3.66-1.153 1.417-2.722 3.52-3.415 4.388l7.984-.914c.045 0 1.757-.09 2.4-1.098a1.87 1.87 0 0 0 .045-1.508l.831-.14a2.63 2.63 0 0 1-.14 2.241c-.646 1.098-2.123 1.373-2.677 1.463h-.231L.276 23 0 22.04l6.046-.686s3.876-4.892 4.292-5.441a.88.88 0 0 0 .031-1.12.9.9 0 0 0-.313-.253c-.552-.365-1.43-.914-2.214-1.462a2.8 2.8 0 0 1-1.164-1.603 2.77 2.77 0 0 1 .195-1.965L3.55 9.464c-.082.285-.223.55-.415.778a2 2 0 0 1-.646.183l.046-1.098-1.06-.274 1.014-.229c0 .047.046-.96.046-.96a.84.84 0 0 1 .646.229c.182.174.31.396.37.64l3.092.046s.23-2.195 2.907-4.07c.693-.503 2.03-.777 2.723.229a14.6 14.6 0 0 1 1.43 3.292s2.492-.09 3.138-.046c1.431.092 1.57.96 0 1.28-2.492.55-3.692.778-4.2.367a5.8 5.8 0 0 1-1.106-1.51l-.785 1.281zM14.26.779a1.916 1.916 0 0 0-2.648-.426 1.872 1.872 0 0 0 .782 3.379 1.87 1.87 0 0 0 1.403-.346 1.873 1.873 0 0 0 .46-2.607z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_conference:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1.673 3.41v7.57h8.08l.048.972H1.29a.59.59 0 0 1-.59-.59v-8.51a.697.697 0 0 1-.701-.7v-.128c0-.383.303-.701.701-.701h6.136V.542c0-.303.239-.542.541-.542s.542.239.542.542v.797h6.12c.382 0 .701.302.701.7v.128a.697.697 0 0 1-.701.702v.541zm11.889 4.223a1.705 1.705 0 1 0 0-3.41 1.705 1.705 0 0 0 0 3.41m2.868 1.068a47 47 0 0 1-1.593-.51c-.128-.048-.223-.016-.32.096-.214.26-.437.512-.668.774l-.287.325-.287-.325c-.231-.262-.454-.514-.67-.774-.095-.112-.175-.128-.318-.096q-.395.131-.797.255a47 47 0 0 0-.797.255c-.175.048-.255.16-.255.335V9.1l.271 4.717v.08c.048.653.08.716.701.908l.303 4.51a.73.73 0 0 0 .717.685h2.231a.72.72 0 0 0 .718-.685l.302-4.51c.622-.191.67-.255.702-.909v-.08l.27-4.716v-.064c.032-.175-.047-.287-.223-.335' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1.673 3.41v7.57h8.08l.048.972H1.29a.59.59 0 0 1-.59-.59v-8.51a.697.697 0 0 1-.701-.7v-.128c0-.383.303-.701.701-.701h6.136V.542c0-.303.239-.542.541-.542s.542.239.542.542v.797h6.12c.382 0 .701.302.701.7v.128a.697.697 0 0 1-.701.702v.541zm11.889 4.223a1.705 1.705 0 1 0 0-3.41 1.705 1.705 0 0 0 0 3.41m2.868 1.068a47 47 0 0 1-1.593-.51c-.128-.048-.223-.016-.32.096-.214.26-.437.512-.668.774l-.287.325-.287-.325c-.231-.262-.454-.514-.67-.774-.095-.112-.175-.128-.318-.096q-.395.131-.797.255a47 47 0 0 0-.797.255c-.175.048-.255.16-.255.335V9.1l.271 4.717v.08c.048.653.08.716.701.908l.303 4.51a.73.73 0 0 0 .717.685h2.231a.72.72 0 0 0 .718-.685l.302-4.51c.622-.191.67-.255.702-.909v-.08l.27-4.716v-.064c.032-.175-.047-.287-.223-.335' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_cooling:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.2 7.2h-2.536l2.032-2.032a.795.795 0 0 0 0-1.128.806.806 0 0 0-1.136 0L10.4 7.2H8.8V5.6l3.16-3.16a.806.806 0 0 0-.259-1.31.8.8 0 0 0-.869.174L8.8 3.336V.8C8.8.36 8.44 0 8 0s-.8.36-.8.8v2.536L5.168 1.304a.797.797 0 0 0-1.128 0 .806.806 0 0 0 0 1.136L7.2 5.6v1.6H5.6L2.44 4.04a.806.806 0 0 0-1.31.259.8.8 0 0 0 .174.869L3.336 7.2H.8c-.44 0-.8.36-.8.8s.36.8.8.8h2.536l-2.032 2.032a.797.797 0 0 0 0 1.128.806.806 0 0 0 1.136 0L5.6 8.8h1.6v1.6l-3.16 3.16a.806.806 0 0 0 0 1.136.797.797 0 0 0 1.128 0L7.2 12.664V15.2c0 .44.36.8.8.8s.8-.36.8-.8v-2.536l2.032 2.032a.797.797 0 0 0 1.128 0 .806.806 0 0 0 0-1.136L8.8 10.4V8.8h1.6l3.16 3.16a.806.806 0 0 0 1.31-.259.8.8 0 0 0-.174-.869L12.664 8.8H15.2c.44 0 .8-.36.8-.8s-.36-.8-.8-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.2 7.2h-2.536l2.032-2.032a.795.795 0 0 0 0-1.128.806.806 0 0 0-1.136 0L10.4 7.2H8.8V5.6l3.16-3.16a.806.806 0 0 0-.259-1.31.8.8 0 0 0-.869.174L8.8 3.336V.8C8.8.36 8.44 0 8 0s-.8.36-.8.8v2.536L5.168 1.304a.797.797 0 0 0-1.128 0 .806.806 0 0 0 0 1.136L7.2 5.6v1.6H5.6L2.44 4.04a.806.806 0 0 0-1.31.259.8.8 0 0 0 .174.869L3.336 7.2H.8c-.44 0-.8.36-.8.8s.36.8.8.8h2.536l-2.032 2.032a.797.797 0 0 0 0 1.128.806.806 0 0 0 1.136 0L5.6 8.8h1.6v1.6l-3.16 3.16a.806.806 0 0 0 0 1.136.797.797 0 0 0 1.128 0L7.2 12.664V15.2c0 .44.36.8.8.8s.8-.36.8-.8v-2.536l2.032 2.032a.797.797 0 0 0 1.128 0 .806.806 0 0 0 0-1.136L8.8 10.4V8.8h1.6l3.16 3.16a.806.806 0 0 0 1.31-.259.8.8 0 0 0-.174-.869L12.664 8.8H15.2c.44 0 .8-.36.8-.8s-.36-.8-.8-.8'/%3E%3C/svg%3E")}.amenities-icon_smoking:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' fill='none'%3E%3Cpath fill='currentColor' d='M13.5 13.89h-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h12c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m3.35-8.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21a.758.758 0 0 0-.97.72c0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74v.15c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03m-2.82 2.47h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.03 1.84 1.62 3.29 3.46 3.29h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16m1.97 5.8h1.5v3H16zm2.5 0H20v3h-1.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' fill='none'%3E%3Cpath fill='currentColor' d='M13.5 13.89h-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h12c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m3.35-8.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21a.758.758 0 0 0-.97.72c0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74v.15c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03m-2.82 2.47h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.03 1.84 1.62 3.29 3.46 3.29h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16m1.97 5.8h1.5v3H16zm2.5 0H20v3h-1.5z'/%3E%3C/svg%3E")}.amenities-icon_no-smoking:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.496 6.564a.76.76 0 0 1-.409-.674v-.15c0-.162.054-.309.144-.43a.9.9 0 0 1 .436-.31 1.856 1.856 0 0 0-.06-3.54.73.73 0 0 1-.52-.71.75.75 0 0 1 .307-.6.75.75 0 0 1 .663-.12 3.36 3.36 0 0 1 2.305 3.917l2.488-2.273a1 1 0 1 1 1.349 1.477L1.674 21.896A1 1 0 1 1 .326 20.42l3.864-3.53H2.087c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h5.388l4.876-4.454C10.894 9.074 9.762 7.8 9.738 6.25a3.35 3.35 0 0 1 2.42-3.28c.47-.14.93.23.93.72 0 .34-.22.63-.54.72-.84.23-1.42.98-1.3 1.93.13 1.02 1.05 1.75 2.07 1.75h.507zm-1.409 7.326h-1.551l-3.286 3h4.837c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m2.21-3.436c.183.308.29.689.29 1.136v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89a2.98 2.98 0 0 0-.651-1.845zm2.79.206a4.13 4.13 0 0 0-.62-2.188l1.121-1.023c.631.905 1 2.01 1 3.201v1.49c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm-1 3.23h-1.5v3h1.5zm1 0h1.5v3h-1.5z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.496 6.564a.76.76 0 0 1-.409-.674v-.15c0-.162.054-.309.144-.43a.9.9 0 0 1 .436-.31 1.856 1.856 0 0 0-.06-3.54.73.73 0 0 1-.52-.71.75.75 0 0 1 .307-.6.75.75 0 0 1 .663-.12 3.36 3.36 0 0 1 2.305 3.917l2.488-2.273a1 1 0 1 1 1.349 1.477L1.674 21.896A1 1 0 1 1 .326 20.42l3.864-3.53H2.087c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h5.388l4.876-4.454C10.894 9.074 9.762 7.8 9.738 6.25a3.35 3.35 0 0 1 2.42-3.28c.47-.14.93.23.93.72 0 .34-.22.63-.54.72-.84.23-1.42.98-1.3 1.93.13 1.02 1.05 1.75 2.07 1.75h.507zm-1.409 7.326h-1.551l-3.286 3h4.837c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m2.21-3.436c.183.308.29.689.29 1.136v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89a2.98 2.98 0 0 0-.651-1.845zm2.79.206a4.13 4.13 0 0 0-.62-2.188l1.121-1.023c.631.905 1 2.01 1 3.201v1.49c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm-1 3.23h-1.5v3h1.5zm1 0h1.5v3h-1.5z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_lounge:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M22.857 5.714A2.29 2.29 0 0 0 20.571 8v3.429h-16V8a2.29 2.29 0 0 0-2.285-2.286A2.29 2.29 0 0 0 0 8v5.714A2.29 2.29 0 0 0 2.286 16h20.571a2.29 2.29 0 0 0 2.286-2.286V8a2.29 2.29 0 0 0-2.286-2.286M19.43 0H5.714A2.29 2.29 0 0 0 3.43 2.286v2.457a3.42 3.42 0 0 1 2.285 3.223v2.32H19.43v-2.32c0-1.486.96-2.743 2.285-3.223V2.286A2.29 2.29 0 0 0 19.43 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M22.857 5.714A2.29 2.29 0 0 0 20.571 8v3.429h-16V8a2.29 2.29 0 0 0-2.285-2.286A2.29 2.29 0 0 0 0 8v5.714A2.29 2.29 0 0 0 2.286 16h20.571a2.29 2.29 0 0 0 2.286-2.286V8a2.29 2.29 0 0 0-2.286-2.286M19.43 0H5.714A2.29 2.29 0 0 0 3.43 2.286v2.457a3.42 3.42 0 0 1 2.285 3.223v2.32H19.43v-2.32c0-1.486.96-2.743 2.285-3.223V2.286A2.29 2.29 0 0 0 19.43 0'/%3E%3C/svg%3E")}.amenities-icon_pets:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M14.578 8.383c1.702 0 3.084-1.831 3.084-4.08S16.28.227 14.578.227c-1.697 0-3.079 1.827-3.079 4.076s1.382 4.08 3.08 4.08ZM7.91 7.59c1.586 0 2.875-1.701 2.875-3.792C10.785 1.702 9.496 0 7.91 0 6.325 0 5.036 1.702 5.036 3.798c0 2.09 1.289 3.792 2.874 3.792M2.374 5.087C1.066 5.087 0 6.477 0 8.189c0 1.706 1.066 3.097 2.374 3.097s2.37-1.391 2.37-3.097c0-1.711-1.062-3.102-2.37-3.102M17 16.586c-.214.524-.543.923-.951 1.154-.31.172-.659.26-1.034.26-.682 0-1.442-.292-2.258-.867-.264-.223-.992-.733-1.553-.733a8 8 0 0 1-.812 0c-.301 0-.635.13-.923.283-.287.153-.528.33-.635.422a1 1 0 0 1-.088.06c-.57.302-1.136.487-1.67.547-1.395.167-2.642-.825-2.879-2.225-.366-2.142.942-3.914.997-3.988.056-.088 1.855-2.898 5.583-2.898 4.039.227 5.555 2.838 5.615 2.95.051.064 1.65 2.457.608 5.035m5.257-7.308c0 1.823-1.127 3.302-2.518 3.302s-2.518-1.479-2.518-3.302 1.128-3.301 2.518-3.301 2.518 1.478 2.518 3.301' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M14.578 8.383c1.702 0 3.084-1.831 3.084-4.08S16.28.227 14.578.227c-1.697 0-3.079 1.827-3.079 4.076s1.382 4.08 3.08 4.08ZM7.91 7.59c1.586 0 2.875-1.701 2.875-3.792C10.785 1.702 9.496 0 7.91 0 6.325 0 5.036 1.702 5.036 3.798c0 2.09 1.289 3.792 2.874 3.792M2.374 5.087C1.066 5.087 0 6.477 0 8.189c0 1.706 1.066 3.097 2.374 3.097s2.37-1.391 2.37-3.097c0-1.711-1.062-3.102-2.37-3.102M17 16.586c-.214.524-.543.923-.951 1.154-.31.172-.659.26-1.034.26-.682 0-1.442-.292-2.258-.867-.264-.223-.992-.733-1.553-.733a8 8 0 0 1-.812 0c-.301 0-.635.13-.923.283-.287.153-.528.33-.635.422a1 1 0 0 1-.088.06c-.57.302-1.136.487-1.67.547-1.395.167-2.642-.825-2.879-2.225-.366-2.142.942-3.914.997-3.988.056-.088 1.855-2.898 5.583-2.898 4.039.227 5.555 2.838 5.615 2.95.051.064 1.65 2.457.608 5.035m5.257-7.308c0 1.823-1.127 3.302-2.518 3.302s-2.518-1.479-2.518-3.302 1.128-3.301 2.518-3.301 2.518 1.478 2.518 3.301' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_no-insects:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 0c.307 0 .556.249.556.556v4.713c.177.177.34.436.483.76l2.017-1.494V2.963c0-.152.062-.298.172-.402L15.172.709a.556.556 0 1 1 .767.804l-1.772 1.688v1.614a.56.56 0 0 1-.225.446l-2.5 1.852-.046.03c.171.742.27 1.628.27 2.58q0 .536-.04 1.038l3.326 2.941a.56.56 0 0 1 .177.528l-.4 1.944 1.619.762a.555.555 0 1 1-.473 1.006l-2.015-.948a.556.556 0 0 1-.307-.615l.422-2.057-2.531-2.24a8 8 0 0 1-.163.662l1.18 1.6a.56.56 0 0 1 .079.51l-.699 2.031 1.488 2.253a.556.556 0 0 1-.928.612l-1.638-2.481a.56.56 0 0 1-.061-.487l.692-2.013-.628-.852c-.23.337-.49.527-.766.527s-.537-.19-.766-.527l-.628.852.692 2.013a.56.56 0 0 1-.061.487L7.599 19.75a.556.556 0 0 1-.928-.612l1.488-2.253-.699-2.03a.56.56 0 0 1 .078-.51l1.181-1.601a8 8 0 0 1-.163-.661l-2.531 2.239.422 2.057a.556.556 0 0 1-.307.614l-2.015.949a.556.556 0 0 1-.473-1.006l1.619-.762-.4-1.944a.56.56 0 0 1 .177-.528l3.326-2.941a13 13 0 0 1-.04-1.039c0-.951.099-1.837.27-2.579l-.046-.03-2.5-1.852a.56.56 0 0 1-.225-.446V3.2L4.061 1.513A.556.556 0 0 1 4.828.71l1.944 1.85c.11.104.172.25.172.402v1.572l2.017 1.494c.144-.325.307-.584.484-.761V.556c0-.307.249-.556.556-.556ZM3.82 10.556c-1.64 0-2.275-.422-2.501-.674l-.032-.037 5.566-.747q-.115.205-.275.398c-.446.534-1.25 1.06-2.757 1.06ZM.06 8.889c-.25.926.15 2.778 3.76 2.778 2.713 0 3.897-1.464 4.318-2.742.14-.423.195-.825.195-1.147zm16.12 1.667c1.64 0 2.275-.422 2.501-.674l.031-.037-5.565-.747q.115.205.275.398c.446.534 1.25 1.06 2.757 1.06Zm3.76-1.667c.25.926-.15 2.778-3.76 2.778-2.713 0-3.897-1.464-4.318-2.742a3.8 3.8 0 0 1-.195-1.147z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 0c.307 0 .556.249.556.556v4.713c.177.177.34.436.483.76l2.017-1.494V2.963c0-.152.062-.298.172-.402L15.172.709a.556.556 0 1 1 .767.804l-1.772 1.688v1.614a.56.56 0 0 1-.225.446l-2.5 1.852-.046.03c.171.742.27 1.628.27 2.58q0 .536-.04 1.038l3.326 2.941a.56.56 0 0 1 .177.528l-.4 1.944 1.619.762a.555.555 0 1 1-.473 1.006l-2.015-.948a.556.556 0 0 1-.307-.615l.422-2.057-2.531-2.24a8 8 0 0 1-.163.662l1.18 1.6a.56.56 0 0 1 .079.51l-.699 2.031 1.488 2.253a.556.556 0 0 1-.928.612l-1.638-2.481a.56.56 0 0 1-.061-.487l.692-2.013-.628-.852c-.23.337-.49.527-.766.527s-.537-.19-.766-.527l-.628.852.692 2.013a.56.56 0 0 1-.061.487L7.599 19.75a.556.556 0 0 1-.928-.612l1.488-2.253-.699-2.03a.56.56 0 0 1 .078-.51l1.181-1.601a8 8 0 0 1-.163-.661l-2.531 2.239.422 2.057a.556.556 0 0 1-.307.614l-2.015.949a.556.556 0 0 1-.473-1.006l1.619-.762-.4-1.944a.56.56 0 0 1 .177-.528l3.326-2.941a13 13 0 0 1-.04-1.039c0-.951.099-1.837.27-2.579l-.046-.03-2.5-1.852a.56.56 0 0 1-.225-.446V3.2L4.061 1.513A.556.556 0 0 1 4.828.71l1.944 1.85c.11.104.172.25.172.402v1.572l2.017 1.494c.144-.325.307-.584.484-.761V.556c0-.307.249-.556.556-.556ZM3.82 10.556c-1.64 0-2.275-.422-2.501-.674l-.032-.037 5.566-.747q-.115.205-.275.398c-.446.534-1.25 1.06-2.757 1.06ZM.06 8.889c-.25.926.15 2.778 3.76 2.778 2.713 0 3.897-1.464 4.318-2.742.14-.423.195-.825.195-1.147zm16.12 1.667c1.64 0 2.275-.422 2.501-.674l.031-.037-5.565-.747q.115.205.275.398c.446.534 1.25 1.06 2.757 1.06Zm3.76-1.667c.25.926-.15 2.778-3.76 2.778-2.713 0-3.897-1.464-4.318-2.742a3.8 3.8 0 0 1-.195-1.147z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_washer:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.55 14.45c-.2.2-.21.55.02.73a4.01 4.01 0 0 0 5.26-.35 4.01 4.01 0 0 0 .35-5.26c-.18-.23-.53-.23-.73-.02zM14 .01 2 0C.89 0 0 .89 0 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V2c0-1.11-.89-1.99-2-1.99M6 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.55 14.45c-.2.2-.21.55.02.73a4.01 4.01 0 0 0 5.26-.35 4.01 4.01 0 0 0 .35-5.26c-.18-.23-.53-.23-.73-.02zM14 .01 2 0C.89 0 0 .89 0 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V2c0-1.11-.89-1.99-2-1.99M6 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6'/%3E%3C/svg%3E")}.amenities-icon_fitness:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M19 0h-2a2 2 0 0 0-2 2v3H9V2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h6v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m3 4h2v4h-2zM0 4h2v4H0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M19 0h-2a2 2 0 0 0-2 2v3H9V2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h6v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m3 4h2v4h-2zM0 4h2v4H0z'/%3E%3C/svg%3E")}.amenities-icon_radio:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M1.196 4.707C.492 4.977 0 5.69 0 6.492V18.07C0 19.132.868 20 1.93 20h15.438a1.93 1.93 0 0 0 1.93-1.93V6.492c0-1.061-.87-1.93-1.93-1.93H6.078l7.17-2.894a.863.863 0 0 0 .472-1.13.863.863 0 0 0-1.129-.472L1.197 4.706ZM4.824 18.07a2.89 2.89 0 0 1-2.894-2.894 2.89 2.89 0 0 1 2.894-2.895 2.89 2.89 0 0 1 2.895 2.895 2.89 2.89 0 0 1-2.895 2.894m12.543-7.719h-1.93v-.965a.97.97 0 0 0-.964-.964.97.97 0 0 0-.965.964v.965H1.93V7.457c0-.53.434-.965.965-.965h13.508c.53 0 .965.434.965.965z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M1.196 4.707C.492 4.977 0 5.69 0 6.492V18.07C0 19.132.868 20 1.93 20h15.438a1.93 1.93 0 0 0 1.93-1.93V6.492c0-1.061-.87-1.93-1.93-1.93H6.078l7.17-2.894a.863.863 0 0 0 .472-1.13.863.863 0 0 0-1.129-.472L1.197 4.706ZM4.824 18.07a2.89 2.89 0 0 1-2.894-2.894 2.89 2.89 0 0 1 2.894-2.895 2.89 2.89 0 0 1 2.895 2.895 2.89 2.89 0 0 1-2.895 2.894m12.543-7.719h-1.93v-.965a.97.97 0 0 0-.964-.964.97.97 0 0 0-.965.964v.965H1.93V7.457c0-.53.434-.965.965-.965h13.508c.53 0 .965.434.965.965z'/%3E%3C/svg%3E")}.amenities-icon_rooms:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M2.222 2.222v4.445a1.111 1.111 0 1 1-2.222 0V1.11A1.11 1.11 0 0 1 1.111 0h5.556a1.111 1.111 0 0 1 0 2.222zm15.556 0h-4.445a1.11 1.11 0 1 1 0-2.222h5.556A1.11 1.11 0 0 1 20 1.111v5.556a1.111 1.111 0 0 1-2.222 0zM2.222 17.778h4.445a1.111 1.111 0 1 1 0 2.222H1.11A1.11 1.11 0 0 1 0 18.889v-5.556a1.11 1.11 0 1 1 2.222 0zm15.556 0v-4.445a1.11 1.11 0 1 1 2.222 0v5.556A1.11 1.11 0 0 1 18.889 20h-5.556a1.111 1.111 0 0 1 0-2.222zM3.658 5.23A1.111 1.111 0 0 1 5.23 3.659L7.452 5.88a1.111 1.111 0 1 1-1.57 1.571zm8.89 8.889a1.111 1.111 0 0 1 1.57-1.571l2.223 2.222a1.111 1.111 0 0 1-1.571 1.571zm1.57-6.667a1.11 1.11 0 1 1-1.57-1.57l2.222-2.223a1.111 1.111 0 0 1 1.571 1.571L14.12 7.452Zm-8.888 8.89a1.111 1.111 0 1 1-1.571-1.572l2.222-2.222a1.111 1.111 0 1 1 1.571 1.57z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M2.222 2.222v4.445a1.111 1.111 0 1 1-2.222 0V1.11A1.11 1.11 0 0 1 1.111 0h5.556a1.111 1.111 0 0 1 0 2.222zm15.556 0h-4.445a1.11 1.11 0 1 1 0-2.222h5.556A1.11 1.11 0 0 1 20 1.111v5.556a1.111 1.111 0 0 1-2.222 0zM2.222 17.778h4.445a1.111 1.111 0 1 1 0 2.222H1.11A1.11 1.11 0 0 1 0 18.889v-5.556a1.11 1.11 0 1 1 2.222 0zm15.556 0v-4.445a1.11 1.11 0 1 1 2.222 0v5.556A1.11 1.11 0 0 1 18.889 20h-5.556a1.111 1.111 0 0 1 0-2.222zM3.658 5.23A1.111 1.111 0 0 1 5.23 3.659L7.452 5.88a1.111 1.111 0 1 1-1.57 1.571zm8.89 8.889a1.111 1.111 0 0 1 1.57-1.571l2.223 2.222a1.111 1.111 0 0 1-1.571 1.571zm1.57-6.667a1.11 1.11 0 1 1-1.57-1.57l2.222-2.223a1.111 1.111 0 0 1 1.571 1.571L14.12 7.452Zm-8.888 8.89a1.111 1.111 0 1 1-1.571-1.572l2.222-2.222a1.111 1.111 0 1 1 1.571 1.57z'/%3E%3C/svg%3E")}.amenities-icon_slippers:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.833 18.667a2.837 2.837 0 0 0 2.834-2.834V9.87A20 20 0 0 0 2 9.867v5.966a2.83 2.83 0 0 0 2.833 2.834M8.998 4.632 9 4.167A4.165 4.165 0 0 0 4.834 0 4.17 4.17 0 0 0 .667 4.167v.463c2.727-.84 5.569-.84 8.33.002Zm11.667 0 .002-.465A4.165 4.165 0 0 0 16.5 0a4.17 4.17 0 0 0-4.166 4.167v.463c2.727-.84 5.568-.84 8.33.002Zm-.624 5.351-.04-.007v5.857c0 1.93-1.571 3.5-3.502 3.5a3.5 3.5 0 0 1-3.499-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 16.5 20a4.17 4.17 0 0 0 4.167-4.167V9.976c-.2.04-.41.046-.626.007M8.974 5.322c-2.85-.908-5.68-.84-8.284-.001a1 1 0 0 0-.197.088H.492c-.3.177-.492.5-.492.863V8.34a.998.998 0 0 0 1.172.985 20.7 20.7 0 0 1 7.32.002 1 1 0 0 0 1.175-.984v-2.07a.99.99 0 0 0-.693-.951m-.6 4.661-.04-.007v5.857c0 1.93-1.571 3.5-3.501 3.5a3.5 3.5 0 0 1-3.5-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 4.833 20 4.17 4.17 0 0 0 9 15.833V9.976c-.2.04-.41.046-.626.007m3.983-4.662c2.794-.9 5.628-.845 8.284.001a.99.99 0 0 1 .693.952v2.069a1 1 0 0 1-1.175.984 20.7 20.7 0 0 0-7.32-.002.998.998 0 0 1-1.172-.985V6.272c0-.448.29-.823.69-.951m6.977 10.512a2.837 2.837 0 0 1-2.834 2.834 2.83 2.83 0 0 1-2.833-2.834V9.867a20 20 0 0 1 5.667.003z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.833 18.667a2.837 2.837 0 0 0 2.834-2.834V9.87A20 20 0 0 0 2 9.867v5.966a2.83 2.83 0 0 0 2.833 2.834M8.998 4.632 9 4.167A4.165 4.165 0 0 0 4.834 0 4.17 4.17 0 0 0 .667 4.167v.463c2.727-.84 5.569-.84 8.33.002Zm11.667 0 .002-.465A4.165 4.165 0 0 0 16.5 0a4.17 4.17 0 0 0-4.166 4.167v.463c2.727-.84 5.568-.84 8.33.002Zm-.624 5.351-.04-.007v5.857c0 1.93-1.571 3.5-3.502 3.5a3.5 3.5 0 0 1-3.499-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 16.5 20a4.17 4.17 0 0 0 4.167-4.167V9.976c-.2.04-.41.046-.626.007M8.974 5.322c-2.85-.908-5.68-.84-8.284-.001a1 1 0 0 0-.197.088H.492c-.3.177-.492.5-.492.863V8.34a.998.998 0 0 0 1.172.985 20.7 20.7 0 0 1 7.32.002 1 1 0 0 0 1.175-.984v-2.07a.99.99 0 0 0-.693-.951m-.6 4.661-.04-.007v5.857c0 1.93-1.571 3.5-3.501 3.5a3.5 3.5 0 0 1-3.5-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 4.833 20 4.17 4.17 0 0 0 9 15.833V9.976c-.2.04-.41.046-.626.007m3.983-4.662c2.794-.9 5.628-.845 8.284.001a.99.99 0 0 1 .693.952v2.069a1 1 0 0 1-1.175.984 20.7 20.7 0 0 0-7.32-.002.998.998 0 0 1-1.172-.985V6.272c0-.448.29-.823.69-.951m6.977 10.512a2.837 2.837 0 0 1-2.834 2.834 2.83 2.83 0 0 1-2.833-2.834V9.867a20 20 0 0 1 5.667.003z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_hairdryer:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M3.595 10.482v4.814a.9.9 0 0 0 .901.901h.902V18H7.2v-1.803h.901a.9.9 0 0 0 .902-.901v-5.048l8.248-1.262a.9.9 0 0 0 .766-.902V2.676a.9.9 0 0 0-.766-.902L6.2.08a5.3 5.3 0 0 0-2.416.136A5.55 5.55 0 0 0 1.08 2.144a5.41 5.41 0 0 0 2.515 8.338m1.803-7.806a2.704 2.704 0 1 1 0 5.408 2.704 2.704 0 0 1 0-5.408'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M3.595 10.482v4.814a.9.9 0 0 0 .901.901h.902V18H7.2v-1.803h.901a.9.9 0 0 0 .902-.901v-5.048l8.248-1.262a.9.9 0 0 0 .766-.902V2.676a.9.9 0 0 0-.766-.902L6.2.08a5.3 5.3 0 0 0-2.416.136A5.55 5.55 0 0 0 1.08 2.144a5.41 5.41 0 0 0 2.515 8.338m1.803-7.806a2.704 2.704 0 1 1 0 5.408 2.704 2.704 0 0 1 0-5.408'/%3E%3C/svg%3E")}.amenities-icon_outlet:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m11.974 5.013-1.595-1.207 1.207-1.595a1 1 0 1 0-1.595-1.207L8.784 2.6a2 2 0 0 0-2.801.388L2.965 6.974a2 2 0 0 0 .388 2.801l1.594 1.207-4.224 5.582a1 1 0 1 0 1.595 1.207l4.224-5.582 1.595 1.207c.88.666 2.136.492 2.802-.387l3.017-3.987a2 2 0 0 0-.388-2.802l1.207-1.595a1 1 0 1 0-1.594-1.207z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m11.974 5.013-1.595-1.207 1.207-1.595a1 1 0 1 0-1.595-1.207L8.784 2.6a2 2 0 0 0-2.801.388L2.965 6.974a2 2 0 0 0 .388 2.801l1.594 1.207-4.224 5.582a1 1 0 1 0 1.595 1.207l4.224-5.582 1.595 1.207c.88.666 2.136.492 2.802-.387l3.017-3.987a2 2 0 0 0-.388-2.802l1.207-1.595a1 1 0 1 0-1.594-1.207z' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_clock:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%230662BA' d='M5.215 0H3.5a.43.43 0 0 0-.429.429.43.43 0 0 0 .429.428h1.714A.43.43 0 0 0 5.643.43.43.43 0 0 0 5.215 0m-.857 5.571a.43.43 0 0 0 .428-.428V3.429A.43.43 0 0 0 4.358 3a.43.43 0 0 0-.429.429v1.714a.43.43 0 0 0 .429.428M7.37 2.74l.322-.322a.426.426 0 0 0 0-.6l-.005-.004a.425.425 0 0 0-.6 0l-.321.321a3.84 3.84 0 0 0-2.408-.848C2.3 1.286.553 2.983.5 5.04A3.856 3.856 0 0 0 4.358 9 3.854 3.854 0 0 0 7.37 2.739M4.358 8.143c-1.658 0-3-1.342-3-3 0-1.659 1.342-3 3-3s3 1.341 3 3c0 1.658-1.342 3-3 3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%230662BA' d='M5.215 0H3.5a.43.43 0 0 0-.429.429.43.43 0 0 0 .429.428h1.714A.43.43 0 0 0 5.643.43.43.43 0 0 0 5.215 0m-.857 5.571a.43.43 0 0 0 .428-.428V3.429A.43.43 0 0 0 4.358 3a.43.43 0 0 0-.429.429v1.714a.43.43 0 0 0 .429.428M7.37 2.74l.322-.322a.426.426 0 0 0 0-.6l-.005-.004a.425.425 0 0 0-.6 0l-.321.321a3.84 3.84 0 0 0-2.408-.848C2.3 1.286.553 2.983.5 5.04A3.856 3.856 0 0 0 4.358 9 3.854 3.854 0 0 0 7.37 2.739M4.358 8.143c-1.658 0-3-1.342-3-3 0-1.659 1.342-3 3-3s3 1.341 3 3c0 1.658-1.342 3-3 3'/%3E%3C/svg%3E")}.amenities-icon_clock-filled:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath fill='%23200E32' d='M3.375.786h2.25c.1 0 .195-.042.265-.115a.403.403 0 0 0 0-.556A.37.37 0 0 0 5.625 0h-2.25c-.1 0-.195.041-.265.115a.403.403 0 0 0 0 .556c.07.073.166.115.265.115M4.5 1.57c-.89 0-1.76.277-2.5.795A4.67 4.67 0 0 0 .343 4.482a4.9 4.9 0 0 0-.257 2.723A4.8 4.8 0 0 0 1.318 9.62a4.44 4.44 0 0 0 2.304 1.29 4.3 4.3 0 0 0 2.6-.268 4.55 4.55 0 0 0 2.02-1.736A4.88 4.88 0 0 0 9 6.285a4.84 4.84 0 0 0-1.32-3.331A4.4 4.4 0 0 0 4.5 1.57m2.121 3.05L4.765 6.564a.38.38 0 0 1-.265.115.36.36 0 0 1-.265-.115.4.4 0 0 1-.11-.278.4.4 0 0 1 .11-.278L6.09 4.063a.37.37 0 0 1 .265-.115.36.36 0 0 1 .265.115.4.4 0 0 1 .11.278.4.4 0 0 1-.11.278Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath fill='%23200E32' d='M3.375.786h2.25c.1 0 .195-.042.265-.115a.403.403 0 0 0 0-.556A.37.37 0 0 0 5.625 0h-2.25c-.1 0-.195.041-.265.115a.403.403 0 0 0 0 .556c.07.073.166.115.265.115M4.5 1.57c-.89 0-1.76.277-2.5.795A4.67 4.67 0 0 0 .343 4.482a4.9 4.9 0 0 0-.257 2.723A4.8 4.8 0 0 0 1.318 9.62a4.44 4.44 0 0 0 2.304 1.29 4.3 4.3 0 0 0 2.6-.268 4.55 4.55 0 0 0 2.02-1.736A4.88 4.88 0 0 0 9 6.285a4.84 4.84 0 0 0-1.32-3.331A4.4 4.4 0 0 0 4.5 1.57m2.121 3.05L4.765 6.564a.38.38 0 0 1-.265.115.36.36 0 0 1-.265-.115.4.4 0 0 1-.11-.278.4.4 0 0 1 .11-.278L6.09 4.063a.37.37 0 0 1 .265-.115.36.36 0 0 1 .265.115.4.4 0 0 1 .11.278.4.4 0 0 1-.11.278Z'/%3E%3C/svg%3E")}.amenities-icon_calendar-filled:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23200e32' d='M25.5 3H24V1.5c0-.9-.6-1.5-1.5-1.5S21 .6 21 1.5V3H9V1.5C9 .6 8.4 0 7.5 0S6 .6 6 1.5V3H4.5C1.95 3 0 4.95 0 7.5V9h30V7.5C30 4.95 28.05 3 25.5 3M0 25.5C0 28.05 1.95 30 4.5 30h21c2.55 0 4.5-1.95 4.5-4.5V12H0zM22.5 15c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5M15 15c.9 0 1.5.6 1.5 1.5S15.9 18 15 18s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5S15.9 24 15 24s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m-7.5-6c.9 0 1.5.6 1.5 1.5S8.4 18 7.5 18 6 17.4 6 16.5 6.6 15 7.5 15m0 6c.9 0 1.5.6 1.5 1.5S8.4 24 7.5 24 6 23.4 6 22.5 6.6 21 7.5 21'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23200e32' d='M25.5 3H24V1.5c0-.9-.6-1.5-1.5-1.5S21 .6 21 1.5V3H9V1.5C9 .6 8.4 0 7.5 0S6 .6 6 1.5V3H4.5C1.95 3 0 4.95 0 7.5V9h30V7.5C30 4.95 28.05 3 25.5 3M0 25.5C0 28.05 1.95 30 4.5 30h21c2.55 0 4.5-1.95 4.5-4.5V12H0zM22.5 15c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5M15 15c.9 0 1.5.6 1.5 1.5S15.9 18 15 18s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5S15.9 24 15 24s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m-7.5-6c.9 0 1.5.6 1.5 1.5S8.4 18 7.5 18 6 17.4 6 16.5 6.6 15 7.5 15m0 6c.9 0 1.5.6 1.5 1.5S8.4 24 7.5 24 6 23.4 6 22.5 6.6 21 7.5 21'/%3E%3C/svg%3E")}.amenities-icon_percent-filled:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' fill='none'%3E%3Cpath fill='%23200e32' fill-rule='evenodd' d='M28.528 10.796a4.4 4.4 0 0 0 .986 1.129 4.46 4.46 0 0 1 1.813 3.051 4.46 4.46 0 0 1-1.808 3.049c-.391.318-.725.7-.986 1.13a4.5 4.5 0 0 0 .121 1.582 4.33 4.33 0 0 1-.318 3.451 4.35 4.35 0 0 1-3.206 1.376c-.523.03-1.036.15-1.517.357a4.4 4.4 0 0 0-.796 1.312 4.37 4.37 0 0 1-2.317 2.645 2.5 2.5 0 0 1-.788.122 5.6 5.6 0 0 1-2.554-.883 4.4 4.4 0 0 0-1.494-.618 4.4 4.4 0 0 0-1.495.622 4.3 4.3 0 0 1-3.346.76 4.44 4.44 0 0 1-2.317-2.646 4.5 4.5 0 0 0-.79-1.314 4.5 4.5 0 0 0-1.517-.365 4.35 4.35 0 0 1-3.202-1.367 4.33 4.33 0 0 1-.32-3.451c.134-.516.175-1.05.123-1.581a4.4 4.4 0 0 0-.987-1.13A4.46 4.46 0 0 1 0 14.976a4.46 4.46 0 0 1 1.808-3.046c.391-.318.725-.7.987-1.13a4.5 4.5 0 0 0-.122-1.581 4.33 4.33 0 0 1 .319-3.451 4.35 4.35 0 0 1 3.205-1.372 4.5 4.5 0 0 0 1.517-.365c.34-.387.611-.83.799-1.311a4.37 4.37 0 0 1 2.31-2.645 4.3 4.3 0 0 1 3.346.76 4.4 4.4 0 0 0 1.495.618 4.4 4.4 0 0 0 1.494-.618 4.3 4.3 0 0 1 3.346-.76 4.44 4.44 0 0 1 2.318 2.642c.186.48.453.925.79 1.314.48.21.994.333 1.517.365a4.35 4.35 0 0 1 3.202 1.368 4.33 4.33 0 0 1 .318 3.451 4.5 4.5 0 0 0-.121 1.581M8.982 9.301a3.648 3.648 0 1 0 6.067 4.054A3.648 3.648 0 0 0 8.982 9.3Zm3.038 10.525c.319.002.626-.12.855-.342l7.297-7.297a1.216 1.216 0 0 0-1.72-1.72l-7.297 7.298a1.216 1.216 0 0 0 .865 2.06Zm5.265 1.832a3.648 3.648 0 1 0 4.054-6.067 3.648 3.648 0 0 0-4.054 6.067m-5.27-9.114a1.216 1.216 0 1 0 0-2.433 1.216 1.216 0 0 0 0 2.433m7.297 7.296a1.216 1.216 0 1 0 0-2.432 1.216 1.216 0 0 0 0 2.432' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' fill='none'%3E%3Cpath fill='%23200e32' fill-rule='evenodd' d='M28.528 10.796a4.4 4.4 0 0 0 .986 1.129 4.46 4.46 0 0 1 1.813 3.051 4.46 4.46 0 0 1-1.808 3.049c-.391.318-.725.7-.986 1.13a4.5 4.5 0 0 0 .121 1.582 4.33 4.33 0 0 1-.318 3.451 4.35 4.35 0 0 1-3.206 1.376c-.523.03-1.036.15-1.517.357a4.4 4.4 0 0 0-.796 1.312 4.37 4.37 0 0 1-2.317 2.645 2.5 2.5 0 0 1-.788.122 5.6 5.6 0 0 1-2.554-.883 4.4 4.4 0 0 0-1.494-.618 4.4 4.4 0 0 0-1.495.622 4.3 4.3 0 0 1-3.346.76 4.44 4.44 0 0 1-2.317-2.646 4.5 4.5 0 0 0-.79-1.314 4.5 4.5 0 0 0-1.517-.365 4.35 4.35 0 0 1-3.202-1.367 4.33 4.33 0 0 1-.32-3.451c.134-.516.175-1.05.123-1.581a4.4 4.4 0 0 0-.987-1.13A4.46 4.46 0 0 1 0 14.976a4.46 4.46 0 0 1 1.808-3.046c.391-.318.725-.7.987-1.13a4.5 4.5 0 0 0-.122-1.581 4.33 4.33 0 0 1 .319-3.451 4.35 4.35 0 0 1 3.205-1.372 4.5 4.5 0 0 0 1.517-.365c.34-.387.611-.83.799-1.311a4.37 4.37 0 0 1 2.31-2.645 4.3 4.3 0 0 1 3.346.76 4.4 4.4 0 0 0 1.495.618 4.4 4.4 0 0 0 1.494-.618 4.3 4.3 0 0 1 3.346-.76 4.44 4.44 0 0 1 2.318 2.642c.186.48.453.925.79 1.314.48.21.994.333 1.517.365a4.35 4.35 0 0 1 3.202 1.368 4.33 4.33 0 0 1 .318 3.451 4.5 4.5 0 0 0-.121 1.581M8.982 9.301a3.648 3.648 0 1 0 6.067 4.054A3.648 3.648 0 0 0 8.982 9.3Zm3.038 10.525c.319.002.626-.12.855-.342l7.297-7.297a1.216 1.216 0 0 0-1.72-1.72l-7.297 7.298a1.216 1.216 0 0 0 .865 2.06Zm5.265 1.832a3.648 3.648 0 1 0 4.054-6.067 3.648 3.648 0 0 0-4.054 6.067m-5.27-9.114a1.216 1.216 0 1 0 0-2.433 1.216 1.216 0 0 0 0 2.433m7.297 7.296a1.216 1.216 0 1 0 0-2.432 1.216 1.216 0 0 0 0 2.432' clip-rule='evenodd'/%3E%3C/svg%3E")}.amenities-icon_restaurant:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='M30 15c0 8.284-6.716 15-15 15S0 23.284 0 15 6.716 0 15 0s15 6.716 15 15M12.83 6.358h.552l.305 5.463c-.003.44-.173.862-.476 1.18a1.9 1.9 0 0 1-1.257.572v9.365a.74.74 0 0 1-.723.724h-.685a.743.743 0 0 1-.723-.724v-9.365a1.8 1.8 0 0 1-1.257-.571 1.9 1.9 0 0 1-.476-1.18l.343-5.464h.533l.21 4.112h.494l.19-4.112h.61l.19 4.112h.495l.19-4.112h.59l.21 4.112h.495zm6.592.095a.8.8 0 0 1 .356-.095.76.76 0 0 1 .762.762v15.875a.704.704 0 0 1-.724.666h-.704a.704.704 0 0 1-.704-.666v-5.54h-1.77s.456-7.404 2.207-10.316q.136-.231.305-.438a.8.8 0 0 1 .273-.248Z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='M30 15c0 8.284-6.716 15-15 15S0 23.284 0 15 6.716 0 15 0s15 6.716 15 15M12.83 6.358h.552l.305 5.463c-.003.44-.173.862-.476 1.18a1.9 1.9 0 0 1-1.257.572v9.365a.74.74 0 0 1-.723.724h-.685a.743.743 0 0 1-.723-.724v-9.365a1.8 1.8 0 0 1-1.257-.571 1.9 1.9 0 0 1-.476-1.18l.343-5.464h.533l.21 4.112h.494l.19-4.112h.61l.19 4.112h.495l.19-4.112h.59l.21 4.112h.495zm6.592.095a.8.8 0 0 1 .356-.095.76.76 0 0 1 .762.762v15.875a.704.704 0 0 1-.724.666h-.704a.704.704 0 0 1-.704-.666v-5.54h-1.77s.456-7.404 2.207-10.316q.136-.231.305-.438a.8.8 0 0 1 .273-.248Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.apartment-type{color:#c4c4c4;font-size:16px;line-height:19px;text-transform:uppercase}.base-input{position:relative}.base-input__label{display:flex;flex-direction:column;font-size:.75rem;font-weight:500;z-index:2}.base-input input{font-size:1rem;padding:.75rem;width:100%}.base-input__error{display:none;font-size:.75rem;line-height:1.5;padding:.75rem;white-space:nowrap}.base-input__row{display:flex;flex:1;margin-top:.5rem;outline:1px solid var(--light-grey-1);transition:outline .2s ease}.input-error+.base-input__error{display:block}.base-input__row:has(.input-error){outline:1px solid var(--red-2)}.base-input input::placeholder{color:var(--light-grey-1)}.base-input__error{color:var(--red-2)}.breadcrumbs__list{display:flex;margin:0;padding:0}.breadcrumbs__item{align-items:center;display:flex}.breadcrumbs__item:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 11 4-5-4-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:14px;margin:0 8px;width:6px}.breadcrumbs__item:last-child:after{content:none}.breadcrumbs__item a,.breadcrumbs__item span{font-size:16px;line-height:19px;padding:10px 0}.breadcrumbs__item a{color:#0662ba;text-decoration:underline}.breadcrumbs__item a:focus,.breadcrumbs__item a:hover{color:#044889;text-decoration:underline}.breadcrumbs__item a:active{color:#043b70}.breadcrumbs__item span{color:#979797}.button{align-items:center;background:none;border:none;column-gap:4px;cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:16px;padding:12px 18px;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.button_primary{background-color:#0662ba;color:#fff;font-weight:500}.button_primary:focus,.button_primary:hover{background-color:#2b71c3}.button_primary:active{background-color:#19416f}.button_primary.button_disabled,.button_primary[disabled]{background-color:#677687;color:#c4c4c4}.button_secondary{background-color:#fff;border:1px solid #225999;color:#225999}.button_secondary:focus,.button_secondary:hover{border-color:#4a8bd7;color:#4a8bd7}.button_secondary:active{border-color:#19416f;color:#19416f}.button_secondary.button_disabled,.button_secondary[disabled]{border-color:#c4c4c4;color:#c4c4c4}.button_accent{background-color:#f8991d;color:#fff;font-weight:700}.button_accent:focus,.button_accent:hover{background-color:#f48d08}.button_accent:active{background-color:#db7f07}.button_accent.button_disabled,.button_accent[disabled]{background-color:#cca97c;color:#ebf1fd}.button_bordered{border:1px solid}.button_color-accent{color:#f8991d}.button[disabled],.button_disabled{cursor:auto}.button_small{font-size:12px;line-height:14px;padding:6px 9px}.button_big{font-size:16px;line-height:19px;padding:16px 24px}.city-fact-card{background-color:#ebf1fd;border-radius:0 30px;height:100%;padding:10px 20px}.city-fact-card__title{font-size:14px;font-weight:700;line-height:1.3;margin-bottom:10px}.city-fact{background-color:var(--default-bg-site);border-radius:10px;height:100%;padding:2px 18px}.city-fact,.city-fact__text{align-items:center;display:flex}.city-fact__text{font-size:12px;font-style:italic;font-weight:500;line-height:1.2}.city-fact__text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='30' fill='none'%3E%3Cpath fill='%23F8991D' fill-rule='evenodd' d='M6.222 19.092a8.98 8.98 0 0 1-1.875-5.522c0-5.333 4.631-9.593 10.085-9.005 4.1.451 7.451 3.745 7.966 7.833.312 2.476-.367 4.901-1.91 6.83-1.185 1.48-2.028 4.59-2.39 6.805a.894.894 0 0 1-.882.75H9.61a.89.89 0 0 1-.881-.744c-.4-2.356-1.331-5.418-2.507-6.947m14.403-6.47c-.413-3.278-3.1-5.92-6.389-6.28-4.377-.479-8.102 2.944-8.102 7.228 0 1.62.52 3.153 1.504 4.433 1.311 1.704 2.245 4.676 2.714 6.992h2.164v-7.022l-1.73-1.73a.893.893 0 1 1 1.263-1.263l1.36 1.36 1.36-1.36a.893.893 0 1 1 1.264 1.264l-1.73 1.73v7.021h2.165c.331-1.713 1.13-5.02 2.624-6.884a7.25 7.25 0 0 0 1.533-5.49M14.303.893v2.378a.893.893 0 1 1-1.787 0V.894a.893.893 0 1 1 1.787 0M3.927 3.928a.893.893 0 0 1 1.264 0L6.68 5.417A.893.893 0 1 1 5.416 6.68L3.927 5.191a.893.893 0 0 1 0-1.263M20.14 20.139a.893.893 0 0 1 1.263 0l1.489 1.489a.893.893 0 1 1-1.264 1.263l-1.488-1.488a.893.893 0 0 1 0-1.264M0 13.409c0-.494.4-.893.894-.893h2.378a.893.893 0 1 1 0 1.787H.894A.893.893 0 0 1 0 13.409m26.819 0c0 .494-.4.894-.894.894h-2.379a.893.893 0 1 1 0-1.787h2.38c.493 0 .893.4.893.893M3.927 21.628l1.49-1.489a.893.893 0 1 1 1.263 1.264L5.19 22.89a.893.893 0 1 1-1.264-1.263M20.14 5.417l1.488-1.49a.893.893 0 1 1 1.264 1.264l-1.489 1.49a.893.893 0 1 1-1.263-1.264M9.978 29.107c0-.494.4-.894.893-.894h5.076a.893.893 0 1 1 0 1.787h-5.075a.893.893 0 0 1-.894-.894' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:flex;flex-shrink:0;height:30px;margin-right:10px;width:27px}.hotels-page_list_open .city-fact__text{font-size:14px}.hotels-page_list_open .city-fact{padding:10px 14px}.collapsible-section{border:1px solid #d6e3fc;overflow:hidden}.collapsible-section__heading{align-items:center;background-color:#f7faff;border-radius:0 .781vw;display:flex;height:4.688vw;padding:18px 20px;position:relative;transition:color .3s ease-in-out}.collapsible-section__body{overflow:hidden;transition:max-height .2s ease-out}.collapsible-section__title{color:#0662ba;font-size:1.563vw;font-weight:900;line-height:1.797vw}.collapsible-section__button{background-color:transparent;bottom:0;color:#0662ba;left:0;position:absolute;right:0;text-align:left;top:0}.collapsible-section__button:before{background-color:#0662ba;content:"";display:block;height:.625vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute;right:2.344vw;top:2.031vw;transform:rotate(180deg);transition:all .3s ease-in-out;width:1.094vw}.collapsible-section_open .collapsible-section__button:before{transform:rotate(0)}.controll{align-items:center;column-gap:10px;cursor:pointer;display:flex;position:relative}.controll__mark{border:1px solid #c4c4c4;flex-shrink:0;height:20px;transition:border-color .2s ease-in-out;width:20px}.controll:hover .controll__mark{border-color:#848484}.controll__input:disabled~.controll__mark{background-color:#c4c4c4;border:white}.controll__input[type=checkbox]:checked+.controll__mark{background-color:#0662ba;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23FAFAFA' d='M11.7 1.808 5.063 8.69A1 1 0 0 1 4.34 9a1 1 0 0 1-.721-.31L.299 5.249C-.1 4.835-.1 4.165.3 3.752a.994.994 0 0 1 1.445 0L4.34 6.444 10.256.311a.995.995 0 0 1 1.444 0c.399.413.399 1.083 0 1.497'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#0662ba}.controll__input[type=radio]+.controll__mark{border-radius:50%}.controll__input[type=radio]:checked+.controll__mark:before{background-color:#0662ba;border-color:#0662ba;border-radius:50%;content:"";height:8px;left:6px;position:absolute;top:6px;width:8px}.controll__label{color:#000;-webkit-user-select:none;user-select:none}.controll__input:disabled~.controll__label{color:#c4c4c4}.controll--small{column-gap:6px;font-size:12px}.controll--small .controll__mark{height:14px;width:14px}.custom-dropdown{position:relative}.custom-dropdown__trigger{font-size:16px;line-height:19px;padding:10px}.custom-dropdown__trigger:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:8px;position:absolute;right:15px;top:16px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:14px}.custom-dropdown_show>.custom-dropdown__trigger:after{transform:rotate(0)}.custom-dropdown__content{background-color:#fff;box-shadow:0 4px 15px #00000040;color:#000;display:none;padding:16px;position:absolute;top:46px;width:100%}.custom-dropdown_show>.custom-dropdown__content{display:block}.guest-dropdown__trigger{height:100%}.guest-dropdown__trigger:after{content:"";right:28px;top:calc(50% - 4px)}.guest-dropdown__content{padding:20px 16px;top:93px}.custom-dropdown_show>.guest-dropdown__content{display:block}.age-dropdown__trigger{background-color:#fff;text-align:left;width:100%}.custom-dropdown_show .age-dropdown__trigger{border:1px solid #f8991d}.age-dropdown__content{max-height:140px;overflow-y:scroll;padding:12px}.custom-dropdown_show .age-dropdown__content{position:relative;top:6px}.age-dropdown__age-label{background-color:#fff;display:block;font-size:14px;line-height:16px;padding:8px;text-align:left;transition:font-weight .1s ease-in-out;width:100%}.age-dropdown__age-label:hover{font-weight:700}.search-rooms__guest-dropdown{z-index:2}.search-rooms__guest-dropdown .guest-dropdown__trigger:after{right:13px}.search-rooms__guest-dropdown.custom-dropdown_show .guest-dropdown__content{top:48px}.search-rooms__guest-dropdown .age-dropdown__trigger:after{right:9px}.search-dropdown__content{background-color:#fff;box-shadow:0 4px 15px #00000040;max-height:200px;overflow-y:scroll;padding:10px 0;top:86px;width:100%;z-index:1}.search-dropdown__content ul{list-style-type:none;margin:0;padding:0}.search-dropdown__content button{background-color:transparent;font-size:14px;line-height:30px;padding:0 16px;text-align:left;text-align-last:left;width:100%}.search-dropdown__content button:focus,.search-dropdown__content button:hover{background-color:#fcefdf;outline:none!important}.custom-select-wrapper,.custom-select1{position:relative}.custom-select__select{border:1px solid #c4c4c4;color:#200e32;cursor:pointer;font-size:14px;line-height:16px;padding:7px 8px;transition:border-color .3s ease-in-out}.custom-select__select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:8px;position:absolute;right:10px;top:12px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:14px}.custom-select__select:hover{border-color:#ababab}.custom-select__select:active{border-color:#9e9e9e}.custom-select1_open .custom-select__select:after{transform:rotate(0)}.custom-select__options{box-shadow:0 4px 15px #00000040;display:none;left:0;position:absolute;right:0;top:calc(100% + 5px);z-index:99}.custom-select1_open .custom-select__options{display:block}.custom-select{border:1px solid #c4c4c4;color:#200e32;cursor:pointer;font-size:14px;line-height:16px;padding:7px 8px;transition:border-color .3s ease-in-out}.custom-select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:8px;position:absolute;right:10px;top:12px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:14px}.custom-select:hover{border-color:#ababab}.custom-select:active{border-color:#9e9e9e}.custom-select_open:after{transform:rotate(0)}.custom-select__items{box-shadow:0 4px 15px #00000040;cursor:pointer;left:0;position:absolute;right:0;top:calc(100% + 5px);z-index:99}.custom-select__items_hide{display:none}.custom-select__option{background-color:#fff;font-size:14px;line-height:16px;padding:10px 20px}.custom-select__option_selected{background-color:#fff6ea;font-weight:700}.custom-select{position:relative}.select-selected{background-color:#1e90ff}.select-selected:after{border:6px solid transparent;border-top-color:#fff;content:"";height:0;position:absolute;right:10px;top:14px;width:0}.select-selected.select-arrow-active:after{border-color:transparent transparent #fff;top:7px}.select-items div,.select-selected{border:1px solid transparent;border-bottom-color:#0000001a;color:#fff;cursor:pointer;padding:8px 16px}.select-items{background-color:#1e90ff;left:0;position:absolute;right:0;top:100%;z-index:99}.select-hide{display:none}.same-as-selected,.select-items div:hover{background-color:#0000001a}.custom-select--color-blue{--icon-size:4vw}.customer-rating{--star:1.719vw;border:none;margin:0;padding:0}.customer-rating__group{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath stroke='%23C4C4C4' d='m10.444 1.62 2.641 5.352.116.236.26.037 5.908.859-4.275 4.166-.188.184.044.259 1.01 5.884-5.284-2.778-.232-.123-.233.123-5.284 2.778 1.01-5.884.044-.26-.189-.183-4.274-4.166 5.907-.859.26-.037.117-.236z'/%3E%3C/svg%3E");background-size:var(--star) auto;height:1.563vw;position:relative;width:8.438vw}.customer-rating__star{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:repeat-x;cursor:pointer;display:block;height:1.563vw;left:0;margin-right:.156vw;position:absolute;top:0}.customer-rating__star:focus{outline:none}.customer-rating__star:checked,.customer-rating__star:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='%23F8991D' d='m10.222.49 3.09 6.26 6.91 1.005-5 4.873 1.18 6.883-6.18-3.25-6.18 3.25 1.18-6.883-5-4.873 6.91-1.004z'/%3E%3C/svg%3E");background-size:var(--star) auto}.customer-rating__star:hover~.customer-rating__star{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath stroke='%23C4C4C4' d='m10.444 1.62 2.641 5.352.116.236.26.037 5.908.859-4.275 4.166-.188.184.044.259 1.01 5.884-5.284-2.778-.232-.123-.233.123-5.284 2.778 1.01-5.884.044-.26-.189-.183-4.274-4.166 5.907-.859.26-.037.117-.236z'/%3E%3C/svg%3E");background-size:var(--star) auto}.customer-rating__star:first-of-type{width:var(--star);z-index:5}.customer-rating__star:nth-of-type(2){width:3.438vw;z-index:4}.customer-rating__star:nth-of-type(3){width:5.156vw;z-index:3}.customer-rating__star:nth-of-type(4){width:6.875vw;z-index:2}.customer-rating__star:nth-of-type(5){margin-right:0;width:8.594vw;z-index:1}.fancybox__content :focus:not(.carousel__button.is-close){outline:none!important}body.fancybox-iosfix{left:0;position:fixed;right:0}.faq-slider{position:relative}.faq-slider.swiper{width:100%}.faq-slider~.swiper-button-next,.faq-slider~.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%}.faq-slider~.swiper-button-prev{left:-2.031vw;transform:rotate(180deg)}.faq-slider~.swiper-button-next{right:-2.031vw}.faq-slider~.swiper-button-next:after,.faq-slider~.swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23F8991D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.25 6.3 7.875L1 17'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;font-size:0;height:1.641vw;width:.781vw}.faq-slider .swiper-slide{height:auto!important}.faq-slider .swiper-content{height:100%!important}.faq-slider__item{border-radius:1.563vw 0;display:flex!important;flex-direction:column;padding:1.563vw;row-gap:.781vw}.faq-slider__question{font-size:1.25vw;font-weight:700;line-height:1.484vw}.faq-slider__answer{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#979797;font-size:.938vw;line-height:1.094vw;overflow:hidden}.faq-slider__answer a{color:inherit;font:inherit}.faq-slider__icon{align-self:start}.faq-slider__icon:before{background-color:#0662ba;height:2.344vw;width:2.344vw}.faq-slider-mini .faq-slider__item{background-color:#fff;border-radius:.781vw 0;padding:.781vw 1.953vw;row-gap:.313vw}.faq-slider-mini .faq-slider__question{font-size:1.094vw;font-weight:400;line-height:1.25vw}.filter-button{align-items:center;background-color:#ebf1fd;border-radius:6px;color:#0662ba;display:flex;height:42px;justify-content:center;width:42px}.filter-button,.filter-button svg path{transition:none}.filter-button:hover{background-color:#d4e1fb;color:#0555a1}.filter-button_active{background-color:#0662ba;color:#fff}.filter-button_active:hover{background-color:#0555a1;color:#fff}.filters{display:flex;flex-direction:column;row-gap:20px}.filters__group{border:1px dashed #225999;border-radius:0 20px;padding:20px 10px;position:relative;transition:all .3s ease-in-out}.filters__group_close .filters__collapse-btn{transform:rotate(180deg)}.filters__title{font-size:18px;font-weight:700;margin-bottom:4px;padding-right:22px}.filters__subtitle{color:#979797;display:flex;flex-direction:column;font-size:12px;margin:4px 0;row-gap:2px}.filters__subtitle_accent{color:#f8991d;font-weight:700}.filters__collapse-btn{color:#200e32;height:21px;padding:0;position:absolute;right:0;top:17px;width:32px;z-index:3}.filters__collapse-btn:hover{color:#4d4d4d}.filters__collapse-btn:active{color:#000}.filters__collapse-btn path,.filters__collapse-btn svg{transition:none}.filters__collapse-list-btn{align-items:center;background:none;color:#f8991d;column-gap:12px;display:flex;font-size:12px;line-height:14px;text-decoration:underline}.filters__collapse-list-btn_open .filters__collapse-list-btn-icon{transform:rotate(180deg)}.filters__collapse-list-btn:focus,.filters__collapse-list-btn:hover{color:#f48d08}.filters__collapse-list-btn:active{color:#db7f07}.filters__content{display:flex;flex-direction:column;grid-area:content;margin-top:20px;overflow:hidden;transition:max-height,padding .3s ease-in-out}.filters__content_no-collapse{overflow:initial}.filters__group_close .filters__content{max-height:0;padding-top:0}.filters__reset{background-color:#fff;bottom:0;position:sticky;z-index:100}.filters__reset-btn{background-color:#fcefdf;color:#f8991d;font-weight:700;margin:0 0 16px;width:100%}.filters__close-btn{display:none}.filters__apply-btn{display:none;position:relative}.filters__apply-btn .loader{display:none;left:50%;position:absolute;top:34%;transform:translate(-50%,-50%)}.filters__apply-btn .loader__item{background-color:#fff}.filters__apply-btn_active{padding:9px}.filters__apply-btn.filters__apply-btn_active{background-color:#f1cc9c}.filters__apply-btn_active .loader{display:block}.filters__apply-btn-caption{color:#fff;font-size:16px;font-weight:700;line-height:19px;text-transform:uppercase;white-space:nowrap}.filters__apply-btn_active .filters__apply-btn-caption{display:none}.filters__field,.filters__select{background:none;border:1px solid #c4c4c4;font-size:14px;line-height:16px;padding:7px 8px;transition:all .3s ease-in-out}.filters__field:hover,.filters__select:hover{border-color:#9e9e9e}.filters__field:active,.filters__select:active{border-color:#848484}.filters__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position-x:calc(100% - 5px);background-position-y:10px;background-repeat:no-repeat;background-size:center;padding-right:20px}.filters__option{display:block;font-size:14px;line-height:30px;padding:7px 8px}.filters__option[selected]{background-color:#fff6ea;font-weight:700}.filters__checkbox-list{display:flex;flex-direction:column;margin-bottom:20px;row-gap:15px}.filters .controll__label{column-gap:12px;display:flex;flex-grow:1;font-size:12px;justify-content:space-between;line-height:14px}.filters .controll__input[type=checkbox]:checked~.controll__label{font-weight:700}.filters__price-range{display:flex;flex-direction:column;row-gap:10px}.filters__rating-list{column-gap:4px;display:flex;flex-wrap:nowrap}.filters__rating-item .controll__mark{display:none}.filters__rating-item .controll__label{background-color:#fcefdf;color:#979797;display:block;font-size:12px;line-height:14px;padding:3px 9px}.filters__rating-item .controll__input:checked~.controll__label{background-color:#f8991d;color:#fff;font-weight:700}.filters .range{margin:8px 0;padding:0 8px}.filters .range.noUi-horizontal{height:3px}.filters .range.noUi-target{background-color:#c4c4c4;border:none;border-radius:5px;box-shadow:none}.filters .range .noUi-connect{background-color:#f8991d}.filters .range .noUi-handle{cursor:pointer}.filters .range .noUi-handle:after,.filters .range .noUi-handle:before{display:none}.filters .range.noUi-horizontal .noUi-handle{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F8991D'/%3E%3Ccircle cx='8' cy='8' r='4' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border:none;border-radius:50%;box-shadow:none;height:32px;right:-16px;top:-14px;width:32px}.filters .range-inputs{display:grid;grid-template-areas:"min max";grid-template-columns:1fr 1fr}.filters .range-inputs__wrapper{align-items:center;border:1px solid #c4c4c4;display:flex;font-size:14px;line-height:16px;padding:7px 4px}.filters .range-inputs__wrapper:after,.filters .range-inputs__wrapper:before{color:#c4c4c4;font-size:12px;line-height:14px}.filters .range-inputs__wrapper:after{content:attr(data-currency);justify-self:end}.filters .range-inputs__wrapper:first-child:before{content:attr(data-textfrom)}.filters .range-inputs__wrapper:last-child:before{content:attr(data-textto)}.filters .range-inputs__input{border:0;color:inherit;cursor:pointer;width:100%}.filters .range-inputs__input:first-of-type{grid-area:min;margin-right:4px}.filters .range-inputs__input:last-of-type{grid-area:max}.filters .range-inputs__input::-webkit-inner-spin-button,.filters .range-inputs__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.freeСancellation{align-items:center;background:#fff;border:1px solid #c4c4c4;border-radius:5px;cursor:pointer;display:flex;height:30px;position:relative}.freeСancellation input{cursor:pointer;display:block;height:100%;opacity:0;position:absolute;width:100%;z-index:5}.freeСancellation div:first-of-type{align-items:center;border-right:1px solid #c4c4c4;display:flex;height:29px;justify-content:center;left:0;position:absolute;top:0;width:30px;z-index:1}.freeСancellation div:first-of-type svg{fill:#c4c4c4;flex-shrink:0;height:9px;width:12px}.freeСancellation div:nth-of-type(2){align-items:center;display:flex;justify-content:center;margin-left:40px}.freeСancellation div:nth-of-type(2) span:first-of-type{margin-right:5px}.freeСancellation div:nth-of-type(2) span:first-of-type svg{flex-shrink:0;height:9px;width:11px;fill:#019947}.freeСancellation div:nth-of-type(2) span:nth-of-type(2){color:#019947;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.freeСancellation.active{border:1px solid #019947}.freeСancellation.active div:first-of-type{background:#019947;border-radius:5px 0 0 5px}.freeСancellation.active div:first-of-type svg{fill:#fff}.freeСancellation--orange div:nth-of-type(2) span:first-of-type{background-color:#f8991d;border-radius:50%;color:#fff;height:14px;justify-content:center;text-align:center;width:14px}.freeСancellation--orange div:nth-of-type(2) span:nth-of-type(2){color:#f8991d}.freeСancellation--orange.active{border:1px solid #f8991d}.freeСancellation--orange.active div:first-of-type{background:#f8991d}.freeСancellation--orange.active div:first-of-type svg{fill:#fff}.fast-booking-check{--border:1px solid #c4c4c4;--color-red:#E20917;--color-grey:#c4c4c4}.fast-booking-check:has(input:checked){--border:1px solid var(--color-red)}.fast-booking-check label{align-items:center;background:#fff;border:var(--border);border-radius:5px;color:var(--color-red);display:flex}.fast-booking-check input:checked~.fast-booking-check__icon--check{background-color:var(--color-red);border-color:var(--color-red);color:#fff}.fast-booking-check__text{font-size:12px;font-weight:600;line-height:2.2;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.fast-booking-check__icon{align-self:stretch;display:grid;padding:0 3px 0 9px;place-items:center}.fast-booking-check__icon--check{border-right:var(--border);color:var(--color-grey);padding-right:9px}.fast-booking-check__icon--check svg{height:9px;width:12px}.gallery-tiles{display:grid;gap:.313vw;grid-template-columns:repeat(4,9.688vw) 5.391vw 4.063vw 9.766vw;grid-template-rows:repeat(3,9.922vw) 7.969vw}.gallery-tiles__item:first-child{grid-column:1/6;grid-row:1/4}.gallery-tiles_single .gallery-tiles__item:first-child{grid-column:1/8;grid-row:1/5}.gallery-tiles__item:nth-child(2){grid-column:6/8;grid-row:1/2}.gallery-tiles__item:nth-child(3){grid-column:6/8;grid-row:2/3}.gallery-tiles__item:nth-child(4){grid-column:6/8;grid-row:3/4;position:relative}.gallery-tiles__item:nth-child(5){grid-column:1/2;grid-row:4/5;position:relative}.gallery-tiles__item:nth-child(5) .gallery-tiles__total-count{display:none}.gallery-tiles__item:nth-child(6){grid-column:2/3;grid-row:4/5;margin-left:-.078vw}.gallery-tiles__item:nth-child(7){grid-column:3/4;grid-row:4/5;margin-left:-.078vw}.gallery-tiles__item:nth-child(8){grid-column:4/5;grid-row:4/5;margin-left:-.078vw}.gallery-tiles__item:nth-child(9){grid-column:5/7;grid-row:4/5;margin-left:-.078vw}.gallery-tiles__item:nth-child(10){grid-column:7/8;grid-row:4/5;margin-left:-.078vw}.gallery-tiles__item:hover{cursor:pointer}.gallery-tiles__item{position:relative}.gallery-tiles__item .img-preloader{z-index:-1}.gallery-tiles__item img{height:100%;object-fit:cover;width:100%}.gallery-tiles__hotel-chain{align-self:start;grid-column:1/6;grid-row:1/4;justify-self:end}.gallery-tiles_single .gallery-tiles__hotel-chain{grid-column:1/8}.gallery-tiles__foundation{align-self:end;grid-column:1/6;grid-row:1/4;justify-self:start}.gallery-tiles_single .gallery-tiles__foundation{grid-row:1/5}.gallery-tiles__total-count{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.guests__field-group{align-items:center;display:grid;grid-template-columns:1fr 105px;margin-bottom:20px}.guests__label{color:#000}.guests__field{display:grid;grid-template-columns:30px 45px 30px}.guests__button{background-color:#fff6ea;border-radius:30px;color:#f8991d;font-size:22px;font-weight:700;height:30px;line-height:26px;width:30px}.guests__button-add:before{content:"+"}.guests__button-remove:before{content:"-"}.guests__input{-moz-appearance:textfield;color:#000;font-size:16px;font-weight:700;line-height:19px;text-align:center}.guests__input::-webkit-inner-spin-button,.guests__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.guests__age-list{display:flex;flex-wrap:wrap;gap:8px;list-style-type:none;margin-bottom:20px;margin-top:20px;padding:0}.guests__age-list:empty{display:none}.guests__age-item{position:relative}.guests__age-label{background-color:#f4f4f4;color:#292f37;cursor:auto;display:block;padding:8px 24px 8px 8px}.guests__age-remove-btn{background-color:transparent;height:20px;position:absolute;right:0;top:8px;width:20px}.guests__age-remove-btn:after,.guests__age-remove-btn:before{background-color:#868686;border-radius:1px;content:"";display:block;height:1px;position:absolute;right:4px;top:9px;width:13px}.guests__age-remove-btn:before{transform:rotate(45deg)}.guests__age-remove-btn:after{transform:rotate(-45deg)}.guests .custom-select__options{max-height:108px;overflow-y:scroll}.hotel-advice{background-color:#fff8ee;border-radius:0 .781vw;padding:.547vw 1.563vw .547vw 5.469vw;position:relative}.hotel-advice:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:2.344vw;left:1.563vw;position:absolute;top:.859vw;width:2.344vw}.hotel-advice__text{font-size:1.094vw;line-height:1.406vw}.hotel-advice__tagline{color:#f8991d;font-size:1.25vw;font-weight:700;line-height:1.406vw}.hotel-amenities{border-bottom:.078vw dashed #225999;margin-bottom:2.344vw;padding-bottom:2.344vw}.hotel-amenities__title{font-size:1.563vw;font-weight:900;line-height:1.797vw;margin-bottom:2.344vw}.hotel-amenities__list{column-gap:1.563vw;display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;margin-bottom:2.344vw;row-gap:3.125vw}.hotel-amenities__item{align-items:center;column-gap:.781vw;display:flex;font-size:1.25vw;font-weight:700;line-height:1.484vw;margin-bottom:1.563vw}.hotel-amenities__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:contain;content:"";height:1.172vw;width:1.172vw}.hotel-amenities__sublist{display:flex;flex-direction:column;margin-left:1.797vw;row-gap:.781vw}.hotel-amenities__subitem{align-items:center;column-gap:.469vw;display:flex;font-size:1.094vw;font-weight:400;line-height:1.25vw}.hotel-amenities__subitem:before{background-color:#d9d9d9;border-radius:50%;content:"";height:.469vw;width:.469vw}.hotel-amenities__tip{color:#979797;font-size:.938vw;font-weight:400;line-height:1.094vw}.hotel-attraction{column-gap:3.906vw;display:grid;grid-template-columns:1fr 12.5vw}.hotel-attraction__card{column-gap:1.563vw;display:grid;grid-template-areas:"image title" "image text" "image button";grid-template-columns:15.625vw 1fr;grid-template-rows:auto max-content 1fr;row-gap:.781vw}.hotel-attraction__title{font-size:1.406vw;font-weight:700;line-height:1.641vw}.hotel-attraction__image{border-radius:0 1.563vw;grid-area:image;height:9.375vw;width:15.625vw}.hotel-attraction__image img{height:100%;object-fit:cover;width:100%}.hotel-attraction__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.094vw;line-height:1.563vw;overflow:hidden}.hotel-attraction__button{align-items:center;align-self:end;color:#0662ba;column-gap:.859vw;cursor:pointer;display:flex;font-size:1.25vw;grid-area:button;line-height:1.484vw;text-decoration:underline}.hotel-attraction__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' fill='none'%3E%3Cpath fill='%230662BA' d='M24 6.997a1 1 0 0 0-.286-.693l-.006-.012-6-6.01a1 1 0 0 0-1.695.711c-.002.263.099.516.281.705l4.292 4.301H1a1 1 0 0 0-1 1.002 1.003 1.003 0 0 0 1 1.002h19.586l-4.292 4.3a1.002 1.002 0 0 0 .71 1.697 1 1 0 0 0 .704-.281l6-6.01.006-.01a1 1 0 0 0 .208-.315A1 1 0 0 0 24 7z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:1.094vw;width:1.875vw}.hotel-attraction__distance{align-items:center;border:.078vw dashed #225999;border-radius:0 1.563vw;display:flex;flex-direction:column;padding:1.563vw;position:relative;row-gap:.781vw}.hotel-attraction__distance-label{font-size:.781vw;line-height:.938vw}.hotel-attraction__distance-link{cursor:pointer}.hotel-attraction__distance-value{font-size:1.406vw;font-weight:700;line-height:1.641vw}.hotel-attraction__distance-button{align-self:stretch;column-gap:.781vw;display:flex;font-size:.938vw;line-height:1.094vw;padding:.625vw .938vw}.hotel-attraction__distance-button:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M1.093 3.206v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V3.206a.4.4 0 0 0 0-.068c.36-.107.67-.344.874-.667a1.64 1.64 0 0 0-.284-2.08A1.53 1.53 0 0 0 1.554 0C1.18 0 .818.14.534.392A1.64 1.64 0 0 0 .25 2.47c.205.324.515.561.876.668a.4.4 0 0 0-.032.068ZM.871 1.602c0-.183.07-.358.195-.486a.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .974.66.66 0 0 1-.948 0 .7.7 0 0 1-.197-.488zM12 5.728a1.63 1.63 0 0 0-.233-.84 1.57 1.57 0 0 0-.626-.588 1.52 1.52 0 0 0-1.625.148 1.6 1.6 0 0 0-.515.693 1.64 1.64 0 0 0 .284 1.654c.192.221.44.384.715.469a.4.4 0 0 0 0 .068v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V7.332a.4.4 0 0 0 0-.068c.32-.1.6-.304.8-.58.2-.277.308-.612.309-.956m-1.554.688a.66.66 0 0 1-.473-.202.7.7 0 0 1 0-.972.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .972.66.66 0 0 1-.472.202m0 3.667H7.774a.88.88 0 0 1-.63-.268.93.93 0 0 1-.261-.649V7.791c0-.487-.188-.953-.522-1.297a1.76 1.76 0 0 0-1.26-.537H1.54a.44.44 0 0 0-.315.134.465.465 0 0 0 0 .649.44.44 0 0 0 .315.134h3.563a.88.88 0 0 1 .63.269.93.93 0 0 1 .26.648v1.375c0 .487.188.953.522 1.297s.787.537 1.26.537h2.672a.44.44 0 0 0 .315-.134.465.465 0 0 0 0-.649.44.44 0 0 0-.315-.134Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:.859vw;width:.938vw}.hotel-attraction__distance-tip{background-color:#fff;border-radius:.391vw;box-shadow:0 0 .313vw #00000040;font-size:.938vw;line-height:1.16;opacity:0;padding:.781vw;pointer-events:none;position:absolute;right:4.922vw;top:5.703vw;transition:opacity .3s ease-in-out;width:17.578vw}.hotel-attraction__distance-link:hover~.hotel-attraction__distance-tip{opacity:1;z-index:1}.hotel-attraction__mobile-label{display:none}.hotel-attractions{display:flex;flex-direction:column;margin-bottom:1.563vw}.hotel-attractions__heading{color:#0662ba}.hotel-attractions .collapsible-section__body{padding-left:1.563vw;padding-right:1.563vw}.hotel-attractions.collapsible-section_open .collapsible-section__body{padding-bottom:1.563vw;padding-top:1.563vw}.hotel-attractions__tagline-wrapper{column-gap:3.906vw;display:grid;grid-template-columns:1fr 12.5vw;margin-bottom:1.172vw}.hotel-attractions__tagline{align-items:center;color:#f8991d;column-gap:.781vw;display:flex;font-size:1.25vw;line-height:1.484vw;padding-right:1.875vw}.hotel-attractions__tagline:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";flex-shrink:0;height:1.094vw;width:1.094vw}.attractions__list{display:flex;flex-direction:column;margin-bottom:1.563vw;row-gap:2.344vw}.hotel-attractions__button{display:none;font-size:1.094vw;font-weight:700;line-height:1.25vw;margin:0 10px 20px;padding:.938vw 1.406vw}.collapsible-section_open .hotel-attractions__button{display:flex}.hotel-attractions .custom-select{border:none;padding:0;position:relative}.hotel-attractions .custom-select:after{content:none}.hotel-attractions .select-selected:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.781vw .391vw;border:none;content:"";height:.391vw;position:absolute;right:.781vw;top:1.172vw;transform:rotate(180deg);transition:transform .3s ease-in-out;width:.781vw}.hotel-attractions .select-selected.select-arrow-active:after{transform:rotate(0)}.hotel-attractions .custom-select select{display:none}.hotel-attractions .select-selected{background-color:#fff;border:.078vw solid #d6e3fc;border-radius:.469vw;padding:.781vw 1.719vw .781vw .625vw}.hotel-attractions .select-items div,.hotel-attractions .select-selected{color:#200e32;cursor:pointer;font-size:1.094vw;font-weight:400;line-height:1.25vw}.hotel-attractions .select-items div{padding:.469vw 2.109vw 1.016vw .625vw}.hotel-attractions .select-items{background-color:#fff;filter:drop-shadow(0 .313vw 1.172vw rgba(0,0,0,.25));left:0;position:absolute;right:0;top:100%;z-index:99}.hotel-attractions .select-hide{display:none}.hotel-attractions .same-as-selected,.hotel-attractions .select-items div:hover{background-color:#fff6ea}.hotel-attractions__slider-btn{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23F8991D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.184 1.738 3.465 4.33L1.184 10.4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;box-shadow:0 0 4px #00000040;color:#f8991d;height:6.875vw;position:absolute;top:50%;transform:translateY(-50%);width:6.875vw;z-index:10}.hotel-attractions__slider-btn--next{right:-7px}.hotel-attractions__slider-btn--prev{left:-7px;transform:scaleX(-1) translateY(-50%)}.hotel-attraction-swiper-wrapper{position:relative}.hotel-cashback-ext{align-items:center;display:flex;flex-wrap:wrap;gap:6px;padding:10px 10px 0}.hotel-cashback-ext .hotel-cashback__wrapper{transform:none}.hotel-cashback-ext .hotel-cashback__tip .hotels-tip:after{bottom:-20px;left:-20px;right:-40px;top:-10px}.hotel-cashback-ext .hotel-cashback__tip{top:4px}.hotel-cashback-ext__title{font-weight:700}.hotel-cashback-ext__link{color:#e20917;text-decoration:underline}.hotel-cashback-ext__link,.hotel-cashback-ext__title{font-size:12px}.hotel-cashback{display:inline-block;font-size:10px;font-weight:600;line-height:1.2;position:relative;width:-moz-max-content;width:max-content}.hotel-cashback__tip{position:absolute;right:8px;top:-1px}.hotel-cashback__wrapper{align-items:center;border-radius:0 4px;box-shadow:0 0 0 1px #e20917;color:#e20917!important;display:inline-flex;font:inherit;gap:4px;padding:4px 28px 4px 8px;transform:rotate(-5deg)}.hotel-cashback__text{text-transform:uppercase}.hotel-cashback__icon{background-color:#e20917;height:12px;margin-right:4px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-width='.2' d='M11.403 5.887h-.729V4.249c0-.677-.624-1.227-1.308-1.227h-.52A2.645 2.645 0 0 0 6.219.657a2.646 2.646 0 0 0-2.627 2.365H1.819c-.685 0-1.174.55-1.174 1.227v6.294c0 .691.49 1.254 1.174 1.254h7.547c.684 0 1.308-.563 1.308-1.254V9.11h.729a1.24 1.24 0 0 0 1.241-1.242v-.74a1.24 1.24 0 0 0-1.241-1.242Zm-1.445 4.656c0 .291-.308.538-.592.538H1.819c-.285 0-.458-.247-.458-.538V4.249c0-.286.163-.511.458-.511h7.547c.294 0 .592.224.592.511v1.638H8.871a1.24 1.24 0 0 0-1.242 1.241v.741a1.24 1.24 0 0 0 1.242 1.242h1.087zm1.97-2.674a.525.525 0 0 1-.525.525H8.87a.525.525 0 0 1-.525-.525v-.74a.525.525 0 0 1 .525-.526h2.532a.525.525 0 0 1 .525.525z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-width='.2' d='M11.403 5.887h-.729V4.249c0-.677-.624-1.227-1.308-1.227h-.52A2.645 2.645 0 0 0 6.219.657a2.646 2.646 0 0 0-2.627 2.365H1.819c-.685 0-1.174.55-1.174 1.227v6.294c0 .691.49 1.254 1.174 1.254h7.547c.684 0 1.308-.563 1.308-1.254V9.11h.729a1.24 1.24 0 0 0 1.241-1.242v-.74a1.24 1.24 0 0 0-1.241-1.242Zm-1.445 4.656c0 .291-.308.538-.592.538H1.819c-.285 0-.458-.247-.458-.538V4.249c0-.286.163-.511.458-.511h7.547c.294 0 .592.224.592.511v1.638H8.871a1.24 1.24 0 0 0-1.242 1.241v.741a1.24 1.24 0 0 0 1.242 1.242h1.087zm1.97-2.674a.525.525 0 0 1-.525.525H8.87a.525.525 0 0 1-.525-.525v-.74a.525.525 0 0 1 .525-.526h2.532a.525.525 0 0 1 .525.525z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:13px}.hotels-tip-popup.hotel-cashback__tip-popup{display:block;max-width:325px;top:25px}.hotel-cashback__icon-tip{background-color:#e20917;border-radius:50%;color:#fff;display:inline-block;height:12px;text-align:center;transform:rotate(-5deg);width:12px}.hotel-cashback__link{color:#0662ba;font:inherit;text-decoration:underline}.hotel-description{display:flex;flex-direction:column;justify-content:space-between;min-height:11.719vw;padding:2.344vw 1.563vw 0;row-gap:.781vw}.hotel-description__tagline{background-color:#ebf1fd;border-radius:0 .781vw;color:#0662ba;font-size:1.25vw;line-height:1.484vw;margin-left:-1.563vw;margin-right:-1.563vw;padding:.781vw 1.563vw .781vw 9.219vw;position:relative}.hotel-description__tagline:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23225999' fill-rule='evenodd' d='M21.707 11.883 9.813 23.779c-.017.025-.028.053-.05.075A.5.5 0 0 1 9.39 24a.5.5 0 0 1-.373-.147c-.022-.022-.032-.05-.05-.075L.223 15.033c-.025-.017-.053-.028-.075-.05A.5.5 0 0 1 0 14.61a.5.5 0 0 1 .147-.373c.022-.022.05-.033.075-.05L12.116 2.293a.51.51 0 0 1 .405-.206h2.116c.07-.784.39-1.471.872-1.922l.008.01A.54.54 0 0 1 15.913 0c.308 0 .559.267.559.596a.6.6 0 0 1-.23.47c-.25.23-.428.594-.488 1.021h2.507a.51.51 0 0 1 .404.206l3.042 3.042a.51.51 0 0 1 .206.405v5.74a.51.51 0 0 1-.206.403m-5.399-3.709a.54.54 0 0 1-.396.174c-.308 0-.558-.267-.558-.596a.6.6 0 0 1 .23-.47c.13-.119.236-.28.322-.46a1.042 1.042 0 1 0 1.005 1.742 1.03 1.03 0 0 0 .073-1.387c-.32.807-.676.997-.676.997m4.561-2.236-2.807-2.807h-2.199c.091.231.222.429.379.574.021.017.048.027.066.048l.01-.01c.542.508.9 1.309.9 2.22 0 .022-.006.041-.007.063a2.078 2.078 0 0 1 .439 3.277 2.087 2.087 0 0 1-3.563-1.476 2.083 2.083 0 0 1 1.993-2.078c-.047-.463-.23-.86-.495-1.105-.022-.017-.048-.028-.068-.048l-.008.01c-.388-.363-.675-.88-.81-1.475h-1.98L1.242 14.61l8.15 8.15L20.87 11.28zM5.887 13.715a.51.51 0 0 1 .72 0l3.679 3.678a.51.51 0 0 1-.721.72l-3.678-3.678a.51.51 0 0 1 0-.72m2.087-2.087a.51.51 0 0 1 .72 0l3.678 3.678a.51.51 0 0 1-.72.72l-3.678-3.678a.51.51 0 0 1 0-.72' clip-rule='evenodd'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23225999' fill-rule='evenodd' d='M21.707 11.883 9.813 23.779c-.017.025-.028.053-.05.075A.5.5 0 0 1 9.39 24a.5.5 0 0 1-.373-.147c-.022-.022-.032-.05-.05-.075L.223 15.033c-.025-.017-.053-.028-.075-.05A.5.5 0 0 1 0 14.61a.5.5 0 0 1 .147-.373c.022-.022.05-.033.075-.05L12.116 2.293a.51.51 0 0 1 .405-.206h2.116c.07-.784.39-1.471.872-1.922l.008.01A.54.54 0 0 1 15.913 0c.308 0 .559.267.559.596a.6.6 0 0 1-.23.47c-.25.23-.428.594-.488 1.021h2.507a.51.51 0 0 1 .404.206l3.042 3.042a.51.51 0 0 1 .206.405v5.74a.51.51 0 0 1-.206.403m-5.399-3.709a.54.54 0 0 1-.396.174c-.308 0-.558-.267-.558-.596a.6.6 0 0 1 .23-.47c.13-.119.236-.28.322-.46a1.042 1.042 0 1 0 1.005 1.742 1.03 1.03 0 0 0 .073-1.387c-.32.807-.676.997-.676.997m4.561-2.236-2.807-2.807h-2.199c.091.231.222.429.379.574.021.017.048.027.066.048l.01-.01c.542.508.9 1.309.9 2.22 0 .022-.006.041-.007.063a2.078 2.078 0 0 1 .439 3.277 2.087 2.087 0 0 1-3.563-1.476 2.083 2.083 0 0 1 1.993-2.078c-.047-.463-.23-.86-.495-1.105-.022-.017-.048-.028-.068-.048l-.008.01c-.388-.363-.675-.88-.81-1.475h-1.98L1.242 14.61l8.15 8.15L20.87 11.28zM5.887 13.715a.51.51 0 0 1 .72 0l3.679 3.678a.51.51 0 0 1-.721.72l-3.678-3.678a.51.51 0 0 1 0-.72m2.087-2.087a.51.51 0 0 1 .72 0l3.678 3.678a.51.51 0 0 1-.72.72l-3.678-3.678a.51.51 0 0 1 0-.72' clip-rule='evenodd'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23225999' fill-rule='evenodd' d='M21.707 11.883 9.813 23.779c-.017.025-.028.053-.05.075A.5.5 0 0 1 9.39 24a.5.5 0 0 1-.373-.147c-.022-.022-.032-.05-.05-.075L.223 15.033c-.025-.017-.053-.028-.075-.05A.5.5 0 0 1 0 14.61a.5.5 0 0 1 .147-.373c.022-.022.05-.033.075-.05L12.116 2.293a.51.51 0 0 1 .405-.206h2.116c.07-.784.39-1.471.872-1.922l.008.01A.54.54 0 0 1 15.913 0c.308 0 .559.267.559.596a.6.6 0 0 1-.23.47c-.25.23-.428.594-.488 1.021h2.507a.51.51 0 0 1 .404.206l3.042 3.042a.51.51 0 0 1 .206.405v5.74a.51.51 0 0 1-.206.403m-5.399-3.709a.54.54 0 0 1-.396.174c-.308 0-.558-.267-.558-.596a.6.6 0 0 1 .23-.47c.13-.119.236-.28.322-.46a1.042 1.042 0 1 0 1.005 1.742 1.03 1.03 0 0 0 .073-1.387c-.32.807-.676.997-.676.997m4.561-2.236-2.807-2.807h-2.199c.091.231.222.429.379.574.021.017.048.027.066.048l.01-.01c.542.508.9 1.309.9 2.22 0 .022-.006.041-.007.063a2.078 2.078 0 0 1 .439 3.277 2.087 2.087 0 0 1-3.563-1.476 2.083 2.083 0 0 1 1.993-2.078c-.047-.463-.23-.86-.495-1.105-.022-.017-.048-.028-.068-.048l-.008.01c-.388-.363-.675-.88-.81-1.475h-1.98L1.242 14.61l8.15 8.15L20.87 11.28zM5.887 13.715a.51.51 0 0 1 .72 0l3.679 3.678a.51.51 0 0 1-.721.72l-3.678-3.678a.51.51 0 0 1 0-.72m2.087-2.087a.51.51 0 0 1 .72 0l3.678 3.678a.51.51 0 0 1-.72.72l-3.678-3.678a.51.51 0 0 1 0-.72' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top 0 left 0,top 0 left 2.188vw,top 0 left 4.375vw;background-repeat:no-repeat,no-repeat,no-repeat;background-size:1.719vw 1.875vw;content:"";height:1.875vw;left:1.563vw;position:absolute;top:.625vw;width:6.094vw}.hotel-description__text{display:flex;flex-direction:column;font-size:1.094vw;font-weight:300;line-height:1.406vw;row-gap:.781vw}.hotel-description__collapse-btn,.hotel-description__collapse-btn.is-hidden{display:none}.hotel-description__collapse-btn:after{background-color:#200e32;content:"";display:block;height:1.563vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;transform:rotate(180deg);transition:transform .3s ease-in-out;width:3.125vw}.hotel-description__collapse-btn_active:after{transform:rotate(0)}.hotel-description__advice{margin-left:-20px;margin-right:-20px}.hotel-excursion{display:flex;flex-direction:column;row-gap:.781vw}.hotel-excursion__title{font-size:1.406vw;font-weight:700;line-height:1.641vw}.hotel-excursion__text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:1.094vw;line-height:1.563vw;overflow:hidden;text-overflow:ellipsis}.hotel-excursion__top{order:-1;position:relative}.hotel-excursion__image{height:10.156vw;width:100%}.hotel-excursion__image img{height:100%;object-fit:cover;width:100%}.hotel-excursion__info{background-color:#00000080;bottom:0;display:flex;justify-content:space-between;left:0;padding:1.328vw .781vw;position:absolute;right:0}.hotel-excursion__stars .rating__item{height:.781vw;width:.781vw}.hotel-excursion__reviews{color:#fff;font-size:1.094vw;line-height:1.25vw}.hotel-excursions{margin-bottom:1.563vw}.hotel-excursions.collapsible-section_open .collapsible-section__body{padding-top:1.563vw}.hotel-excursions__tiles{display:flex;flex-direction:column;padding-left:1.563vw;padding-right:1.563vw;row-gap:1.563vw}.hotel-excursions__list{display:grid;grid-template-columns:repeat(4,18.75vw);justify-content:space-between;row-gap:1.563vw}.hotel-excursions__button{margin-bottom:1.563vw}.hotel-excursions__slider{display:none!important}.hotel-excursions__slider~.swiper-button-next,.hotel-excursions__slider~.swiper-button-prev{display:none}.hotel-excursions__item{position:relative}.hotel-excursions__item-link:after{content:"";display:block;top:0;right:0;bottom:0;left:0;position:absolute;z-index:1}.hotel-info{background-color:#fff8ee;border-radius:0 .781vw;padding:1.719vw 1.563vw 1.563vw;position:relative}.hotel-info,.hotel-info__price{display:flex;flex-direction:column}.hotel-info__price{margin-bottom:.625vw;row-gap:.781vw;z-index:1}.hotel-info__cashback{padding:0 16px}.hotel-info__cashback .hotel-cashback__wrapper{background-color:#fff8ee}.hotel-info__cashback .hotel-cashback{transform:translateY(-50%)}.hotel-info__cashback .hotel-cashback__tip-popup{left:auto;right:0}.hotel-info__price-caption{font-size:1.25vw;line-height:1.484vw;margin-right:14.063vw;text-transform:lowercase}.hotel-info__price-value{font-size:1.875vw;font-weight:900;line-height:2.188vw}.hotel-info__no-fees{color:#979797;font-size:.938vw;line-height:1.094vw;margin-bottom:.625vw;text-transform:lowercase}.hotel-info__distance{color:#0662ba;font-size:1.25vw;line-height:1.484vw;margin-bottom:.938vw}.hotel-info__phone{margin-bottom:2.344vw}.hotel-info__phone.phone{column-gap:.313vw;font-size:1.25vw;line-height:1.484vw}.hotel-info__phone.phone:before{height:.917vw;width:.957vw}.hotel-info__search-btn{background-color:transparent;cursor:pointer;padding:20px;position:absolute;right:0;top:0;z-index:2}.hotel-info__search-btn-text{align-items:center;border-bottom:.078vw dashed #0662ba;color:#0662ba;column-gap:.313vw;display:flex;font-size:1.25vw;line-height:1.484vw;padding-bottom:.234vw}.hotel-info__search-btn-text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='M0 4.745a4.75 4.75 0 0 0 4.744 4.744 4.72 4.72 0 0 0 3.001-1.072l3.445 3.444a.474.474 0 1 0 .67-.67L8.416 7.745a4.72 4.72 0 0 0 1.074-3A4.75 4.75 0 0 0 4.744 0 4.75 4.75 0 0 0 0 4.745m.949 0A3.8 3.8 0 0 1 4.744.949 3.8 3.8 0 0 1 8.54 4.745 3.8 3.8 0 0 1 4.744 8.54 3.8 3.8 0 0 1 .95 4.745Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:block;flex-shrink:0;height:.938vw;width:.938vw}.hotel-info__rating-wrapper{align-items:start;display:flex;justify-content:space-between;margin-bottom:.781vw}.hotel-info__rating.popup__rating,.hotel-info__rating.score{column-gap:.781vw;flex:0 0 29.2%}.hotel-info__rating .popup__rating-label,.hotel-info__rating .score__text{display:none}.hotel-info__rating .hotel-popup__rating-rate,.hotel-info__rating .popup__rating-rate,.hotel-info__rating .score__value{font-size:1.25vw;font-weight:700;height:3.516vw;line-height:1.484vw;padding:.606vw .703vw;width:3.281vw}.hotel-info__rating-content{display:flex;flex-direction:column}.hotel-info__rating-text{color:#200e32;font-size:1.25vw;font-weight:700;line-height:1.484vw}.hotel-info__reviews{color:#225999;font-size:.938vw;line-height:1.094vw;text-decoration:underline;white-space:nowrap}.hotel-info__rating-list{display:flex;flex:0 0 63.85%;flex-direction:column;row-gap:.781vw;width:100%}.hotel-info__rating-item{align-items:center;column-gap:.625vw;display:grid;grid-template-columns:34% 8% 1fr}.hotel-info__rating-label{font-size:.938vw;line-height:1.094vw;margin-right:.156vw}.hotel-info__rating-value{flex:0 0 1.641vw;font-size:.938vw;font-weight:700;line-height:1.094vw}.hotel-info__progressbar.progressbar{border-radius:.625vw;flex:1 1 auto;height:.625vw}.hotel-info__progressbar .progressbar__scale{border-radius:.625vw}.hotel-info__review{align-items:center;display:flex;flex-wrap:wrap;gap:.781vw;margin-bottom:1.563vw}.hotel-info__review-name{font-size:1.25vw;font-weight:700;line-height:1.484vw}.hotel-info__review-avatar{height:2.344vw;order:-1;width:2.344vw}.hotel-info__review-avatar img{height:100%;object-fit:cover;width:100%}.hotel-info__review-text{flex-basis:100%;font-size:1.094vw;font-weight:300;line-height:1.25vw}.hotel-info__review__link{color:#0662ba;text-decoration:underline}.hotel-info__review-btn{color:#f8991d;font-size:1.094vw;line-height:1.25vw;margin-left:auto;text-decoration:underline;text-transform:lowercase}.hotel-info__faq{margin-bottom:2.344vw}.hotel-info__faq-title{font-size:1.25vw;font-weight:700;line-height:1.484vw;margin-bottom:.469vw}.hotel-info__faq-slider{margin:0 1.25vw;position:relative}.hotel-info__amenities{margin-bottom:.781vw}.hotel-info__amenities-list{align-items:center;column-gap:.547vw;display:flex}.hotel-info__amenities-item{padding:.781vw}.hotel-info__amenities-item .amenities-icon:before{background-color:#c4c4c4;height:1.563vw;transition:background-color .3s ease-in-out;width:1.563vw}.hotel-info__amenities-item:hover .amenities-icon:before{background-color:#225999}.hotel-info__btn{align-self:center;font-size:1.094vw;height:3.906vw;line-height:1.25vw;min-width:15.625vw}.hotel-info__btn-tip{background-color:#fff;border-radius:.391vw;bottom:-1.875vw;box-shadow:0 0 .313vw #00000040;font-size:.938vw;left:12.813vw;line-height:1.16;max-width:16.406vw;opacity:0;padding:.781vw;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out}.hotel-info__btn:hover~.hotel-info__btn-tip{opacity:1}.hotel-info__btn-text_mobile,.hotel-info__review__link{display:none}.hotel-info__price-wrapper{column-gap:8px;display:flex;flex-wrap:wrap}.hotel-map{border-bottom:1px dashed #225999;margin-bottom:1.563vw;padding-bottom:2.344vw;position:relative}.hotel-map__header{column-gap:1.563vw;display:grid;grid-template-columns:25.391vw 1fr;margin-bottom:.781vw;row-gap:.781vw}.hotel-map__title{font-size:1.563vw;font-weight:900;grid-column:1/2;grid-row:1/2;line-height:1.2}.hotel-map__address{color:#0662ba;font-size:.938vw;font-style:normal;grid-column:1/2;grid-row:2/3;line-height:1.2;margin-bottom:.391vw;padding-left:1.016vw;position:relative}.hotel-map__address:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:.781vw;left:0;position:absolute;top:.156vw;width:.547vw}.hotel-map__checkbox{grid-column:2/3;grid-row:2/3}.hotel-map__input{display:none}.hotel-map__label{font-size:1.094vw;line-height:1.2;padding:.313vw 0 .313vw 4.531vw;position:relative}.hotel-map__label:before{background-color:#eaeaea;border-radius:.859vw;content:"";height:1.875vw;left:0;position:absolute;top:0;width:3.75vw}.hotel-map__label:after{border-radius:50%;content:"";height:1.563vw;left:.156vw;position:absolute;top:.156vw;transition:transform .3s ease-in-out;width:1.563vw}.hotel-map__input:checked+.hotel-map__label:before,.hotel-map__label:after{background-color:#0662ba}.hotel-map__input:checked+.hotel-map__label:after{background-color:#fff;transform:translate(1.875vw)}.hotel-map__map-wrapper{height:23.438vw;position:relative}.hotel-map__map{border-radius:0 1.56vw;height:23.438vw;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.hotel-map__map_active{z-index:2}.hotel-map .leaflet-overlay-pane svg{transition:none}.hotel-map .leaflet-marker-icon{height:30px;width:20px}.hotel-map .leaflet-routing-container{display:none}.hotel-map .leaflet-top.leaflet-right{align-items:end;display:flex;flex-direction:column}.hotel-map .leaflet-top.leaflet-right .leaflet-control{margin-right:20px!important;margin-top:20px!important}.hotel-map .leaflet-routes-button{align-items:center;color:#0662ba;column-gap:6px;cursor:pointer;display:flex;font-size:16px;font-weight:700;line-height:1.2;order:-1;text-decoration:underline;text-transform:lowercase}.hotel-map .leaflet-routes-button:before{content:"";height:12px;width:6px;webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.063 1.156 5 6.078 1.062 11'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.063 1.156 5 6.078 1.062 11'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.063 1.156 5 6.078 1.062 11'/%3E%3C/svg%3E");webkit-mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;webkit-mask-position:0 0;-webkit-mask-position:0 0;mask-position:0 0;webkit-mask-size:cover;background-color:#0662ba;-webkit-mask-size:cover;mask-size:cover;transform:rotate(180deg)}.hotel-map .custom-cluster_counter{height:30px;width:30px}.hotel-map__route-marker{align-items:start;column-gap:2px;display:grid;grid-template-areas:"pin text" "point text";row-gap:2px;transform:translate(-100%,-70%)}.hotel-map__route-marker:before{background-color:#ee2841;border-radius:50%;content:"";display:block;grid-area:point;height:11px;justify-self:center;width:11px}.hotel-map__route-marker svg{grid-area:pin}.hotel-map__route-name{background-color:#0662ba;border-radius:5px;color:#fff;display:flex;font-size:10px;font-weight:700;grid-area:text;line-height:1.2;padding:6px;white-space:nowrap}.hotel-popup{bottom:-27px!important}.hotel-popup .leaflet-popup-content-wrapper{border-radius:0 0 0 20px;overflow:hidden;padding:0}.hotel-popup .leaflet-popup-content{height:120px;margin:0!important;width:280px}.hotel-popup .leaflet-popup-tip-container{display:none}.hotel-popup__content{column-gap:10px;display:grid;grid-template-columns:120px 1fr;grid-template-rows:min-content min-content 1fr}.hotel-popup__content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;bottom:-18px;content:"";height:31px;left:135px;position:absolute;width:20px}.hotel-popup__title{display:-webkit-box;grid-column:2/3;grid-row:2/3;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;font-size:16px;font-weight:900;line-height:1.17;margin-bottom:11px;overflow:hidden;padding-right:10px;text-overflow:ellipsis}.hotel-popup__price{color:#000;font-size:14px;font-weight:700;grid-column:2/3;grid-row:3/4;line-height:1.2;padding-bottom:15px}.hotel-popup__image-wrapper{grid-column:1/2;grid-row:1/-1;height:120px;width:120px}.hotel-popup__image-wrapper img{height:100%;width:100%}.hotel-popup__stars{background-image:url(data:image/webp;base64,UklGRqAEAABXRUJQVlA4WAoAAAAQAAAAQQAAOwAAQUxQSBUCAAABkFBbW9hIvwQcFAeMA+pgJGQcVAJ1QB0gIRKQwDgIDpDwzezC/9H5DUSEA7eRFCm9ewxZiLRvkP/jb6JO1CUCMSJKh+pQXrrecCpdl61VX1U/D1224qnqQZWNgLodXfUrUCUi9O3oquytATWsEg9gxP+CRz4vAGg1HxJTaQPAqCU59yjtv9JoZwqSLizTsoQ2FolxSuhYJYK4hnWeIkmR+HbimiohSZUVvyzXTWT1W/ZmUl3FNVVCkraK+JmbiOaXZZo8UZ1s+MnsN//wx5bRYybNe2U5tDNB5zXxCYwOHDMABlBmTqADkNWvnqufA64CnPMGjuR8QVp2RL3L0ZfNbdch/lx2S/5nJPf2Wk735MSXa5aYdq//nAh3PZR5a+5xwut5+eWY7HZGJLLTjaJsT637PXo8iB+BdbbdY8HF/Aiss70eXQTwdMSPQzqjPdZVabRI/AikM9pjGIoE9eMLiU5z1ZYn9dPn7R6/Jirz07/NOtvqMe/1qKN2tttjxcgdcMSPQDrb6rG/nPyzCMSPQDrb6nHZ16Q99uTvexSx71HEqEeGVY8Eux4JRj2SsemRjEmP7Ns2PTKMeiQY9UhetumRBfX3PYoY9Ugw6pFg1SPDrkeCUY/6GPWoj02P5NtGPRKMemTY9Miw6dEghijmU6s5EWB3Vj3aQa7LbKDXZXaL6frWdZlRj0a8c11m1CPBqEczBABWUDggZAIAABAOAJ0BKkIAPAA+kT6ZSKWjoqErNtxIsBIJbAhwAP3Gol0Dj1948YHNzyB5mHMHil9S/4x9gD9O+kB5gP2q/aT2YP2z9wHoAf0D+zdYB+1XsAeV3+6vwI/2L/kelN/////2AACoSKvCoEMrKJjwKBR61NLSzlnumAAA/eOd//+RNAkOw+q4gg9Geb76xKfg164BNz2zHs//60zt0dh56Mn6dUlIrC/LKEIZSWD5v6/vYjGXQM8BVLyHeRdJ37iWGEcMWiwu5c5utgQ2xvAaSAYmKF0hPpDm/jED7DbiJ63XylQfOY06iXYs5ODK9sbBPS3ObonWDbNFFT3jxwIuxS5Eiprc4I/fTIh5IRBAuostWcg0+fmTxJXOjI3h77zpvmjmAD0B2Tm//++54a/TPF3ehMzxQCvu7YFUxOLhFaif6gqHbSa7BUZtsds8ItYo76yfWp19Mv479+FNxSzWzU5orS+E7S+gnDdwG38vzjUrG6+3EZOo95ghHsU/vh71OUNgOpByHLTC6Wm0xs6/7M2zZoxdMpRlQyBLcSwNUqsWPqAPaxgsuo237+zRXL63oU6/+bcYv05Z05B1MzL0qaQbSyB/PV4sOBsQDmcpfMHzuh7UKPgG+Z/ew1Is93KY4vFEXAzBddvDqhEcnXc5EHoOk9t9kPCD5CVBTiWYjzsaaeFvRXhmOqwM22dkPVftQBYzuFpr7/m3Um8j/neFIsA+ASwjpH4ESyOLaBHQFiCiscXF6xSOq5flbE419YYIYtLcPP4x4B3/BjB8EI7q0OprkBSrf9Nc/uVRKi+SuHuAAAAAAA==);grid-column:2/3;grid-row:1/2;height:12px;margin-bottom:12px;margin-top:15px;order:-1;width:65px}.hotel-popup__stars_count_5{background-position-y:0}.hotel-popup__stars_count_4{background-position-y:-12px}.hotel-popup__stars_count_3{background-position-y:-24px}.hotel-popup__stars_count_2{background-position-y:-36px}.hotel-popup__stars_count_1{background-position-y:-48px}.hotel-popup__stars_count_0{background-image:none}.hotel-popup__rating{column-gap:6px;display:flex;position:absolute;right:0;top:0}.hotel-popup__rating-label{font-size:10px;font-weight:700;line-height:1.17;padding-top:5px}.hotel-popup__rating-rate{color:#fff;font-size:12px!important;font-weight:700;height:30px!important;line-height:1.17!important;padding:4px 5px!important;text-align:center;width:28px!important}.hotel-popup__link{grid-column:1/-1;grid-row:1/-1}.hotel-menu{align-items:stretch;background-color:#fff;box-shadow:0 0 15px #00000026;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr;left:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:101}.hotel-menu.is-visible{transform:translateY(0)}.hotel-menu__nav{display:flex;text-align:center}.hotel-menu__nav-list{display:flex;flex:1}.hotel-menu__nav-list::-webkit-scrollbar{display:none}.hotel-menu__nav-item{border-right:1px dashed #225999;display:flex;flex:auto;white-space:nowrap}.hotel-menu__nav-item:last-child{border-right:none}.hotel-menu__link{align-items:center;display:inline-flex;flex:1;justify-content:center;padding:20px 6px;transition:color .1s ease;-webkit-user-select:none;user-select:none}.hotel-menu__link.is-active{color:#f8991d;font-weight:700;pointer-events:none}.hotel-menu__icon{flex-shrink:0;margin-right:10px}.hotel-menu__icon svg{height:21px;width:20px}.hotel-menu__info{border-radius:0;box-sizing:border-box;display:flex;flex-direction:row;opacity:0;overflow:hidden;padding:0;transform:translate(100%);transition:all .3s ease;width:0}.hotel-menu__info.is-visible{height:unset;opacity:1;overflow:visible;padding:7px 20px;transform:translate(0);width:unset}.hotel-menu__info .hotel-info__btn-tip{left:79px;transform:translateY(14%)}.hotel-menu__price-block{display:flex;flex-direction:column;font-size:12px;justify-content:center;line-height:1.2;margin-right:10px}.hotel-menu__price{color:#000;font-size:18px;font-weight:700;white-space:nowrap}.hotel-menu__button{font-size:14px;height:unset;padding:16px 40px}[data-menu-target]{scroll-margin-top:75px}.payment-details{margin-bottom:1.563vw}.payment-details__heading{padding:1.406vw 2.344vw}.payment-details__list{display:flex;flex-wrap:wrap;row-gap:.781vw}.payment-details__item{flex-basis:calc(50% - .391vw);padding:10px}.payment-details__table{border-collapse:collapse;width:100%}.payment-details__th{color:#979797;font-size:.938vw;font-weight:400;line-height:1.094vw;padding:.781vw 1.953vw}.payment-details__th:first-of-type{padding-right:1.172vw;width:55%}.payment-details__th:nth-of-type(2){width:45%}.payment-details__title{align-items:center;column-gap:.781vw;display:flex;font-size:1.25vw;font-weight:700;line-height:1.484vw;padding:.781vw}.payment-details__title.tag-icon:before{height:1.172vw;width:1.172vw}.payment-details__row:nth-of-type(odd){background-color:#f6f6f6}.payment-details__col{font-size:1.094vw;line-height:1.25vw;padding:.781vw 1.172vw .781vw 1.953vw;vertical-align:top}.payment-info{align-items:flex-start;border:.078vw dashed #225999;border-left:none;border-right:none;display:flex;margin-bottom:2.344vw;margin-left:-.781vw;margin-right:-.781vw}.payment-info__text{max-height:5000px}.payment-info__text.hidden{display:-webkit-box;-webkit-line-clamp:var(--lines);-webkit-box-orient:vertical;max-height:var(--height);overflow:hidden;text-overflow:ellipsis}.payment-info__show-more{border-bottom:1px dotted #225999;color:#225999}.payment-info__column{flex-basis:50%;flex-grow:1;padding:2.344vw;width:100%}.payment-info__column:last-of-type:not(:first-child){border-right:1px dashed #225999}.payment-info__column_left{padding:2.344vw .781vw}.payment-info__list{column-gap:7.656vw;display:grid;grid-template-columns:8.828vw 8.828vw;grid-template-rows:auto 1fr;margin-bottom:3.75vw}.payment-info__list:last-of-type{margin-bottom:0}.payment-info__title{font-size:1.563vw;font-weight:900;line-height:1.797vw;margin-bottom:.781vw}.payment-info__subtitle{font-size:1.094vw;font-weight:700;line-height:1.563vw}.payment-info__text{font-size:1.094vw;line-height:1.563vw;margin-bottom:.781vw}.payment-info__text_small{color:#979797;font-size:.938vw;line-height:1.563vw}.payment-info__cash .payment-info__text{margin-bottom:0}.payment-info__cards .payment-info__text{margin-bottom:.469vw}.payment-info__cards .payment-types__card{display:inline-block}.payment-info__cards .payment-types__card_visa{margin-right:.469vw}.payment-info__paypal .payment-info__text{margin-bottom:.703vw}.payment-info .payment-types__card{height:2.344vw;width:3.516vw}.payment-info .payment-types__paypal{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114' height='30' fill='none'%3E%3Cpath fill='%23003087' d='M36.184 6a.47.47 0 0 0-.467.398L33.02 23.494a.438.438 0 0 0 .432.505h3.197c.233 0 .43-.169.467-.399l.792-5.02c.036-.23.234-.4.467-.4h2.907a6.89 6.89 0 0 0 6.805-5.835C48.62 8.96 45.974 6.006 42.225 6zm3.107 3.816h2.326c1.914 0 2.538 1.13 2.34 2.378-.196 1.252-1.165 2.175-3.017 2.175h-2.367zm15.3 1.162c-.808.003-1.737.168-2.78.602-2.392.997-3.54 3.058-4.028 4.56 0 0-1.553 4.583 1.955 7.101 0 0 3.254 2.424 6.916-.15l-.063.403a.437.437 0 0 0 .431.505h3.035c.233 0 .43-.169.467-.399l1.846-11.707a.438.438 0 0 0-.431-.506h-3.035a.47.47 0 0 0-.467.4l-.1.63s-1.325-1.448-3.747-1.44Zm.099 3.697q.523.001.953.14c1.31.42 2.052 1.679 1.837 3.042-.265 1.68-1.642 2.915-3.408 2.915q-.523 0-.953-.14c-1.31-.42-2.056-1.678-1.841-3.041.264-1.68 1.646-2.916 3.412-2.916'/%3E%3Cpath fill='%230070E0' d='M79.887 6a.47.47 0 0 0-.467.398l-2.696 17.096a.438.438 0 0 0 .432.505h3.197a.47.47 0 0 0 .467-.399l.792-5.02c.036-.23.235-.4.467-.4h2.907a6.89 6.89 0 0 0 6.805-5.835C92.322 8.96 89.677 6.006 85.928 6zm3.108 3.816h2.325c1.915 0 2.538 1.13 2.34 2.378-.196 1.252-1.164 2.175-3.016 2.175h-2.368zm15.298 1.162c-.807.003-1.736.168-2.779.602-2.392.997-3.54 3.058-4.028 4.56 0 0-1.552 4.583 1.956 7.101 0 0 3.252 2.424 6.915-.15l-.063.403a.438.438 0 0 0 .432.505h3.035c.233 0 .43-.169.467-.399l1.847-11.707a.44.44 0 0 0-.433-.506h-3.035a.47.47 0 0 0-.467.4l-.099.63s-1.326-1.448-3.748-1.44Zm.1 3.697q.523.001.953.14c1.309.42 2.051 1.679 1.837 3.042-.265 1.68-1.642 2.915-3.408 2.915q-.523 0-.953-.14c-1.31-.42-2.057-1.678-1.842-3.041.265-1.68 1.646-2.916 3.412-2.916Z'/%3E%3Cpath fill='%23003087' d='M63.81 11.387a.355.355 0 0 0-.338.464L66.8 22.175l-3.008 4.866a.355.355 0 0 0 .301.541h3.556a.59.59 0 0 0 .506-.285l9.292-15.372a.355.355 0 0 0-.304-.538h-3.555a.59.59 0 0 0-.509.29l-3.657 6.175-1.857-6.13a.47.47 0 0 0-.453-.335h-3.3Z'/%3E%3Cpath fill='%230070E0' d='M109.523 6a.47.47 0 0 0-.467.398l-2.697 17.095a.44.44 0 0 0 .433.506h3.197c.232 0 .43-.169.467-.399l2.695-17.095a.437.437 0 0 0-.431-.506h-3.197Z'/%3E%3Cpath fill='%23001C64' d='M9.532 6a.865.865 0 0 0-.854.73l-1.42 9a.864.864 0 0 1 .855-.73h4.158c4.185 0 7.736-3.054 8.385-7.19a7 7 0 0 0 .082-.934c-1.064-.558-2.313-.877-3.682-.877H9.532Z'/%3E%3Cpath fill='%230070E0' d='M20.738 6.876a7 7 0 0 1-.082.934c-.65 4.137-4.2 7.19-8.385 7.19H8.113a.864.864 0 0 0-.854.73L5.954 24l-.817 5.188A.702.702 0 0 0 5.83 30h4.513a.866.866 0 0 0 .854-.73l1.19-7.54a.865.865 0 0 1 .854-.73h2.657c4.185 0 7.736-3.053 8.385-7.19.46-2.937-1.018-5.609-3.545-6.934'/%3E%3Cpath fill='%23003087' d='M4.404 0a.864.864 0 0 0-.854.73L.01 23.187A.703.703 0 0 0 .703 24h5.252l1.304-8.27 1.419-9A.865.865 0 0 1 9.532 6h7.524c1.37 0 2.618.319 3.682.876C20.81 3.11 17.703 0 13.43 0z'/%3E%3C/svg%3E");height:2.344vw;width:8.828vw}.payment-info .payment-types__paypal,.payment-types__card{background-position:0 0;background-repeat:no-repeat;background-size:cover}.payment-types__card{height:30px;width:45px}.payment-types__card_visa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='30' fill='none'%3E%3Crect width='44.5' height='29.5' x='.25' y='.25' stroke='%23D8D8D8' stroke-width='.5' rx='1.046'/%3E%3Cpath fill='%2316216A' fill-rule='evenodd' d='M30.483 9.44a7.3 7.3 0 0 0-2.587-.46c-2.85 0-4.86 1.476-4.877 3.591-.017 1.563 1.434 2.436 2.528 2.957 1.123.533 1.503.872 1.497 1.349-.008.729-.898 1.061-1.729 1.061-1.152 0-1.765-.165-2.714-.57l-.371-.172-.406 2.435c.672.304 1.92.567 3.215.58 3.033 0 5.002-1.458 5.025-3.718.01-1.235-.757-2.178-2.422-2.954-1.01-.504-1.627-.84-1.623-1.35 0-.451.525-.935 1.654-.935a5.2 5.2 0 0 1 2.159.416l.258.126.393-2.357Zm7.397-.26h-2.228c-.69 0-1.208.195-1.51.903l-4.286 9.97h3.03s.495-1.34.608-1.634l3.695.004c.086.38.351 1.63.351 1.63h2.678zm-3.557 7.014c.24-.629 1.15-3.043 1.15-3.043-.016.03.237-.63.381-1.039l.197.938.669 3.144zM14.712 9.178l-2.825 7.418-.302-1.507c-.524-1.737-2.164-3.621-3.996-4.564l2.582 9.514 3.053-.003 4.544-10.858z' clip-rule='evenodd'/%3E%3Cpath fill='%2316216A' fill-rule='evenodd' d='M9.266 9.172H4.61l-.035.225c3.62.9 6.016 3.079 7.009 5.692l-1.011-5c-.175-.689-.681-.892-1.308-.917Zm7.866 10.876 1.804-10.877h2.887l-1.808 10.877z' clip-rule='evenodd'/%3E%3C/svg%3E")}.payment-types__card_mastercard{background-image:url(/build/assets/card-mastercard.CxqMtgf-.svg)}.payment-types__card_mir{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89' height='25' fill='none'%3E%3Cpath fill='%230F754E' fill-rule='evenodd' d='M8.888.254C9.674.25 12.01.04 13 3.38q1 3.375 3.186 11.057h.593Q19.124 6.337 20 3.38C21 .004 23.5.254 24.5.254h7.715v24h-7.863V10.11h-.528l-4.383 14.144h-5.917L9.141 10.1h-.527v14.154H.75v-24zm34.62 0v14.154h.627L49.467 2.77C50.502.453 52.707.254 52.707.254h7.61v24H52.29V10.1h-.628l-5.227 11.64c-1.035 2.306-3.346 2.515-3.346 2.515h-7.61v-24h8.028ZM88.064 11.66c-1.12 3.173-4.636 5.446-8.53 5.446h-8.418v7.15h-7.634V11.658h24.582Z' clip-rule='evenodd'/%3E%3Cpath fill='url(%23a)' fill-rule='evenodd' d='M79.903.254h-16.82c.4 5.343 5.001 9.917 9.764 9.917h15.749c.908-4.44-2.22-9.917-8.693-9.917' clip-rule='evenodd'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='2629.85' x2='63.082' y1='624.098' y2='624.098' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231F5CD7'/%3E%3Cstop offset='1' stop-color='%2302AEFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-size:contain;height:20px;width:108px}.payment-types__paypal{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114' height='30' fill='none'%3E%3Cpath fill='%23003087' d='M36.184 6a.47.47 0 0 0-.467.398L33.02 23.494a.438.438 0 0 0 .432.505h3.197c.233 0 .43-.169.467-.399l.792-5.02c.036-.23.234-.4.467-.4h2.907a6.89 6.89 0 0 0 6.805-5.835C48.62 8.96 45.974 6.006 42.225 6zm3.107 3.816h2.326c1.914 0 2.538 1.13 2.34 2.378-.196 1.252-1.165 2.175-3.017 2.175h-2.367zm15.3 1.162c-.808.003-1.737.168-2.78.602-2.392.997-3.54 3.058-4.028 4.56 0 0-1.553 4.583 1.955 7.101 0 0 3.254 2.424 6.916-.15l-.063.403a.437.437 0 0 0 .431.505h3.035c.233 0 .43-.169.467-.399l1.846-11.707a.438.438 0 0 0-.431-.506h-3.035a.47.47 0 0 0-.467.4l-.1.63s-1.325-1.448-3.747-1.44Zm.099 3.697q.523.001.953.14c1.31.42 2.052 1.679 1.837 3.042-.265 1.68-1.642 2.915-3.408 2.915q-.523 0-.953-.14c-1.31-.42-2.056-1.678-1.841-3.041.264-1.68 1.646-2.916 3.412-2.916'/%3E%3Cpath fill='%230070E0' d='M79.887 6a.47.47 0 0 0-.467.398l-2.696 17.096a.438.438 0 0 0 .432.505h3.197a.47.47 0 0 0 .467-.399l.792-5.02c.036-.23.235-.4.467-.4h2.907a6.89 6.89 0 0 0 6.805-5.835C92.322 8.96 89.677 6.006 85.928 6zm3.108 3.816h2.325c1.915 0 2.538 1.13 2.34 2.378-.196 1.252-1.164 2.175-3.016 2.175h-2.368zm15.298 1.162c-.807.003-1.736.168-2.779.602-2.392.997-3.54 3.058-4.028 4.56 0 0-1.552 4.583 1.956 7.101 0 0 3.252 2.424 6.915-.15l-.063.403a.438.438 0 0 0 .432.505h3.035c.233 0 .43-.169.467-.399l1.847-11.707a.44.44 0 0 0-.433-.506h-3.035a.47.47 0 0 0-.467.4l-.099.63s-1.326-1.448-3.748-1.44Zm.1 3.697q.523.001.953.14c1.309.42 2.051 1.679 1.837 3.042-.265 1.68-1.642 2.915-3.408 2.915q-.523 0-.953-.14c-1.31-.42-2.057-1.678-1.842-3.041.265-1.68 1.646-2.916 3.412-2.916Z'/%3E%3Cpath fill='%23003087' d='M63.81 11.387a.355.355 0 0 0-.338.464L66.8 22.175l-3.008 4.866a.355.355 0 0 0 .301.541h3.556a.59.59 0 0 0 .506-.285l9.292-15.372a.355.355 0 0 0-.304-.538h-3.555a.59.59 0 0 0-.509.29l-3.657 6.175-1.857-6.13a.47.47 0 0 0-.453-.335h-3.3Z'/%3E%3Cpath fill='%230070E0' d='M109.523 6a.47.47 0 0 0-.467.398l-2.697 17.095a.44.44 0 0 0 .433.506h3.197c.232 0 .43-.169.467-.399l2.695-17.095a.437.437 0 0 0-.431-.506h-3.197Z'/%3E%3Cpath fill='%23001C64' d='M9.532 6a.865.865 0 0 0-.854.73l-1.42 9a.864.864 0 0 1 .855-.73h4.158c4.185 0 7.736-3.054 8.385-7.19a7 7 0 0 0 .082-.934c-1.064-.558-2.313-.877-3.682-.877H9.532Z'/%3E%3Cpath fill='%230070E0' d='M20.738 6.876a7 7 0 0 1-.082.934c-.65 4.137-4.2 7.19-8.385 7.19H8.113a.864.864 0 0 0-.854.73L5.954 24l-.817 5.188A.702.702 0 0 0 5.83 30h4.513a.866.866 0 0 0 .854-.73l1.19-7.54a.865.865 0 0 1 .854-.73h2.657c4.185 0 7.736-3.053 8.385-7.19.46-2.937-1.018-5.609-3.545-6.934'/%3E%3Cpath fill='%23003087' d='M4.404 0a.864.864 0 0 0-.854.73L.01 23.187A.703.703 0 0 0 .703 24h5.252l1.304-8.27 1.419-9A.865.865 0 0 1 9.532 6h7.524c1.37 0 2.618.319 3.682.876C20.81 3.11 17.703 0 13.43 0z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;height:30px;width:113px}.hotel-preloader{padding:20px 0}.custom-select select.hotel-preloader,.custom-select-wrapper select.hotel-preloader,.custom-select~select.hotel-preloader,.hotel-preloader.filters__checkbox-item_hidden,.hotel-preloader.visually-hidden{padding:0}.hotel-preloader__amenities-wrapper{display:none;--swiper-navigation-color:#f8991d;--swiper-navigation-size:3vw;--swiper-navigation-sides-offset:0;--swiper-navigation-top-offset:60%}.hotel-preloader__amenities-wrapper .swiper-button-next,.hotel-preloader__amenities-wrapper .swiper-button-prev{display:none}.hotel-preloader__header{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;font-size:20px;justify-content:center;line-height:1.2}.hotel-preloader__spinner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='310' height='310' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0;display:block;shape-rendering:auto' viewBox='0 0 100 100'%3E%3Ccircle cx='75' cy='50' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.8177570093457943s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.8177570093457943s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='67.678' cy='67.678' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.7009345794392523s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.7009345794392523s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='50' cy='75' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.5841121495327103s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.5841121495327103s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='32.322' cy='67.678' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.4672897196261682s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.4672897196261682s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='25' cy='50' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.35046728971962615s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.35046728971962615s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='32.322' cy='32.322' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.2336448598130841s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.2336448598130841s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='50' cy='25' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='-0.11682242990654206s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='-0.11682242990654206s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3Ccircle cx='67.678' cy='32.322' r='6' fill='%23ffa23c'%3E%3Canimate attributeName='r' begin='0s' dur='0.9345794392523364s' repeatCount='indefinite' values='3.5999999999999996;3.5999999999999996;6;3.5999999999999996;3.5999999999999996'/%3E%3Canimate attributeName='fill' begin='0s' dur='0.9345794392523364s' repeatCount='indefinite' values='%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c;%23ffa23c'/%3E%3C/circle%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:contain;height:100px;transition:all .3s ease;width:100px}.hotel-preloader__spinner .loader{transform:scale(2.5)}.hotel-preloader__spinner .loader__item{background-color:#f8991d}.hotel-preloader__text{margin-bottom:10px}.hotel-preloader__amenities{max-height:0;opacity:0;overflow:hidden;text-align:center;transition:all .3s ease;visibility:hidden}.hotel-preloader__amenities-text{font-size:20px;font-weight:700;line-height:1.2;margin-bottom:27px}.hotel-preloader__amenities-list{display:flex;justify-content:space-between;margin:0 auto;max-width:872px}.hotel-preloader__amenities-item{display:flex;flex:1;flex-direction:column-reverse;font-size:18px;justify-content:flex-end;max-width:240px;position:relative}.hotel-preloader__amenities-title{font-weight:700;margin-top:10px}.hotel-preloader__amenities-img{align-items:center;display:flex;justify-content:center;min-height:130px;overflow:hidden;position:relative;width:100%}.hotel-preloader__amenities-img img{display:block;height:100%;object-fit:cover;width:100%}.hotel-preloader__amenities-item:first-child .hotel-preloader__amenities-img{border-radius:0 0 0 20px}.hotel-preloader__amenities-item:last-child .hotel-preloader__amenities-img{border-radius:0 20px 0 0}.hotel-preloader__amenities-link:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute}.hotel-preloader.is-loading{flex-direction:row;flex-wrap:wrap}.hotel-preloader.is-loading .hotel-preloader__header{flex-direction:row}.hotel-preloader.is-loading .hotel-preloader__amenities{max-height:100%;opacity:1;visibility:visible}.hotel-preloader.is-loading .hotel-preloader__amenities-wrapper{display:block}.hotel-preloader.is-loading .hotel-preloader__spinner{height:5ch;width:5ch}.hotel-preloader.is-loading .hotel-preloader__text{margin-bottom:0}.hotel-add-review-modal{display:none}.hotel-add-review-modal__title{color:#200e32;font-size:30px;font-weight:900;line-height:1.2;margin-bottom:20px;text-align:center}.hotel-add-review-modal__button{justify-self:center;min-height:51px;padding-bottom:10px;padding-top:10px}.hotel-add-review-modal__button:disabled{background-color:#c4c4c4}.hotel-add-review-modal__button .loader{display:none}.hotel-add-review-modal__button.is-loading .loader{display:block}.hotel-add-review-modal__captcha{display:grid;place-items:center}.hotel-add-review-modal__form{display:grid;grid-template-columns:1fr;row-gap:20px}.hotel-add-review-modal.hotels-modal.fancybox__content{padding-top:30px}.hotel-add-review-modal__form textarea{resize:none}.hotel-add-review-modal__form input,.hotel-add-review-modal__form textarea{border:0;font-size:20px;font-weight:400;line-height:23px;width:100%}.hotel-add-review-modal__form input::placeholder,.hotel-add-review-modal__form textarea::placeholder{color:#b6cce4}.hotel-add-review-modal.fancybox__content :focus:not(.carousel__button.is-close){outline:none}.hotel-add-review-modal__form .hotels-modal__field:not([name=name],.travel-div-in){border:1px solid #b6cce4}.hotel-add-review-modal__form .hotels-modal__field{border:1px solid #b6cce4;transition:border .3s ease}.hotel-add-review-modal__form .hotels-modal__field:has(input[aria-invalid=true]),.hotel-add-review-modal__form .hotels-modal__field:has(textarea[aria-invalid=true]){border:1px solid #ff0000}.hotel-reviews{margin-bottom:1.563vw}.hotel-reviews__title{font-size:1.563vw;font-weight:900;line-height:1.797vw;margin-bottom:1.563vw}.hotel-reviews__show-more-button{font-size:1.094vw;font-weight:700;line-height:1.2;padding:.938vw 1.563vw;width:100%}.hotel-reviews__show-modal-button{display:none}.no-reviews{margin:20px 0;text-align:center}.no-reviews__title{font-size:1.563vw;font-weight:900;line-height:1.797vw}.no-reviews__details,.no-reviews__text,.no-reviews__title{margin-bottom:1.563vw}.no-reviews__text{color:#979797;font-size:14px;line-height:1.2}.no-reviews__details{column-gap:10px;margin:0 auto;max-width:380px}.no-reviews__details.reviews-details{flex-wrap:nowrap}.no-reviews__details .reviews-details__logo{margin-right:3px}.no-reviews__details .reviews-details__count{min-width:unset}.no-reviews__stars{display:flex;justify-content:center}.no-reviews__stars .rating__item{cursor:pointer}.review-modal-thanks{align-items:center;display:none;flex-direction:column;font-size:20px;line-height:1.3;max-width:600px;text-align:center}.review-modal-thanks__title{color:#200e32;font-size:30px;font-weight:900;line-height:1.2;margin:0 0 30px;text-align:center}.review-modal-thanks__text{margin-bottom:40px}.review-modal-thanks__button{padding:16px 65px}.hotels-modal:has(.review-modal-thanks){max-width:600px}.review-user{column-gap:5.469vw;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:1.563vw;row-gap:.781vw}.review-user__item{align-items:center;column-gap:.781vw;display:grid;grid-template-columns:max-content 1.875vw 10.156vw;grid-template-columns:1fr 1.875vw 1fr}.review-user__label,.review-user__value{font-size:1.094vw;line-height:1.14}.review-user__value{font-weight:700}.review-user__item .progressbar{border-radius:.625vw;height:.625vw}.review-user__item .progressbar__scale{border-radius:.625vw}.reviews-details{color:#979797;display:flex;flex-wrap:wrap;font-size:12px;line-height:1.2}.reviews-details__row{align-items:flex-start;display:flex;flex:1;position:relative}.reviews-details__link{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;z-index:10}.reviews-details__stars{padding:0 8px}.reviews-details__logo{display:grid;margin-right:auto;place-items:center}.reviews-table{display:flex;flex-direction:column;margin-bottom:.781vw;row-gap:.781vw}.reviews-table__row{display:grid;font-size:.781vw;grid-template-columns:15.625vw 1fr;line-height:.938vw}.reviews-table__col{padding:1.563vw}.reviews-table__col_left{background-image:linear-gradient(0deg,#ffffff80,#ffffff80),#fff8ee;border-radius:0 0 0 1.563vw;border-right:.078vw solid #ececec;column-gap:.781vw;display:grid;grid-auto-rows:min-content;grid-template-areas:"avatar name" "avatar date" "guests guests" "type type" "days days";grid-template-columns:2.344vw 1fr;row-gap:.625vw}.reviews-table__col_right{background-color:#fff8ee;display:flex;flex-direction:column;padding-top:0}.reviews-table__name{font-size:1.094vw;font-weight:700;grid-area:name;line-height:1.14;margin-bottom:.156vw}.reviews-table__avatar{grid-area:avatar;height:2.344vw;width:2.344vw}.reviews-table__avatar img{height:100%;object-fit:cover;width:100%}.reviews-table__date{color:#979797;column-gap:.938vw;display:flex;grid-area:date;margin-top:-.469vw}.reviews-table__guests{column-gap:.781vw;display:grid;grid-area:guests;grid-template-columns:2.344vw 1fr}.reviews-table__guests:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23000' stroke-width='.7' d='M8.65 3A2.66 2.66 0 0 1 6 5.65 2.66 2.66 0 0 1 3.35 3 2.66 2.66 0 0 1 6 .35 2.66 2.66 0 0 1 8.65 3Zm-8.3 7.5q.001-.55.545-1.05c.364-.334.885-.628 1.49-.87C3.595 8.095 5.05 7.85 6 7.85s2.405.245 3.615.73c.605.242 1.126.536 1.49.87q.544.5.545 1.05v1.15H.35z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23000' stroke-width='.7' d='M8.65 3A2.66 2.66 0 0 1 6 5.65 2.66 2.66 0 0 1 3.35 3 2.66 2.66 0 0 1 6 .35 2.66 2.66 0 0 1 8.65 3Zm-8.3 7.5q.001-.55.545-1.05c.364-.334.885-.628 1.49-.87C3.595 8.095 5.05 7.85 6 7.85s2.405.245 3.615.73c.605.242 1.126.536 1.49.87q.544.5.545 1.05v1.15H.35z'/%3E%3C/svg%3E");background-position:top 0 left 0,top 0 left 1.016vw;background-repeat:no-repeat,no-repeat;background-size:.938vw .938vw;content:"";height:.938vw;justify-self:center;width:1.953vw}.reviews-table__type{grid-area:type}.reviews-table__type .room-capacity{align-items:start;column-gap:.781vw;display:grid;font-size:.781vw;grid-template-columns:2.344vw 1fr;line-height:.938vw}.reviews-table__type .room-capacity:before{height:1.094vw;justify-self:center;width:1.484vw}.reviews-table__days{align-items:start;column-gap:.781vw;display:grid;grid-area:days;grid-template-columns:2.344vw 1fr}.reviews-table__days:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='.7' d='M1.065 6.183h12.477M10.41 8.917h.005m-3.111 0h.006m-3.12 0h.007m6.213 2.72h.005m-3.111 0h.006m-3.12 0h.007M10.13 1v2.304M4.476 1v2.304'/%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='.7' d='M10.267 2.105H4.34C2.284 2.105 1 3.251 1 5.355v6.335C1 13.828 2.284 15 4.34 15h5.92c2.063 0 3.34-1.152 3.34-3.257V5.356c.007-2.105-1.271-3.25-3.333-3.25Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:1.094vw;justify-self:center;width:.938vw}.reviews-table__button{background-color:transparent;cursor:pointer;font-size:14px;line-height:1.2;text-decoration:underline}.reviews-table__score{column-gap:.781vw;display:grid;grid-template-columns:3.281vw 1fr;grid-template-rows:auto 1fr;margin-bottom:.781vw}.reviews-table__score .popup__rating,.reviews-table__score .score{grid-column:1/2;grid-row:1/3}.reviews-table__score .popup__rating-label,.reviews-table__score .score__text{display:none}.reviews-table__score-text{font-size:1.25vw;font-weight:700;grid-column:2/3;grid-row:1/2;line-height:1.2;margin-top:.547vw}.reviews-table__score .hotel-popup__rating-rate,.reviews-table__score .popup__rating-rate,.reviews-table__score .score__value{font-size:1.25vw;height:3.516vw;line-height:1.484vw;padding:.625vw .703vw;width:3.281vw}.reviews-table__collapse-score-btn{font-size:.781vw;grid-column:2/3;grid-row:2/3;justify-self:start;line-height:1.2}.reviews-table__collapsible-score{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.reviews-table__collapsible-score.show{max-height:none}.reviews-table__collapsible-review{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease-in-out}.reviews-table__collapsible-review.show{display:block}.reviews-table__minus,.reviews-table__plus{display:-webkit-box;position:relative;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.094vw;font-weight:300;line-height:1.14;margin:.781vw 0;overflow:hidden;padding-left:1.953vw;text-overflow:ellipsis;transition:all .3s ease-in-out}.reviews-table__collapsible-review.show .reviews-table__minus,.reviews-table__collapsible-review.show .reviews-table__plus{display:block}.reviews-table__minus:before,.reviews-table__plus:before{content:"";height:1.094vw;left:0;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:0;width:1.094vw}.reviews-table__plus:before{background-color:#019947;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E")}.reviews-table__minus:before{background-color:#ee2841;-webkit-mask-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='%23EE2841' d='M13.51 8.344a2.1 2.1 0 0 1-1.61.756H8.708l.392 1.001A2.89 2.89 0 0 1 6.377 14a.7.7 0 0 1-.637-.413L3.745 9.1H2.1A2.1 2.1 0 0 1 0 7V2.1A2.1 2.1 0 0 1 2.1 0h8.911a2.1 2.1 0 0 1 2.065 1.722l.889 4.9a2.1 2.1 0 0 1-.455 1.722M3.5 1.4H2.1a.7.7 0 0 0-.7.7V7a.7.7 0 0 0 .7.7h1.4zm9.1 5.474-.889-4.9a.7.7 0 0 0-.7-.574H4.9v6.853l1.904 4.284a1.48 1.48 0 0 0 .966-1.946L7.399 9.59A1.4 1.4 0 0 1 8.708 7.7H11.9a.7.7 0 0 0 .539-.252.7.7 0 0 0 .161-.574'/%3E%3C/svg%3E");mask-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='%23EE2841' d='M13.51 8.344a2.1 2.1 0 0 1-1.61.756H8.708l.392 1.001A2.89 2.89 0 0 1 6.377 14a.7.7 0 0 1-.637-.413L3.745 9.1H2.1A2.1 2.1 0 0 1 0 7V2.1A2.1 2.1 0 0 1 2.1 0h8.911a2.1 2.1 0 0 1 2.065 1.722l.889 4.9a2.1 2.1 0 0 1-.455 1.722M3.5 1.4H2.1a.7.7 0 0 0-.7.7V7a.7.7 0 0 0 .7.7h1.4zm9.1 5.474-.889-4.9a.7.7 0 0 0-.7-.574H4.9v6.853l1.904 4.284a1.48 1.48 0 0 0 .966-1.946L7.399 9.59A1.4 1.4 0 0 1 8.708 7.7H11.9a.7.7 0 0 0 .539-.252.7.7 0 0 0 .161-.574'/%3E%3C/svg%3E")}.reviews-table__text{display:-webkit-box;position:relative;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.094vw;font-weight:300;line-height:1.14;margin:.781vw 0;overflow:hidden;text-overflow:ellipsis}.reviews-table__collapsible-review.show .reviews-table__text{display:block}.reviews-table__collapse-review-btn{align-items:center;align-self:end;column-gap:.625vw;display:flex;font-size:1.094vw;line-height:1.14;text-transform:lowercase}.reviews-table__collapse-review-btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:.469vw;transform:rotate(180deg);transition:transform .3s ease-in-out;width:.781vw}.reviews-table__collapsible-review.show+.reviews-table__collapse-review-btn:after{transform:rotate(0)}.reviews-total{column-gap:3.125vw;display:grid;grid-template-columns:17.031vw 1fr;margin-bottom:1.563vw}.reviews-total__score{display:flex;flex-direction:column}.reviews-total__score .popup__rating,.reviews-total__score .score{column-gap:.781vw;display:grid;grid-template-areas:"value text" "value caption";grid-template-columns:min-content 11.719vw;grid-template-rows:auto 1fr;row-gap:.313vw}.reviews-total__score .popup__rating-label,.reviews-total__score .score__text{font-size:1.563vw;grid-area:text;line-height:1.797vw;padding-top:0}.reviews-total__score .hotel-popup__rating-rate,.reviews-total__score .popup__rating-rate,.reviews-total__score .score__value{font-size:1.875vw;grid-area:value;height:4.688vw;line-height:2.188vw;padding:.469vw .781vw;width:4.375vw}.reviews-total__score-caption{color:#200e32;font-size:.938vw;font-weight:400;grid-area:caption;line-height:1.094vw}.reviews-total .progressbar{border-radius:.625vw;height:.625vw}.reviews-total .progressbar__scale{border-radius:.625vw}.reviews-total__list{align-self:start;column-gap:3.125vw;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:20px;row-gap:1.563vw}.reviews-total__item{align-items:center;column-gap:.781vw;display:grid;grid-template-columns:1fr 1.875vw 10.156vw}.reviews-total__label,.reviews-total__value{font-size:1.25vw;line-height:1.484vw}.reviews-total__value{font-weight:700}.reviews-total__customer-rating{align-items:center;column-gap:1.719vw;display:flex}.reviews-total__customer-rating-caption{color:#979797;flex-grow:1;flex-shrink:0;font-size:1.094vw;line-height:1.25vw}.reviews-total__show-details-button{display:none}.reviews-total_open .reviews-total__show-details-button:after{transform:rotate(0)}.reviews-total__details{margin-top:auto;padding-top:8px}.reviews-total__row{grid-template-columns:1fr auto 5ch;margin-top:6px}.hotel-tabs__tabs{display:flex;position:relative}.hotel-tabs__tabs:after{border-bottom:.078vw dashed #225999;content:"";flex-grow:1}.hotel-tabs__button{align-items:center;background-color:#fff;border:.078vw dashed transparent;border-bottom-color:#225999;border-radius:.391vw .391vw 0 0;box-shadow:none;color:#979797;column-gap:.625vw;cursor:pointer;display:flex;font-size:1.406vw;font-weight:700;justify-content:center;line-height:1.641vw;outline:none;padding:1.094vw 1.25vw;vertical-align:middle}.hotel-tabs__button_active{border:.078vw dashed #225999;border-bottom-color:transparent;color:#0662ba}.hotel-tabs__button:focus:not(.hotel-tabs__button_active),.hotel-tabs__button:hover:not(.hotel-tabs__button_active){color:#7e7e7e}.hotel-tabs__button:active:not(.hotel-tabs__button_active){color:#717171}.hotel-tabs__button:before{background-color:currentColor;content:"";-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.hotel-tabs__button_desc:before{height:1.406vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");width:1.406vw}.hotel-tabs__button_weather:before{height:1.563vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' fill='none'%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='M4.838 11.714A4.88 4.88 0 0 1 3.66 8.521c0-1.335.527-2.586 1.483-3.52A4.88 4.88 0 0 1 8.655 3.53h.002c1.338 0 2.589.526 3.524 1.48q.036.037.062.079a6.2 6.2 0 0 1 1.65-.224c3.43 0 6.22 2.804 6.22 6.25q.001.093-.005.186a4.357 4.357 0 0 1 4.544 4.346 4.37 4.37 0 0 1-4.137 4.351l-.026.003H7.067a.5.5 0 0 1-.226-.057c-2.299-.285-4.015-2.192-4.015-4.489a4.5 4.5 0 0 1 2.012-3.74Zm6.419-6.26a3.94 3.94 0 0 0-2.6-.966h-.002A3.94 3.94 0 0 0 5.82 5.679a3.94 3.94 0 0 0-1.2 2.841c0 1.029.39 1.997 1.098 2.737a4.6 4.6 0 0 1 1.958-.298 6.26 6.26 0 0 1 3.582-5.505ZM5.75 2.566a.48.48 0 0 0 .495.029.477.477 0 0 0 .22-.602L5.808.328a.48.48 0 1 0-.89.352l.657 1.665c.035.09.096.167.175.221M.173 12.374a.48.48 0 0 0 .302.111.5.5 0 0 0 .18-.035l1.628-.658a.476.476 0 0 0 .265-.623.48.48 0 0 0-.623-.266l-1.63.658a.48.48 0 0 0-.122.813m1.789-6.003a.49.49 0 0 0 .447-.048q.121-.083.176-.22a.48.48 0 0 0-.265-.624L.692 4.822a.48.48 0 1 0-.36.891zm9.222-3.74a.48.48 0 0 0 .667-.234L12.55.77a.48.48 0 0 0-.881-.378l-.699 1.627a.48.48 0 0 0 .214.612m9.291 16.409H7.218a.5.5 0 0 0-.143-.037c-1.842-.173-3.289-1.733-3.289-3.55 0-1.956 1.613-3.548 3.593-3.548.244 0 .484.035.737.07l.012.003a.49.49 0 0 0 .432-.172.49.49 0 0 0 .088-.46c-.015-.044-.015-.171-.015-.231 0-2.918 2.361-5.292 5.262-5.292s5.263 2.374 5.263 5.292c0 .18-.028.36-.066.612l-.008.053a.484.484 0 0 0 .554.544c.207-.035.415-.07.66-.07a3.4 3.4 0 0 1 3.396 3.393 3.413 3.413 0 0 1-3.219 3.393' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' fill='none'%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='M4.838 11.714A4.88 4.88 0 0 1 3.66 8.521c0-1.335.527-2.586 1.483-3.52A4.88 4.88 0 0 1 8.655 3.53h.002c1.338 0 2.589.526 3.524 1.48q.036.037.062.079a6.2 6.2 0 0 1 1.65-.224c3.43 0 6.22 2.804 6.22 6.25q.001.093-.005.186a4.357 4.357 0 0 1 4.544 4.346 4.37 4.37 0 0 1-4.137 4.351l-.026.003H7.067a.5.5 0 0 1-.226-.057c-2.299-.285-4.015-2.192-4.015-4.489a4.5 4.5 0 0 1 2.012-3.74Zm6.419-6.26a3.94 3.94 0 0 0-2.6-.966h-.002A3.94 3.94 0 0 0 5.82 5.679a3.94 3.94 0 0 0-1.2 2.841c0 1.029.39 1.997 1.098 2.737a4.6 4.6 0 0 1 1.958-.298 6.26 6.26 0 0 1 3.582-5.505ZM5.75 2.566a.48.48 0 0 0 .495.029.477.477 0 0 0 .22-.602L5.808.328a.48.48 0 1 0-.89.352l.657 1.665c.035.09.096.167.175.221M.173 12.374a.48.48 0 0 0 .302.111.5.5 0 0 0 .18-.035l1.628-.658a.476.476 0 0 0 .265-.623.48.48 0 0 0-.623-.266l-1.63.658a.48.48 0 0 0-.122.813m1.789-6.003a.49.49 0 0 0 .447-.048q.121-.083.176-.22a.48.48 0 0 0-.265-.624L.692 4.822a.48.48 0 1 0-.36.891zm9.222-3.74a.48.48 0 0 0 .667-.234L12.55.77a.48.48 0 0 0-.881-.378l-.699 1.627a.48.48 0 0 0 .214.612m9.291 16.409H7.218a.5.5 0 0 0-.143-.037c-1.842-.173-3.289-1.733-3.289-3.55 0-1.956 1.613-3.548 3.593-3.548.244 0 .484.035.737.07l.012.003a.49.49 0 0 0 .432-.172.49.49 0 0 0 .088-.46c-.015-.044-.015-.171-.015-.231 0-2.918 2.361-5.292 5.262-5.292s5.263 2.374 5.263 5.292c0 .18-.028.36-.066.612l-.008.053a.484.484 0 0 0 .554.544c.207-.035.415-.07.66-.07a3.4 3.4 0 0 1 3.396 3.393 3.413 3.413 0 0 1-3.219 3.393' clip-rule='evenodd'/%3E%3C/svg%3E");width:1.953vw}.hotel-tabs__button_active.hotel-tabs__button_desc:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m1 14a1 1 0 0 1-2 0V9a1 1 0 0 1 2 0zm-1-7a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m1 14a1 1 0 0 1-2 0V9a1 1 0 0 1 2 0zm-1-7a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E")}.hotel-tabs__button_active.hotel-tabs__button_weather:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.838 11.714A4.88 4.88 0 0 1 3.66 8.521c0-1.335.527-2.586 1.483-3.52A4.88 4.88 0 0 1 8.655 3.53h.002c1.338 0 2.589.526 3.524 1.48q.036.036.062.079a6.2 6.2 0 0 1 1.65-.224c3.43 0 6.22 2.804 6.22 6.25q.001.093-.005.185a4.36 4.36 0 0 1 4.543 4.347 4.37 4.37 0 0 1-4.136 4.351l-.026.003H7.067a.5.5 0 0 1-.226-.058c-2.299-.284-4.015-2.191-4.015-4.488 0-1.555.799-2.929 2.012-3.74Zm6.419-6.26a3.94 3.94 0 0 0-2.6-.966h-.002A3.94 3.94 0 0 0 5.82 5.679a3.94 3.94 0 0 0-1.2 2.841c0 1.029.39 1.997 1.098 2.737a4.6 4.6 0 0 1 1.958-.299 6.26 6.26 0 0 1 3.582-5.504ZM5.75 2.566a.48.48 0 0 0 .495.029.477.477 0 0 0 .22-.602L5.808.328a.48.48 0 1 0-.89.352l.657 1.665c.035.09.096.167.175.221M.173 12.374a.48.48 0 0 0 .302.111.5.5 0 0 0 .18-.035l1.628-.658a.476.476 0 0 0 .265-.623.48.48 0 0 0-.623-.266l-1.63.658a.48.48 0 0 0-.122.813m1.789-6.003a.49.49 0 0 0 .447-.048q.121-.083.176-.22a.48.48 0 0 0-.265-.624L.692 4.822a.48.48 0 1 0-.36.891zm9.222-3.74a.48.48 0 0 0 .667-.234L12.55.77a.48.48 0 0 0-.881-.378l-.699 1.627a.48.48 0 0 0 .214.612' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.838 11.714A4.88 4.88 0 0 1 3.66 8.521c0-1.335.527-2.586 1.483-3.52A4.88 4.88 0 0 1 8.655 3.53h.002c1.338 0 2.589.526 3.524 1.48q.036.036.062.079a6.2 6.2 0 0 1 1.65-.224c3.43 0 6.22 2.804 6.22 6.25q.001.093-.005.185a4.36 4.36 0 0 1 4.543 4.347 4.37 4.37 0 0 1-4.136 4.351l-.026.003H7.067a.5.5 0 0 1-.226-.058c-2.299-.284-4.015-2.191-4.015-4.488 0-1.555.799-2.929 2.012-3.74Zm6.419-6.26a3.94 3.94 0 0 0-2.6-.966h-.002A3.94 3.94 0 0 0 5.82 5.679a3.94 3.94 0 0 0-1.2 2.841c0 1.029.39 1.997 1.098 2.737a4.6 4.6 0 0 1 1.958-.299 6.26 6.26 0 0 1 3.582-5.504ZM5.75 2.566a.48.48 0 0 0 .495.029.477.477 0 0 0 .22-.602L5.808.328a.48.48 0 1 0-.89.352l.657 1.665c.035.09.096.167.175.221M.173 12.374a.48.48 0 0 0 .302.111.5.5 0 0 0 .18-.035l1.628-.658a.476.476 0 0 0 .265-.623.48.48 0 0 0-.623-.266l-1.63.658a.48.48 0 0 0-.122.813m1.789-6.003a.49.49 0 0 0 .447-.048q.121-.083.176-.22a.48.48 0 0 0-.265-.624L.692 4.822a.48.48 0 1 0-.36.891zm9.222-3.74a.48.48 0 0 0 .667-.234L12.55.77a.48.48 0 0 0-.881-.378l-.699 1.627a.48.48 0 0 0 .214.612' clip-rule='evenodd'/%3E%3C/svg%3E")}.top-amenities{border-bottom:.078vw dashed #225999;display:flex;flex-direction:column;padding-bottom:1.563vw;position:relative}.top-amenities__title{font-size:1.563vw;font-weight:900;line-height:1.797vw;margin-bottom:1.563vw;margin-left:.234vw}.top-amenities__list{display:grid;gap:.781vw;grid-template-columns:repeat(4,1fr);margin-bottom:1.563vw;margin-left:1.563vw}.top-amenities__item{align-items:start;column-gap:.781vw;display:flex;font-size:1.25vw;line-height:1.484vw;white-space:break-spaces}.top-amenities__item.tag-icon:before{height:1.172vw;width:1.172vw}.top-amenities__icon:before{height:15px;width:15px}.top-amenities__button{align-self:end;border-bottom:.078vw dotted #0662ba;color:#0662ba;display:flex;font-size:1.25vw;line-height:1.484vw;padding-bottom:.234vw}.top-amenities__button.is-visible{display:flex}.top-amenities__button-tip{background-color:#fff;border-radius:.391vw;bottom:-3vw;box-shadow:0 0 .313vw #00000040;color:#200e32;font-size:.938vw;line-height:1.16;max-width:16.406vw;opacity:0;padding:.781vw;position:absolute;right:-.781vw;transition:opacity .3s ease-in-out}.top-amenities__button:hover~.top-amenities__button-tip{opacity:1}.hotels-card{background-color:#fff;border-radius:0 0 0 20px;box-shadow:0 0 15px #00000026,0 4px 4px #00000040;display:grid;grid-template-areas:"main" "tags" "slider" "booking" "price" "footer";grid-template-columns:1fr;padding-bottom:20px;padding-left:10px;padding-right:10px;position:relative}.hotels-card__footer{grid-area:footer}.hotels-card__footer .hotel-card__tag-item{margin-bottom:-14px}.hotels-card:last-child .hotels-card__rate.hotels-tip:hover:not(:focus) .hotels-tip-popup{transform:translateY(calc(-100% - 40px))}.searched{margin-top:15px}.searched__flag{align-items:center;background:#0662ba;border:1px solid #0662ba;border-radius:26px;display:inline-flex;gap:4px;left:50%;padding:6px 20px;position:absolute;top:-15px;transform:translate(-50%);z-index:10}.searched__flag p{color:#fff;font-size:10px;font-style:normal;font-weight:700;line-height:normal}.searched_active{background:#ebf1fd;box-shadow:0 0 15px #0662ba40}.searched_disabled{background:#fff5f6;border:1px solid #ee2841;box-shadow:0 0 15px #00000026}.searched_disabled .hotels-price__disabled{align-items:center;background:#ebf1fd;display:flex;padding:13px 15px 15px 13px}.searched_disabled .hotels-price__disabled svg{margin-right:8px;min-height:16px;min-width:16px}.searched_disabled .hotels-price__disabled p{color:#000;font-size:12px;font-style:italic;font-weight:400;line-height:normal}.searched_disabled .hotels-card__price-wrapper{margin-left:-10px;margin-right:-10px;padding:0}.searched_disabled .hotels-card__price-wrapper .hotels-price__disabled{border-radius:0 0 0 20px}.searched .hotels-card__slider img{width:calc(100% - 2px)}.hotels-page_list_open .searched_disabled .hotels-card__price-wrapper{margin:0}.hotels-page_list_open .searched_disabled .hotels-card__price-wrapper .hotels-price__disabled{border-radius:0}.hotels-page_list_open .searched_disabled .hotels-price__disabled p{color:#000;font-size:14px;font-style:italic;font-weight:400;line-height:normal}.hotels-card__main{align-items:flex-start;column-gap:35px;display:flex;flex-wrap:wrap;grid-area:main;min-width:0;padding-bottom:10px;padding-top:16px;position:relative}.holels-card__title{color:#0662ba;flex:1 0 100%;font-size:16px;font-weight:900;line-height:19px;margin-bottom:5px;margin-top:7px;max-width:calc(100% - 42px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holels-card__address{color:#0662ba;column-gap:8px;font-size:12px;font-style:normal;line-height:1.2;position:relative;width:100%}.holels-card__address,.holels-card__address-text{align-items:center;display:flex;min-width:0;white-space:nowrap}.holels-card__address-text{column-gap:4px;overflow:hidden;text-overflow:ellipsis}.holels-card__address-text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;flex-shrink:0;height:14px;width:9px}.holels-card__address-distance{column-gap:4px;display:flex;flex-grow:1;position:relative}.holels-card__address-distance:before{content:"|"}.hotels-card__rate{align-items:center;display:flex;gap:10px}.hotels-card__rate .hotels-card__review span{color:#f8991d;font-size:10px;font-style:normal;font-weight:400;line-height:12px;line-height:normal}.hotels-card__rate .holels-card__rating{align-items:center;color:#f8991d;column-gap:9px;display:flex;flex-wrap:nowrap}.hotels-card__rate .holels-card__rating .rating__item{height:14px;width:14px}.holels-card__score{position:absolute;right:0;top:0}.holels-card__country{display:none;font-size:12px;line-height:14px}.hotels-card__tags{display:none}.holel-card__apartment-type{color:#c4c4c4;display:none;font-size:12px;line-height:14px;margin-right:120px;text-transform:uppercase}.hotels-page_list_open .hotels-card__slider img{border-radius:0 0 0 20px}.hotels-card__slider{grid-area:slider;margin-left:-10px;margin-right:-10px;position:relative}.hotels-card__slider .hotels-card__providers{align-items:center;background-color:#ffffff80;cursor:pointer;display:flex;gap:15px;height:30px;padding:10px;position:absolute;right:0;top:0;z-index:5;z-index:21}.hotels-card__slider .hotels-card__providers:after{background:#fff;border-radius:5px;box-shadow:0 0 4px #00000040;color:#fff;color:#200e32;content:attr(data-tooltip);display:none;font-size:12px;font-style:normal;font-weight:300;left:0;line-height:18px;padding:10px;position:absolute;top:45px;white-space:pre-wrap;width:-moz-max-content;width:max-content;z-index:999999}.hotels-card__slider .hotels-card__providers img{height:14px!important;object-fit:contain;pointer-events:none;width:14px!important}.hotels-card__slider .swiper{height:160px;width:370px}.hotels-card__slider .swiper-wrapper{z-index:3!important}.hotels-card__slider img{height:100%;object-fit:cover;width:100%}.hotels-card__slider .swiper-button-next,.hotels-card__slider .swiper-button-prev{align-items:center;background-color:transparent;display:flex;height:38px;justify-content:center;opacity:1;width:38px;z-index:20}.hotels-card__slider .swiper-button-next:after,.hotels-card__slider .swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.7 1.25 8 9.125 1.7 17'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;font-size:0;height:18px;width:9px}.hotels-card__slider .swiper-button-prev:after{transform:rotate(180deg)}.hotels-card__slider .swiper-pagination{bottom:5px;color:#fff;font-size:12px;font-weight:700;left:50%;line-height:14px;opacity:1;transform:translate(-50%);width:auto;z-index:5}.hotel-card__tag-item{align-items:center;column-gap:4px;font-size:12px;line-height:14px}.hotel-card__tag-item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m7.224 3.87.424-.652.289.789 1.927-2.094s.416-.84-.287-1.353C8.874.048 8.144.726 8.144.726s-.4-.915-1.343-.69c-.944.224-.695 1.248-.695 1.248l1.118 2.585ZM6.83 8.596l-.288-.788-1.927 2.093s-.416.841.286 1.353c.703.512 1.434-.166 1.434-.166s.399.916 1.343.691c.944-.224.695-1.248.695-1.248L7.254 7.946zM2.754 4.601l2.75.302-.34-.701.813.138-.812-2.752S4.66.8 3.875 1.166 3.3 2.518 3.3 2.518s-.975-.104-1.257.844.711 1.24.711 1.24Zm8.97 2.613-2.75-.301.34.7-.812-.138.812 2.752s.504.789 1.29.422c.784-.366.575-1.352.575-1.352s.975.104 1.256-.844-.71-1.239-.71-1.239Zm.35-3.118s.573-.814-.092-1.534c-.666-.72-1.406.016-1.406.016l-1.621 2.29.763.046-.52.652 2.74.646s.92-.056.998-.934c.08-.879-.862-1.182-.862-1.182M2.404 7.72s-.572.813.094 1.534c.665.72 1.405-.016 1.405-.016l1.621-2.29-.764-.046.521-.653-2.74-.646s-.92.056-.998.935c-.08.878.862 1.182.862 1.182Zm4.584-.687A1.13 1.13 0 0 0 8.29 6.09a1.15 1.15 0 0 0-.921-1.33 1.13 1.13 0 0 0-1.301.942 1.15 1.15 0 0 0 .921 1.33Zm-1.65 12.844c4.794 0 4.881-5.344 4.881-5.344-5.679.053-4.881 5.344-4.881 5.344m-1.545-8.583c-.74 1.735-.868 3.778-.813 5.382-.597-.588-1.53-1.021-2.98-1.035 0 0 .072 4.31 3.969 4.32.002 0 .003-.038.005-.038h.012V20s.087-.004.132-.014a.74.74 0 0 0 .568-.87c-.011-.056-.744-3.933.277-6.82a2.38 2.38 0 0 1-1.17-1.002'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;content:"";flex-shrink:0;height:12px;width:12px}.hotel-card__tag-item--fast{display:flex;justify-content:flex-end}.hotel-card__tag-item--fast:before{content:none}.hotels-card__tag-list{align-items:center;column-gap:20px;display:none;flex-wrap:wrap;max-height:28px}.hotels-card__tag-list_color_green{color:#019947;display:flex;padding-bottom:10px}.hotels-card__tag-list:empty{display:none}.hotels-card__price-wrapper{align-items:center;column-gap:16px;display:flex;flex-wrap:nowrap;grid-area:price;justify-content:space-between;padding-top:10px;position:relative}.holels-card__price-info{align-items:flex-start;display:flex;flex-direction:column}.holels-card__price-info span{color:#979797;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.holels-card__price{align-items:center;display:flex;font-size:18px;font-weight:700;line-height:21px;position:relative;white-space:nowrap}.holels-card__cashback{left:0;position:absolute;top:-16px;z-index:2}.holels-card__cashback .hotel-cashback__wrapper{background-color:#fff}.holels-card__duration{font-size:12px;line-height:14px;text-align:center}.holels-card__button{font-size:12px;line-height:14px;min-width:106px;padding:8px 12px}.holels-card__link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hotels-cards__reviews-text{color:#f8991d;cursor:pointer;font-size:14px;line-height:16px;z-index:5}.hotels-page_list_open .hotels-card__tag-list{display:flex}.hotels-page_list_open .hotels-card__tag-list_color_green{padding-bottom:0}.hotels-page_list_open .hotels-card{column-gap:20px;grid-template-areas:"slider main" "slider tags" "slider price" "slider footer";grid-template-columns:300px 1fr;min-height:240px;padding-left:0;padding-right:20px;width:auto}.hotels-page_list_open .hotels-card__main{border-bottom:1px dashed #225999;padding-top:0}.hotels-page_list_open .holels-card__title{font-size:20px;line-height:23px;margin-bottom:0;margin-top:0}.hotels-page_list_open .holels-card__address-text:before{height:12px;width:8px}.hotels-page_list_open .holels-card__rating{column-gap:11px}.hotels-page_list_open .holels-card__rating .rating__item{height:20px;width:20px}.hotels-page_list_open .hotels-cards__reviews-text{color:#f8991d;font-size:12px;line-height:1.2}.hotels-page_list_open .holels-card__score{column-gap:10px;top:0}.hotels-page_list_open .holel-card__apartment-type,.hotels-page_list_open .holels-card__country{display:block}.hotels-page_list_open .hotels-card__slider{bottom:-20px;left:0;margin:0;position:absolute;right:260px;top:0;width:100%;z-index:100}.hotels-page_list_open .hotels-card__slider .swiper{height:100%;width:100%}.hotels-page_list_open .hotels-card__slider .swiper-pagination{bottom:15px}.hotels-page_list_open .hotels-card__tags{border-bottom:1px dashed #225999;display:flex;flex-direction:column;grid-area:tags;justify-content:center;margin-top:0;padding:10px 0;row-gap:10px}.hotels-page_list_open .hotels-card__tag-list{column-gap:10px}.hotels-page_list_open .hotel-card__tag-item{display:flex;white-space:nowrap}.hotels-page_list_open .holels-card__price{font-size:22px;line-height:26px}.hotels-page_list_open .holels-card__duration{text-align:left}.hotels-page_list_open .holels-card__button{flex:0 0 auto;font-size:14px;line-height:16px;margin-left:auto;padding:12px 18px}.hotels-page_list_open .holels-card__button:before{content:attr(title)}.hotels-page_list_open .holels-card__button-label{display:none}@keyframes shimmer{0%{width:0}to{width:100%}}.hotels-card.isLoading .skelet-bg{animation:shimmer 1.5s linear infinite;background:#dcdcdc;border-radius:5px;height:100%;left:0;position:absolute;top:0;z-index:5}.hotels-card.isLoading .holels-card__title{animation:shimmer 1.5s linear infinite;background:#e6e6e6;border-radius:5px;height:19px;max-width:calc(100% - 70px);position:relative}.hotels-card.isLoading .holels-card__address{border-radius:5px;width:75%}.hotels-card.isLoading .holels-card__address-text{background:#e6e6e6;border-radius:5px;position:relative}.hotels-card.isLoading .holels-card__address-text:before{background-image:none}.hotels-card.isLoading .holels-card__address-distance{background:#e6e6e6;border-radius:5px;height:14px;position:relative;width:100%}.hotels-card.isLoading .holels-card__address-distance:before{content:""}.hotels-card.isLoading .swiper-slide{background:#e6e6e6;height:160px;position:relative;width:370px}.hotels-card.isLoading .skelet-prev{background:#f4f4f4;border-radius:5px;display:flex;height:38px;left:10px;position:absolute;top:55px;width:38px;z-index:10}.hotels-card.isLoading .skelet-prev .skelet-bg{background:#e6e6e6}.hotels-card.isLoading .skelet-next{background:#f4f4f4;border-radius:5px;display:flex;height:38px;position:absolute;right:10px;top:55px;width:38px;z-index:10}.hotels-card.isLoading .skelet-next .skelet-bg{background:#e6e6e6}.hotels-card.isLoading .skelet-pagination{background:#f4f4f4;border-radius:5px;bottom:5px;display:flex;height:14px;left:45%;position:absolute;width:100%;width:26px;z-index:10}.hotels-card.isLoading .skelet-pagination .skelet-bg{background:#e6e6e6}.hotels-card.isLoading .button_accent,.hotels-card.isLoading .holels-card__duration,.hotels-card.isLoading .holels-card__price{background:#e6e6e6;border-radius:5px;height:30px;position:relative;width:100px}.hotels-card.isLoading .hotels-card__rate{display:block}.hotels-card.isLoading .holels-card__country,.hotels-card.isLoading .hotels-card__rate{background:#e6e6e6;border-radius:5px;height:14px;position:relative;width:45px}.hotels-card.isLoading .holels-card__button:before{content:""}.hotels-card.isLoading .popup__rating-label,.hotels-card.isLoading .score__text{background:#e6e6e6;border-radius:5px;height:14px;position:relative;width:48px}.hotels-card.isLoading .hotel-popup__rating-rate,.hotels-card.isLoading .popup__rating-rate,.hotels-card.isLoading .score__value{background:#e6e6e6;height:45px;position:relative;width:42px}.hotels-card.isLoading .popup__rating-label,.hotels-card.isLoading .score__text{margin-top:12px}.swiper-button-next.swiper-button-lock,.swiper-button-prev.swiper-button-lock{display:none!important}.hotels-page_list_open .hotels-card.isLoading .hotels-card__rate{height:20px;width:66px}.hotels-page_list_open .hotels-card.isLoading .holels-card__country{height:14px;width:72px}.hotels-page_list_open .hotels-card.isLoading .holel-card__apartment-type{background:#e6e6e6;border-radius:5px;height:14px;position:relative;width:111px}.hotels-page_list_open .hotels-card.isLoading .swiper-slide{height:100%;width:300px}.hotels-page_list_open .hotels-card.isLoading .button_accent{height:40px;width:180px}.hotels-page_list_open .hotels-card.isLoading .hotel-card__tag-item{background:#e6e6e6;border-radius:5px;height:14px;position:relative;width:85px}.hotels-page_list_open .hotels-card.isLoading .hotel-card__tag-item:before{display:none}.hotels-page_list_open .hotels-card.isLoading .hotels-card__main,.hotels-page_list_open .hotels-card.isLoading .hotels-card__tags{border-bottom:1px solid #dcdcdc}.hotels-page_list_open .hotels-card.isLoading .skelet-next,.hotels-page_list_open .hotels-card.isLoading .skelet-prev{top:90px}.holels-card__row{display:flex;flex:1;min-width:80%}.holels-card__address,.holels-card__row{margin-top:6px}.holels-card__icon{margin-right:4px}.holels-card__icon-12{display:inline-block;text-align:center;width:12px}.holels-card__amentities{color:#ee7d02;font-size:12px;line-height:1.2;margin-right:8px}.holels-card__amentities:last-child{margin-right:0}.hotels-page_list_open .holels-card__amentities{margin-right:20px}.holels-card__amentities-distance{font-weight:700}.holels-card__amentities-distance--dashed{position:relative}.holels-card__amentities-distance--dashed:before{border-bottom:1px dashed;bottom:-1px;content:"";left:0;position:absolute;right:0}.hotels-page_list_open .hotels-card__fast-booking{display:none}.hotels-card__fast-booking{margin-top:5px}.hotels-card__fast-booking+.hotels-card__price-wrapper{padding-top:0}.hotels-card__header{align-items:center;column-gap:2ch;display:flex;order:-1}.hotels-cards__reviews-text{white-space:nowrap}.holel-card__likes{height:0;margin-left:auto;overflow:hidden;visibility:hidden;width:0}.hotels-page_list_open .hotels-card__header{flex:1;min-height:38px;padding-right:120px}.hotels-page_list_open .holel-card__likes{height:unset;visibility:visible;width:unset}.hotels-card__payment-block{display:flex;flex-direction:column}.inner-header{align-items:center;display:grid;grid-template-areas:"title title" "text button";grid-template-columns:auto 1fr;grid-template-rows:min-content;margin-bottom:18px;margin-top:6px;row-gap:5px}.hotels-page_list_open .inner-header{column-gap:6px;grid-template-areas:"title text button";grid-template-columns:auto auto 1fr;margin-bottom:20px;margin-top:0}.inner-header__title{font-size:35px;font-weight:900;grid-area:title;line-height:41px}.inner-header__title:after{display:none}.hotels-page_list_open .inner-header__title{font-size:24px;line-height:28px;margin-bottom:0}.hotels-page_list_open .inner-header__title:after{content:":";display:inline}.inner-header__text{font-size:16px;grid-area:text;line-height:19px}.hotels-page_list_open .inner-header__text{font-size:24px;line-height:28px}.inner-header__button{border-radius:20px;font-size:18px;grid-area:button;justify-self:self-end;padding:12px 18px;text-transform:none}.inner-header__controlls{display:none;grid-area:controlls}.inner-header__summary{max-width:178px}.inner-header__map-btn{align-items:center;background-color:#fcefdf;border-radius:6px;color:#f8991d;display:flex;height:42px;justify-content:center;transition:none;width:42px}.inner-header__map-btn svg path{transition:none}.inner-header__map-btn:hover{background-color:#fae3c8;color:#f48d08}.inner-header--mobile{display:none}.hotels-list{display:flex;flex-direction:column;row-gap:20px}.card-popup-swiper{--swiper-theme-color:$orange;--swiper-navigation-size:12px;--swiper-pagination-bottom:6px;--swiper-pagination-bullet-width:4px;--swiper-pagination-bullet-size:4px;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-horizontal-gap:2px;--swiper-pagination-bullet-inactive-color:#fff;--swiper-pagination-bullet-border-radius:2px;background-color:#fcefdf;height:120px;max-width:220px}.card-popup-swiper .swiper-button-next,.card-popup-swiper .swiper-button-prev{background-color:#f1f2f7;background-position:50%;background-repeat:no-repeat;box-shadow:0 0 4px #00000080;height:20px;transform:translateY(-12%);width:20px}.card-popup-swiper .swiper-button-next:after,.card-popup-swiper .swiper-button-prev:after{display:none}.card-popup-swiper .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath stroke='%23F8991D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.115 6.161-2-2.5 2-2.5'/%3E%3C/svg%3E")}.card-popup-swiper .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath stroke='%23F8991D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.12 1.161 2 2.5-2 2.5'/%3E%3C/svg%3E")}.card-popup-swiper .swiper-pagination-bullet-active{width:9px}.custom-marker{align-items:center;display:flex;flex-direction:column;height:auto;transition:all .3s ease-in-out;width:auto}.custom-marker:hover{transform:scale(1.2)}#l-map.is-attraction-map .leaflet-marker-icon{display:none}#l-map.is-attraction-map .leaflet-marker-icon.active,#l-map.is-attraction-map .leaflet-marker-icon.attraction-point{display:block}.leaflet-marker-icon.active .custom-marker{animation-duration:.5s;animation-fill-mode:forwards;animation-name:bounce;position:relative;transform-origin:50% 100%}.leaflet-marker-icon.active,.leaflet-marker-icon:hover{z-index:100000000000!important}.custom-marker__text{background-color:#fff;border-radius:10px;box-shadow:0 0 4px #d3d3d3;color:#0662ba;font-size:12px;font-weight:700;line-height:1.5;padding:0 6px;position:relative;-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-marker__text:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid #ffffff;bottom:-10px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.custom-marker:hover .custom-marker__text,.leaflet-marker-icon.active .custom-marker__text{background-color:#0662ba;color:#fff}.custom-marker:hover .custom-marker__text:after,.leaflet-marker-icon.active .custom-marker__text:after{border-top:10px solid #0662ba}.custom-city-marker{align-items:center;background-color:#0662ba;border-radius:24px;box-shadow:0 0 4px #00000040;color:#fff!important;display:flex;display:flex!important;font-size:12px;font-weight:700;height:auto;justify-content:center;line-height:14px;padding:6px 10px;position:absolute;text-align:center;white-space:nowrap;width:auto}.leaflet-div-icon{background:none;border:none}.custom-marker:after{background-color:#0662ba;background:radial-gradient(circle,#0662ba80 30%,#0662ba4d 0,#0662ba4d);border-radius:50%;content:"";display:inline-block;height:0;transform:translateY(-10px);transition:all .3s ease-in-out;transition-delay:.3s;width:0}.leaflet-marker-icon.active .custom-marker:after{height:38px;width:38px;z-index:-1}@keyframes bounce{0%{animation-timing-function:ease-out;opacity:0;transform:translateY(0) scale(.9,1.2)}11%{opacity:1}22%{animation-timing-function:ease-in;transform:translateY(-6px) scale(.9,1.2)}48%{animation-timing-function:ease-in-out;transform:translateY(-9px)}65%{animation-timing-function:ease-in-out;transform:translateY(0) scale(1.05,.83)}72%{animation-timing-function:ease-in;transform:translateY(0) scale(1.15,.7)}85%{animation-timing-function:ease-out;transform:translateY(0) scale(1)}to{transform:translateY(0) scale(1.2)}}:root{--dots:repeating-linear-gradient(90deg,var(--blue),var(--blue) 1px,transparent 1px,transparent 2px)}.popup{--gap:10px}.popup__address-text{display:block}a.popup__button{color:#fff}a.popup__button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.popup__title{font-size:14px;font-weight:900;margin:6px 0}.popup__address,.popup__title{color:#0662ba;line-height:1.2;padding:0 var(--gap)}.popup__address{font-size:10px;font-style:normal;margin-bottom:6px}.popup__price{font-weight:900;line-height:2}.popup__content{display:flex;flex-direction:column;position:relative}.popup__bottom{align-items:flex-end;display:flex;gap:var(--gap);justify-content:space-between;margin-bottom:var(--gap);padding:0 var(--gap)}p.popup__reservation{color:#979797;font-size:10px;line-height:1.2;margin:0}.popup__rating{padding-left:var(--gap)}.popup__rating-block{display:flex;margin-bottom:6px}.popup__price-wrapper{display:flex;flex-direction:column}.popup__room-text{font-size:10px;line-height:1.5;text-align:center}p.popup__room-text{margin:0}.popup__tags{color:#019947;display:flex;flex-wrap:wrap;font-size:10px;gap:6px;padding:3px var(--gap) 8px}p.popup__review{color:#f8991d;font-size:10px;margin:0}.popup .leaflet-popup-content-wrapper,.popup_fixed .leaflet-popup-content-wrapper{background-color:#fff;box-shadow:0 0 15px #00000026;color:#000;overflow:hidden;padding:0;transition:all .1s ease}.popup .leaflet-popup-content,.popup_fixed .leaflet-popup-content{margin:0}.popup .leaflet-popup-tip-container,.popup_fixed .leaflet-popup-tip-container{display:none}.popup__rating_none{display:none!important}.popup__rating-label{font-size:10px!important;line-height:12px!important;padding-top:5px!important}.popup__rating-rate{font-size:12px!important;height:30px!important;line-height:14px!important;padding:4px 5px!important;width:28px!important}.popup__image{grid-area:image;height:100%;width:100%}.popup__image img{height:100%;object-fit:cover;width:100%}.popup__main{display:flex;flex-direction:column;font-family:Roboto;grid-area:main;padding:15px 10px;row-gap:12px}.popup__price{font-size:16px;font-weight:700;line-height:18px}.popup__stars-block .rating__item{height:14px;width:14px}.popup_fullscreen{bottom:-20px!important;left:-20px!important;margin:0;right:-20px!important;transform:none!important}.popup_fullscreen .leaflet-popup-content-wrapper{border-radius:0}.popup_fullscreen .leaflet-popup-content{height:150px;width:100%!important}.popup_fullscreen .popup__main{padding:10px;row-gap:0}.popup_fullscreen .popup__main:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.063 1.156 5 6.078 1.062 11'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:none;height:12px;position:absolute;right:10px;top:calc(50% - 6px);width:6px}.popup_fullscreen .popup__content{grid-template-columns:1fr minmax(0,2fr)}.popup_fullscreen .popup__content:after{content:none}.popup_fullscreen .popup__top{align-items:center;column-gap:60px;display:flex;margin-bottom:13px;padding-right:120px}.popup_fullscreen .popup__stars-wrapper{align-items:center;column-gap:10px;display:flex}.popup_fullscreen .popup__stars{background-image:url(data:image/webp;base64,UklGRtQGAABXRUJQVlA4WAoAAAAQAAAAawAAYAAAQUxQSNgBAAABgFbbdqbmShgH1AESIgUJSEACOMg4QEKs1MFICN/c3pys/o0ISG4bSZIU0chTFtSzCjM/0PuUok+Dt2lNmsam9F40jU3rvUmT2JT+mKJJbOqTJuFtdvvD+dpf5no6lIVss27962wX6WzaHE2bNWlTv7NK4tpUR5BsU78Lsm3qN0G4zfKJRaLblE/sJbrN8RMHiW5zfvm2+31ykeg2rffttPzU1x9udJut150e87DZJLjN0l5MXm0WcW2mnVKoNtyiMU9u0cTO3hvBxj2xnZOhPmkEmz/gtgvBxsWtFIKN9Rxy0aR2ZdikdmXYpHZF2Fhwi8aF2jku1M5xoXaOh9suBBsXaueYzFI03Mqgtkc0qbiVAW2P7EGojCSEyohDqIwshMoIPodRGWN3TdvEllEZsUVURhBAZURvEyojCaEykhAqIwmhMpIQKiPKLH+/IFTGTO0hUdsDcBAqA9se48lWBoRsZRDIVsbw56QrY/CmK2Pwpitj8IYrYzjRygDczlbGeLKVMZ5sZYwnWxnjyVYG4ObM/60oRdDJVga2PSY6e+ce2cqgtgcatzK4uJUBfY5fGeSd4+VXBn0neJmVgb3tVgYVtzKouJVB/XnvVgYVtzKwN+3K+CdGVlA4INYEAAAwFACdASpsAGEAPpE8mEglo6KhLRprULASCWwAhF0xHnn5R+zHVP6V+Pv6z7YOprkDy/vFf4Xx2eoD85+wB+rPSA/l/++/ID4Afyn/K/sB7sv+5/YD3AegB/HP+n6s3qAf4v/s+wB+4Hqu/+H9u/gT/qv/S/eD2p///7AHoAf/8FVaCDA8EkwTVCYTJpEaARJ+kwQ2QBvlPj67ZX/6fN+E6VmWWDw9peXPAAD+7OMv/t34jnwrL/DjrxtuJih+r9cqjMf/rlkiAmmIcgAbb4EZvlzdB1qmAqb4ckSmcYR6LnM2UEV8jOLhADqoVUvHti6AiLaycDIfjXUu6IAdGPtZ/ikchP6kat3PoFOkNE/YY1RloXPFkcI0Jh58V0Fo3LBtU2d+I1apl/pXRCT798Qsh9rZ77KfnMSPAVELhav9hVU6NwsixRkijbd8lcIp4Vxz9DDVYYA5NZs134HdB5IywwPJ6iQ9byfEc+FZSnSX2NSHrRE6wyvHcaJrWSEtdlKLkgPtBhpSdu8shl9etJRSp/uOGHGcZQjz7LbIPdcolcXIXnXcjVMfftrCxeLtj8p3YBvAVsi8apaGjpfgC1q6cpQmGDuvpxQTdxgihwvQDL+QoiNrwtwcFCf6c2zZsvozLDZWYmjcoWTFGX8KJ56OlMgz9PPGHVwyuBv4uA4saT1/UlfU/TjtXA2fhSm7iHFVkdOJOqi7gTWlAPYNuHB4It7mWi/i0IFIkiZHjL8PfJcl0ey82am6MfjJz5R06yZk7y3Du+n0KDMN/DyOJP+sxrUmrUhD9oqy1rF2sNwB7pUNz74ZshIT9Lky/Ucud/3IeAYHj7Jaans/09LtBOelc5Bixik0f3OUwgxMMXEBlMDNRZ0BLWVz66fLVUutKz7wLnQ6DmzcowsC81+G33DM0CPU351WhhVCFxkPxlPE2RrQTZxeGH5QIhnlqYP8LjTF7pfzjVRCg5IBSFrlg92aicdV3ub4epA0Y7Vzie3yc7ClPB9UQa9CCRL7a4prfiheGBsrgpeB+zxBgK9lX5U5//FOI/0OuWWEmJ3NVQN1OaL2X1ZNCiyfHLm9g6civtNaMR2A2HPVsilNuXYylb6WxVtUG2GP4/+GhtaVb7kcSEee8hgAh2KOS7XgWt936Yub4fBX+Q44Dtt5dVljqFczJC82YEABw4/Cg+nKw8j8HFUU8fHEDhF0q5kaHvCdhfARdEh1xkhagrsLa0GBSxPEO2Zp08pV75kVv8ZhOqfVS8U2Sgx42g69oRgNZ7GQFqQisG2YlAlnapcEYyWCcs+oTm6VjTTld0ZLY32CSof46a3f2z6XHgEP+oQ9u9MggADqq4cugXlt6Vswn701tOMIYc+pn1LMUy5SAA7RwX2dfwoP2Piaz9/6ksOrh76xcW5qgIBo0ZFNloA1YAY6WBAKp2KRW4ROtH8QSTIZVuXysIMyFTtBOBf37mDywun5YRW6Jx5wDx/+EgRpFoONF4t4hyrjuJLaox281QH6AKX80wwze/9jy94f/1SiCj+rARYp1RCait+wZMyiq5Ih93i5NJLfCtRsN3bd/JMmp3u9u67oPv/u6f//CEbEJcRoXICih++mEylA5q+K4XkbGYFdFienBAf3AAOz9yqalQuwLGoBYAAAAA==);height:20px;order:0;width:108px}.popup_fullscreen .popup__stars_count_4{background-position-y:-19px;width:86px}.popup_fullscreen .popup__stars_count_3{background-position-y:-38px;width:64px}.popup_fullscreen .popup__stars_count_2{background-position-y:-57px;width:42px}.popup_fullscreen .popup__stars_count_1{background-position-y:-76px;width:20px}.popup_fullscreen .popup__review{color:#f8991d}.popup_fullscreen .popup__location,.popup_fullscreen .popup__review{font-size:12px;line-height:14px;margin:0}.popup_fullscreen .popup__rating{column-gap:10px;right:10px}.popup_fullscreen .popup__rating-label{font-size:12px!important;line-height:14px!important;padding-top:10px!important}.popup_fullscreen .popup__rating-rate{font-size:16px!important;height:45px!important;line-height:19px!important;padding:8px 9px!important;width:42px!important}.popup_fullscreen .popup__title{color:#0662ba;font-size:20px;line-height:23px;margin-bottom:4px;text-overflow:ellipsis;white-space:nowrap}.popup_fullscreen .popup__address{color:#0662ba;column-gap:4px;display:flex;font-size:12px;font-style:normal;line-height:14px;margin-bottom:13px}.popup_fullscreen .popup__address-text{column-gap:4px;display:flex}.popup_fullscreen .popup__address-text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;content:"";height:14px;width:9px}.popup_fullscreen .popup__address-distance{column-gap:4px;display:flex}.popup_fullscreen .popup__address-distance:before{content:"|"}.popup_fullscreen .popup__price{font-size:22px;line-height:26px}.popup_fullscreen .popup__reservation{margin:0;max-width:100px;text-align:left}.popup__link,.popup_fullscreen .popup__link{bottom:0;left:0;position:absolute;right:0;top:0}.popup__link{height:100%;pointer-events:visible;width:100%}.map .leaflet-popup-content-wrapper{border-radius:0}.popup__stars-block{display:flex;flex-direction:column;justify-content:center;padding-left:var(--gap)}.popup--cluster .leaflet-popup-content-wrapper{max-height:326px;overflow:auto}.popup--cluster .popup__last-review{display:none}.popup--cluster .popup__title{margin-top:8px}.popup--cluster .popup__address,.popup--cluster .popup__rating,.popup--cluster .popup__rating-block,.popup--cluster .popup__review,.popup--cluster .popup__room-text,.popup--cluster .popup__stars,.popup--cluster .popup__tags,.popup--cluster .popup_room-area,.popup--cluster .swiper{display:none}.popup--cluster hr{background:var(--dots);height:1px;margin:0;width:100%}.leaflet-popup-content:has(.popup--cluster){margin:0;padding:0}.leaflet-popup-content-wrapper:has(.popup--cluster)+.leaflet-popup-tip-container{display:none}.popup__last-review-link{color:#0662ba;text-decoration:underline}.popup__last-review-avatar{border-radius:50%;flex-shrink:0;height:28px;overflow:hidden;width:28px}.popup__last-review-avatar img{height:100%;object-fit:cover;width:100%}.popup__last-review-content{align-items:center;background-color:#fcefdf;column-gap:10px;display:flex;margin-bottom:6px;padding:6px}.popup__last-review-text{color:#200e32;font-size:10px;line-height:12px}p.popup__last-review-text{margin:0}.popup__last-review-text-more{color:#0662ba;display:inline-block;margin-left:auto;text-decoration:underline}.popup_room-area{align-self:center;font-size:10px;padding-left:12px;padding-right:12px}p.popup_room-area{margin:0 0 0 auto}.popup_room-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M1.778 1.778v3.555a.889.889 0 1 1-1.778 0V.89A.89.89 0 0 1 .889 0h4.444a.889.889 0 1 1 0 1.778zm12.444 0h-3.555a.889.889 0 1 1 0-1.778h4.444A.89.89 0 0 1 16 .889v4.444a.889.889 0 1 1-1.778 0zM1.778 14.222h3.555a.889.889 0 0 1 0 1.778H.89A.89.89 0 0 1 0 15.111v-4.444a.889.889 0 1 1 1.778 0zm12.444 0v-3.555a.889.889 0 0 1 1.778 0v4.444a.89.89 0 0 1-.889.889h-4.444a.889.889 0 1 1 0-1.778zM2.927 4.184a.889.889 0 0 1 1.257-1.257l1.778 1.778a.889.889 0 1 1-1.257 1.257zm7.111 7.111a.889.889 0 0 1 1.257-1.257l1.778 1.778a.889.889 0 0 1-1.257 1.257zm1.257-5.333a.89.89 0 1 1-1.257-1.257l1.778-1.778a.889.889 0 0 1 1.257 1.257zm-7.111 7.11a.89.89 0 1 1-1.257-1.256l1.778-1.778a.89.89 0 1 1 1.257 1.257z'/%3E%3C/svg%3E");display:inline-block;height:16px;margin-right:2px;vertical-align:middle;width:16px}.popup__cashback{margin-bottom:10px;padding:0 var(--gap)}.ymaps-2-1-79-copyright__agreement a{font-size:inherit}.ymaps-2-1-79-map-copyrights-promo{display:none}.map__leaflet-container{background:var(--default-bg-site);background-image:url(/build/assets/map-bg.BC9trCVN.webp?v2);background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.map__controlls{align-items:center;column-gap:20px;display:flex;justify-content:space-between;left:0;padding:15px;position:absolute;top:0;z-index:401}.hotels-page_list_open .map__controlls{height:100%;padding:0;width:100%}.hotels-page_list_open .map__summary.hotels-summary,.map__summary.hotels-summary{display:none}.map__toggle-filter-button{display:none;margin-right:auto}.hotels-page_list_open .map__toggle-filter-button{display:none}.map__toggle-map-btn{background-color:#f8991d;color:#fff;display:flex;font-size:12px;line-height:30px;min-width:134px;order:-1;padding-left:35px;position:relative;text-transform:lowercase;transition:none;vertical-align:middle;white-space:nowrap}.map__toggle-map-btn:before{align-items:center;background-color:#dd7e01;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.7 1.25 8 9.125 1.7 17'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:flex;height:30px;justify-content:center;left:0;margin-right:5px;position:absolute;top:0;width:30px}.hotels-page_list_open .map__toggle-map-btn{background-color:#ffffff80;border-radius:0;height:100%;position:absolute;width:100%}.hotels-page_list_open .map__toggle-map-btn:before{content:none}.hotels__map-return{display:none}.hotels-page_list_open .hotels__map-return{display:none!important}.hotels__map-open_mobile{align-items:center;background:#200e32;border-radius:6px;bottom:70px;display:none;gap:8px;height:30px;justify-content:center;left:50%;position:fixed;transform:translate(-50%);width:130px;z-index:15}.hotels__map-open_mobile div{height:16px}.hotels__map-open_mobile span{color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.hotels-page_filters_open~.hotels__map-open_mobile{display:none!important}.leaflet-fixed-pane{bottom:20px;left:20px;position:fixed;right:20px;top:auto}.leaflet-marker-icon{transition:all .2s ease-in-out}.custom-cluster{align-items:center;background-color:#0662ba;color:#fff;display:flex!important;font-size:12px;font-weight:700;justify-content:center;line-height:14px;text-align:center;white-space:nowrap}.custom-cluster_counter{border-radius:30px;height:30px;width:30px}.custom-cluster_price{border-radius:24px;font-size:10px;height:auto!important;line-height:12px;padding:6px 10px;width:auto!important}.hotels-page_filters_open .leaflet-fixed-pane{bottom:10px;left:250px;right:10px}.hotels-page_filters_open .popup_fixed .popup__content{grid-template-columns:1fr minmax(0,2fr)}.hotels-page_filters_open .popup_fixed .popup__main{position:relative}.hotels-page_filters_open .popup_fixed .popup__main:after{content:""}.hotels-page_filters_open .popup_fixed .popup__top{column-gap:24px;padding-right:94px}.hotels-page_filters_open .popup_fixed .popup__stars{background-image:url(data:image/webp;base64,UklGRlQEAABXRUJQVlA4WAoAAAAQAAAATQAARQAAQUxQSDgBAAABgBCAbdxIEMpgEHYMcgwOQiEMQo9JIQxCIByEjYnvVywJQESwcds2kNLDrZ74CPy6MfDnMnbMCQTtGFUDQTtm1QQydlzebmdV1Xkb14AdR/177/DvOMgo+Hcc/49K2HH+7gQQseP+Txk7Pn73ADJ2VM3X/Vm1IWLHy2PH9+3PK2Df8f9tgH9Hil1+q3huuxZ+brt4CXbRuE36HeQFWEXPbRc9t100m13Lue3i2e1i+a3i5djlt8ptF89tV/unt0qR3qp2equaz2FV6xms6p3BqmZCq0TprWqnt6pbmFXQW9VJb5XbLp7bLvmvb5WjvlXy+laJn8Aq7Qms0p7AKnENq0z1rZLXt0pdmFXIsQroW+W2i2e3K+pfFfHjVtnjViW8nG/BKu8tWBXSPSRulT1ulbsFq7JuCwhWUDgg9gIAANAOAJ0BKk4ARgA+kTiZSCWjIqEvW/k4sBIJbACDwSDeSfar7tFa/l+KT+C/h/55/JXpAewB+s/SA/nH9o9QH3Ae0J+2PuA9AD+s/6X1Zf7x7AHoJ+ah/x/YW/sf+79g791PUA///tyAZgvXUk/BRu3/dfbDGTVuGsP/YRZgqgAA/usH///xTfLfL05/i0y1BcLrXnch/TJLG63//g5ZuoPF/jwZXc9D5f2PJYLhlQdXRBqI+y6Kaq4mN6el/YmMhCeY+1AHFlobccr1KBDq9XvZNWmhJam6umifeKdjLIIKwSRz86HFuucm4tIUFLIQq58XoLms2ZnZXiWcVbHCjqpvsdbtkAvE7PaUYHz5RWilH/b3Gw4PueDzx/8jJmiGhvEllxhOZfY9zVuMdckWaTdKHBuNSGKXYMaqHLnxCmxkaZ+FOLIdsZYQcKtb/6+bTbSTeBMaivVRcY7JX59uOjgB5nKRprLQY/3UV13Yf6XhLtq2qEbl19vn2cMwCjvJlBIA1rKcvihngGnwgeQzyoGzr0FxPGswWcb0eR3GjFovl3hiCrHtNr+9xHu96U1Q01lobt1Q2sd/v8KpVN+Ty4TibyiNBhEFOYVh6pFZVnhkoOAOjAguEn/wgp/oi6NPNZhKpKqYhkP+4jS4zdT4xACqP5l0aAwx6n6aFFXtwJcsSToQaHR5Ee/4xklT25lXeV6aFvxl+HQiQ5+ai/dA+IAYt/cB2JIe/BYd9xX6gLqppGpcpD5N77tklT0z8gdfk38YVMQyH/aVib+mcJRO8+OLHoW1niF8TO149RRlNsJusRC7eUXFnkSP/eFsYda4wFfH8quK535QfWuGymVsZF3XZMnYzUywck5Rz5pcChUHzlBqeSNgHGSMhw5dr/yIYMpURz3SbHN0qzhswvqV2Vx+yjJYUb4f/qxzdAR//99dDhUg+AAHlXO1tx2q6uplPv1//4qRv4A+pvO1mR6P9pjdlUoVEO3jfsFonguDGW0o0QYqAAAA);height:14px;width:78px}.hotels-page_filters_open .popup_fixed .popup__stars_count_4{background-position-y:-14px;width:62px}.hotels-page_filters_open .popup_fixed .popup__stars_count_3{background-position-y:-28px;width:46px}.hotels-page_filters_open .popup_fixed .popup__stars_count_2{background-position-y:-42px;width:30px}.hotels-page_filters_open .popup_fixed .popup__stars_count_1{background-position-y:-56px;width:14px}.hotels-page_filters_open .popup_fixed .popup__rating{column-gap:6px;right:10px}.hotels-page_filters_open .popup_fixed .popup__rating-label{font-size:10px!important;line-height:12px!important;padding-top:5px!important}.hotels-page_filters_open .popup_fixed .popup__rating-rate{font-size:12px!important;height:26px!important;line-height:14px!important;padding:4px 5px!important;width:28px!important}.hotels-page_filters_open .popup_fixed .popup__button{display:none}.hotels-page_filters_open .popup_fixed .popup__reservation{text-align:right}.hotels-modal{border-radius:20px;display:flex;flex-direction:column;width:714px}.hotels-modal.fancybox__content{padding:40px}.hotels-modal.fancybox__content:focus:not(.carousel__button.is-close){border:1px solid #f8991d}.hotels-modal.fancybox__content .carousel__button.is-close{color:#000;height:60px;padding:20px;right:0;top:0;width:60px}.hotels-modal__title{color:#000;font-size:24px;font-weight:700;line-height:28px;margin-bottom:30px;text-align:center}.hotels-modal__form{display:flex;flex-direction:column;row-gap:20px}.hotels-modal__row{display:grid;grid-template-columns:170px 170px 1fr;position:relative}.hotels-modal__field-group{display:flex;flex-direction:column;row-gap:7px}.hotels-modal__field-group .reset-btn.reset-btn_desktop{display:none}.hotels-modal__field-group .travel-div-in,.hotels-modal__field-group .travel-div-out{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.578 7.837H17.43m-3.728 3.255h.007m-3.705 0h.008m-3.714 0h.008m7.396 3.238h.007m-3.705 0h.008m-3.714 0h.008M13.37 1.667v2.742M6.638 1.667v2.742'/%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.532 2.983H6.476C4.029 2.983 2.5 4.346 2.5 6.852v7.541c0 2.546 1.529 3.94 3.976 3.94h7.048c2.455 0 3.976-1.37 3.976-3.877V6.852c.008-2.506-1.513-3.87-3.968-3.87Z' clip-rule='evenodd'/%3E%3C/svg%3E") 20px 50% no-repeat;border:1px solid #ebf1fd;display:block;height:auto}.hotels-modal__label{color:#0662ba;font-size:12px;font-weight:500;line-height:14px;margin-left:20px}.hotels-modal__field{background-color:#fff;border:1px solid #ebf1fd;box-sizing:border-box;color:#200e32;font-size:20px;line-height:23px;padding:20px;position:relative;text-align-last:left}.hotels-modal__field:not([name=name],.travel-div-in){border-left:1px dashed #225999}.hotels-modal__field.guest-dropdown__trigger{display:flex}.hotels-modal__guests{display:flex;flex-direction:column;row-gap:16px}.hotels-modal__button{flex:1;font-size:20px;line-height:23px;padding:20px 30px}.calendar-modal .calendar-wrapper__head-inner .modal-exit{background-color:transparent}.calendar-modal .calendar-wrapper__head-inner .modal-exit img{height:16px;object-fit:contain;width:12px}.calendar-modal .reset-btn_desktop{display:none;font-size:0!important}.hotels-modal__buttons-wrapper{column-gap:20px;display:flex}.hotels-modal__tip-link{display:none}.hotels-modal__tip-link.active{display:flex;flex-direction:column}.hotels-modal__buttons-wrapper .hotels-tip{flex:1 0 60px}.hotels-modal__buttons-wrapper .hotels-tip:after{content:none}.hotels-modal__buttons-wrapper .hotels-tip-popup{text-align:left;text-transform:none}.hotels-modal__buttons-wrapper .hotels-tip-popup:after{content:none}.hotels-modal .custom-dropdown_show>.guest-dropdown__content{z-index:1}.hotels-preloader{--color-active:#fff9f0;align-items:flex-start;background-color:#ebf1fd;border-radius:0 30px;color:#200e32;column-gap:20px;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;padding:20px}.hotels-preloader__head{display:flex;position:relative;width:100%}.hotels-preloader__info{width:50%}.hotels-preloader__icons{flex:0 0 150px;position:relative}.hotels-preloader__icons_full{display:none}.hotels-preloader__icons_notFull a{position:absolute}.hotels-preloader__icons_notFull a:first-child{left:12%;top:51%;transform:translateY(-50%)}.hotels-preloader__icons_notFull a:nth-child(2){left:47%;top:0;transform:translate(-50%)}.hotels-preloader__icons_notFull a:nth-child(3){right:22%;top:51%;transform:translateY(-50%)}.hotels-preloader__icons_notFull a:nth-child(4){bottom:-12%;left:56%;transform:translate(-50%)}.hotels-preloader__icons_notFull a:nth-child(5){bottom:-22%;left:33%;transform:translate(-50%,-50%)}.hotels-preloader__title{color:#200e32;font-size:14px;font-style:normal;font-weight:700;line-height:16px;line-height:normal;margin-bottom:8px}.hotels-preloader__landmarks{align-items:center;display:flex;gap:12px;margin-bottom:20px}.hotels-preloader__landmarks .hotels-preloader__card:last-child{display:none}.hotels-preloader__article{align-items:center;display:flex;gap:12px;margin-bottom:20px}.hotels-preloader__article .hotels-preloader__card:last-child{display:none}.hotels-preloader__weather{align-items:center;display:flex;gap:12px}.hotels-preloader__card{height:80px;width:102px}.hotels-preloader__card-img{display:block;height:100%;position:relative;width:100%}.hotels-preloader__card-img>img{height:100%;left:0;position:absolute;top:0;width:100%}.hotels-preloader__spinner{position:absolute;right:9px;top:-13px}.hotels-preloader__text{display:block;font-size:20px;font-weight:700;line-height:23px;margin-bottom:7px}.hotels-preloader__text_small{color:#979797;font-size:12px;font-weight:400;line-height:14px;white-space:nowrap}.hotels-preloader__facts-wrapper{margin:0 -20px}.hotels-preloader__facts-wrapper .swiper-slide{width:80%}.hotels-preloader__facts-wrapper .swiper{margin-left:20px}.hotels-page_list_open .hotels-preloader__facts-wrapper .swiper-slide{width:93%}.hotels-page_list_open .hotels-preloader__text{margin-top:6px}.hotels-page_list_open .hotels-preloader__footer{margin-top:0}.hotels-page_list_open .hotels-preloader__info{flex:1}.hotels-preloader__facts-wrapper .swiper-slide:not(.swiper-slide-active) .city-fact{background-color:#ffffffb3}.hotels-preloader__count{font-size:16px;line-height:19px}.hotels-preloader__footer{margin-top:18px;width:100%}.hotels-page_list_open .hotels-preloader:before{height:26px;width:25px}.hotels-preloader__card-title{color:#200e32;font-size:10px;font-style:normal;font-weight:700;line-height:12px;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;height:12px;margin-top:4px;overflow:hidden}.hotels__weather-wrapper{align-items:center;border-radius:10px;display:flex;overflow:auto;width:100%}.hotels__weather-item{align-items:center;background:var(--default-bg-site);display:flex;flex:1;flex-direction:column;height:101px;justify-content:space-between;padding:10px 15px}.hotels__weather-item:last-child,.hotels__weather-item:nth-last-child(2){display:none}.hotels__weather-item .weather-slide{width:110px}.hotels__weather-date{align-items:baseline;display:flex;gap:5px}.hotels__weather-date span:first-child{color:#200e32;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.hotels__weather-date span:nth-child(2){color:#200e32;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.hotels__weather-icon{height:30px;width:35px}.hotels__weather-temp{align-items:baseline;display:flex;gap:5px}.hotels__weather-temp span:first-child{color:#200e32;font-size:22px;font-style:normal;font-weight:800;line-height:normal}.hotels__weather-temp span:nth-child(2){color:#200e32;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.hotels-page_list_open .hotels-preloader__footer{width:100%}.hotels-page_list_open .hotels-preloader__card{height:100px;width:210px}.hotels-page_list_open .previewCard>a{width:100%}.hotels-page_list_open .hotels-preloader__article .hotels-preloader__card:last-child,.hotels-page_list_open .hotels-preloader__landmarks .hotels-preloader__card:last-child{display:flex}.hotels-page_list_open .hotels__weather-wrapper{border-radius:0;gap:16px;width:100%}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item{flex-direction:row;height:60px}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:last-child,.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:nth-last-child(2){display:flex}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-date{align-items:center;flex-direction:column;gap:0}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-temp{align-items:flex-end;flex-direction:column;gap:0}.hotels-page_list_open .hotels-preloader__info{width:unset}.hotels-page_list_open .hotels-preloader__head{gap:0;padding-right:30px}.hotels-page_list_open .hotels-preloader__icons_notFull{display:none}.hotels-page_list_open .hotels-preloader__icons_full{align-items:center;column-gap:30px;display:grid;display:flex;flex:1;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin-right:30px;row-gap:10px;width:100%}.hotels-page_list_open .hotels-preloader__icons_full a img{object-fit:contain}.hotels-page_list_open .hotels-preloader__icons_full a:first-child{display:flex;grid-column:1/1;grid-row:1/1;justify-content:center}.hotels-page_list_open .hotels-preloader__icons_full a:nth-child(2){display:flex;grid-column:2/2;grid-row:1/1;justify-content:center}.hotels-page_list_open .hotels-preloader__icons_full a:nth-child(3){display:flex;grid-column:3/3;grid-row:1/1;justify-content:center}.hotels-page_list_open .hotels-preloader__icons_full a:nth-child(4){display:flex;grid-column:3/3;grid-row:2/2;justify-content:flex-start}.hotels-page_list_open .hotels-preloader__icons_full a:nth-child(5){align-items:center;display:flex;grid-column:1/1;grid-row:2/2;justify-content:flex-end}.icon-notFull img{opacity:.3;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.icon-notFull.active img{object-fit:contain;opacity:1;transform:scale(1.3)}.icon-Full img{opacity:.3;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.icon-Full.active img{opacity:1;transform:scale(1.3)}.hotels-preloader__info{flex:1;padding-right:16px}.hotels__weather-item:first-child{background-color:var(--color-active)}.hotels__weather-item:first-child .weather-icon:before{background-color:var(--orange);background-image:none;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.hotels__weather-item:first-child .weather-icon_01d:before,.hotels__weather-item:first-child .weather-icon_01n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M79.25 118.08a38.59 38.59 0 1 1 38.6-38.58 38.63 38.63 0 0 1-38.6 38.58m0-67.18a28.59 28.59 0 1 0 28.6 28.6 28.62 28.62 0 0 0-28.6-28.6M79.25 32.5a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M147.25 84.48h-16a5 5 0 0 1 0-10h16a5 5 0 0 1 0 10M27.26 84.48h-16a5 5 0 1 1 0-10h16a5 5 0 1 1 0 10M115.56 48.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 0 1 7.07 7.07L119.1 46.74a5 5 0 0 1-3.54 1.46M42.5 48.2a5 5 0 0 1-3.5-1.46L27.64 35.42a5 5 0 0 1 7.07-7.07L46 39.66a5 5 0 0 1-3.5 8.54M79.25 152.59a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M126.88 132.2a5 5 0 0 1-3.54-1.46L112 119.41a5 5 0 0 1 7.07-7.07l11.32 11.32a5 5 0 0 1-3.54 8.54ZM31.18 132.2a5 5 0 0 1-3.54-8.54L39 112.34a5 5 0 0 1 7 7.07l-11.29 11.32a5 5 0 0 1-3.53 1.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M79.25 118.08a38.59 38.59 0 1 1 38.6-38.58 38.63 38.63 0 0 1-38.6 38.58m0-67.18a28.59 28.59 0 1 0 28.6 28.6 28.62 28.62 0 0 0-28.6-28.6M79.25 32.5a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M147.25 84.48h-16a5 5 0 0 1 0-10h16a5 5 0 0 1 0 10M27.26 84.48h-16a5 5 0 1 1 0-10h16a5 5 0 1 1 0 10M115.56 48.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 0 1 7.07 7.07L119.1 46.74a5 5 0 0 1-3.54 1.46M42.5 48.2a5 5 0 0 1-3.5-1.46L27.64 35.42a5 5 0 0 1 7.07-7.07L46 39.66a5 5 0 0 1-3.5 8.54M79.25 152.59a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M126.88 132.2a5 5 0 0 1-3.54-1.46L112 119.41a5 5 0 0 1 7.07-7.07l11.32 11.32a5 5 0 0 1-3.54 8.54ZM31.18 132.2a5 5 0 0 1-3.54-8.54L39 112.34a5 5 0 0 1 7 7.07l-11.29 11.32a5 5 0 0 1-3.53 1.47'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_02d:before,.hotels__weather-item:first-child .weather-icon_02n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M127.87 142.67H67.36a25.26 25.26 0 0 1-4.1-50.18 36.68 36.68 0 0 1 64.86-6.68 28.43 28.43 0 0 1-.25 56.86M97.41 79.06a26.6 26.6 0 0 0-25.77 19.39A4.93 4.93 0 0 1 67 102a15.4 15.4 0 0 0 .35 30.79h60.51a18.57 18.57 0 1 0 0-37.13 15 15 0 0 0-1.87.12 4.93 4.93 0 0 1-4.94-2.56 26.84 26.84 0 0 0-23.64-14.16'/%3E%3Cpath fill='%230662ba' d='M127.87 142.67a4.93 4.93 0 1 1 0-9.87 18.56 18.56 0 1 0-14-30.77 4.93 4.93 0 0 1-7.44-6.48 28.43 28.43 0 1 1 21.44 47.12M75.24 45.9a38.58 38.58 0 0 0-34.93 55 27 27 0 0 1 7.64-7.9 28.57 28.57 0 0 1 48.17-28 23.7 23.7 0 0 1 5.13-.57 25 25 0 0 1 7.62 1.17 38.62 38.62 0 0 0-33.63-19.7M75.24 37.5a5 5 0 0 1-5-5v-16a5 5 0 1 1 10 0v16a5 5 0 0 1-5 5M23.26 89.48h-16a5 5 0 1 1 0-10h16a5 5 0 0 1 0 10M111.56 53.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 1 1 7.07 7.07l-11.3 11.33a5 5 0 0 1-3.53 1.46M38.49 53.2A5 5 0 0 1 35 51.74L23.63 40.42a5 5 0 1 1 7.07-7.07L42 44.66a5 5 0 0 1-3.51 8.54'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M127.87 142.67H67.36a25.26 25.26 0 0 1-4.1-50.18 36.68 36.68 0 0 1 64.86-6.68 28.43 28.43 0 0 1-.25 56.86M97.41 79.06a26.6 26.6 0 0 0-25.77 19.39A4.93 4.93 0 0 1 67 102a15.4 15.4 0 0 0 .35 30.79h60.51a18.57 18.57 0 1 0 0-37.13 15 15 0 0 0-1.87.12 4.93 4.93 0 0 1-4.94-2.56 26.84 26.84 0 0 0-23.64-14.16'/%3E%3Cpath fill='%230662ba' d='M127.87 142.67a4.93 4.93 0 1 1 0-9.87 18.56 18.56 0 1 0-14-30.77 4.93 4.93 0 0 1-7.44-6.48 28.43 28.43 0 1 1 21.44 47.12M75.24 45.9a38.58 38.58 0 0 0-34.93 55 27 27 0 0 1 7.64-7.9 28.57 28.57 0 0 1 48.17-28 23.7 23.7 0 0 1 5.13-.57 25 25 0 0 1 7.62 1.17 38.62 38.62 0 0 0-33.63-19.7M75.24 37.5a5 5 0 0 1-5-5v-16a5 5 0 1 1 10 0v16a5 5 0 0 1-5 5M23.26 89.48h-16a5 5 0 1 1 0-10h16a5 5 0 0 1 0 10M111.56 53.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 1 1 7.07 7.07l-11.3 11.33a5 5 0 0 1-3.53 1.46M38.49 53.2A5 5 0 0 1 35 51.74L23.63 40.42a5 5 0 1 1 7.07-7.07L42 44.66a5 5 0 0 1-3.51 8.54'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_03d:before,.hotels__weather-item:first-child .weather-icon_03n:before,.hotels__weather-item:first-child .weather-icon_04d:before,.hotels__weather-item:first-child .weather-icon_04n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M128.22 152.2H64.06a26.35 26.35 0 0 1-4-52.39 38.46 38.46 0 0 1 68.22-7 29.71 29.71 0 0 1 0 59.42Zm-32.3-67.43a28.63 28.63 0 0 0-27.73 20.87 4.8 4.8 0 0 1-4.5 3.47 16.75 16.75 0 0 0 .38 33.5h64.15a20.11 20.11 0 0 0 0-40.22 17 17 0 0 0-2 .13 4.81 4.81 0 0 1-4.8-2.49 28.88 28.88 0 0 0-25.5-15.26'/%3E%3Cpath fill='gray' d='M128.22 152.2a4.8 4.8 0 0 1 0-9.6 20.1 20.1 0 1 0-15.15-33.33 4.8 4.8 0 1 1-7.24-6.3 29.71 29.71 0 1 1 22.39 49.23'/%3E%3Cpath fill='gray' d='M112.19 47.46a5 5 0 0 0 5 2.6 23 23 0 0 1 3-.18A27.85 27.85 0 0 1 146.63 86a5 5 0 0 0 4.76 6.43 5 5 0 0 0 4.77-3.43 36.8 36.8 0 0 0 1.73-10.33A37.9 37.9 0 0 0 120 39.87h-.69A49.4 49.4 0 0 0 31.07 49a33.42 33.42 0 0 0-6.41 64.77 4.9 4.9 0 0 0 6.5-4.62v-.23a5 5 0 0 0-3.4-4.66 23.42 23.42 0 0 1 7.14-45.51 5.06 5.06 0 0 0 4.71-3.68 39.4 39.4 0 0 1 72.58-7.61'/%3E%3Cpath fill='gray' d='M99.24 59.22a27.85 27.85 0 0 1 47.42 26.73 5 5 0 0 0 4.76 6.51A5 5 0 0 0 156.2 89a37.86 37.86 0 0 0-64.68-36.14 5 5 0 0 0 .93 7.4 5.19 5.19 0 0 0 6.79-1.04'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M128.22 152.2H64.06a26.35 26.35 0 0 1-4-52.39 38.46 38.46 0 0 1 68.22-7 29.71 29.71 0 0 1 0 59.42Zm-32.3-67.43a28.63 28.63 0 0 0-27.73 20.87 4.8 4.8 0 0 1-4.5 3.47 16.75 16.75 0 0 0 .38 33.5h64.15a20.11 20.11 0 0 0 0-40.22 17 17 0 0 0-2 .13 4.81 4.81 0 0 1-4.8-2.49 28.88 28.88 0 0 0-25.5-15.26'/%3E%3Cpath fill='gray' d='M128.22 152.2a4.8 4.8 0 0 1 0-9.6 20.1 20.1 0 1 0-15.15-33.33 4.8 4.8 0 1 1-7.24-6.3 29.71 29.71 0 1 1 22.39 49.23'/%3E%3Cpath fill='gray' d='M112.19 47.46a5 5 0 0 0 5 2.6 23 23 0 0 1 3-.18A27.85 27.85 0 0 1 146.63 86a5 5 0 0 0 4.76 6.43 5 5 0 0 0 4.77-3.43 36.8 36.8 0 0 0 1.73-10.33A37.9 37.9 0 0 0 120 39.87h-.69A49.4 49.4 0 0 0 31.07 49a33.42 33.42 0 0 0-6.41 64.77 4.9 4.9 0 0 0 6.5-4.62v-.23a5 5 0 0 0-3.4-4.66 23.42 23.42 0 0 1 7.14-45.51 5.06 5.06 0 0 0 4.71-3.68 39.4 39.4 0 0 1 72.58-7.61'/%3E%3Cpath fill='gray' d='M99.24 59.22a27.85 27.85 0 0 1 47.42 26.73 5 5 0 0 0 4.76 6.51A5 5 0 0 0 156.2 89a37.86 37.86 0 0 0-64.68-36.14 5 5 0 0 0 .93 7.4 5.19 5.19 0 0 0 6.79-1.04'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_09d:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_10d:before,.hotels__weather-item:first-child .weather-icon_10n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_11d:before,.hotels__weather-item:first-child .weather-icon_11n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_13d:before,.hotels__weather-item:first-child .weather-icon_13n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='%230662ba' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='%230662ba' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='%230662ba' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='%230662ba' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='%230662ba' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='%230662ba' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_50d:before,.hotels__weather-item:first-child .weather-icon_50n:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_b1:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_c1:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M35.47 115.46a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10Z'/%3E%3Cpath fill='%23ffad0e' d='M130.22 113.87a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.3a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.25M101.84 134.43a5 5 0 0 1-5-5V98.07a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M88.45 126.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.16a5 5 0 0 1-2.55.73'/%3E%3Cpath fill='%23ffad0e' d='M114.85 127.51a5 5 0 0 1-2.79-.85L86 109.15a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.43a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M46.11 144.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.16a5 5 0 0 1-2.59.73'/%3E%3Cpath fill='%23ffad0e' d='M72.52 145.51a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M35.47 115.46a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10Z'/%3E%3Cpath fill='%23ffad0e' d='M130.22 113.87a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.3a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.25M101.84 134.43a5 5 0 0 1-5-5V98.07a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M88.45 126.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.16a5 5 0 0 1-2.55.73'/%3E%3Cpath fill='%23ffad0e' d='M114.85 127.51a5 5 0 0 1-2.79-.85L86 109.15a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.43a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M46.11 144.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.16a5 5 0 0 1-2.59.73'/%3E%3Cpath fill='%23ffad0e' d='M72.52 145.51a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_c2:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.49a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 113.89a5 5 0 0 1-1.54-9.76 27.85 27.85 0 1 0-29.58-44.8 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.24M101.84 134.46a5 5 0 0 1-5-5V98.09a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M88.45 126.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.19a5 5 0 0 1-2.55.72'/%3E%3Cpath fill='%230662ba' d='M114.85 127.53a5 5 0 0 1-2.79-.85L86 109.17a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.46a5 5 0 0 1-5-5v-31.37a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M46.11 144.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.19a5 5 0 0 1-2.59.72'/%3E%3Cpath fill='%230662ba' d='M72.52 145.53a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.49a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 113.89a5 5 0 0 1-1.54-9.76 27.85 27.85 0 1 0-29.58-44.8 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.24M101.84 134.46a5 5 0 0 1-5-5V98.09a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M88.45 126.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.19a5 5 0 0 1-2.55.72'/%3E%3Cpath fill='%230662ba' d='M114.85 127.53a5 5 0 0 1-2.79-.85L86 109.17a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.46a5 5 0 0 1-5-5v-31.37a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M46.11 144.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.19a5 5 0 0 1-2.59.72'/%3E%3Cpath fill='%230662ba' d='M72.52 145.53a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_c4:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M101.84 134.55a5 5 0 0 1-5-5V98.19a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M88.45 127a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.29a5 5 0 0 1-2.55.71'/%3E%3Cpath fill='gray' d='M114.85 127.63a5 5 0 0 1-2.79-.85L86 109.27a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.55a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M46.11 145a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.29a5 5 0 0 1-2.59.71'/%3E%3Cpath fill='gray' d='M72.52 145.63a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M101.84 134.55a5 5 0 0 1-5-5V98.19a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M88.45 127a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.29a5 5 0 0 1-2.55.71'/%3E%3Cpath fill='gray' d='M114.85 127.63a5 5 0 0 1-2.79-.85L86 109.27a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.55a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M46.11 145a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.29a5 5 0 0 1-2.59.71'/%3E%3Cpath fill='gray' d='M72.52 145.63a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_d1:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_d4:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='gray' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='gray' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_e4:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='gray' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='gray' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='gray' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='gray' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E")}.hotels__weather-item:first-child .weather-icon_f2:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.hotels-preloader .swiper-slide{height:auto}.hotels-sidebar{background-color:#fff;font-size:12px;line-height:14px;transition:all .3s ease}.hotels-sidebar__summary{margin-bottom:10px;z-index:0}.hotels-sidebar__actions{background-image:url(data:image/webp;base64,UklGRhIGAABXRUJQVlA4WAoAAAAQAAAA2wAARwAAQUxQSIcAAAABcFTbVt1cCThInFAnkYCE1AESkICESEACcfAk3P47PMNExASYY4y+Z/0J4uNsCxjbbSHjuZGxKxqPRMYHGlc0LmgikXFF44TmjibQOKMpaDqaiSbQXP6/uhhoJpqOpqDJaBRodjQJjSqaFGRU0Kii0YEmDTJSRaPtJKO1kZHWdoKRdNv7CBAAVlA4IGQFAACQLQCdASrcAEgAPpFEnUulo6KhpDHJsLASCWMA09Dy0PjrJFpz+3Z3IHoAfs71m36AewB5aXstES6K70bxlSnJf2Gc87mQ+HLUPtG8qa/eWRIZ3ZFXRVt1jgI2rqlF288YkhtXRKdQNc7x42GEsG/q+EAcNB6r0I+N0Eq1M67t/nrZNiNiKrq+xpWRdFM0DRgh0FYFnhY7PIwKO1TvN0WA4cNXEngHzfnoJ+2q0Hth9IPvdApOs5848h6YckP0Epm20CCv8JgTPhxvq1fKxLjJ5PhoalmoGO+oHo1j3H05LVQnCPmvaUf/LGnZMq1dSNmOqDFeCrSjSHa/+LZBKk/69yEB7iCv3+a9mVqM7mtXVmmkTm2pjc4Qewfj5mPD/OypWVb+JmiMEJS1a5/yJlePHeZwgASD0scIEvK3RuITdWly5paUpFs6L68f03891e87pdZQjP5ao6r/IlMCPaclytNi7Okw4qhxHRTZMMLFvrnwqb0AAP79wjjt4eG849QvCF8m0qMa6Syq+A4x0+vX8jR6asup2peFk/wd1Mvi1ZN+K6ZVCI671srs2VWsmhL2Px9tQ9iHt+THf6eaqBKocYYXdwGue9bwk1FD+n+alV2XbviBNDosM4lOg/h2YD3urS1WQXyZa6tsXF2BQv9AQh/I7pZ4EjGRzkOgb8di43aAdgs3BEEKwV2euvajfYmOZa5Gr8VB98H8Nxovk0Uuzw/z7MeC5R8T8yD/hDlfPOFf5IwP89e+kTEdgzBnWXqBl3b84NZEY+KmpyPWI8GfoVni0e/FLUsQ7u/HfyfFpym9AlrBAbxMhgw7ffWxykl+If1BYYOHyBWiDvHCU1pcLMBYJ7Viud2RZE2yJ8XjEXt/q2a/+XrzCLzj0MpDoHJ+2xO6993E/UrGYVz9NsCk1ee3M4k16/1O287m7FkAj3UfPVgGKdZC/6yFJh/BY2V0DnK90Sj0bY+ObFbguWTAABw33pUJht+mNvstdl+f9KYJpTgQl5bZ8xu6UrbLTiWhv59WDgRNfZzB46/db7xPp33EhYxhWmBJFDPN75t8sG7X/dDot3pkk2bRxJRg+wHvxgMPD5L+vz9mE7rO/If5//T0aSrAavkrF+vLj2gWblxSgMFYawKcR61u2ssfEk3OVoUXYWJcZXOTmQCz7XTBkZYpMArj5Yvejtg+UDxdybcKxV6D68u8RxroXXCOCHlr4qhgndiit2lBRlL6Nlsbb7r6OO79Fy+Bou4NV/VyK7QKn1zcq9c+jIdcPzvZSD9l2sRZjRGyfgBpZ259OvQHse5Absni9J3DDMrsj+WWA3KdGBCGkdQ+j0i1dlQXd3Mhi9m2asGHR1I/Y9vvtPW2wzMOD+QsD0opKjv9wQG2i8ekd7zUpwq/GIcJVHX/qAIiOximkmxG7/D4Y/iJIAAmyjNzW6zZTjlHC/GGVdYmcRbTh5d1w/Hpae7uDEW6B/rVSrOkHBEgxEHcEB9IcabLy83S0r/TxUi0SqWQn7w5y1HiDLjeL71nqtiAI3MT8OetwcE6yRM/MnFBJI+abtYfiYtWgV9egAMom+EJLyxSh8T/kv+mHPfFTcRxAekimr4CKvfaMQChG+fC51+eBFZA05D3nv431GLYBjHq0wbjbHVY0AftTfI7SmYIbPcMipJyqahqWlqUZb+bdycRqzmgAvzKqV5oBDtpHZjRhrNv9RRhQ+FV0ioOa6EeFLi+nfrLVulWWXPRHAMBXiQD92usWGOTbHg3PPnNJcB/BbKzCZaghPiZlxlZWnIFdBztymLY3VWWYuqIm3LiAmx0YwwuPBptXla5BxQwdnrXUfEzVyUAAAA=);background-position:0 0;background-repeat:no-repeat;background-size:cover;border-radius:0 20px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:10px;padding:30px 20px 12px}.hotels-sidebar__actions-button{background-color:#fff;box-shadow:0 0 4px #00000040;color:#979797;padding:8px 16px;text-transform:lowercase}.hotels-sidebar__actions-button:focus,.hotels-sidebar__actions-button:hover{color:#7e7e7e}.hotels-sidebar__actions-button:active{color:#717171}.hotels-sidebar__actions-button_active{background-color:#f8991d;color:#fff;font-weight:700}.hotels-sidebar__actions-button_active:focus,.hotels-sidebar__actions-button_active:hover{background-color:#f48d08;color:#fff}.hotels-sidebar__actions-button_active:active{background-color:#db7f07;color:#fff}.hotels-sidebar__actions-button path,.hotels-sidebar__actions-button svg{transition:none}.hotels-sidebar__places{padding:10px}.hotels-sidebar__places_color_blue{background-color:#ebf1fd;border-radius:0 20px;margin-bottom:20px}.hotels-sidebar__places_color_orange{background-color:#fcefdf}.hotels-sidebar__places-title{font-size:16px;font-weight:700;line-height:19px;margin-bottom:14px}.hotels-sidebar__places-wrapper.is-hidden{margin-bottom:0;max-height:0;opacity:0;overflow:hidden}.hotels-sidebar__places-wrapper{max-height:10000px;opacity:1;transition:max-height .3s ease-in-out,opacity .3s ease}.hotels-sidebar__places-wrapper.is-hidden .hotels-sidebar__places{height:0;margin:0;overflow:hidden;padding:0}.hotels-sidebar__filters{display:flex;flex-direction:column;justify-content:flex-end}.hotels-summary{display:flex;flex-direction:column;padding:20px 20px 20px 10px;position:relative;row-gap:5px}.hotels-summary__title{font-size:18px;font-weight:700;line-height:21px}.hotels-summary__date{column-gap:5px;display:flex}.hotels-summary__time:first-child:after{content:"-";margin-left:5px}.hotels-summary__button{background-color:transparent;bottom:0;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.hotels-summary__button:after{background-color:#ebf1fd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='M0 7.892c0 4.352 3.547 7.892 7.907 7.892A7.88 7.88 0 0 0 12.91 14l5.74 5.73a.8.8 0 0 0 .56.23.79.79 0 0 0 .558-1.346l-5.74-5.73a7.85 7.85 0 0 0 1.788-4.992C15.815 3.54 12.267 0 7.907 0S0 3.54 0 7.892m1.581 0c0-3.481 2.838-6.314 6.326-6.314 3.489 0 6.326 2.833 6.326 6.314s-2.838 6.314-6.326 6.314-6.326-2.833-6.326-6.314' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right 20px bottom 20px;background-repeat:no-repeat;background-size:20px 20px;border-radius:0 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background-color .3s ease-in-out;z-index:-1}.hotels-summary__button:hover:after{background-color:#d4e1fb}.hotels-tip:after{content:"";cursor:pointer;top:-10px;right:-10px;bottom:-10px;left:-10px;position:absolute;z-index:100}.hotels-tip:not(.holels-card__score){position:relative}.hotels-tip:hover:not(:focus) .hotels-tip-popup{opacity:1;transform:translate(0);z-index:100}.hotels-tip-popup{background-color:#fff;border-radius:5px;box-shadow:0 0 4px #00000040;color:#200e32;display:flex;flex-direction:column;font-size:12px;font-weight:400;left:8px;line-height:1.2;max-width:424px;opacity:0;padding:12px 10px;position:absolute;top:37px;transform:translateY(-10px);transition:opacity,transform .3s ease-in-out;white-space:normal;width:-moz-max-content;width:max-content;z-index:-1}.hotels-tip-popup_address{left:auto;right:0}.hotels-tip-popup__row{align-items:center;display:flex}.hotels-tip-popup--position-bottom{top:16px}.hotels-tip-popup--position-right{left:unset;right:0}.hotels-tip-popup--position-x-30{left:30%}.hotels-tip-popup--color-default{color:#200e32}.hotels-tip-popup--w200{width:200px}.hotels-tip-popup--display-block{display:block}.hotels-tip-popup_header{line-height:1.3;margin-bottom:6px}.hotels-tip-popup__tip-title{font-size:14px;font-weight:500;line-height:1.2}.hotels-tip-popup__tip-item{align-content:stretch;column-gap:6px;display:flex;margin-bottom:10px}.hotels-tip-popup__tip-item:last-of-type{margin-bottom:0}.hotels-tip-popup__tip-item:before{content:"";width:2px}.hotels-tip-popup__tip-item_green:before{background-color:#019947}.hotels-tip-popup__tip-item_red:before{background-color:#ee2841}.hotels-tip-popup__link{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.hotels-tip-popup__heading{display:inline-block;font-size:12px;grid-area:name;line-height:1.2;margin-bottom:.6vw}.hotels-tip-popup__caption{color:#979797;column-gap:.938vw;display:inline-block;font-size:.781vw}.hotels-tip-popup-link:after{content:"";cursor:pointer;height:40px;top:-10px;right:-10px;bottom:-10px;left:-10px;position:absolute;z-index:1000}.hotels-tip:has(.hotels-tip-popup-link):after{content:none}.hotels-tip-popup--pos-bottom{bottom:10px;top:auto;transform:translateY(100%)!important}.icon-car{align-items:center;background-color:#000;color:inherit;display:inline-flex;height:8px;justify-content:center;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' fill='none'%3E%3Cpath fill='%23000' d='M9.914.653a.75.75 0 0 0-.71-.505h-5.5c-.33 0-.605.21-.71.505L2.01 3.488a1 1 0 0 0-.055.33v3.58a.749.749 0 1 0 1.5 0v-.25h6v.25c0 .41.335.75.75.75.41 0 .75-.335.75-.75v-3.58c0-.11-.02-.225-.055-.33zm-6.21 4.995a.749.749 0 1 1 0-1.5.749.749 0 1 1 0 1.5m5.5 0a.749.749 0 1 1 0-1.5.749.749 0 1 1 0 1.5m-6.25-2.5.635-1.91c.07-.2.26-.34.475-.34h4.78c.215 0 .405.14.475.34l.635 1.91z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' fill='none'%3E%3Cpath fill='%23000' d='M9.914.653a.75.75 0 0 0-.71-.505h-5.5c-.33 0-.605.21-.71.505L2.01 3.488a1 1 0 0 0-.055.33v3.58a.749.749 0 1 0 1.5 0v-.25h6v.25c0 .41.335.75.75.75.41 0 .75-.335.75-.75v-3.58c0-.11-.02-.225-.055-.33zm-6.21 4.995a.749.749 0 1 1 0-1.5.749.749 0 1 1 0 1.5m5.5 0a.749.749 0 1 1 0-1.5.749.749 0 1 1 0 1.5m-6.25-2.5.635-1.91c.07-.2.26-.34.475-.34h4.78c.215 0 .405.14.475.34l.635 1.91z'/%3E%3C/svg%3E");width:12px}.icon-flag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23EE7D02' d='M8.09 3.36c-.8.131-2.103.167-2.97-1.476C4.193.118 2.693.064 1.816.225c-.427.079-.746.436-.746.782v4.388c.252.096.523-.004.592-.018l.053-.01c.558-.124 1.148-.182 2.607.52 1.83.876 3.433-.74 4.054-1.865.045-.078.194-.45.194-.808-.216.09-.48.145-.48.145M.535 0H.179A.18.18 0 0 0 0 .179V9.82C0 9.92.08 10 .179 10h.357a.18.18 0 0 0 .178-.179V.18A.18.18 0 0 0 .536 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h8.57v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain}.icon-flag,.icon-walker{align-items:center;display:inline-flex;height:10px;justify-content:center;width:9px}.icon-walker{background-color:#000;color:inherit;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23EE7D02' fill-rule='evenodd' d='M5.063 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2m.908 5.38L4.673 6.099l.279-1.284c.102.181.212.348.337.493.199.231.432.407.728.523.286.111.607.157.968.168a.5.5 0 0 0 .03-1c-.3-.008-.495-.046-.634-.1a.8.8 0 0 1-.333-.242c-.11-.128-.221-.31-.36-.585-.098-.196-.2-.418-.322-.682V3.39l-.163-.35c-.137-.296-.348-.56-.643-.712a1.2 1.2 0 0 0-.984-.046l-.006.002c-1.302.503-2.079 1.6-2.546 3.065a.5.5 0 1 0 .952.304c.255-.799.588-1.401 1.019-1.83l-.18 1.58a.5.5 0 0 0 .146.413l2.233 2.202.653 1.665a.5.5 0 1 0 .931-.365l-.692-1.764a.5.5 0 0 0-.115-.173m-2.327-.03-.828-.795-.117.467-.35 1.177-1.157.907a.5.5 0 1 0 .616.788l1.284-1.006a.5.5 0 0 0 .171-.251z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23EE7D02' fill-rule='evenodd' d='M5.063 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2m.908 5.38L4.673 6.099l.279-1.284c.102.181.212.348.337.493.199.231.432.407.728.523.286.111.607.157.968.168a.5.5 0 0 0 .03-1c-.3-.008-.495-.046-.634-.1a.8.8 0 0 1-.333-.242c-.11-.128-.221-.31-.36-.585-.098-.196-.2-.418-.322-.682V3.39l-.163-.35c-.137-.296-.348-.56-.643-.712a1.2 1.2 0 0 0-.984-.046l-.006.002c-1.302.503-2.079 1.6-2.546 3.065a.5.5 0 1 0 .952.304c.255-.799.588-1.401 1.019-1.83l-.18 1.58a.5.5 0 0 0 .146.413l2.233 2.202.653 1.665a.5.5 0 1 0 .931-.365l-.692-1.764a.5.5 0 0 0-.115-.173m-2.327-.03-.828-.795-.117.467-.35 1.177-1.157.907a.5.5 0 1 0 .616.788l1.284-1.006a.5.5 0 0 0 .171-.251z' clip-rule='evenodd'/%3E%3C/svg%3E")}.icon-walker--orange{background-color:#ee7d02}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader.img-preloader{animation:none;border:0;border-radius:0;margin:0;z-index:unset}.img-preloader{background:#ebf1fd;border:0;border-radius:0;height:100%;top:0;right:0;bottom:0;left:0;margin:0;position:absolute;width:100%}.img-preloader__inner{height:36px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:90px}.img-preloader__icon{animation:move 4s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%230662BA' d='M.172 4.163h8.276v2.94H.172zM.834 1.55v1.96h.663v-.327c0-.086.034-.17.096-.23a.33.33 0 0 1 .235-.096h1.82c.088 0 .172.034.234.095a.33.33 0 0 1 .097.231v.33h.662v-.33c0-.086.035-.17.097-.23a.33.33 0 0 1 .234-.096h1.821c.088 0 .172.034.234.095a.33.33 0 0 1 .097.231v.327h.662V1.55c0-.173-.07-.34-.194-.462a.67.67 0 0 0-.468-.192H1.497a.67.67 0 0 0-.469.192.65.65 0 0 0-.194.462'/%3E%3C/svg%3E");background-position:50%;background-size:contain;height:8px;opacity:.3;opacity:0;position:absolute;right:0;top:50%;transform:scale(1) translate(50%) translateY(-50%);width:9px}.img-preloader__icon:nth-child(2){animation-delay:1s;right:25%;transform:scale(2) translate(50%)}.img-preloader__icon:nth-child(3){animation-delay:2s;right:58%;transform:scale(3) translate(50%)}.img-preloader__icon:nth-child(4){animation-delay:3s;right:85%;transform:scale(2) translate(50%)}.img-preloader__icon:nth-child(5){animation-delay:4s;right:100%}.img-preloader__icon:nth-child(6){animation:none;right:0}.img-preloader__icon:nth-child(7){animation:none;right:100%}@keyframes move{0%{opacity:0;right:0;transform:scale(1) translate(50%)}10%{opacity:.25;right:0;transform:scale(1) translate(50%)}30%{opacity:.5;right:25%;transform:scale(2) translate(50%)}55%{opacity:1;right:60%;transform:scale(3) translate(50%)}80%{opacity:.5;right:85%;transform:scale(2) translate(50%)}to{opacity:.25;right:100%;transform:scale(1) translate(50%)}}.loader{display:inline-block;height:15px;position:relative;width:15px}.loader__item{animation:scaling 1s linear infinite;background-color:#0662ba;border-radius:50%;height:2.67px;position:absolute;width:2.67px}.loader__item:first-child{animation-delay:0s;left:15px;top:4px}.loader__item:nth-child(2){animation-delay:.1s;left:20px;top:7px}.loader__item:nth-child(3){animation-delay:.2s;left:22px;top:13px}.loader__item:nth-child(4){animation-delay:.3s;left:20px;top:18px}.loader__item:nth-child(5){animation-delay:.4s;left:15px;top:20px}.loader__item:nth-child(6){animation-delay:.5s;left:10px;top:18px}.loader__item:nth-child(7){animation-delay:.6s;left:10px;top:7px}.loader__item:nth-child(8){animation-delay:.7s;left:8px;top:13px}.loader--white .loader__item{background-color:#fff}@keyframes scaling{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(2)}}@keyframes scaling3{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(3)}}.hotel-nearest-card{background-color:#fff;border-radius:0 0 0 20px;box-shadow:0 0 15px #00000026;display:grid;grid-template-areas:"images images" "rating score" "distance distance" "title title" "address address" "price button" "days button";grid-template-columns:1fr auto;grid-template-rows:150px 45px repeat(5,auto);height:100%;justify-content:space-between;padding:0 10px 20px;position:relative}.hotel-nearest-card__images{grid-area:images;margin-left:-10px;margin-right:-10px;overflow:hidden}.hotel-nearest-card__swiper{--swiper-navigation-color:#ffffff;height:150px;width:100%}.hotel-nearest-card__swiper .swiper-pagination{color:#fff;font-size:12px;font-weight:700;line-height:14px}.hotel-nearest-card__title{display:-webkit-box;grid-area:title;padding-right:10px;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0662ba;font-size:16px;font-weight:900;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.hotel-nearest-card__address{color:#0662ba;font-size:10px;grid-area:address;line-height:1.2;margin-bottom:10px}.hotel-nearest-card__distance-wrapper{grid-area:distance;position:relative;z-index:2}.hotel-nearest-card__distance{align-items:center;background-color:transparent;color:#0662ba;column-gap:4px;display:flex;font-size:15px;font-weight:700;line-height:1.2}.hotel-nearest-card__distance:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:14px;width:9px}.hotel-nearest-card__distance-tip{background-color:#fff;border-radius:5px;box-shadow:0 0 4px #00000040;font-size:12px;line-height:1.2;opacity:0;padding:10px;pointer-events:none;position:absolute;right:8px;text-align:center;top:8px;transition:opacity .3s ease-in-out;width:183px;z-index:-1}.hotel-nearest-card__distance:hover+.hotel-nearest-card__distance-tip{opacity:1;z-index:2}.hotel-nearest-card__rating{align-items:center;align-self:start;column-gap:9px;display:flex;grid-area:rating;padding:10px 0}.hotel-nearest-card__stars{column-gap:2px}.hotel-nearest-card__stars .rating__item{height:14px;width:14px}.hotel-nearest-card__score.popup__rating,.hotel-nearest-card__score.score{column-gap:6px;grid-area:score;justify-content:end;margin-bottom:6px}.hotel-nearest-card__score .popup__rating-label,.hotel-nearest-card__score .score__text{display:none}.hotel-nearest-card__score .hotel-popup__rating-rate,.hotel-nearest-card__score .popup__rating-rate,.hotel-nearest-card__score .score__value{font-size:16px;height:45px;line-height:1.2;padding:8px 9px;width:42px}.hotel-nearest-card__reviews{color:#f8991d;font-size:10px;line-height:1.2}.hotel-nearest-card__price{align-self:end;color:#000;font-size:18px;font-weight:700;grid-area:price;line-height:1.2}.hotel-nearest-card__days{align-self:end;font-size:10px;grid-area:days;line-height:1.2}.hotel-nearest-card__button{align-self:end;font-size:12px;grid-area:button;justify-self:end;line-height:1.2;min-width:80px;padding:8px 12px}.hotel-nearest-card__link{grid-column:1/-1;grid-row:2/-1;margin-left:-10px;margin-right:-10px;position:relative;z-index:1}.hotel-nearest-card .swiper-button-next:after,.hotel-nearest-card .swiper-button-prev:after{font-size:20px}.nearby-hotels{column-gap:10px;display:flex;display:block}.nearby-hotels__map{background-image:url(/build/assets/nearby-hotels-map.DuTvsp56.webp);background-position:0 0;background-repeat:no-repeat;background-size:cover;display:none;height:307px;position:relative;width:230px}.nearby-hotels__map-link{bottom:0;display:none;left:0;position:absolute;right:0;top:0}.nearby-hotels__slider{position:relative;--swiper-navigation-color:#f8991d;padding-left:23px;padding-right:23px;width:calc(100% - 240px);width:100%}.nearby-hotels__slider .swiper-wrapper{padding-bottom:10px}.nearby-hotels__slide{height:auto}.nearby-hotels__button-next,.nearby-hotels__button-prev{width:24px}.nearby-hotels__button-prev{left:0}.nearby-hotels__button-next{right:0}.nearby-hotels__button-next:after,.nearby-hotels__button-prev:after{font-size:20px;font-weight:700}.page-title{font-size:35px;font-weight:900;line-height:41px}.pagination{column-gap:4px;display:flex;justify-content:center;list-style-type:none;margin:0;padding:0}.pagination__item:first-child:after,.pagination__item:last-child:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23225999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 5-4 5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.pagination__item{background-color:#ebf1fd;border-radius:4px;color:#225999;display:flex;font-size:12px;font-weight:400;line-height:14px;min-width:30px;position:relative;text-align:center;text-transform:lowercase}.pagination__item:not(:has(span)):hover{background-color:#225999;color:#fff}.pagination__item:not(:has(span)):hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 5-4 5'/%3E%3C/svg%3E")}.pagination__item a,.pagination__item span{border-radius:4px;flex:1;padding:8px}.pagination__item a{color:inherit;font:inherit;text-decoration:none;transition:all .1s ease-in-out}.pagination__item span{background-color:#225999;color:#fff}.pagination__item:first-child{margin-right:22px}.pagination__item:last-child{margin-left:22px}.pagination__item:first-child,.pagination__item:first-child span,.pagination__item:last-child,.pagination__item:last-child span{background-color:#ebf1fd;color:#225999}.pagination__item:first-child a,.pagination__item:first-child span,.pagination__item:last-child a,.pagination__item:last-child span{height:0;overflow:hidden;padding:0;width:0}.pagination__item:first-child a:after,.pagination__item:last-child a:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:10}.pagination__item:first-child:has(span),.pagination__item:last-child:has(span){opacity:.5}.pagination__item:first-child:after{transform:rotate(180deg) translate(50%,50%)}.pagination__item:last-child:after{right:0}.pagination__item--dots span{background-color:#fff;color:#225999}.hotels-page_list_open .pagination__item:first-child a,.hotels-page_list_open .pagination__item:first-child span,.hotels-page_list_open .pagination__item:last-child a,.hotels-page_list_open .pagination__item:last-child span{height:unset;line-height:2.4;width:unset}.hotels-page_list_open .pagination__item:first-child a,.hotels-page_list_open .pagination__item:first-child span{padding-left:32px;padding-right:10px}.hotels-page_list_open .pagination__item:last-child a,.hotels-page_list_open .pagination__item:last-child span{padding-left:10px;padding-right:32px}.hotels-page_list_open .pagination__item:first-child:after{left:0;transform:rotate(180deg) translateY(50%)}.hotels-page_list_open .pagination__item:last-child:after{transform:translateY(-50%)}.hotels-page_list_open .pagination__item:first-child,.hotels-page_list_open .pagination__item:last-child{min-width:80px}.hotels-page_list_open .pagination__item:last-child:after{left:unset;right:0}.phone{align-items:center;column-gap:4px;display:flex;font-size:16px;line-height:19px}.phone:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.941 9.651c-.281-.19-1.665-1.11-1.927-1.244-.263-.136-.456-.21-.692.075-.236.286-.89.915-1.09 1.101-.198.186-.376.191-.657.001S6.368 8.956 5.347 7.77c-.794-.923-1.276-2.005-1.414-2.335-.139-.33.037-.479.205-.615.15-.123.341-.326.512-.489s.236-.286.36-.48c.124-.195.095-.381.038-.545-.057-.163-.477-1.754-.654-2.402-.173-.63-.43-.578-.612-.609A12 12 0 0 0 3.21.216c-.2-.023-.533.016-.844.293s-1.17.934-1.349 2.455c-.178 1.521.723 3.116.849 3.34.125.223 1.72 3.574 4.567 5.263.677.402 1.212.658 1.63.85.69.32 1.346.363 1.87.344.586-.022 1.86-.54 2.193-1.233.334-.693.406-1.311.347-1.449-.06-.137-.25-.238-.532-.428' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:12px;transform:rotate(6deg);width:12px}.places__table{border-collapse:collapse;color:#200e32;font-size:10px;line-height:12px;width:100%}.places__row{border-bottom:1px dashed #979797}.places__row:last-child{border-bottom:none}.places__cell{padding:5px;width:33%}.places__cell:nth-child(2){text-align:center}.places__cell:nth-child(3){text-align:right}.places__row:last-child .places__cell{padding-bottom:0}.places__row:hover .places__cell{color:#000}.places__price{white-space:nowrap}.places__link{padding:0;position:relative}.places__link a{bottom:0;font-size:0;position:absolute;right:0;top:0;width:200px;z-index:2}.progressbar{background:#c4c4c4;height:8px;width:100%}.progressbar,.progressbar__scale{border-radius:8px;position:relative}.progressbar__scale{display:block;height:100%;overflow:hidden}.score_empty .progressbar__scale{width:0}.score_very-low .progressbar__scale{background-color:red;color:red;width:30%}.score_low .progressbar__scale{background-color:#f2a1a1;color:#f2a1a1;width:60%}.score_average .progressbar__scale{background-color:#f6c619;color:#f6c619;width:70%}.score_high .progressbar__scale{background-color:#9fe587;color:#9fe587;width:90%}.score_highest .progressbar__scale{background-color:#019947;color:#019947;width:100%}.rating--xs{column-gap:1px}.rating--xs .rating__item{height:12px;width:12px}.rating{column-gap:2px;display:flex;flex-wrap:nowrap}.rating__item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='%23F8991D' d='m10.222.49 3.09 6.26 6.91 1.005-5 4.873 1.18 6.883-6.18-3.25-6.18 3.25 1.18-6.883-5-4.873 6.91-1.004z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;display:block;height:20px;width:20px}.rating__item_empty{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath stroke='%23C4C4C4' d='m10.444 1.62 2.641 5.352.116.236.26.037 5.908.859-4.275 4.166-.188.184.044.259 1.01 5.884-5.284-2.778-.232-.123-.233.123-5.284 2.778 1.01-5.884.044-.26-.189-.183-4.274-4.166 5.907-.859.26-.037.117-.236z'/%3E%3C/svg%3E")}.rating_disabled .rating__item:not(.rating__item_empty){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23C4C4C4' d='m10 .49 3.09 6.26L20 7.756l-5 4.873 1.18 6.883L10 16.26l-6.18 3.25L5 12.628 0 7.755 6.91 6.75z'/%3E%3C/svg%3E")}.rating--animated .rating__item,.rating--animated:hover .rating__item,.rating--animated:hover .rating__item_empty{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='%23F8991D' d='m10.222.49 3.09 6.26 6.91 1.005-5 4.873 1.18 6.883-6.18-3.25-6.18 3.25 1.18-6.883-5-4.873 6.91-1.004z'/%3E%3C/svg%3E")}.rating--animated .rating__item:hover~.rating__item,.rating--animated .rating__item:hover~.rating__item_empty,.rating--animated .rating__item_empty{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath stroke='%23C4C4C4' d='m10.444 1.62 2.641 5.352.116.236.26.037 5.908.859-4.275 4.166-.188.184.044.259 1.01 5.884-5.284-2.778-.232-.123-.233.123-5.284 2.778 1.01-5.884.044-.26-.189-.183-4.274-4.166 5.907-.859.26-.037.117-.236z'/%3E%3C/svg%3E")}.reviews-widget-link{--icon-color:#f8991d;align-items:center;background-color:#efefef;border:0;border-radius:20px;cursor:pointer;display:flex;font-size:12px;gap:5px;margin:-43px 0 16px;padding:4px 15px;transition:all .2s ease-in-out}.reviews-widget-link:focus,.reviews-widget-link:hover{--icon-color:#fff;background-color:#f8991d;color:#fff}.reviews-widget-link svg{height:20px;width:20px}.reviews-widget{--fancybox-color:var(--link);--gap:1rem;border-radius:var(--gap);max-width:30rem}.reviews-widget.fancybox__content{padding:3rem 2rem 2rem}.reviews-widget.fancybox__content>.carousel__button.is-close{right:.5rem;top:.5rem}.reviews-widget form{display:flex;flex-direction:column;row-gap:var(--gap)}.reviews-widget__title{--gap:1.3rem;font-size:var(--gap);font-weight:500;line-height:1.2}.reviews-widget__text,.reviews-widget__title{margin-bottom:var(--gap)}.reviews-widget__submit{margin-top:var(--gap)}.best-price{align-items:baseline;background-color:#019947;border-radius:20px;color:#fff;column-gap:5px;display:flex;font-size:8px;font-weight:600;line-height:1.2;padding:4px 10px;text-transform:uppercase}.best-price:before{background-color:#fff;content:"";flex-shrink:0;height:9px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23F8991D' d='M2.31 29.996A2.33 2.33 0 0 1 0 27.686V11.538c0-1.26 1.055-2.31 2.31-2.31h3.466c.854 0 1.604.492 2.005 1.198.776-.48 1.539-.758 2.032-1.042 1.16-.671 1.752-2.554 2.027-4.52.135-.981.209-1.927.33-2.716.062-.392.119-.741.28-1.125A1.54 1.54 0 0 1 13.845 0c1.713 0 3.117.671 4.01 1.7.898 1.024 1.317 2.31 1.543 3.583.367 2.084.227 3.85.157 5.11h6.975c1.9 0 3.47 1.56 3.47 3.456 0 .671-.192 1.177-.436 1.962-.244.789-.571 1.74-.937 2.755-.724 2.031-1.587 4.333-2.154 6.029a5.8 5.8 0 0 1-1.046 2 3.16 3.16 0 0 1-2.35 1.095H9.234a3.4 3.4 0 0 1-1.151-.214v.218A2.327 2.327 0 0 1 5.776 30zm0-2.31h3.466V11.538H2.31v16.146Zm6.923-2.307h13.845c.305 0 .4-.06.601-.296.273-.371.48-.787.61-1.23.589-1.765 1.452-4.062 2.167-6.068a66 66 0 0 0 .902-2.659c.227-.723.336-1.377.336-1.281a1.13 1.13 0 0 0-1.16-1.151h-8.173a1.154 1.154 0 0 1-1.16-1.16c0-1.36.297-3.792-.065-5.858-.183-1.03-.523-1.897-1.016-2.459a2.65 2.65 0 0 0-1.648-.867c-.117.658-.196 1.783-.344 2.833-.3 2.15-.867 4.87-3.165 6.199-.858.492-1.687.784-2.18 1.125-.496.34-.697.523-.697 1.338V24.22c0 .662.489 1.16 1.147 1.16Z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transform:translateY(1px);width:9px}.no-rooms__accordion-header{border:3px solid #0662ba;border-radius:8px 8px 0 0;padding:12px 36px 12px 12px;position:relative}.no-rooms__accordion-header:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:8px;position:absolute;right:12px;top:16px;transform:rotate(180deg);transition:transform .2s ease-in-out;width:16px}.no-rooms__accordion-item_show .no-rooms__accordion-header:after{transform:rotate(0)}.no-rooms__accordion-title{color:#000;font-size:14px;font-weight:400;line-height:1.2}.no-rooms__accordion-button{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.no-rooms__accordion-item:not(.no-rooms__accordion-item_show) .no-rooms__accordion-body{display:none}.no-rooms-alert{align-items:center;background-color:#ffeaeb;border:1px solid #e20917;border-radius:0 0 0 10px;min-height:144px;padding:22px 24px 22px 182px;position:relative}.no-rooms-alert:before{background-image:url(/build/assets/no-rooms-alert.9ym-MzQB.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:97px;left:22px;position:absolute;top:24px;width:144px}.no-rooms-alert__title{color:#000;font-size:20px;font-weight:600;grid-column:2/3;grid-row:1/2;line-height:1.2;margin-bottom:10px;padding-left:27px;position:relative}.no-rooms-alert__title:before{background-color:#e20917;content:"";flex-shrink:0;height:22px;left:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");-webkit-mask-position:3px 3px;mask-position:3px 3px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;position:absolute;top:0;width:22px}.no-rooms-alert__text{color:#200e32;font-size:16px;font-weight:400;grid-column:2/3;grid-row:2/3;line-height:1.2}.nearby-hotels__slider{margin-bottom:38px}.nearby-hotels__title{color:#000;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:10px}.nearby-hotels__title_accent{color:#f8991d}.nearby-hotels__pagination{--swiper-pagination-color:#f8991d;--swiper-pagination-bottom:-8px;--swiper-pagination-bullet-horizontal-gap:6px;bottom:0;left:50%;position:relative}.nearby-hotels__pagination .swiper-pagination-bullet-active{position:relative}.nearby-hotels__pagination .swiper-pagination-bullet-active:before{background-color:#f8991d;border-radius:4px;content:"";display:block;height:8px;left:-5px;position:absolute;width:18px}.other-dates{padding-bottom:20px;position:relative}.other-dates__title{color:#000;font-size:16px;font-size:14px;font-weight:400;line-height:1.2;margin-bottom:10px}.other-dates__slider{margin:0 50px;overflow-y:visible}.other-dates__slide{align-items:center;border:1px dashed #c4c4c4;border-radius:0 20px;color:#000;display:flex;flex-direction:column;flex-shrink:0;font-weight:400;justify-content:center;line-height:1.2;padding:8px 16px;row-gap:4px}.other-dates__slide_current{background-color:#fff6ea;border:none}.other-dates__dates{font-size:16px;white-space:nowrap}.other-dates__slide_current .other-dates__dates{font-weight:700}.other-dates__guests{font-size:12px}.other-dates__price{color:#979797;font-size:16px;font-weight:700}.other-dates__slide_current .other-dates__price{color:#f8991d}.other-dates__next-btn:after,.other-dates__prev-btn:after{color:#0662ba;font-size:14px;font-weight:700}.other-dates__prev-btn{left:10px;top:66px}.other-dates__next-btn{right:10px;top:66px}.other-dates__pagination{--swiper-pagination-color:#f8991d;--swiper-pagination-bottom:-8px;--swiper-pagination-bullet-horizontal-gap:6px;bottom:0}.other-dates__pagination .swiper-pagination-bullet-active{position:relative}.other-dates__pagination .swiper-pagination-bullet-active:before{background-color:#f8991d;border-radius:4px;content:"";display:block;height:8px;left:-5px;position:absolute;width:18px}.rooms-table_unavailable .rooms-table__tr:first-child{background-color:#fff}.rooms-table_unavailable .room-booking__button{background-color:#fff;border:1px solid #0662ba;color:#0662ba}.no-rooms,.no-rooms__alert{margin-bottom:20px}.no-rooms__other-dates{margin-bottom:38px}.no-rooms__text{background-color:#fff8ee;border-radius:0 10px;color:#f8991d;font-size:22px;line-height:1.2;margin-bottom:30px;margin-top:20px;padding:16px 24px}.no-rooms .rooms-title,.no-rooms__text{text-align:center}.room-booking{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding:20px}.room-booking__button-wrapper{display:flex;margin-bottom:12px;position:relative}.room-booking__button-wrapper .hotels-tip:after{pointer-events:none}.room-booking__price-per-day{margin-bottom:12px}.room-booking__best-price{display:none}.rooms-table__tr:first-child .room-booking__best-price{display:flex;order:-1}.room-booking__best-price,.room-booking__tip-confirm{margin-bottom:6px}.room-booking__button{font-size:14px;line-height:1.2;max-width:180px;padding:12px 31px;width:100%}.room-booking__null_button{background-color:#019947;border-radius:1.563vw;color:#fff;font-size:.625vw;font-weight:700;padding:8px 25px;text-transform:uppercase}.room-booking__price-per-day{font-size:14px;line-height:1.2;text-align:center}.room-booking__tip-confirm{align-items:center;border-radius:20px;color:#019947;column-gap:5px;display:flex;justify-content:center;padding:4px 10px;width:-moz-max-content;width:max-content}.room-booking__tip-confirm:before{background-color:#019947;content:"";flex-shrink:0;height:20px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%230662BA' d='M5.215 0H3.5a.43.43 0 0 0-.429.429.43.43 0 0 0 .429.428h1.714A.43.43 0 0 0 5.643.43.43.43 0 0 0 5.215 0m-.857 5.571a.43.43 0 0 0 .428-.428V3.429A.43.43 0 0 0 4.358 3a.43.43 0 0 0-.429.429v1.714a.43.43 0 0 0 .429.428M7.37 2.74l.322-.322a.426.426 0 0 0 0-.6l-.005-.004a.425.425 0 0 0-.6 0l-.321.321a3.84 3.84 0 0 0-2.408-.848C2.3 1.286.553 2.983.5 5.04A3.856 3.856 0 0 0 4.358 9 3.854 3.854 0 0 0 7.37 2.739M4.358 8.143c-1.658 0-3-1.342-3-3 0-1.659 1.342-3 3-3s3 1.341 3 3c0 1.658-1.342 3-3 3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%230662BA' d='M5.215 0H3.5a.43.43 0 0 0-.429.429.43.43 0 0 0 .429.428h1.714A.43.43 0 0 0 5.643.43.43.43 0 0 0 5.215 0m-.857 5.571a.43.43 0 0 0 .428-.428V3.429A.43.43 0 0 0 4.358 3a.43.43 0 0 0-.429.429v1.714a.43.43 0 0 0 .429.428M7.37 2.74l.322-.322a.426.426 0 0 0 0-.6l-.005-.004a.425.425 0 0 0-.6 0l-.321.321a3.84 3.84 0 0 0-2.408-.848C2.3 1.286.553 2.983.5 5.04A3.856 3.856 0 0 0 4.358 9 3.854 3.854 0 0 0 7.37 2.739M4.358 8.143c-1.658 0-3-1.342-3-3 0-1.659 1.342-3 3-3s3 1.341 3 3c0 1.658-1.342 3-3 3'/%3E%3C/svg%3E");-webkit-mask-size:18px auto;mask-size:18px auto;width:18px}.room-booking__tip-confirm p{font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase}.room-booking__popup.room-popup{left:50%;max-width:280px;opacity:0;position:absolute;top:46px;transform:translate(-50%);transition:opacity .3s ease-in-out;width:-moz-max-content;width:max-content}.room-booking__popup.room-popup .room-popup__tip{width:100%}.room-booking__button:hover:not(:focus)+.room-booking__popup{opacity:1;z-index:1}.room-booking__tag-list{list-style:none;margin:0;max-width:180px;padding:0;width:100%}.room-booking__tag{align-self:stretch}.room-booking__tag:not(:last-child){margin-bottom:6px}.room-capacity{align-items:center;column-gap:4px;display:flex}.room-capacity:before{background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";flex-shrink:0}.room-capacity_double-bed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' fill='none'%3E%3Cpath fill='%23231F20' d='M19.578 10.712v-1.81c0-.812-.48-1.44-1.108-1.514v-6.28C18.47.48 17.99 0 17.362 0H2.585c-.628 0-1.108.48-1.108 1.108v6.28C.85 7.462.369 8.09.369 8.902v1.81A1.3 1.3 0 0 0 0 11.6v.406c0 .628.48 1.182 1.108 1.256v.37c0 .221.148.369.37.369h.738c.222 0 .37-.148.37-.37v-.369H17.36v.37c0 .221.148.369.37.369h.739c.221 0 .369-.148.369-.37v-.369a1.274 1.274 0 0 0 1.108-1.256V11.6a1.3 1.3 0 0 0-.37-.887ZM2.216 1.108c0-.221.148-.37.37-.37H17.36c.222 0 .37.149.37.37v6.28h-.739V5.799c0-.775-.628-1.366-1.367-1.366h-3.14c-.775 0-1.366.628-1.366 1.366v1.589H8.902V5.799c0-.775-.628-1.366-1.366-1.366h-3.14c-.776 0-1.367.628-1.367 1.366v1.589H2.29v-6.28zm14.037 6.28h-4.432V5.799c0-.369.295-.628.627-.628h3.14c.37 0 .628.296.628.628v1.589zm-8.126 0H3.694V5.799c0-.369.295-.628.628-.628h3.14c.37 0 .628.296.628.628v1.589zm-6.502.739h16.697c.222 0 .517.332.517.775v1.441H1.108v-1.44c0-.444.259-.776.517-.776m17.583 3.915a.53.53 0 0 1-.517.517H1.256c-.259 0-.517-.258-.517-.517v-.406c0-.296.258-.554.517-.554h17.398c.296 0 .518.258.518.517v.443z'/%3E%3C/svg%3E");height:14px;width:20px}.room-capacity_sofa-bed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' fill='none'%3E%3Cpath fill='%23231F20' d='M9.82 4.598v1.803a.4.4 0 0 1-.115.28.4.4 0 0 1-.557 0 .4.4 0 0 1-.114-.28V4.598a.395.395 0 0 1 .393-.392.38.38 0 0 1 .36.24q.019.033.024.074c.004.027.008.05.008.078Z'/%3E%3Cpath fill='%23231F20' d='M3.192 4.254a.3.3 0 0 1-.059.11.3.3 0 0 1 .047.083.2.2 0 0 1 .024.074q.007.04.008.079v-.467a.4.4 0 0 1-.02.121M14.977 0H3.817c-.766 0-1.39.625-1.39 1.39v5.292h13.94V1.391c0-.766-.624-1.391-1.39-1.391m.605 5.896H3.212V1.391c0-.334.271-.605.605-.605h11.16c.334 0 .605.27.605.605zM3.192 4.254a.3.3 0 0 1-.059.11.3.3 0 0 1 .047.083.2.2 0 0 1 .024.074q.007.04.008.079v-.467a.4.4 0 0 1-.02.121'/%3E%3Cpath fill='%23fff' d='M18.057 7.067c-.055 1.21-.966 1.25-1.159 1.241h-.923c-4.384-.007-11.867-.02-13.549 0-.667.02-1.166-.133-1.426-.412-.24-.26-.216-.566-.216-.57l.004-3.158c.032-.141.2-.75.786-.845.499-.086.79.676.852.865v2.494h.114a.4.4 0 0 0 .558 0h13.27V3.846l.216-.196c.212-.17.416-.236.62-.205.31.047.59.318.72.48.047.373.192 1.744.133 3.142'/%3E%3Cpath fill='%23231F20' d='M18.839 7.098c-.028.645-.236 1.151-.621 1.505-.57.518-1.308.491-1.34.491h-1.296c-4.423-.008-11.522-.02-13.148 0h-.059c-.895 0-1.56-.228-1.968-.684a1.58 1.58 0 0 1-.404-1.147l.003-3.197c.012-.055.232-1.324 1.442-1.52a1.23 1.23 0 0 1 .978.247c.417.314.664.849.77 1.233a.3.3 0 0 1 .016.107.4.4 0 0 1-.02.121.4.4 0 0 1-.271.255.39.39 0 0 1-.416-.145.4.4 0 0 1-.067-.133l-.012-.043c-.063-.189-.353-.951-.852-.865-.585.095-.754.703-.786.845L.784 7.326c0 .004-.023.31.216.57.26.279.758.432 1.426.412 1.682-.02 9.165-.008 13.549 0h.923c.193.008 1.104-.031 1.159-1.241a21 21 0 0 0-.134-3.143c-.13-.16-.408-.432-.718-.479-.205-.031-.409.035-.621.204l-.216.197-.13.118a.393.393 0 0 1-.656-.291.4.4 0 0 1 .13-.295l.365-.33c.094-.074.193-.141.29-.192.315-.177.641-.24.96-.189.765.122 1.248.81 1.3.888l.05.075.016.09c.008.067.22 1.681.146 3.378'/%3E%3Cpath fill='%23231F20' d='M15.976 11a.39.39 0 0 1-.393-.393V8.7a.393.393 0 0 1 .786 0v1.907a.393.393 0 0 1-.393.393M2.819 11a.393.393 0 0 1-.393-.393V8.7a.393.393 0 0 1 .786 0v1.907a.393.393 0 0 1-.393.393M9.792.393v5.896a.394.394 0 0 1-.393.393.39.39 0 0 1-.393-.393V.393a.393.393 0 1 1 .787 0Z'/%3E%3C/svg%3E");height:11px;width:19px}.room-check-in{border-bottom:1px dashed #225999;margin-bottom:20px;margin-left:-10px;margin-right:-10px;padding-bottom:30px}.room-check-in__title{font-size:20px;font-weight:900;line-height:1.16;margin-bottom:22px}.room-check-in__grid{column-gap:77px;display:grid;grid-template-columns:repeat(2,1fr);padding-left:10px}.room-check-in__column{column-gap:10px;display:grid;grid-template-areas:"label progressbar" "value caption";grid-template-columns:max-content 450px;justify-content:space-between;row-gap:10px}.room-check-in__label{color:#979797;font-size:12px;grid-area:label;line-height:1.16}.room-check-in__value{font-size:16px;grid-area:value;line-height:1.2;position:relative;top:-8px}.room-check-in__progressbar{grid-area:progressbar;position:relative;top:10px}.room-check-in__pm .room-check-in__progressbar{transform:rotate(180deg)}.room-check-in__caption{color:#979797;font-size:12px;grid-area:caption;justify-self:center;line-height:1.16}.room-check-in__progressbar .progressbar__scale{background-color:#019947}.room-final-price{color:#000;font-weight:900;line-height:1.2}.room-final-price__old-price{color:#979797;display:inline-block;font-size:.8em;margin-right:10px;position:relative;text-decoration:none}.room-final-price__old-price:before{border-bottom:1px solid #ee2841;content:"";height:50%;left:0;position:absolute;transform:rotate(-12deg);width:100%}.room-final-price__total-price{display:inline-block}.room-final-price__total-price._with-discount{color:#ee2841}.room-guests{align-items:end;column-gap:4px;display:flex}.room-guests__caption{font-size:14px;font-weight:700;line-height:16px}.room-guests__item:before{background-color:#979797;content:"";display:block;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.room-guests__item_adult:before{height:16px;width:16px}.room-guests__item_children:before{height:10px;width:10px}.room-main{column-gap:8px;display:grid;grid-template-columns:120px 1fr;grid-template-rows:min-content 1fr auto auto;padding:10px 7px 16px 10px;row-gap:8px}.room-main__title{color:#0662ba;cursor:pointer;font-size:16px;font-weight:700;grid-column:2/3;grid-row:1/2;line-height:1.25;text-decoration:underline}.room-main__title:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute}.room-main__image-wrapper{cursor:pointer;display:flex;grid-column:1/2;grid-row:1/3;height:120px;justify-content:center;overflow:hidden;position:relative;transition:transform .8s ease;width:120px}.room-main__image{height:100%;object-fit:cover;width:100%}.room-main__image-caption{align-items:center;bottom:5px;color:#fff;column-gap:3px;display:flex;font-size:10px;font-weight:700;line-height:1.2;position:absolute}.room-main__image-caption:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M17 0H3a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 .49-.05l.3-.07h.12l.37-.14.13-.07c.1-.06.21-.11.31-.18a4 4 0 0 0 .38-.32l.07-.09q.147-.15.27-.32l.09-.13q.105-.167.18-.35.04-.072.07-.15c.05-.12.08-.25.12-.38v-.15q.085-.294.1-.6V3a3 3 0 0 0-3-3M3 18a1 1 0 0 1-1-1v-4.31l3.29-3.3a1 1 0 0 1 1.42 0l8.6 8.61zm15-1a1 1 0 0 1-.07.36q-.035.074-.08.14a1 1 0 0 1-.09.12l-5.35-5.35.88-.88a1 1 0 0 1 1.42 0l3.29 3.3zm0-5.14L16.12 10a3.08 3.08 0 0 0-4.24 0l-.88.88L8.12 8a3.08 3.08 0 0 0-4.24 0L2 9.86V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1zM11.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:10px;width:10px}.room-main__props{grid-column:2/3;grid-row:2/3}.room-main__amenities-list{column-gap:16px;display:flex;flex-wrap:wrap;grid-column:1/3;grid-row:3/4;max-height:32px;overflow:hidden;pointer-events:none;position:relative;row-gap:4px;white-space:nowrap}.room-main__hr{display:none}.room-main__amenities-item,.room-main__amenities-item-more{align-items:center;color:#225999;display:flex;font-size:12px;justify-content:center;line-height:1.16;pointer-events:none}.room-main__amenities-item{column-gap:6px}.room-main__amenities-item-more{margin-left:auto}.room-main__amenities-item-more~.room-main__amenities-item{display:none}.room-main__amenities-item-more a{color:inherit;font:inherit}.room-main__amenities-icon:before{height:10px;width:10px}.room-main__tip{align-items:center;color:#ee2841;column-gap:4px;display:flex;font-size:12px;grid-column:1/3;line-height:1.16}.room-main__tip:before{background-color:#ee2841;content:"";height:12px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:12px}.room-main__only-mobile-fancybox{display:none}.room-main__amenities-link{color:inherit;font:inherit;text-decoration:underline;transition:opacity .3s ease}.room-modal.fancybox__content{border-radius:20px;display:grid!important;padding:0 20px 30px 30px}.room-modal.fancybox__content>.carousel__button.is-close{--carousel-button-width:30px;--carousel-button-height:30px;--carousel-button-svg-width:25px;--carousel-button-svg-height:25px;color:#200e32;right:20px;top:20px}.room-modal{column-gap:14px;grid-template-columns:510px 1fr 1fr;grid-template-rows:auto auto auto 1fr;max-height:90vh;min-height:600px;width:1000px}.room-modal__column-1{display:flex;flex-direction:column;grid-column:1/2;grid-row:1/6}.room-modal__swiper{--swiper-navigation-size:30px;--swiper-navigation-sides-offset:20px;--swiper-navigation-color:#ffffff;height:410px;margin-bottom:.781vw;margin-left:auto;margin-right:auto;width:100%}.room-modal__swiper_thumbs{height:120px;margin-bottom:20px;padding-top:10px;width:100%}.swiper-slide{background-position:50%;background-size:cover}.room-modal__swiper_thumbs .swiper-slide{height:100%;opacity:.4;width:25%}.room-modal__swiper_thumbs .swiper-slide-thumb-active{opacity:1}.swiper-slide img{display:block}.room-modal__slider img,.swiper-slide img{height:100%;object-fit:cover;width:100%}.room-modal__title{color:#0662ba;font-size:20px;font-weight:800;grid-column:2/4;grid-row:1/2;line-height:1.2;margin-bottom:20px;margin-right:35px}.room-modal__list{display:flex;flex-direction:column;margin-bottom:20px;row-gap:12px}.room-modal__props{grid-column:2/3;grid-row:2/3}.room-modal__bed{align-items:center;column-gap:4px;display:flex}.room-modal__bed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' fill='none'%3E%3Cpath fill='%23231F20' d='M19.578 10.712v-1.81c0-.812-.48-1.44-1.108-1.514v-6.28C18.47.48 17.99 0 17.362 0H2.585c-.628 0-1.108.48-1.108 1.108v6.28C.85 7.462.369 8.09.369 8.902v1.81A1.3 1.3 0 0 0 0 11.6v.406c0 .628.48 1.182 1.108 1.256v.37c0 .221.148.369.37.369h.738c.222 0 .37-.148.37-.37v-.369H17.36v.37c0 .221.148.369.37.369h.739c.221 0 .369-.148.369-.37v-.369a1.274 1.274 0 0 0 1.108-1.256V11.6a1.3 1.3 0 0 0-.37-.887ZM2.216 1.108c0-.221.148-.37.37-.37H17.36c.222 0 .37.149.37.37v6.28h-.739V5.799c0-.775-.628-1.366-1.367-1.366h-3.14c-.775 0-1.366.628-1.366 1.366v1.589H8.902V5.799c0-.775-.628-1.366-1.366-1.366h-3.14c-.776 0-1.367.628-1.367 1.366v1.589H2.29v-6.28zm14.037 6.28h-4.432V5.799c0-.369.295-.628.627-.628h3.14c.37 0 .628.296.628.628v1.589zm-8.126 0H3.694V5.799c0-.369.295-.628.628-.628h3.14c.37 0 .628.296.628.628v1.589zm-6.502.739h16.697c.222 0 .517.332.517.775v1.441H1.108v-1.44c0-.444.259-.776.517-.776m17.583 3.915a.53.53 0 0 1-.517.517H1.256c-.259 0-.517-.258-.517-.517v-.406c0-.296.258-.554.517-.554h17.398c.296 0 .518.258.518.517v.443z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";flex-shrink:0;height:14px;width:20px}.room-modal__condition{grid-column:3/4;grid-row:2/3}.room-modal__scroll-wrapper{grid-column:2/4;grid-row:3/4;overflow-y:auto;scrollbar-width:thin}.room-modal__description{margin-bottom:20px;padding-top:20px;position:relative}.room-modal__description:before{background-color:#ececec;content:"";height:1px;position:absolute;top:0;width:100%}.room-modal__description-title{font-size:16px;font-weight:600;line-height:1.5;margin-bottom:9px}.room-modal__description-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:300;line-height:1.5;overflow:hidden;text-overflow:ellipsis}.room-modal__description_opened .room-modal__description-text{display:block}.room-modal__description-button{color:#0662ba;font-size:14px;font-weight:300;margin-top:9px;text-transform:lowercase;transition:font-size 0s}.room-modal__description_opened .room-modal__description-button{font-size:0}.room-modal__description_opened .room-modal__description-button:before{content:"Скрыть";font-size:14px}.room-modal__description-button_hidden{display:none}.room-modal__description-button:focus{outline:none!important}.room-modal__amenities-wrapper{padding-top:20px;position:relative}.room-modal__amenities-wrapper:before{background-color:#ececec;content:"";height:1px;position:absolute;top:0;width:100%}.room-modal__list_amenities{column-gap:16px;display:grid;grid-template-columns:1fr 1fr}.room-modal__item{display:block;font-size:14px;line-height:1.2;padding-left:30px;position:relative}.room-modal__item_green{color:#019947}.room-modal__item_green:before{background-color:#019947}.room-modal__item:before{content:"";left:0;position:absolute;top:50%;transform:translateY(-50%)}.room-modal__props .room-modal__item{grid-template-columns:25px 1fr}.room-modal__item.room-modal__bed:before{height:14px;width:22px}.room-modal__guests{display:block;padding-left:30px;position:relative}.room-modal__guests:before{background-color:#200e32;content:"";height:11px;left:0;position:absolute;top:50%;width:22px;-webkit-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");-webkit-mask-position:top 0 left 0,top 0 left 12px;mask-position:top 0 left 0,top 0 left 12px;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-size:11px 11px;mask-size:11px 11px;transform:translateY(-50%)}.room-modal__item.room-modal__additional-props{column-gap:24px;display:flex;flex-wrap:wrap;padding-left:0;row-gap:12px}.room-modal__area{display:block;padding-left:30px;position:relative}.room-modal__area:before{background-image:url(../../../../../img/HotelsCustomPage/hotels/icons/square-arrows.svg);content:"";height:16px;left:0;position:absolute;top:0;width:16px}.room-modal__floor{display:block;padding-left:30px;position:relative}.room-modal__floor:before{background-image:url(../../../../../img/HotelsCustomPage/hotels/icons/steps.svg);content:"";height:15px;left:0;position:absolute;top:0;width:18px}.room-modal__guests-max{margin-top:0}.room-modal__list_amenities .room-modal__item{align-items:start;color:#225999;column-gap:10px;display:grid;grid-template-columns:auto 1fr}.room-modal__list_amenities .room-modal__item:before{background-color:#225999}.room-modal__item.amenities-icon:before{height:14px;width:14px}.room-modal__text_small.room-options__text_small{color:#200e32;padding:0}.room-modal__text_small.room-options__text_small_green{color:#019947}.room-modal__booking{align-items:flex-end;flex-direction:row;margin:auto 0 0;padding:0;position:relative}.room-modal__cashback{left:0;position:absolute;top:0;transform:translateY(-100%);z-index:1}.room-modal__cashback .hotel-cashback__wrapper{background-color:#fff;border:1px solid #e20917;box-shadow:none}.room-modal__booking.room-booking{padding:0}.room-modal__price{padding-right:16px}.room-modal__booking-button-wrapper{flex:1;margin:auto 0 0 auto;max-width:180px}.room-modal__button{padding:12px 22px}.room-modal__price-value{color:#000;font-size:22px;font-weight:900;line-height:1.3}.room-modal__price-caption{font-size:12px;line-height:1.2}.room-modal__fast-booking{align-self:flex-start}.room-options{align-items:center;column-gap:10px;display:grid;grid-template-columns:1fr 16px}.room-options .custom-select{border:none;padding:0}.room-options .custom-select:after{content:none}.room-options .select-selected:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px 5px;border:none;content:"";height:5px;position:absolute;right:10px;top:15px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:10px}.room-options .select-selected.select-arrow-active:after{transform:rotate(0)}.room-options .custom-select{margin:8px 0 4px;position:relative}.room-options .custom-select select{display:none}.room-options .select-selected{background-color:#fff;border:1px solid #d6e3fc;border-radius:6px;padding:10px 22px 10px 8px}.room-options .select-items div,.room-options .select-selected{color:#200e32;cursor:pointer;font-size:14px;font-weight:400;line-height:1.2}.room-options .select-items div{padding:10px 27px 10px 10px}.room-options .select-items{background-color:#fff;box-shadow:0 4px 15px #00000040;left:0;position:absolute;right:0;top:100%;z-index:99}.room-options .select-hide{display:none}.room-options .same-as-selected,.room-options .select-items div:hover{background-color:#fff6ea}.room-options__tip{cursor:pointer;position:relative}.room-options__tip:before{background-color:#000;content:"";display:block;height:16px;-webkit-mask-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='%23000' d='M7 0a7 7 0 1 0 .001 14.001A7 7 0 0 0 7 0m0 12.813A5.813 5.813 0 0 1 7 1.187a5.813 5.813 0 0 1 0 11.626'/%3E%3Cpath fill='%23000' d='m7.672 2.469-.076 6.123h-.979l-.082-6.123zM6.5 10.455q0-.264.158-.445.165-.182.48-.182.312 0 .475.182.17.181.17.445a.61.61 0 0 1-.17.434q-.164.18-.474.181-.317 0-.48-.181a.64.64 0 0 1-.159-.434'/%3E%3C/svg%3E");mask-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='%23000' d='M7 0a7 7 0 1 0 .001 14.001A7 7 0 0 0 7 0m0 12.813A5.813 5.813 0 0 1 7 1.187a5.813 5.813 0 0 1 0 11.626'/%3E%3Cpath fill='%23000' d='m7.672 2.469-.076 6.123h-.979l-.082-6.123zM6.5 10.455q0-.264.158-.445.165-.182.48-.182.312 0 .475.182.17.181.17.445a.61.61 0 0 1-.17.434q-.164.18-.474.181-.317 0-.48-.181a.64.64 0 0 1-.159-.434'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;width:16px}.room-options__tip-popup{background-color:#fff;border-radius:5px;box-shadow:0 0 4px #00000040;display:flex;flex-direction:column;left:8px;max-width:424px;opacity:0;padding:12px 10px;position:absolute;top:37px;transform:translateY(-10px);transition:opacity,transform .3s ease-in-out;width:-moz-max-content;width:max-content;z-index:-1}.room-options__tip:hover:not(:focus)>.room-options__tip-popup{opacity:1;transform:translate(0);z-index:1}.room-options__tip-title{font-size:14px;font-weight:500;line-height:1.2;margin-bottom:6px}.room-options__tip-item{align-content:stretch;column-gap:6px;display:flex;margin-bottom:10px}.room-options__tip-item:last-of-type{margin-bottom:0}.room-options__tip-item:before{content:"";width:2px}.room-options__tip-item_green:before{background-color:#019947}.room-options__tip-item_red:before{background-color:#ee2841}.room-options__tip-text{font-size:12px;line-height:1.2}.room-options__text{column-gap:5px;display:flex;font-size:14px;line-height:1.2;margin:10px 0}.room-options__text_green{color:#019947}.room-options__icon{align-self:start}.room-options__icon:before{height:14px;width:14px}.room-options__icon_green:before{background-color:#019947}.room-options__icon_reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none'%3E%3Cpath fill='%23019947' d='M.846 2.045h9.308a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H.847a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .579.43.43 0 0 0 .3.12ZM1.692.818h7.616a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H1.693a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .578.43.43 0 0 0 .3.12Zm8.885 1.637H.423a.43.43 0 0 0-.3.12.4.4 0 0 0-.123.289V8.59c0 .108.045.212.124.29a.43.43 0 0 0 .3.119h10.153a.43.43 0 0 0 .3-.12.4.4 0 0 0 .123-.29V2.865a.4.4 0 0 0-.124-.29.43.43 0 0 0-.3-.12ZM1.993 4.38a.45.45 0 0 1-.3.119.5.5 0 0 1-.3-.119.42.42 0 0 1-.124-.29q0-.081.034-.156.03-.076.089-.135a.44.44 0 0 1 .462-.085.42.42 0 0 1 .261.376.42.42 0 0 1-.122.29M5.5 7.364a1.73 1.73 0 0 1-.94-.276 1.65 1.65 0 0 1-.623-.735 1.6 1.6 0 0 1-.097-.945 1.6 1.6 0 0 1 .463-.838 1.7 1.7 0 0 1 .867-.448c.328-.063.668-.03.978.093.309.124.573.334.76.603a1.6 1.6 0 0 1-.211 2.066c-.318.307-.748.48-1.197.48m4.108.29a.43.43 0 0 1-.534.053.4.4 0 0 1-.17-.22.4.4 0 0 1 .012-.276.4.4 0 0 1 .19-.205.436.436 0 0 1 .527.099.4.4 0 0 1 .098.259.42.42 0 0 1-.123.29'/%3E%3C/svg%3E")}.room-options__text_small{font-size:12px;grid-column:1/3;line-height:1.2;margin:2px 0;padding-left:20px}.room-options__text_small_green{color:#019947}.room-options_cancel .room-options__text_small{font-size:14px;margin-top:-10px}.room-options_cancel:has(>.custom-select) .room-options__text_small{margin-top:0}.room-popup{align-items:center;background-color:#fff;border:1px solid #f8991d;border-radius:5px;display:flex;flex-direction:column;padding:10px;row-gap:10px}.room-popup__title{font-size:14px;font-weight:700;line-height:1.2;text-align:center}.room-popup__list{display:flex;flex-direction:column;row-gap:4px;width:100%}.room-popup__item{column-gap:10px;display:grid;font-size:12px;font-weight:300;grid-template-columns:1fr 1fr;line-height:1.2}.room-popup__item dd{text-align:right}.room-popup__price{color:#000;font-size:16px;font-weight:900;line-height:19px}.room-popup__tip{align-self:center;background-color:#fff8ee;color:#f8991d;font-size:12px;line-height:1.2;padding:7px 40px;text-align:center}.room-price__details{min-width:-moz-max-content;min-width:max-content}.room-price-details{color:#000;font-size:12px;font-weight:400;line-height:1.2;position:relative;white-space:nowrap}.room-price-details__modal{padding:10px 10px 0;transition:all .3s ease}.room-price-details__modal.is-modal{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 4px #00000040;left:50%;min-width:211px;padding:16px;position:absolute;transform:translate(-50%,100%);z-index:100}.room-price-details__modal.is-modal .room-price-details__heading{display:flex;opacity:1;visibility:visible}.room-price-details__list{column-gap:10px;display:grid;grid-template-columns:1fr auto;row-gap:10px;transition:all .3s ease}.room-price-details__price{display:flex;flex-direction:column;justify-content:flex-end}.room-price-details__price--discount{color:#e20917}.room-price-details__button{background-color:transparent;color:#0662ba;font-size:12px;opacity:1;padding:4px 10px;text-decoration:underline}.room-price-details:has(.room-price-details__button[aria-pressed=false]) .room-price-details__modal{max-height:0;opacity:0;overflow:hidden;padding:0 16px}.room-price-details:has(.room-price-details__button[aria-pressed=false]) .room-price-details__modal.is-modal{opacity:0;padding:0;transform:translate(-50%,10%);z-index:-1}.room-price-details:has(.room-price-details__button[aria-pressed=false]) .room-price-details__modal.is-modal .room-price-details__heading{opacity:0;visibility:hidden}.room-price-details__button:focus,.room-price-details__button:hover{opacity:.8}.room-price-details__note{color:#979797;display:block;margin-bottom:8px}.room-price-details__note--red{color:#e20917}.room-price-details__old-price{color:#979797;text-decoration:line-through}.room-price-details__booking{display:none}.room-price-details__modal-close{background-color:transparent;margin-right:-16px;margin-top:-16px;padding:16px}.room-price-details__modal-close svg{height:12px;pointer-events:none;width:12px}.room-price-details__heading{display:none;justify-content:space-between}.room-price-details__title{font-size:20px;font-weight:900}.room-price-details__list-wrapper{display:flex;flex-direction:column-reverse}.room-price-details__list-wrapper:nth-last-child(2) .room-price-details__note{margin-bottom:0}.room-price-hint{align-items:center;background-color:#ebf1fd;border-radius:4px;color:#000;display:flex;font-size:12px;justify-content:space-between;line-height:1.2;padding:5px}.room-price-hint__icon{display:grid;margin-right:4px;place-items:center}.room-price-hint__icon svg{height:14px;width:14px}.room-price-hint__text-wrapper{align-items:center;display:flex}.room-price-hint__price{font-size:14px;font-weight:700;padding:0 0 0 8px;white-space:nowrap}.room-price-hint__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-props{column-gap:13px;display:grid;grid-template-columns:max-content max-content 1fr;grid-template-rows:min-content min-content 1fr;justify-content:space-between;row-gap:16px}.room-props__bed{align-items:start;column-gap:6px;display:flex;flex-wrap:wrap;grid-column:1/4}.room-props__bed dd,.room-props__bed dt{font-size:12px;line-height:1.16}.room-props__bed dt{font-weight:700}.room-props__bed dd{align-items:center;column-gap:4px;display:flex}.room-props__bed dd:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' fill='none'%3E%3Cpath fill='%23231F20' d='M19.578 10.712v-1.81c0-.812-.48-1.44-1.108-1.514v-6.28C18.47.48 17.99 0 17.362 0H2.585c-.628 0-1.108.48-1.108 1.108v6.28C.85 7.462.369 8.09.369 8.902v1.81A1.3 1.3 0 0 0 0 11.6v.406c0 .628.48 1.182 1.108 1.256v.37c0 .221.148.369.37.369h.738c.222 0 .37-.148.37-.37v-.369H17.36v.37c0 .221.148.369.37.369h.739c.221 0 .369-.148.369-.37v-.369a1.274 1.274 0 0 0 1.108-1.256V11.6a1.3 1.3 0 0 0-.37-.887ZM2.216 1.108c0-.221.148-.37.37-.37H17.36c.222 0 .37.149.37.37v6.28h-.739V5.799c0-.775-.628-1.366-1.367-1.366h-3.14c-.775 0-1.366.628-1.366 1.366v1.589H8.902V5.799c0-.775-.628-1.366-1.366-1.366h-3.14c-.776 0-1.367.628-1.367 1.366v1.589H2.29v-6.28zm14.037 6.28h-4.432V5.799c0-.369.295-.628.627-.628h3.14c.37 0 .628.296.628.628v1.589zm-8.126 0H3.694V5.799c0-.369.295-.628.628-.628h3.14c.37 0 .628.296.628.628v1.589zm-6.502.739h16.697c.222 0 .517.332.517.775v1.441H1.108v-1.44c0-.444.259-.776.517-.776m17.583 3.915a.53.53 0 0 1-.517.517H1.256c-.259 0-.517-.258-.517-.517v-.406c0-.296.258-.554.517-.554h17.398c.296 0 .518.258.518.517v.443z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";flex-shrink:0;height:14px;width:20px}.room-props__guests-mobile{display:none}.room-props__guests-mobile dt{font-weight:700}.room-props__guests-mobile dd:before{background-color:#979797;content:"";display:block;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23979797' d='M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0 2c-2.65 0-8 1.35-8 4v2h16v-2c0-2.65-5.35-4-8-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.room-props__guests-mobile_adult:before{height:16px;width:16px}dd.room-props__guests-mobile_children:before{height:10px;width:10px}.room-props__area,.room-props__floor{align-items:center;column-gap:10px;display:flex}.room-props__area:before,.room-props__floor:before{background-position:0 0;background-repeat:no-repeat;background-size:cover;content:""}.room-modal__guests-max dd,.room-modal__guests-max dt,.room-props__area dd,.room-props__floor dd,.room-props__guests-max dd,.room-props__guests-max dt{font-size:12px;line-height:1.16}.room-props__area{grid-column:1/2}.room-props__area:before{background-image:url(../../../../../img/HotelsCustomPage/hotels/icons/square-arrows.svg);content:"";height:16px;width:16px}.room-props__floor{grid-column:2/3}.room-props__floor:before{background-image:url(../../../../../img/HotelsCustomPage/hotels/icons/steps.svg);content:"";height:15px;width:18px}.room-modal__guests-max,.room-props__guests-max{align-items:baseline;column-gap:4px;display:flex;grid-column:3/4}.room-modal__guests-max dt,.room-props__guests-max dt{font-weight:700}.room-tag{align-items:center;border-radius:20px;box-shadow:inset 0 0 0 1px var(--color);color:var(--color);display:flex;font-size:8px;font-weight:600;min-height:17px;padding:3px 10px;text-transform:uppercase}.room-tag--no-outline{box-shadow:none;padding:0}.room-tag--low-case{font-size:12px;font-weight:400;line-height:14px;text-transform:none}.room-tag--green{--color:#019947}.room-tag--blue{--color:#0662BA}.room-tag--red{--color:#E20917}.room-tag--max-content{width:-moz-max-content;width:max-content}.room-tag__icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-right:6px}.room-tag__icon svg{height:12px;width:12px}.room-tag__text{white-space:nowrap}.room-tip{color:#ee2841;column-gap:4px;display:flex;font-size:12px;line-height:1.16}.room-tip:before{background-color:#ee2841;content:"";height:14px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:14px}.rooms-table{border:none;border-collapse:collapse;width:100%}.rooms-table__head{background-color:#0662ba;color:#fff}.rooms-table__th{border-collapse:collapse;box-shadow:inset 0 0 0 1px #d6e3fc;font-size:18px;font-weight:400;line-height:1.2;padding:18px 20px;text-align:left}.rooms-table__th-main{border-radius:10px 0 0;width:28.3%}.rooms-table__th-guests{cursor:pointer;text-align:center;width:9.8%}.rooms-table__th-guests:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M8 1a7 7 0 1 0 .001 14.001A7 7 0 0 0 8 1m0 12.813A5.813 5.813 0 0 1 8 2.187a5.813 5.813 0 0 1 0 11.626'/%3E%3Cpath fill='%23fff' d='M9.744 4.948A2.63 2.63 0 0 0 8 4.312c-.656 0-1.275.227-1.744.636-.487.427-.756 1-.756 1.614v.12c0 .068.056.124.125.124h.75a.125.125 0 0 0 .125-.125v-.119c0-.689.673-1.25 1.5-1.25s1.5.561 1.5 1.25c0 .486-.344.932-.877 1.136a1.75 1.75 0 0 0-1.125 1.654v.335c0 .07.057.126.125.126h.75a.125.125 0 0 0 .125-.126v-.354a.755.755 0 0 1 .483-.7c.922-.355 1.517-1.167 1.517-2.07.002-.615-.267-1.188-.754-1.615m-2.369 6.49a.625.625 0 1 0 1.25 0 .625.625 0 0 0-1.25 0'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:block;float:right;height:18px;margin-top:2px;width:18px}.rooms-table__th-condition{width:19.35%}.rooms-table__th-price{width:16%}.rooms-table__th-booking{border-radius:0 10px 0 0;width:26.55%}.rooms-table__tr:first-child{background-color:#e2f9e5}.rooms-table__tr .room-booking__tip-confirm{display:none;width:100%}.rooms-table__tr:first-child .room-booking__tip-confirm{display:flex}.rooms-table__td{border:2px solid #d6e3fc;position:relative;transition:background-color .3s ease;vertical-align:top}.rooms-table__td:hover:has(.room-main){background-color:#f0f5fe;cursor:pointer}.room-price__best-price{display:none}.room-price__total-price{color:#000;font-size:20px;font-weight:900;line-height:1.2}.room-price__days,.room-price__total-price{padding:20px 10px 0}.room-price__note{color:#979797;font-size:12px;line-height:1.4;padding:0 10px}.room-price__daily-price,.room-price__days,.room-price__total-price-caption{display:none}.room-price__promo{font-size:14px;line-height:1.2;padding:10px}.room-price__promocode{color:red}.rooms-table__guests{column-gap:4px;justify-content:start;padding:20px}.rooms-table__guests .room-guests__item_adult:before{height:16px;width:16px}.rooms-table__guests .room-guests__item_children:before{height:10px;width:10px}.rooms-table__guests .room-guests__caption{display:none}.room-options-wrapper{display:flex;flex-direction:column;padding:20px 12px}.room-price__tip{margin:6px 10px 0}.room-price__hints-list{column-gap:8px;display:grid;grid-template-columns:1fr;margin:0 10px 10px;row-gap:8px}.room-table__tag{display:none}.room-table__tag--quick-booking,.rooms-table__tr:first-child .room-table__tag{display:initial}.room-price__hotel-cashback{margin:0 20px}.rooms-viewers{align-items:center;column-gap:9px;display:flex;margin-bottom:20px}.rooms-viewers:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='16' fill='none'%3E%3Cpath fill='%23EE2841' fill-rule='evenodd' d='M.158 7.478C.362 7.173 5.256 0 15.058 0c9.804 0 14.698 7.173 14.901 7.478a.94.94 0 0 1 0 1.044C29.756 8.827 24.862 16 15.06 16S.362 8.827.159 8.522a.94.94 0 0 1 0-1.044Zm1.965.52c1.281 1.565 5.638 6.12 12.936 6.12 7.324 0 11.659-4.548 12.935-6.116-1.28-1.565-5.638-6.12-12.935-6.12C7.735 1.882 3.4 6.43 2.123 7.998m8.7.002a4.24 4.24 0 0 1 4.236-4.235A4.24 4.24 0 0 1 19.294 8a4.24 4.24 0 0 1-4.235 4.236A4.24 4.24 0 0 1 10.824 8Zm1.883 0a2.356 2.356 0 0 0 2.353 2.353A2.356 2.356 0 0 0 17.412 8a2.356 2.356 0 0 0-2.353-2.353A2.356 2.356 0 0 0 12.706 8' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:16px;width:30px}.rooms-viewers__text{color:#ee2841;font-size:16px;line-height:1.2}.rooms{margin-bottom:20px;padding-top:20px}.rooms__total-count{display:none}.rooms-title{color:#000;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:10px}.rooms-title_accent{color:#f8991d}.rooms-subtitle{color:#070707;font-size:16px;line-height:1.2;margin-bottom:30px;text-align:center}.no-rooms-title{color:#000;font-size:14px;font-weight:400;padding:12px}.popup__rating,.score{column-gap:6px;display:flex;font-weight:700}.popup__rating-label,.score__text{font-size:12px;line-height:14px;padding-top:10px}.hotel-popup__rating-rate,.popup__rating-rate,.score__value{background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;font-size:16px;height:45px;line-height:19px;padding:8px 9px;text-align:center;width:42px}.score_highest{color:#019947}.score_highest .hotel-popup__rating-rate,.score_highest .popup__rating-rate,.score_highest .score__value{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='45' fill='none'%3E%3Cpath fill='%23019947' d='M0 0h42v27H0zm21 45L0 27h42z'/%3E%3C/svg%3E")}.score_high{color:#9fe587}.score_high .hotel-popup__rating-rate,.score_high .popup__rating-rate,.score_high .score__value{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='45' fill='none'%3E%3Cpath fill='%239FE587' d='M0 0h42v27H0zm21 45L0 27h42z'/%3E%3C/svg%3E")}.score_average{color:#f6c619}.score_average .hotel-popup__rating-rate,.score_average .popup__rating-rate,.score_average .score__value{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='45' fill='none'%3E%3Cpath fill='%23F6C619' d='M0 0h42v27H0zm21 45L0 27h42z'/%3E%3C/svg%3E")}.score_low{color:#f2a1a1}.score_low .hotel-popup__rating-rate,.score_low .popup__rating-rate,.score_low .score__value{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='45' fill='none'%3E%3Cpath fill='%23F2A1A1' d='M0 0h42v27H0zm21 45L0 27h42z'/%3E%3C/svg%3E")}.score_very-low{color:red}.score_very-low .hotel-popup__rating-rate,.score_very-low .popup__rating-rate,.score_very-low .score__value{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='45' fill='none'%3E%3Cpath fill='red' d='M0 0h42v27H0zm21 45L0 27h42z'/%3E%3C/svg%3E")}.search-rooms-mobile{display:none}.search-rooms-mobile__time{color:#979797;font-size:3.75vw}.search-rooms-mobile_no-dates .search-rooms-mobile__time{display:none}.search-rooms{background-color:#ebf1fd;border-radius:0 20px;padding:20px 20px 26px}.search-rooms__title{color:#225999;font-size:20px;font-weight:900;line-height:1.2;margin-bottom:30px}.search-rooms__title_no-date{display:none}.search-rooms__reset-btn.reset-btn_desktop{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m20 2-2-2-8 8-8-8-2 2 8 8-8 8 2 2 8-8 8 8 2-2-8-8z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;height:20px;right:14px;top:13px;width:20px}.search-rooms__guests{background-color:#fff;display:flex;font-size:16px;height:46px;line-height:1.2;padding:12px 20px;text-align:left;width:100%}.hotel-search__grid{align-items:end;display:grid;grid-template-columns:20% 20% 35% 25%}.hotel-search__col{display:flex;flex-direction:column;position:relative;row-gap:6px}.hotel-search__col_guests{position:relative}.hotel-search__label{color:#0662ba;font-size:12px;line-height:1.2;margin-left:20px;position:absolute;top:-20px}.hotel-search__date.travel-div-in,.hotel-search__date.travel-div-out{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.578 7.837H17.43m-3.728 3.255h.007m-3.705 0h.008m-3.714 0h.008m7.396 3.238h.007m-3.705 0h.008m-3.714 0h.008M13.37 1.667v2.742M6.638 1.667v2.742'/%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.532 2.983H6.476C4.029 2.983 2.5 4.346 2.5 6.852v7.541c0 2.546 1.529 3.94 3.976 3.94h7.048c2.455 0 3.976-1.37 3.976-3.877V6.852c.008-2.506-1.513-3.87-3.968-3.87Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:20px 13px;background-repeat:no-repeat;background-size:20px 20px;border-left:none;border-right:1px dashed #225999;font-size:16px;height:46px;line-height:1.2;padding-left:50px!important;padding-right:10px!important}.hotel-search__guests{width:100%}.hotel-search__button{background-color:#0662ba;margin-left:10px;min-height:46px;padding:12px 20px}.hotel-search__button-text{color:#fff;font-size:16px;font-weight:700;line-height:1.2;text-transform:uppercase}.hotel-search__ya-checkbox{bottom:-6px;left:10px;position:absolute;right:0;transform:translateY(100%)}.show-on-map{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E"),url(/build/assets/show-on-map-bg.DJOZ0xNf.png);background-position:top .313vw left 2.109vw,top .703vw left 8.438vw,top .469vw left 14.063vw,0 0;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:.859vw 1.406vw,.547vw .859vw,.703vw 1.094vw,cover;border-radius:0 20px;padding:2.344vw 1.563vw .938vw}.tag-icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;vertical-align:text-bottom;width:12px}.tag-icon_breakfast:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M4.985 5.716a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7 5.07 5.07 0 0 0-1.426-2.913A3.7 3.7 0 0 1 4.438.54.63.63 0 0 0 3.806 0h-.64a.632.632 0 0 0-.631.701 5.63 5.63 0 0 0 1.58 3.29c.463.47.768 1.073.87 1.725m4.368 0a.64.64 0 0 0 .624.524h.647a.624.624 0 0 0 .632-.7A5.07 5.07 0 0 0 9.83 2.626 3.7 3.7 0 0 1 8.806.54.63.63 0 0 0 8.174 0h-.64a.624.624 0 0 0-.6.74 5.63 5.63 0 0 0 1.54 3.25c.468.47.775 1.073.879 1.726m6.279 1.772H1.279A1.24 1.24 0 0 0 0 8.737v7.488A3.75 3.75 0 0 0 3.775 20h7.489a3.75 3.75 0 0 0 3.744-3.744h.624a4.368 4.368 0 1 0 0-8.737zm0 6.24h-.624V9.986h.624a1.872 1.872 0 0 1 0 3.744Z'/%3E%3C/svg%3E")}.tag-icon_breakfast-green:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23019947' d='M2.492 2.858a.32.32 0 0 0 .312.262h.324a.312.312 0 0 0 .316-.35 2.54 2.54 0 0 0-.713-1.456A1.85 1.85 0 0 1 2.22.27.316.316 0 0 0 1.903 0h-.32a.316.316 0 0 0-.316.35c.074.621.352 1.2.79 1.645.232.235.384.537.435.863m2.184 0a.32.32 0 0 0 .312.262h.324a.312.312 0 0 0 .316-.35 2.54 2.54 0 0 0-.713-1.456A1.85 1.85 0 0 1 4.403.27.316.316 0 0 0 4.087 0h-.32a.312.312 0 0 0-.3.37c.072.611.343 1.182.77 1.625.234.235.388.537.44.863Zm3.14.886H.639A.62.62 0 0 0 0 4.368v3.744A1.876 1.876 0 0 0 1.888 10h3.744a1.876 1.876 0 0 0 1.872-1.872h.312a2.184 2.184 0 0 0 0-4.368zm0 3.12h-.312V4.992h.312a.936.936 0 0 1 0 1.872'/%3E%3C/svg%3E");transform:translateY(-2px)}.tag-icon_card:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none'%3E%3Cpath fill='currentColor' d='M.846 2.045h9.308a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H.847a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .579.43.43 0 0 0 .3.12ZM1.692.818h7.616a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H1.693a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .578.43.43 0 0 0 .3.12Zm8.885 1.637H.423a.43.43 0 0 0-.3.12.4.4 0 0 0-.123.289V8.59c0 .108.045.212.124.29a.43.43 0 0 0 .3.119h10.153a.43.43 0 0 0 .3-.12.4.4 0 0 0 .123-.29V2.865a.4.4 0 0 0-.124-.29.43.43 0 0 0-.3-.12ZM1.993 4.38a.45.45 0 0 1-.3.119.5.5 0 0 1-.3-.119.42.42 0 0 1-.124-.29q0-.081.034-.156.03-.076.089-.135a.44.44 0 0 1 .462-.085.42.42 0 0 1 .261.376.42.42 0 0 1-.122.29M5.5 7.364a1.73 1.73 0 0 1-.94-.276 1.65 1.65 0 0 1-.623-.735 1.6 1.6 0 0 1-.097-.945 1.6 1.6 0 0 1 .463-.838 1.7 1.7 0 0 1 .867-.448c.328-.063.668-.03.978.093.309.124.573.334.76.603a1.6 1.6 0 0 1-.211 2.066c-.318.307-.748.48-1.197.48m4.108.29a.43.43 0 0 1-.534.053.4.4 0 0 1-.17-.22.4.4 0 0 1 .012-.276.4.4 0 0 1 .19-.205.436.436 0 0 1 .527.099.4.4 0 0 1 .098.259.42.42 0 0 1-.123.29'/%3E%3C/svg%3E")}.tag-icon_card-green:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none'%3E%3Cpath fill='%23019947' d='M.846 2.045h9.308a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H.847a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .579.43.43 0 0 0 .3.12ZM1.692.818h7.616a.43.43 0 0 0 .299-.12.4.4 0 0 0 0-.578.43.43 0 0 0-.3-.12H1.693a.43.43 0 0 0-.299.12.4.4 0 0 0 0 .578.43.43 0 0 0 .3.12Zm8.885 1.637H.423a.43.43 0 0 0-.3.12.4.4 0 0 0-.123.289V8.59c0 .108.045.212.124.29a.43.43 0 0 0 .3.119h10.153a.43.43 0 0 0 .3-.12.4.4 0 0 0 .123-.29V2.865a.4.4 0 0 0-.124-.29.43.43 0 0 0-.3-.12ZM1.993 4.38a.45.45 0 0 1-.3.119.5.5 0 0 1-.3-.119.42.42 0 0 1-.124-.29q0-.081.034-.156.03-.076.089-.135a.44.44 0 0 1 .462-.085.42.42 0 0 1 .261.376.42.42 0 0 1-.122.29M5.5 7.364a1.73 1.73 0 0 1-.94-.276 1.65 1.65 0 0 1-.623-.735 1.6 1.6 0 0 1-.097-.945 1.6 1.6 0 0 1 .463-.838 1.7 1.7 0 0 1 .867-.448c.328-.063.668-.03.978.093.309.124.573.334.76.603a1.6 1.6 0 0 1-.211 2.066c-.318.307-.748.48-1.197.48m4.108.29a.43.43 0 0 1-.534.053.4.4 0 0 1-.17-.22.4.4 0 0 1 .012-.276.4.4 0 0 1 .19-.205.436.436 0 0 1 .527.099.4.4 0 0 1 .098.259.42.42 0 0 1-.123.29'/%3E%3C/svg%3E")}.tag-icon_bar:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M10 20V9.09'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M4.242 18.788h11.515'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 11.818 20 0H0zm3.03-5.757a1.515 1.515 0 1 1-3.03 0 1.515 1.515 0 0 1 3.03 0' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_beach:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' d='M19.27 16.423h-5.712V9.225c.347.113.663.306.92.564a.7.7 0 0 0 .23.15.3.3 0 0 0 .1.029q.086.03.178.028a.6.6 0 0 0 .157-.021.4.4 0 0 0 .1-.029.5.5 0 0 0 .143-.071l.257-.171a3.86 3.86 0 0 1 3.398-.457.72.72 0 0 0 .929-.836l-.35-1.542a6.88 6.88 0 0 0-6.062-5.398V.714a.714.714 0 0 0-1.428 0v.757a6.88 6.88 0 0 0-6.062 5.398l-.35 1.542a.72.72 0 0 0 .928.836 3.86 3.86 0 0 1 3.399.457l.257.171q.066.046.143.071a1 1 0 0 0 .107.036q.075.012.15.014a.5.5 0 0 0 .178-.028.3.3 0 0 0 .1-.029.7.7 0 0 0 .229-.15c.258-.258.573-.451.92-.564v7.198h-1.945l-1.47-1.12a5.03 5.03 0 0 0-3.029-1.022H2.43L1.21 13.06A.714.714 0 0 0 .2 14.07l1.428 1.43 1.729 1.729-1.104 1.655a.714.714 0 1 0 1.189.792l1.215-1.824h10.66l1.216 1.824a.714.714 0 0 0 1.189-.792l-.688-1.032h2.236a.714.714 0 0 0 0-1.428Zm-1.043-9.247.108.464a5.3 5.3 0 0 0-2.692.436 13.7 13.7 0 0 0-1.471-5.063 5.49 5.49 0 0 1 4.055 4.163m-8.182.9a5.3 5.3 0 0 0-2.692-.436l.107-.464a5.49 5.49 0 0 1 4.056-4.163 13.7 13.7 0 0 0-1.471 5.063m-4.36 7.633a3.6 3.6 0 0 1 2.138.714H4.571l-.714-.714z'/%3E%3C/svg%3E")}.tag-icon_internet:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cpath fill='currentColor' d='M11.35 14.428a1.87 1.87 0 0 0 .56-1.323 1.84 1.84 0 0 0-.56-1.324 1.9 1.9 0 0 0-1.348-.551 1.93 1.93 0 0 0-1.35.55 1.87 1.87 0 0 0-.582 1.33 1.84 1.84 0 0 0 .559 1.341A1.91 1.91 0 0 0 9.994 15a1.94 1.94 0 0 0 1.356-.572m6.743-7.396a1.93 1.93 0 0 1-1.348-.549c-3.719-3.651-9.769-3.65-13.488 0a1.93 1.93 0 0 1-1.35.55c-.505 0-.99-.198-1.348-.55A1.86 1.86 0 0 1 0 5.16c0-.497.201-.974.559-1.325 5.206-5.112 13.676-5.112 18.882 0 .267.262.448.595.522.959.074.363.036.74-.108 1.082a1.9 1.9 0 0 1-.702.841 1.93 1.93 0 0 1-1.06.316ZM5.955 11.005c-.378 0-.746-.11-1.06-.316a1.9 1.9 0 0 1-.702-.84 1.84 1.84 0 0 1 .413-2.041c2.974-2.921 7.815-2.921 10.79 0 .357.351.558.828.558 1.324s-.201.974-.559 1.325a1.93 1.93 0 0 1-1.349.549c-.506 0-.991-.197-1.349-.549A3.86 3.86 0 0 0 10 9.362a3.86 3.86 0 0 0-2.698 1.095 1.9 1.9 0 0 1-1.347.548'/%3E%3C/svg%3E")}.tag-icon_china:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='20'%20fill='none'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M20.096%2019.989v-8.054H3.581v8.054H9.62v-4.606a.37.37%200%200%201%20.37-.37h3.73a.37.37%200%200%201%20.37.37v4.606h6.007Zm.944-8.82c1.206%200%202.352-.755%202.637-1.646-3.488.166-4.757-1.41-5.12-2.031H5.12c-.366.621-1.639%202.194-5.12%202.03.285.907%201.432%201.647%202.638%201.647H21.04Zm-1.854-4.447c1.017%200%202.172-.684%202.442-1.639-3.237.145-4.429-1.406-4.78-2.03H6.829c-.34.624-1.546%202.175-4.78%202.03.274.955%201.429%201.64%202.442%201.64h14.695Zm-.394-4.684c.26-.154.474-.373.623-.636C17.363%201.44%2016.53.47%2016.242%200h-8.79C7.162.47%206.33%201.435%204.277%201.402a1.739%201.739%200%200%200%201.48.88h12.179c.302-.005.597-.09.856-.244Zm-8.433%2013.73h2.96V20h-2.96v-4.232Z'%20clip-rule='evenodd'/%3e%3c/svg%3e%20parking")}.tag-icon_language:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.595 6.54a2.87 2.87 0 0 0-1.947.76.6.6 0 0 0-.382-.143 3.3 3.3 0 0 1-1.264-.24 5 5 0 0 0 1.008-2.56h.268a.61.61 0 1 0 0-1.22H7.535v-.946a.61.61 0 0 0-1.22 0v.95h-1.73a.61.61 0 0 0 0 1.22H7.77a3.66 3.66 0 0 1-.78 1.849 3.8 3.8 0 0 1-.716-1.19.61.61 0 1 0-1.146.406c.2.537.49 1.035.857 1.475-.443.168-.915.25-1.39.244a.61.61 0 0 0 0 1.219 4.6 4.6 0 0 0 2.394-.581 4.24 4.24 0 0 0 1.914.593 2.9 2.9 0 0 0-.207 1.069V9.9H4.458a.61.61 0 0 0-.587.442.6.6 0 0 0-.014.261c0 .04.077.5.215 1.146a.406.406 0 0 1-.638.407C2.154 11.22.788 10.083.362 9.282A1 1 0 0 0 .3 9.19a1.65 1.65 0 0 1-.3-.956V1.678A1.68 1.68 0 0 1 1.678 0H12.14a1.68 1.68 0 0 1 1.679 1.678v4.877l-2.223-.016Zm12.14 2.897v6.539c.002.342-.103.676-.302.955a.5.5 0 0 0-.06.11c-.407.813-1.793 1.938-3.073 2.881a.406.406 0 0 1-.638-.406c.138-.65.211-1.11.216-1.15a.606.606 0 0 0-.602-.703h-7.681a1.68 1.68 0 0 1-1.679-1.687v-6.54a1.68 1.68 0 0 1 1.679-1.678h10.46a1.68 1.68 0 0 1 1.68 1.679m-4.235 5.69-.704-1.752-1.39-3.479a1 1 0 0 0-.032-.069l-.024-.04-.037-.05-.037-.04-.04-.037-.053-.04-.032-.025-.066-.036a.2.2 0 0 0-.04 0l-.065-.02h-.236l-.069.02a.2.2 0 0 0-.04 0l-.062.036-.044.02-.05.041-.04.037-.036.04-.041.05s0 .028-.02.04l-.037.069-1.422 3.483-.703 1.756a.613.613 0 0 0 .341.812.6.6 0 0 0 .228.045.61.61 0 0 0 .564-.406l.545-1.362h1.967l.545 1.362a.605.605 0 0 0 .565.406.6.6 0 0 0 .223-.045.61.61 0 0 0 .341-.812v-.005ZM16.338 13h.991l-.495-1.22z'/%3E%3C/svg%3E")}.tag-icon_kitchen:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m17.969 10.11-.304.304c.19 2.703.212 5.415.068 8.12a1.537 1.537 0 0 1-3.07-.033V1.031a1 1 0 0 1 .517-.888.99.99 0 0 1 1.023 0l.416.237a2.85 2.85 0 0 1 1.372 2.047l.788 5.241a2.8 2.8 0 0 1-.81 2.442M3.201.212C1.435.212.006 2.124.006 4.475a4.47 4.47 0 0 0 1.89 3.892 92 92 0 0 0-.236 10.179 1.52 1.52 0 0 0 1.54 1.45 1.535 1.535 0 0 0 1.53-1.473c.11-3.387.03-6.778-.236-10.156a4.48 4.48 0 0 0 1.9-3.892c0-2.35-1.439-4.263-3.193-4.263m9.436 0a.417.417 0 0 0-.416.427v3.836h-.613V.637a.422.422 0 1 0-.843 0v3.837h-.611V.637a.422.422 0 0 0-.844 0v3.837H8.7V.638a.422.422 0 0 0-.843 0v5.613a1.63 1.63 0 0 0 1.339 1.608 94 94 0 0 0-.27 10.663 1.536 1.536 0 0 0 3.07 0 93 93 0 0 0-.27-10.663 1.64 1.64 0 0 0 1.339-1.608V.638a.43.43 0 0 0-.428-.426'/%3E%3C/svg%3E")}.tag-icon_dining-area:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.392 11.555H.966V.419A.4.4 0 0 0 .824.123.52.52 0 0 0 .483 0 .52.52 0 0 0 .14.123.4.4 0 0 0 0 .419V19.58c0 .111.05.218.141.296.09.079.214.123.342.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02H7.31v4.02a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-6.405a1.54 1.54 0 0 0-.558-1.146 2.05 2.05 0 0 0-1.326-.475ZM25.034 0a.52.52 0 0 0-.34.123.4.4 0 0 0-.142.296v11.136h-5.427a2.05 2.05 0 0 0-1.325.476 1.54 1.54 0 0 0-.559 1.145v6.405a.4.4 0 0 0 .142.296c.09.079.213.123.341.123a.52.52 0 0 0 .341-.123.4.4 0 0 0 .142-.296v-4.02h6.345v4.02c0 .111.05.218.141.296.09.079.213.123.341.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296V.42a.4.4 0 0 0-.141-.296.52.52 0 0 0-.341-.123Zm-5.666 5.335H6.149a.56.56 0 0 0-.349.138.42.42 0 0 0-.145.307v13.801a.4.4 0 0 0 .142.296c.09.079.213.123.34.123a.52.52 0 0 0 .342-.123.4.4 0 0 0 .142-.296v-9.7h12.276v9.7c0 .111.05.218.14.296a.52.52 0 0 0 .342.123.52.52 0 0 0 .342-.123.4.4 0 0 0 .141-.296v-13.8a.42.42 0 0 0-.145-.308.56.56 0 0 0-.35-.138Z'/%3E%3C/svg%3E")}.tag-icon_family:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.803 2.45a2.505 2.505 0 0 1-1.976 2.507h1.061a2.17 2.17 0 0 1 2.169 2.17v4.098a1.253 1.253 0 0 1-1.254 1.254V20H13.79v-7.521a1.254 1.254 0 0 1-1.253-1.254V7.126a2.17 2.17 0 0 1 2.168-2.169h1.063A2.509 2.509 0 0 1 14.543.715a2.507 2.507 0 0 1 4.26 1.735M3.232 6.211H2.169a2.165 2.165 0 0 0-2.004 1.34A2.2 2.2 0 0 0 0 8.38v2.844a1.254 1.254 0 0 0 1.254 1.254L0 16.239h1.254V20h5.014v-3.76H7.52l-1.253-3.761a1.253 1.253 0 0 0 1.253-1.254V8.38a2.17 2.17 0 0 0-2.167-2.17H4.292a2.508 2.508 0 1 0-1.06 0Zm8.677 3.134a1.88 1.88 0 0 1-1.872 1.88h.669a1.83 1.83 0 0 1 1.83 1.83v1.93a1.253 1.253 0 0 1-1.254 1.254V20H8.775v-3.76a1.253 1.253 0 0 1-1.253-1.254v-1.93a1.83 1.83 0 0 1 1.83-1.83h.666a1.88 1.88 0 1 1 1.89-1.881Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_recreation:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M5.207 5.189C5.383 3.974 6 3.209 6 2.17A2.42 2.42 0 0 0 5.157.553 2.33 2.33 0 0 0 3.441.01C1.719.01.879 1.226.879 2.17c0 1.036.575 1.8.75 3.018h3.578ZM8.96 10.41a4.64 4.64 0 0 0-2.604.817 4.78 4.78 0 0 0-1.723 2.153 4.9 4.9 0 0 0-.263 2.765 4.83 4.83 0 0 0 1.286 2.45 4.68 4.68 0 0 0 2.402 1.31 4.6 4.6 0 0 0 2.713-.267 4.72 4.72 0 0 0 2.111-1.756 4.86 4.86 0 0 0 .802-2.655 4.9 4.9 0 0 0-1.39-3.398A4.7 4.7 0 0 0 8.96 10.41m-.839 2.027a.4.4 0 0 0-.306.104.42.42 0 0 0-.136.3c0 .12.047.234.13.318a.44.44 0 0 0 .625 0 .45.45 0 0 0 .13-.318.42.42 0 0 0-.136-.3.4.4 0 0 0-.307-.104m.839 1.71a.44.44 0 0 0-.282.148.46.46 0 0 0 0 .604.44.44 0 0 0 .282.148c.117 0 .23-.048.312-.132a.454.454 0 0 0 0-.636.44.44 0 0 0-.312-.132m.883-1.71a.4.4 0 0 0-.307.104.42.42 0 0 0-.135.3.43.43 0 0 0 .122.326.42.42 0 0 0 .32.124c.265 0 .398-.18.398-.45a.38.38 0 0 0-.108-.295.37.37 0 0 0-.29-.11ZM1.722 7.8h3.4V6.09h-3.4zm1.722 7.428a5.86 5.86 0 0 1 .737-2.877 5.7 5.7 0 0 1 2.046-2.12 4.1 4.1 0 0 0-.663-1.53H1.237A11.8 11.8 0 0 0 0 13.921 12.1 12.1 0 0 0 1.722 20h3.4a5 5 0 0 1 .265-.45 5.7 5.7 0 0 1-1.435-1.944 5.8 5.8 0 0 1-.508-2.378' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_children:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M7.034 5.65a2.825 2.825 0 1 0 0-5.65 2.825 2.825 0 0 0 0 5.65m-.004 5.905H4.043V9.4L1.76 11.7C.728 12.73-.67 11.408.363 10.374l3.781-3.788c.307-.305.643-.499 1.175-.499H8.71c.533 0 .892.188 1.208.499l3.82 3.826c.984.983-.453 2.319-1.396 1.325l-2.344-2.35v2.168zm2.956 1.119L7.74 14.918l1.648 1.645L7.7 18.251a.993.993 0 0 0 1.408 1.391l2.67-2.776c.574-.585.732-1.665.118-2.28zm-5.942 0 2.244 2.244-1.648 1.645 1.69 1.687a.993.993 0 0 1-1.409 1.391l-2.67-2.776c-.573-.585-.732-1.665-.117-2.28l1.91-1.912Z'/%3E%3C/svg%3E")}.tag-icon_pharmacy:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.483.023a6.84 6.84 0 0 1 7.412 6.819v.893l1.471 2.207c.466.7-.035 1.637-.876 1.637h-.595v1.053c0 .29-.236.526-.527.526h-.526c-.581 0-1.053.471-1.053 1.053h1.58c.29 0 .526.235.526.526v1.579a2.1 2.1 0 0 1-1.01 1.797c-.376.23-.78.26-1.136.214a3.7 3.7 0 0 1-.961-.289l-2.156-.924v2.36c0 .29-.236.526-.527.526H.526A.526.526 0 0 1 0 19.474V.548C0 .274.21.046.483.023m5.043 8.924a.79.79 0 1 0 0-1.579.79.79 0 0 0 0 1.58Zm11.169-4.192a.526.526 0 0 0-.644.372l-.26.962a.526.526 0 0 0-.722.343l-1.255 4.62h-1.709a.526.526 0 0 0-.526.527v3.684c0 .29.236.527.526.527h3.265a2.63 2.63 0 0 0 2.538-1.934l1.547-5.62a.526.526 0 0 0-.29-.619l-.155-.07.41-1.52a.526.526 0 0 0-.373-.645zm1.327 2.413.244-.905-1.335-.356-.184.682zm-6.97 8.095V11.58H10v3.684h1.053Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_terrace:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M22.395 13.848c-.203.497-.571.737-1.105.7-.13-.019-.111.092-.111.166v1.05c0 1.05-.018 2.118 0 3.168.018.663-.424 1.068-1.05 1.068a2886 2886 0 0 0-17.848 0c-.645 0-1.069-.405-1.069-1.068.019-1.363 0-2.726.019-4.09 0-.22-.037-.313-.295-.294-.405.018-.718-.184-.866-.571-.147-.369-.055-.682.203-.958.203-.221.479-.276.755-.276H4.62c.203 0 .24-.056.24-.24 0-2.118-.056-4.236.018-6.354C4.97 3.68 6.186 1.82 8.396.715c2.155-1.087 4.31-.921 6.318.405 1.896 1.253 2.818 3.095 2.836 5.38v5.986c0 .22.056.258.258.258 1.142-.019 2.284 0 3.426-.019.571 0 .976.184 1.16.737zM10.293 10.44V8.36c0-.147-.037-.184-.202-.184H6.849c-.185 0-.203.055-.203.22v4.108c0 .184.055.203.221.203h3.205c.166 0 .203-.037.203-.203.018-.663.018-1.363.018-2.063Zm1.824 0v2.082c0 .147.018.202.184.202h3.26c.147 0 .203-.018.203-.184V8.396c0-.166-.056-.203-.203-.203h-3.242c-.147 0-.202.037-.184.184 0 .682-.018 1.382-.018 2.063m-1.824-6.28V2.151c0-.185-.018-.24-.22-.185a4.56 4.56 0 0 0-3.409 4.237c0 .147.037.166.166.166h3.26c.185 0 .203-.056.203-.221v-1.99Zm1.824-.02v2.045c0 .111 0 .166.147.166h3.334c.11 0 .147-.018.147-.147-.037-1.99-1.529-3.831-3.444-4.273-.166-.037-.184.018-.184.147zM3.036 16.335v1.658c0 .13.037.166.166.166h1.492c.129 0 .165-.037.165-.166v-3.297c0-.129-.036-.166-.165-.166-.498 0-.995.019-1.492 0-.166 0-.166.056-.166.185zm5.452.056v-1.676c0-.11-.018-.166-.147-.166H6.81c-.11 0-.147.037-.147.147v3.316c0 .147.056.166.185.166H8.34c.147 0 .165-.037.165-.166-.018-.553-.018-1.087-.018-1.621Zm1.805-.056v1.658c0 .13.019.184.166.184h1.492c.129 0 .184-.018.184-.165v-3.316c0-.11-.018-.147-.147-.147h-1.53c-.128 0-.146.037-.146.166 0 .534-.019 1.086-.019 1.62m3.629 0v1.658c0 .13.018.184.165.184.498 0 .995-.018 1.492 0 .148 0 .185-.055.185-.184v-3.278c0-.13-.019-.185-.166-.166-.497 0-.995.018-1.492 0-.147 0-.184.055-.184.184.018.534 0 1.068 0 1.602m3.628.019v1.64c0 .128.019.184.166.165.497 0 .995-.018 1.492 0 .147 0 .184-.055.166-.184v-3.279c0-.129-.019-.184-.166-.166-.497 0-.995.019-1.492 0-.147 0-.184.056-.184.185.037.552.018 1.105.018 1.639'/%3E%3C/svg%3E")}.tag-icon_office:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.286 7.143h-7.322l-.385-.714H8.486l-.357.714H.714a.714.714 0 0 0 0 1.428v10.715a.714.714 0 0 0 1.429 0v-6.429h15.714v6.429a.714.714 0 0 0 1.429 0V8.57a.714.714 0 1 0 0-1.428ZM7.857 10.714H5.714a.715.715 0 0 1 0-1.428h2.143a.714.714 0 0 1 0 1.428m6.429 0h-2.143a.714.714 0 1 1 0-1.428h2.143a.714.714 0 1 1 0 1.428M13.571 0H6.43a.714.714 0 0 0-.715.714V5c0 .394.32.714.715.714h7.142c.395 0 .715-.32.715-.714V.714A.714.714 0 0 0 13.57 0Z'/%3E%3C/svg%3E")}.tag-icon_sport:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M6.3 19.286c5.068-1.38 8.855-5.264 10.265-9.195-.873-.498-1.445-.771-2.644-1.105-1.52 4.452-5.315 7.886-10.338 8.68a10 10 0 0 0 2.717 1.62'/%3E%3Cpath fill='currentColor' d='M7.738 8.978a11.5 11.5 0 0 0 2.219 3.744 11.5 11.5 0 0 0 2.485-4.053 11.5 11.5 0 0 0-4.704.309'/%3E%3Cpath fill='currentColor' d='M8.86 13.743C5.837 10.344 4.63 5.495 6.318.709a10 10 0 0 0-2.856 1.735A15.32 15.32 0 0 0 6.69 15.118c.748-.37 1.257-.635 2.17-1.375'/%3E%3Cpath fill='currentColor' d='M20.001 10.001c0-.851-.118-1.672-.318-2.461-3.816-2.78-8.396-3.542-12.633-2.507l-.002.03c0 .843.098 1.67.272 2.476 4.298-1.205 9.106-.192 12.641 3.25.021-.262.04-.523.04-.788'/%3E%3Cpath fill='currentColor' d='M7.165 3.466c3.805-.814 7.855-.337 11.603 1.725A10 10 0 0 0 10.001 0a10 10 0 0 0-1.85.178 11.6 11.6 0 0 0-.986 3.288m10.682 7.47c-1.419 3.621-4.632 7.162-8.901 9.008 4.998.523 9.43-2.688 10.691-7.304a11.6 11.6 0 0 0-1.79-1.705Zm-12.57 4.77a16.77 16.77 0 0 1-3.586-11.27A9.96 9.96 0 0 0 0 10c0 2.39.841 4.581 2.24 6.302a11.5 11.5 0 0 0 3.037-.596'/%3E%3C/svg%3E")}.tag-icon_health:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3E%3Cpath fill='currentColor' d='m1.758 8.001 3.243-3.243 2.751 2.751 4.469-5.587 4.612 6.918 1.26-.84h2.62c.173-.668.288-1.337.288-2 0-3.533-2.467-6-6-6-1.594 0-3.071.837-4 2.08C10.072.837 8.595 0 7.001 0c-3.533 0-6 2.467-6 6 0 .663.115 1.332.288 2zm6.491 8.492L5 13.244l-.579.579c2.591 3.309 5.742 5.794 5.965 5.967a.994.994 0 0 0 1.228 0 39 39 0 0 0 3.317-2.984l-3.151-4.727z'/%3E%3Cpath fill='currentColor' d='m18.698 10.001-2.42 1.613-4.204-6.305-4.157 5.195L5 7.587l-2.414 2.414H0v2h3.415L5 10.416l3.083 3.082 3.844-4.804 3.796 5.694 3.58-2.387H22v-2z'/%3E%3C/svg%3E")}.tag-icon_spa:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='30' fill='none'%3E%3Cpath fill='currentColor' d='M13.173.006c-.341.076-.464.743-.186 1 .056.054.114.119.157.188.263.43.193 1.022-.125 1.374-.123.14-.216.265-.342.438-.568.93-.432 2.288.31 3 .368.216.796-.49.53-.876-.36-.345-.432-.985-.156-1.436.052-.104.146-.167.218-.248.7-.725.835-2.028.28-2.938a2 2 0 0 0-.311-.375.4.4 0 0 0-.25-.125.3.3 0 0 0-.125 0zM1.382 5.069q-.048.013-.094.03a.5.5 0 0 0-.156.095 3 3 0 0 0-.527.561C-.357 7.02-.142 8.793 1.04 9.82c.112.1.216.172.28.25.08.076.153.163.218.25a2.01 2.01 0 0 1-.375 2.811c-.263.13-.353.518-.176.752.178.235.574.25.768.03a2.995 2.995 0 0 0 .56-4.187c-.09-.12-.208-.204-.312-.313-.134-.12-.248-.227-.373-.341a2.02 2.02 0 0 1 .125-3.095c.38-.255.074-.995-.373-.905zm11.107 3c-.22.014-.437.023-.654.062-2.405.44-4.543 2.425-4.853 5.313.052.01.105.016.156.03A6.94 6.94 0 0 0 15.6 8.755a7.5 7.5 0 0 0-1.12-.47 5.6 5.6 0 0 0-1.992-.217Zm10.86 1c-.405.031-.581.67-.25.906a2.008 2.008 0 0 1 .063 3.125c-.115.104-.19.19-.28.28-.118.12-.242.242-.344.375a2.995 2.995 0 0 0 .56 4.188c.195.22.593.205.77-.03.178-.233.086-.622-.177-.752a2.01 2.01 0 0 1-.373-2.812 2 2 0 0 1 .248-.28c.1-.11.142-.143.218-.22a1 1 0 0 0 .063-.063c1.152-1.03 1.357-2.78.404-4.03a3 3 0 0 0-.53-.562.5.5 0 0 0-.372-.125m-6.877.187a8 8 0 0 1-1.37 2.53 6.93 6.93 0 0 0 3.766 1.845c-.12-1.99-1.057-3.44-2.396-4.375m-2.053 3.25A7.98 7.98 0 0 1 9.75 14.66c-.184 1.056-.068 2.17.342 3.126.899 2.096 2.877 2.823 4.45 1.625 1.549-1.18 2.09-3.762 1.245-5.843a8 8 0 0 1-1.37-1.064Zm2.457 1.594c.507 2.38-.22 5.031-1.898 6.312-.02.014-.042.018-.06.032-.001.632-.001 1.34.122 1.843.066.268.167.45.28.563.116.111.24.186.529.186h2.832l.219-.875v-7.5a8.1 8.1 0 0 1-2.024-.561m-9.926.344v7.687s0 .905.22.905h2.86c.24 0 .353-.038.467-.155.115-.119.207-.35.282-.625.14-.517.153-1.212.154-1.813-.643-.47-1.196-1.152-1.586-2.063-.481-1.121-.632-2.435-.467-3.686a7.7 7.7 0 0 1-1.93-.25m4.948 6.53c-.008.505-.014 1.043-.155 1.563-.102.377-.245.739-.53 1.032-.283.291-.712.468-1.183.468H7.17c-.724 0-1.214.479-1.214 1v3.594c.517.053.688.111 1.244.155 4.008.319 8.253.29 11.916-.03.334-.03.355-.049.778-.125v-3.595c0-.52-.49-1-1.213-1h-2.832c-.494 0-.946-.175-1.244-.468-.3-.294-.436-.652-.53-1.032-.128-.524-.15-1.06-.154-1.562a3.17 3.17 0 0 1-2.023 0'/%3E%3C/svg%3E")}.tag-icon_beauty:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.3 2.365h.878V0H0zm1.85 14.66h9.943l1.724-13.657H.426zM4.29 6.813l1.107 8.347h-1.01L3.275 6.814h1.014ZM2.18 0h1.724v2.365H2.18zm4.445 0H4.906v2.365h1.72zm1.002 0h1.724v2.365H7.627zm4.45 0h-1.724v2.365h1.724zm1.864 2.365h-.862V0h1.163zm-2.078 17.228v-1.566H2.38v1.566c0 .76.617 1.378 1.378 1.378h6.726c.76 0 1.378-.617 1.378-1.378Zm-7.967 2.38h6.452v2.339H3.896z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_mountains:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M21.175 13.994h1.058c.204 0 .399.105.542.293s.225.442.225.707-.08.52-.225.707a.69.69 0 0 1-.542.293H3.542l.002.006H1.827l-.002-.006H.767a.69.69 0 0 1-.542-.293A1.17 1.17 0 0 1 0 14.994c0-.265.08-.52.225-.707a.69.69 0 0 1 .542-.293h1.058l3.243-8.45a.95.95 0 0 1 .282-.397.64.64 0 0 1 .4-.147c.141 0 .28.05.4.147s.218.233.282.397l1.235 3.21 3.15-8.21A.95.95 0 0 1 11.1.147.64.64 0 0 1 11.5 0c.141 0 .28.05.4.147s.218.233.282.397l2.768 7.21 1.234-3.21a.95.95 0 0 1 .283-.397.64.64 0 0 1 .4-.147c.14 0 .28.05.4.147s.218.233.282.397z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_swimming:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M17.083 18.035a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288M.9 15.09c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.62c.35-.248.76-.374 1.178-.362.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.62a1.94 1.94 0 0 1 1.187-.362c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287 1.96 1.96 0 0 1-1.187-.364 3.5 3.5 0 0 0-2.05-.618h-.36V3.798a1.58 1.58 0 0 1 .3-1.085c.228-.304.557-.497.914-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.024.129.07.252.137.36a1 1 0 0 0 .253.277c.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277q.1-.166.137-.361a1.1 1.1 0 0 0 0-.39c-.084-.912-.496-1.75-1.145-2.33a2.98 2.98 0 0 0-2.317-.764c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v2.455H4.496V3.798a1.57 1.57 0 0 1 .3-1.085c.227-.304.556-.497.913-.536a1.28 1.28 0 0 1 .994.328c.278.248.454.607.49.998.048.26.188.49.39.637.1.073.213.123.331.149a.84.84 0 0 0 .688-.15 1 1 0 0 0 .253-.277 1.1 1.1 0 0 0 .136-.752C8.908 2.2 8.496 1.36 7.847.78A2.98 2.98 0 0 0 5.53.018c-.835.091-1.602.54-2.133 1.25a3.68 3.68 0 0 0-.7 2.53v9.82A3.46 3.46 0 0 0 .9 13.126a.86.86 0 0 0-.636.287 1.03 1.03 0 0 0-.263.695c0 .26.095.51.263.694a.86.86 0 0 0 .636.288m8.524-1.346a3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618 2.04 2.04 0 0 1-.817.364v-1.964h7.192v1.65a1.84 1.84 0 0 1-1.088.314 1.9 1.9 0 0 1-1.177-.364m2.265-5.528v1.964H4.496V8.216z'/%3E%3C/svg%3E")}.tag-icon_parking:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11 5H8a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-2h2a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3m1 4a1 1 0 0 1-1 1H9V7h2a1 1 0 0 1 1 1zm-2-9a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3C/svg%3E")}.tag-icon_phone:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.941 9.651c-.281-.19-1.665-1.11-1.927-1.244-.263-.136-.456-.21-.692.075-.236.286-.89.915-1.09 1.101-.198.186-.376.191-.657.001S6.368 8.956 5.347 7.77c-.794-.923-1.276-2.005-1.414-2.335-.139-.33.037-.479.205-.615.15-.123.341-.326.512-.489s.236-.286.36-.48c.124-.195.095-.381.038-.545-.057-.163-.477-1.754-.654-2.402-.173-.63-.43-.578-.612-.609A12 12 0 0 0 3.21.216c-.2-.023-.533.016-.844.293s-1.17.934-1.349 2.455c-.178 1.521.723 3.116.849 3.34.125.223 1.72 3.574 4.567 5.263.677.402 1.212.658 1.63.85.69.32 1.346.363 1.87.344.586-.022 1.86-.54 2.193-1.233.334-.693.406-1.311.347-1.449-.06-.137-.25-.238-.532-.428' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_reading:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M14.607 0a1 1 0 0 0-.116.012H.773a.77.77 0 0 0-.716.477A.8.8 0 0 0 0 .785v16.139A3.087 3.087 0 0 0 3.076 20h13.845a1 1 0 0 0 .154-.017h.006A3.083 3.083 0 0 0 20 16.92v-6.146a.76.76 0 0 0-.474-.715.8.8 0 0 0-.296-.059h-3.844V.786a.766.766 0 0 0-.78-.785ZM3.849 4.623h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m0 3.076h7.685a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.775.775 0 0 1-.773-.77.77.77 0 0 1 .773-.77m-.002 3.076h7.687a.77.77 0 0 1 0 1.54H3.849a.771.771 0 1 1-.002-1.54m11.539.767h3.076v5.385a1.52 1.52 0 0 1-1.54 1.54 1.516 1.516 0 0 1-1.536-1.54zm-11.54 2.309s.001 0 0 0h7.688a.775.775 0 0 1 .773.77.77.77 0 0 1-.773.77H3.849a.772.772 0 1 1-.002-1.54Z'/%3E%3C/svg%3E")}.tag-icon_business:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15 13.5V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H7V15c0 .6-.4 1-1 1s-1-.4-1-1v-1.5H3c-.7 0-1.4-.2-2-.5v4c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3v-4c-.6.3-1.3.5-2 .5zM19 4h-4V3c0-1.7-1.3-3-3-3H8C6.3 0 5 1.3 5 3v1H1c-.6 0-1 .4-1 1v4c0 1.7 1.3 3 3 3h14c1.7 0 3-1.3 3-3V5c0-.6-.4-1-1-1m-6 0H7V3c0-.6.4-1 1-1h4c.6 0 1 .4 1 1z'/%3E%3C/svg%3E")}.tag-icon_heating:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.076 19.056A5 5 0 0 0 15 11V3a3 3 0 0 0-6 0v8a5 5 0 0 0 .076 8.056M13 3v4.54h-2V3a1 1 0 0 1 1-1 1 1 0 0 1 .71.31A.93.93 0 0 1 13 3M2 2v1H1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V5h1a1 1 0 0 0 0-2H4V2a1 1 0 0 0-2 0' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_clothes:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m10.795 2.912 8.663 2.947c.562.188.936.73.936 1.335 0 .777-.61 1.41-1.358 1.41H16.57V7.409h2.462c.108 0 .195-.1.195-.215a.21.21 0 0 0-.135-.203l-8.84-3.004a.2.2 0 0 0-.115 0L1.3 6.991a.21.21 0 0 0-.136.203c0 .12.088.215.195.215h2.864v-.024c0-.426.355-.777.785-.777.418 0 .769.355.769.789v8.616H4.96a.74.74 0 0 1-.737-.721V8.604H1.358C.61 8.604 0 7.97 0 7.194c0-.606.374-1.147.936-1.335L9.6 2.912v-.534c0-.327.267-.593.597-.593a.297.297 0 0 0 .299-.295.29.29 0 0 0-.299-.291.31.31 0 0 0-.299.31.2.2 0 0 1-.199.2h-.796a.197.197 0 0 1-.2-.2C8.703.678 9.373 0 10.197 0a1.49 1.49 0 0 1 1.494 1.482 1.49 1.49 0 0 1-.896 1.37zm-4.912 3.7h9.504c.43 0 .785.35.785.785v11.882a.723.723 0 0 1-.717.721H6.891a.723.723 0 0 1-.717-.721V7.397c0-.303-.107-.586-.29-.785Zm.69 10.994h9.2v-1.593h-9.2zm0-2.39h9.2v-1.593h-9.2z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_flatiron:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M1.03 18h19.237c.57 0 1.03-.46 1.03-1.03V2.405A2.407 2.407 0 0 0 18.894 0H10.65a1.03 1.03 0 1 0 0 2.061h8.244c.192 0 .344.158.344.344v3.497h-9.042C4.575 5.902 0 10.47 0 16.097v.872C0 17.54.46 18 1.03 18m13.94-9.474h2.322c.564 0 1.03.46 1.03 1.03s-.466 1.031-1.03 1.031H14.97c-.563 0-1.03-.46-1.03-1.03s.467-1.031 1.03-1.031'/%3E%3C/svg%3E")}.tag-icon_bathroom:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M15.223 0a1.864 1.864 0 0 0-1.841 1.62A2.76 2.76 0 0 0 11 4.37v.394h5.5V4.37a2.76 2.76 0 0 0-2.333-2.75 1.065 1.065 0 0 1 1.056-.835h3.34c.608 0 1.08.47 1.08 1.08V9.43h.786V1.866A1.864 1.864 0 0 0 18.563 0zM0 10.214v1.572h22v-1.572zm.786 2.357v3.143a2.344 2.344 0 0 0 2.357 2.357h15.714a2.344 2.344 0 0 0 2.357-2.357v-3.143zm3.143 5.286v1.786h.785v-1.786H3.93Zm13.455 0a.1.1 0 0 0-.098.098v1.59c0 .055.044.098.098.098h.59a.1.1 0 0 0 .097-.098v-1.59a.1.1 0 0 0-.098-.098z'/%3E%3C/svg%3E")}.tag-icon_care:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.22 4.14a.35.35 0 0 1 .263-.206.4.4 0 0 1 .063-.005h.715v-.715h1.428a.357.357 0 1 0 0-.714H9.261v-.357h1.428a.358.358 0 0 0 .253-.61.36.36 0 0 0-.253-.104H9.261V1.07h1.428a.357.357 0 1 0 0-.714H9.261V0H7.832a.36.36 0 0 0-.22.075l-.014.013-.018.017a.36.36 0 0 0-.105.252v8.929h.714v-5q0-.076.031-.145ZM3.805 2.144h.892l.613 7.143H1.068l.614-7.143h.891L2.778 0H3.6l.205 2.143ZM9.997 20H.667L0 10h10.714z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_exclusive:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m10 0 3.09 6.254L20 7.258l-5 4.868L16.18 19 10 15.755 3.82 19 5 12.126 0 7.258l6.91-1.004z'/%3E%3C/svg%3E")}.tag-icon_video:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M.77 6.923v10.654a1.654 1.654 0 0 0 1.653 1.654h18.23a1.654 1.654 0 0 0 1.655-1.654V6.923H.769Zm13.676 6.27-4.184 2.7a.08.08 0 0 1-.086.003.09.09 0 0 1-.045-.073v-5.385a.085.085 0 0 1 .13-.069l4.185 2.708a.085.085 0 0 1 0 .115Z'/%3E%3Cpath fill='currentColor' d='M20.654 20H2.424A2.423 2.423 0 0 1 0 17.577V6.154h23.077v11.423A2.423 2.423 0 0 1 20.654 20M1.538 7.692v9.885a.885.885 0 0 0 .885.884h18.23a.885.885 0 0 0 .886-.884V7.692z'/%3E%3Cpath fill='currentColor' d='M23.077 7.692H0V2.423A2.423 2.423 0 0 1 2.423 0h18.23a2.423 2.423 0 0 1 2.424 2.423zM1.538 6.154h20v-3.73a.885.885 0 0 0-.884-.886H2.424a.885.885 0 0 0-.886.885z'/%3E%3Cpath fill='currentColor' d='M11.477 7.27 10.1 6.576l1.37-2.73-1.37-2.732 1.377-.692 1.707 3.423-1.707 3.423Zm-6.323 0-1.377-.693 1.37-2.73-1.37-2.732L5.154.423l1.708 3.423zm12.476 0-1.376-.693 1.369-2.73-1.37-2.732 1.378-.692 1.707 3.423z'/%3E%3C/svg%3E")}.tag-icon_tv:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.25.883a.5.5 0 0 1 .866-.5l.907 1.575.906-1.574a.5.5 0 0 1 .867.499L10.152 2h6.514a2 2 0 0 1 2 2v8H0V4a2 2 0 0 1 2-2h5.893L7.249.883ZM0 13.333v.666a2 2 0 0 0 2 2h.408l-.374 1.123a.667.667 0 1 0 1.267.421L3.813 16h11.038l.515 1.544a.667.667 0 1 0 1.266-.421L16.257 16h.408a2 2 0 0 0 2-2v-.666z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_safety:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' fill='none'%3E%3Cpath fill='currentColor' d='M16.524 5a1 1 0 0 0-1.06-1h-.19A6.89 6.89 0 0 1 9.184.47V.41a1 1 0 0 0-.13-.15 1 1 0 0 0-.15-.13l-.07-.06h-.1L8.514 0h-.37a.8.8 0 0 0-.2.06h-.16a1 1 0 0 0-.15.13.7.7 0 0 0-.13.16.3.3 0 0 0-.06.06 7 7 0 0 1-6.17 3.64h-.13A1 1 0 0 0 .014 5v3.42a11.53 11.53 0 0 0 8 11.55.8.8 0 0 0 .26.03q.125.015.25 0a11.61 11.61 0 0 0 8.06-11.53c0-1.24 0-2.38-.06-3.47m-4 3.75-4.62 4.62a.9.9 0 0 1-.38.23 1 1 0 0 1-.65.25 1 1 0 0 1-.7-.29l-2-2a1 1 0 1 1 1.41-1.41l1.32 1.32 4.17-4.17a1 1 0 0 1 1.41 1.41z'/%3E%3C/svg%3E")}.tag-icon_key:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M19.375 0h-2.5a.63.63 0 0 0-.413.155L7.835 7.719C7.389 7.625 6.699 7.5 6.25 7.5A6.257 6.257 0 0 0 0 13.75 6.257 6.257 0 0 0 6.25 20a6.257 6.257 0 0 0 6.25-6.25c0-1.024-.195-1.71-.416-2.28l2.127-.723a.625.625 0 0 0 .424-.606l-.053-2.372 2.388-.167A.625.625 0 0 0 17.551 7l.089-2.849 1.87-.415a.625.625 0 0 0 .49-.61v-2.5A.625.625 0 0 0 19.375 0m-15 13.75a1.877 1.877 0 0 1 1.875 1.875 1.876 1.876 0 0 1-3.75 0c0-1.035.84-1.875 1.875-1.875'/%3E%3C/svg%3E")}.tag-icon_keys:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='m34.523 9.172-1.085 1.208-2.417-2.169-2.17 2.418-2.417-2.17-2.169 2.418-1.209-1.085-2.169 2.418-1.718-1.543a8.1 8.1 0 0 1-1.66 2.876 8.1 8.1 0 0 1-1.82 1.515 8 8 0 0 1-.135.326h2.31v3.248l8.12 6.496V30H21.11v-3.248h-3.248v-3.248h-3.247V21.88h-3.248v-2.309a8.1 8.1 0 0 1-3.248.685A8.12 8.12 0 0 1 3.884 5.208 8.12 8.12 0 0 1 16.89 2.077c.86.772 1.51 1.69 1.96 2.679l1.542-1.72 2.417 2.17L33.066 3.5l3.626 3.253-2.17 2.418ZM4.455 7.987a3.249 3.249 0 1 0 5.289 2.526 3.25 3.25 0 0 0-3.677-3.22l-.01.034a4 4 0 0 0-1.602.66' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_safe:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2.843 18.934V17.81A3.91 3.91 0 0 1 0 14.05V3.91A3.916 3.916 0 0 1 3.909 0h14.215a3.916 3.916 0 0 1 3.909 3.909v10.142a3.91 3.91 0 0 1-2.843 3.76v1.123c0 .59-.476 1.066-1.066 1.066s-1.066-.476-1.066-1.066v-.974H4.975v.974a1.064 1.064 0 1 1-2.131 0Zm13.106-9.95a4.935 4.935 0 0 0-4.933-4.933 4.935 4.935 0 0 0-4.932 4.933 4.935 4.935 0 0 0 4.932 4.932 4.935 4.935 0 0 0 4.933-4.932M5.899 3.106H4.4a1.065 1.065 0 1 0 0 2.132h1.5c.59 0 1.066-.476 1.066-1.066S6.49 3.106 5.9 3.106Zm7.704 6.944a2.8 2.8 0 0 1-2.587 1.734 2.806 2.806 0 0 1-2.8-2.8c0-1.543 1.257-2.8 2.8-2.8 1.165 0 2.167.717 2.587 1.734h-1.251c-.59 0-1.066.476-1.066 1.066s.476 1.066 1.066 1.066h1.25Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_water:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.896.62c.353.248.767.375 1.187.363.239 0 .467.103.636.287s.263.434.263.695-.095.51-.263.694a.86.86 0 0 1-.636.288 3.55 3.55 0 0 1-2.059-.619 1.9 1.9 0 0 0-1.178-.363 1.94 1.94 0 0 0-1.187.363 3.52 3.52 0 0 1-2.059.619 3.5 3.5 0 0 1-2.05-.619 1.96 1.96 0 0 0-1.186-.363 1.93 1.93 0 0 0-1.178.363 3.5 3.5 0 0 1-2.05.619 3.52 3.52 0 0 1-2.06-.619 1.9 1.9 0 0 0-1.177-.363.86.86 0 0 1-.636-.288A1.03 1.03 0 0 1 0 .983c0-.26.095-.51.263-.695A.86.86 0 0 1 .9.001a3.5 3.5 0 0 1 2.05.618c.353.25.767.376 1.187.364.417.012.828-.115 1.178-.364a3.5 3.5 0 0 1 2.05-.618 3.53 3.53 0 0 1 2.059.618c.349.25.76.378 1.178.364.42.012.833-.115 1.186-.364a3.76 3.76 0 0 1 2.055-.618c.723 0 1.433.214 2.054.618Zm1.187 5.363a1.96 1.96 0 0 1-1.187-.364 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.214-2.055.618a1.96 1.96 0 0 1-1.187.364 1.9 1.9 0 0 1-1.177-.364 3.52 3.52 0 0 0-2.06-.618 3.5 3.5 0 0 0-2.05.618c-.35.25-.76.376-1.177.364a1.96 1.96 0 0 1-1.187-.364A3.5 3.5 0 0 0 .9 5.001a.86.86 0 0 0-.636.287A1.03 1.03 0 0 0 0 5.983c0 .26.095.51.263.694a.86.86 0 0 0 .636.288c.418-.014.829.113 1.178.363.617.42 1.332.634 2.059.619a3.5 3.5 0 0 0 2.05-.619 1.93 1.93 0 0 1 1.178-.363c.42-.013.833.114 1.187.363a3.5 3.5 0 0 0 2.05.619c.726.015 1.441-.2 2.058-.619a1.94 1.94 0 0 1 1.187-.363c.418-.014.829.113 1.178.363a3.55 3.55 0 0 0 2.06.619.86.86 0 0 0 .635-.288 1.03 1.03 0 0 0 .263-.694c0-.26-.095-.51-.263-.695a.86.86 0 0 0-.636-.287m0 5.052a1.96 1.96 0 0 1-1.187-.363 3.76 3.76 0 0 0-2.054-.618c-.724 0-1.434.213-2.055.618a1.96 1.96 0 0 1-1.187.363 1.9 1.9 0 0 1-1.177-.363 3.52 3.52 0 0 0-2.06-.619 3.5 3.5 0 0 0-2.05.619 1.93 1.93 0 0 1-1.177.363 1.96 1.96 0 0 1-1.187-.363 3.5 3.5 0 0 0-2.05-.619.86.86 0 0 0-.636.288 1.03 1.03 0 0 0-.263.694c0 .26.095.51.263.695a.86.86 0 0 0 .636.287c.418-.014.829.113 1.178.364a3.52 3.52 0 0 0 2.059.618 3.5 3.5 0 0 0 2.05-.618c.35-.25.76-.376 1.178-.364.42-.012.833.115 1.187.364a3.5 3.5 0 0 0 2.05.618c.726.016 1.441-.2 2.058-.618a1.94 1.94 0 0 1 1.187-.364c.418-.014.829.113 1.178.364a3.55 3.55 0 0 0 2.06.618.86.86 0 0 0 .635-.287 1.03 1.03 0 0 0 .263-.695c0-.26-.095-.51-.263-.694a.86.86 0 0 0-.636-.288' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_ticket:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='currentColor' d='m4.308 10.942 3.55 3.553 6.519-6.518-3.553-3.551zm14.198-4.877-1.511-1.512a2.024 2.024 0 0 1-2.747-2.746L12.737.295a1.017 1.017 0 0 0-1.432 0L.295 11.305a1.017 1.017 0 0 0 0 1.432l1.512 1.51a2.024 2.024 0 0 1 2.747 2.748l1.512 1.51a1.015 1.015 0 0 0 1.432 0L18.506 7.497a1.015 1.015 0 0 0 0-1.432M7.859 16.12l-5.176-5.178L10.825 2.8 16 7.977z'/%3E%3C/svg%3E")}.tag-icon_car:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.92 1.01C15.72.42 15.16 0 14.5 0h-11c-.66 0-1.21.42-1.42 1.01L.11 6.68c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S3 15.33 3 14.5V14h12v.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5V7.34c0-.22-.04-.45-.11-.66zM3.5 11C2.67 11 2 10.33 2 9.5S2.67 8 3.5 8 5 8.67 5 9.5 4.33 11 3.5 11m11 0c-.83 0-1.5-.67-1.5-1.5S13.67 8 14.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M2 6l1.27-3.82c.14-.4.52-.68.95-.68h9.56c.43 0 .81.28.95.68L16 6z'/%3E%3C/svg%3E")}.tag-icon_man:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M19.984 8.65c0 4.511-4.056 8.636-8.64 8.636a8.53 8.53 0 0 1-5.104-1.665l-1.223 1.223.357-.052a1.32 1.32 0 0 1 1.487 1.134 1.3 1.3 0 0 1-.254.978 1.28 1.28 0 0 1-.875.513l-4.234.574C1.414 20 1.367 20 1.32 20a1.3 1.3 0 0 1-.936-.381 1.3 1.3 0 0 1-.358-.677q-.005-.015-.004-.029a1 1 0 0 1-.02-.211v-.076a.4.4 0 0 1 .01-.145l.564-4.229a1.32 1.32 0 0 1 1.487-1.134A1.333 1.333 0 0 1 3.2 14.605l-.051.362 1.222-1.223a8.5 8.5 0 0 1-1.67-5.103c0-2.31.9-4.478 2.531-6.11A8.58 8.58 0 0 1 11.343 0c5.197 0 8.641 3.98 8.641 8.65m-8.64-5.997c4.242 0 5.856 2.991 5.997 5.992a5.97 5.97 0 0 1-1.755 4.238c-2.303 2.31-6.13 2.308-8.452.033l-.009-.014-.01-.01-.007-.008-.007-.01c-.005 0-.005-.005-.01-.005a5.94 5.94 0 0 1-1.74-4.224 5.98 5.98 0 0 1 1.75-4.242 6 6 0 0 1 4.243-1.75' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_voice-mail:before{background-image:url(../../../img/HotelsCustomPage/hotels/icons/voice-mail.svg)}.tag-icon_golf:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.889 0c-.38 0-.556 0-.556.555v16.042C1.111 16.667 0 18.333 0 19.445 0 20 .555 20 .555 20H13.89s.555 0 .555-.555c0-2.778-1.666-5-3.333-5-1.747 0-2.715 3.089-4.444 3.333-.759.107-1.492-.384-2.223-.764V6.667l7.778-3.334L5.002.24A3 3 0 0 0 3.889 0'/%3E%3C/svg%3E")}.tag-icon_baby:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M3.77 4.448h.882v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.327 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm3.328 0h.883v7.776h-.883zm2.75-1.901V3.7H1.902V2.547zM0 19.932V.543C0 .238.238 0 .543 0h.068c.306 0 .544.238.544.543v1.528c0 .034-.034.068-.034.136 0 .034 0 .068.034.136v1.63c0 .034-.034.068-.034.136s0 .068.034.135v8.252c0 .034-.034.068-.034.136s0 .068.034.135v3.124c0 .034-.034.068-.034.136s0 .068.034.136V20H0zm1.902-4.346v-2.649h17.962v2.649zm19.83 4.346h-1.155v-3.87c0-.035.034-.069.034-.137 0-.034 0-.068-.034-.136v-3.123c0-.034.034-.068.034-.136s0-.068-.034-.136V4.21c0-.034.034-.068.034-.136s0-.068-.034-.136v-1.63c0-.034.034-.068.034-.136 0-.034 0-.068-.034-.136V.543c0-.305.238-.543.543-.543h.069c.305 0 .543.238.543.543v19.39Z'/%3E%3C/svg%3E")}.tag-icon_jacuzzi:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.878 3.284c.395 0 .789.066 1.15.164.328-.92.82-1.707 1.51-2.331A2.29 2.29 0 0 0 6.569 0 2.285 2.285 0 0 0 4.27 2.299c0 .427.132.854.329 1.182a4.3 4.3 0 0 1 1.28-.197Zm7.784 4.926A29 29 0 0 0 22.2 9.491h1.905c-.558-1.708-2.135-2.956-4.04-2.956q-.934 0-1.773.394c-.23.099-.492.099-.657-.065a.69.69 0 0 1-.262-.624c.065-.296.065-.559.065-.821 0-2.595-2.134-4.73-4.729-4.73-2.2 0-4.17 1.577-4.63 3.745a.64.64 0 0 1-.361.46.56.56 0 0 1-.559 0 3.1 3.1 0 0 0-1.313-.296 3.295 3.295 0 0 0-3.12 2.266h1.937c3.087 0 6.109.46 8.999 1.346m-.394 4.532a29 29 0 0 0-8.539-1.28H1.97v5.254A3.294 3.294 0 0 0 5.255 20h16.42a3.294 3.294 0 0 0 3.284-3.284v-2.627H22.2c-3.021 0-6.042-.46-8.932-1.347m12.676-1.937H22.2c-3.021 0-6.042-.46-8.932-1.347a29 29 0 0 0-8.539-1.28H.985A.97.97 0 0 0 0 9.162c0 .525.427.985.985.985H4.73c3.021 0 6.043.46 8.933 1.346a29 29 0 0 0 8.538 1.281h3.744c.559 0 .985-.46.985-.985a.97.97 0 0 0-.985-.985Zm-4.27-8.539c.56 0 .986-.46.986-.985a.97.97 0 0 0-.985-.985.97.97 0 0 0-.985.985c0 .525.427.985.985.985Z'/%3E%3C/svg%3E")}.tag-icon_bed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M4.8 6.4c1.328 0 2.4-1.072 2.4-2.4S6.128 1.6 4.8 1.6A2.397 2.397 0 0 0 2.4 4c0 1.328 1.072 2.4 2.4 2.4m9.6-4.8H9.6c-.88 0-1.6.72-1.6 1.6v4H1.6V.8c0-.44-.36-.8-.8-.8S0 .36 0 .8v10.4c0 .44.36.8.8.8s.8-.36.8-.8V9.6H16v1.6c0 .44.36.8.8.8s.8-.36.8-.8V4.8a3.2 3.2 0 0 0-3.2-3.2'/%3E%3C/svg%3E")}.tag-icon_bed-double-filled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='30' fill='none'%3E%3Cpath fill='%230662BA' d='M30 15V1.667a1.667 1.667 0 1 0-3.333 0V5h-20V1.667a1.667 1.667 0 0 0-3.334 0V15A3.333 3.333 0 0 0 0 18.333v10a1.666 1.666 0 1 0 3.333 0V25H30v3.333a1.666 1.666 0 1 0 3.333 0v-10A3.333 3.333 0 0 0 30 15m-15 0H6.667v-1.667a1.667 1.667 0 0 1 1.666-1.666h5A1.667 1.667 0 0 1 15 13.333zm11.667 0h-8.334v-1.667A1.667 1.667 0 0 1 20 11.667h5a1.667 1.667 0 0 1 1.667 1.666z'/%3E%3C/svg%3E")}.tag-icon_disability:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.999 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4.16 6.93c.48.08.84.48.84.97 0 .63-.58 1.1-1.2.97-1.4-.28-2.8-.99-3.8-1.82v3.45h3c1.1 0 2 .9 2 2V19c0 .55-.45 1-1 1s-1-.45-1-1v-4h-5c-1.1 0-2-.9-2-2V7.1c0-1.03.73-1.95 1.75-2.07.47-.06.88.04 1.25.25h.01q.007 0 .01.005.003.004.01.005c.23.11.44.26.61.45l1.29 1.43a5.76 5.76 0 0 0 3.23 1.76M4.999 18c1.31 0 2.42-.84 2.83-2h2.07a5 5 0 1 1-5.9-5.9v2.07c-1.16.42-2 1.52-2 2.83 0 1.66 1.34 3 3 3' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_cleaning:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.416 6.702c-.208-.873.207-1.413.79-1.538.456-1.163.872-2.66.248-3.033-.29-.208-.872-.333-.997.872-.083.914-.582 1.746-.873 2.161-.083.083-.249.042-.249-.083-.042-.748-.125-2.66 0-4.031.042-.25-.083-.582-.332-.706-.291-.167-.832-.25-.79.83 0 0-.166 2.37-.457 3.367a.13.13 0 0 1-.25 0C6.258 3.419 5.552.302 5.26.094c-.374-.25-1.247-.041-.998 1.08.208.749.458 2.37.582 3.284 0 .124-.166.207-.25.083-.415-.665-1.038-1.829-1.246-2.535-.332-1.04-1.87-.873-1.246.706.581 1.413 1.496 3.907 1.496 4.862 0 .125-.125.208-.25.125a7 7 0 0 1-1.163-1.247C1.56 5.58.73 5.29.439 5.33c-.29.042-.956.665.291 1.87a9.2 9.2 0 0 1 1.122 1.455c.374.665.914 1.247 1.455 1.745.623.582 1.33 1.413 1.246 2.161-.041.333-.083.665-.083.998-.024.191-.034.493-.046.858-.01.268-.02.57-.037.887h4.82a3 3 0 0 0-.498-.54c-.746-.679-1.025-1.123-1.291-1.548-.223-.356-.438-.699-.911-1.153-.79-.79-.832-1.372-.707-1.746.374-1.246 1.87-.665 2.66.457a1 1 0 0 1 .111.138q.03.044.055.07c-.208-.748-.582-1.787-1.039-2.909-.29-.706-.166-1.163 0-1.413.457-.665 1.454-.54 1.87.25a.3.3 0 0 0-.02-.104.3.3 0 0 1-.021-.104M4.013 15.72h5.569c.11.246.093.438.068.718a6 6 0 0 0-.027.528h-5.61c-.125 0-.208-.083-.208-.207v-.832c0-.083.083-.207.208-.207m10.01.342c-.043-.255-.116-.692-.036-1.09.196-.82.224-1.455.25-2.065.036-.813.07-1.58.498-2.673.415-.997.914-2.493.332-2.867-.25-.167-.748-.25-.83.83-.084.749-.5 1.455-.749 1.83-.083.083-.208.083-.208-.042-.041-.624-.124-2.244 0-3.408a.62.62 0 0 0-.29-.623c-.208-.166-.665-.208-.665.706 0 0-.125 1.995-.374 2.826-.042.125-.167.125-.208 0-.208-.956-.832-3.615-1.08-3.782-.292-.207-1.04-.041-.832.915.16.643.36 1.908.486 2.705l.013.079c0 .125-.125.208-.208.083-.332-.582-.873-1.58-1.039-2.16-.29-.915-1.62-.749-1.08.581l.006.016c.458 1.208 1.24 3.27 1.24 4.098 0 .083-.124.166-.208.083l-.127-.125a8 8 0 0 1-.87-.955c-.54-.748-1.247-.998-1.496-.956-.208.042-.79.54.25 1.58.491.491.716.845.94 1.199.27.423.538.845 1.262 1.501 1.2 1.098 1.127 1.63 1.041 2.249-.018.13-.037.266-.044.41 0 .333 0 .832-.041 1.497h4.446c-.166-1.371-.207-1.704-.374-2.41zM9.623 20h5.029c.124 0 .249-.083.207-.208v-.623c0-.125-.083-.208-.207-.208H9.623c-.124 0-.208.083-.208.208v.623c0 .125.084.208.208.208' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_info:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18.462 9.73A8.73 8.73 0 1 1 1 9.73a8.73 8.73 0 0 1 17.462 0'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8.961 8.961h.77v5.385h.769'/%3E%3Cpath fill='currentColor' d='M9.731 6.654a1.154 1.154 0 1 0 0-2.308 1.154 1.154 0 0 0 0 2.308'/%3E%3C/svg%3E")}.tag-icon_grill:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M11.78 7.323h.088c.472 0 .86-.388.86-.863v-.074a.863.863 0 0 0-.86-.86H.862a.863.863 0 0 0-.862.86v.074c0 .475.387.863.86.863h.087a5.4 5.4 0 0 0 2.152 3.942l-2.015 6.573a1.086 1.086 0 0 0-.078 2.13q.121.031.244.032a1.09 1.09 0 0 0 1.059-.847 1.09 1.09 0 0 0-.14-.821 1.2 1.2 0 0 0-.27-.285l.313-1.018h8.31l.312 1.022a1.1 1.1 0 0 0-.272.284 1.1 1.1 0 0 0-.14.818 1.1 1.1 0 0 0 1.062.847q.123 0 .237-.031a1.09 1.09 0 0 0 .822-1.3 1.06 1.06 0 0 0-.481-.678 1.1 1.1 0 0 0-.419-.153l-2.015-6.573a5.42 5.42 0 0 0 2.153-3.942Zm-1.518 8.863H2.465L3.83 11.73a5.4 5.4 0 0 0 5.061 0zm-6.444-11.9a.419.419 0 1 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.131-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 0 0-.838 0c0 .156-.053.215-.187.359-.163.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93m1.827 0a.419.419 0 0 0 .837 0c0-.156.057-.215.188-.36.162-.174.412-.443.412-.93s-.247-.753-.412-.931c-.131-.144-.188-.2-.188-.36 0-.155.057-.215.188-.359.162-.174.412-.443.412-.927a.419.419 0 0 0-.837.003c0 .156-.053.215-.188.359-.165.175-.412.44-.412.928 0 .487.247.753.412.93.132.145.188.2.188.36 0 .156-.053.216-.188.36-.165.174-.412.44-.412.927m1.828 0a.419.419 0 0 0 .837 0c0-.156.053-.215.187-.36.163-.174.413-.443.413-.93s-.247-.753-.413-.931c-.13-.144-.187-.2-.187-.36 0-.155.053-.215.187-.359.163-.174.413-.443.413-.927a.419.419 0 1 0-.838 0c0 .156-.053.215-.187.359-.162.175-.412.443-.412.928 0 .487.246.753.412.93.131.144.187.2.187.36 0 .156-.053.216-.187.36-.166.177-.412.443-.412.93'/%3E%3C/svg%3E")}.tag-icon_flower:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath fill='currentColor' d='m7.224 3.87.424-.652.289.789 1.927-2.094s.416-.84-.287-1.353C8.874.048 8.144.726 8.144.726s-.4-.915-1.343-.69c-.944.224-.695 1.248-.695 1.248l1.118 2.585ZM6.83 8.596l-.288-.788-1.927 2.093s-.416.841.286 1.353c.703.512 1.434-.166 1.434-.166s.399.916 1.343.691c.944-.224.695-1.248.695-1.248L7.254 7.946zM2.754 4.601l2.75.302-.34-.701.813.138-.812-2.752S4.66.8 3.875 1.166 3.3 2.518 3.3 2.518s-.975-.104-1.257.844.711 1.24.711 1.24Zm8.97 2.613-2.75-.301.34.7-.812-.138.812 2.752s.504.789 1.29.422c.784-.366.575-1.352.575-1.352s.975.104 1.256-.844-.71-1.239-.71-1.239Zm.35-3.118s.573-.814-.092-1.534c-.666-.72-1.406.016-1.406.016l-1.621 2.29.763.046-.52.652 2.74.646s.92-.056.998-.934c.08-.879-.862-1.182-.862-1.182M2.404 7.72s-.572.813.094 1.534c.665.72 1.405-.016 1.405-.016l1.621-2.29-.764-.046.521-.653-2.74-.646s-.92.056-.998.935c-.08.878.862 1.182.862 1.182Zm4.584-.687A1.13 1.13 0 0 0 8.29 6.09a1.15 1.15 0 0 0-.921-1.33 1.13 1.13 0 0 0-1.301.942 1.15 1.15 0 0 0 .921 1.33Zm-1.65 12.844c4.794 0 4.881-5.344 4.881-5.344-5.679.053-4.881 5.344-4.881 5.344m-1.545-8.583c-.74 1.735-.868 3.778-.813 5.382-.597-.588-1.53-1.021-2.98-1.035 0 0 .072 4.31 3.969 4.32.002 0 .003-.038.005-.038h.012V20s.087-.004.132-.014a.74.74 0 0 0 .568-.87c-.011-.056-.744-3.933.277-6.82a2.38 2.38 0 0 1-1.17-1.002'/%3E%3C/svg%3E")}.tag-icon_service:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M8.533 1.478A4.97 4.97 0 0 0 4.643.012 5.09 5.09 0 0 0 0 5.142v.2a1.332 1.332 0 0 0 2.667 0v-.236A2.394 2.394 0 0 1 4.93 2.677 2.335 2.335 0 0 1 7.333 5.01c0 .311-.072.618-.21.896a1.96 1.96 0 0 1-.58.713L.647 11.172A1.67 1.67 0 0 0 0 12.505v6.162A1.33 1.33 0 0 0 1.334 20h7.333A1.334 1.334 0 0 0 10 18.668V5.008a4.97 4.97 0 0 0-1.467-3.53M8 18.001H2a.334.334 0 0 1 0-.666h6a.333.333 0 1 1 0 .666m.333-2.332a.333.333 0 0 1-.333.334H2a.333.333 0 0 1-.333-.334v-2.665A.333.333 0 0 1 2 12.671h6a.333.333 0 0 1 .333.333z'/%3E%3C/svg%3E")}.tag-icon_services-in-room:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.548 13.778c.153.261.452.565.452.889v.889a.45.45 0 0 1-.452.444H.452C.202 16 0 15.8 0 15.556v-.89c0-.323.299-.627.452-.888zm-.453-.89H.905l.905-2.221h15.38zM1.81 9.779V8c.238-3.573 3.356-6.446 7.238-6.655V.89h-.453c-.25 0-.452-.2-.452-.445S8.346 0 8.595 0h1.81c.25 0 .452.2.452.444a.45.45 0 0 1-.452.445h-.453v.456c3.882.209 7 3.082 7.239 6.655v1.778z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_ski:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.663 9.513c1.292.915 4.288 2.972 4.752 3.383.647.459 2.124 1.785.554 3.66-1.153 1.417-2.722 3.52-3.415 4.388l7.984-.914c.045 0 1.757-.09 2.4-1.098a1.87 1.87 0 0 0 .045-1.508l.831-.14a2.63 2.63 0 0 1-.14 2.241c-.646 1.098-2.123 1.373-2.677 1.463h-.231L.276 23 0 22.04l6.046-.686s3.876-4.892 4.292-5.441a.88.88 0 0 0 .031-1.12.9.9 0 0 0-.313-.253c-.552-.365-1.43-.914-2.214-1.462a2.8 2.8 0 0 1-1.164-1.603 2.77 2.77 0 0 1 .195-1.965L3.55 9.464c-.082.285-.223.55-.415.778a2 2 0 0 1-.646.183l.046-1.098-1.06-.274 1.014-.229c0 .047.046-.96.046-.96a.84.84 0 0 1 .646.229c.182.174.31.396.37.64l3.092.046s.23-2.195 2.907-4.07c.693-.503 2.03-.777 2.723.229a14.6 14.6 0 0 1 1.43 3.292s2.492-.09 3.138-.046c1.431.092 1.57.96 0 1.28-2.492.55-3.692.778-4.2.367a5.8 5.8 0 0 1-1.106-1.51l-.785 1.281zM14.26.779a1.916 1.916 0 0 0-2.648-.426 1.872 1.872 0 0 0 .782 3.379 1.87 1.87 0 0 0 1.403-.346 1.873 1.873 0 0 0 .46-2.607z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_conference:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1.673 3.41v7.57h8.08l.048.972H1.29a.59.59 0 0 1-.59-.59v-8.51a.697.697 0 0 1-.701-.7v-.128c0-.383.303-.701.701-.701h6.136V.542c0-.303.239-.542.541-.542s.542.239.542.542v.797h6.12c.382 0 .701.302.701.7v.128a.697.697 0 0 1-.701.702v.541zm11.889 4.223a1.705 1.705 0 1 0 0-3.41 1.705 1.705 0 0 0 0 3.41m2.868 1.068a47 47 0 0 1-1.593-.51c-.128-.048-.223-.016-.32.096-.214.26-.437.512-.668.774l-.287.325-.287-.325c-.231-.262-.454-.514-.67-.774-.095-.112-.175-.128-.318-.096q-.395.131-.797.255a47 47 0 0 0-.797.255c-.175.048-.255.16-.255.335V9.1l.271 4.717v.08c.048.653.08.716.701.908l.303 4.51a.73.73 0 0 0 .717.685h2.231a.72.72 0 0 0 .718-.685l.302-4.51c.622-.191.67-.255.702-.909v-.08l.27-4.716v-.064c.032-.175-.047-.287-.223-.335' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_cooling:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M15.2 7.2h-2.536l2.032-2.032a.795.795 0 0 0 0-1.128.806.806 0 0 0-1.136 0L10.4 7.2H8.8V5.6l3.16-3.16a.806.806 0 0 0-.259-1.31.8.8 0 0 0-.869.174L8.8 3.336V.8C8.8.36 8.44 0 8 0s-.8.36-.8.8v2.536L5.168 1.304a.797.797 0 0 0-1.128 0 .806.806 0 0 0 0 1.136L7.2 5.6v1.6H5.6L2.44 4.04a.806.806 0 0 0-1.31.259.8.8 0 0 0 .174.869L3.336 7.2H.8c-.44 0-.8.36-.8.8s.36.8.8.8h2.536l-2.032 2.032a.797.797 0 0 0 0 1.128.806.806 0 0 0 1.136 0L5.6 8.8h1.6v1.6l-3.16 3.16a.806.806 0 0 0 0 1.136.797.797 0 0 0 1.128 0L7.2 12.664V15.2c0 .44.36.8.8.8s.8-.36.8-.8v-2.536l2.032 2.032a.797.797 0 0 0 1.128 0 .806.806 0 0 0 0-1.136L8.8 10.4V8.8h1.6l3.16 3.16a.806.806 0 0 0 1.31-.259.8.8 0 0 0-.174-.869L12.664 8.8H15.2c.44 0 .8-.36.8-.8s-.36-.8-.8-.8'/%3E%3C/svg%3E")}.tag-icon_smoking:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' fill='none'%3E%3Cpath fill='currentColor' d='M13.5 13.89h-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h12c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m3.35-8.27c.62-.61 1-1.45 1-2.38 0-1.51-1-2.79-2.38-3.21a.758.758 0 0 0-.97.72c0 .33.21.62.52.71.77.23 1.33.94 1.33 1.78 0 .82-.53 1.51-1.27 1.76-.33.11-.58.39-.58.74v.15c0 .37.27.69.64.75 1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75v-1.49c0-2.22-1.28-4.14-3.15-5.03m-2.82 2.47h-1.3c-1.02 0-1.94-.73-2.07-1.75-.12-.95.46-1.7 1.3-1.93.32-.09.54-.38.54-.72 0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.03 1.84 1.62 3.29 3.46 3.29h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c-.01-1.81-1.61-3.16-3.48-3.16m1.97 5.8h1.5v3H16zm2.5 0H20v3h-1.5z'/%3E%3C/svg%3E")}.tag-icon_no-smoking:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M15.496 6.564a.76.76 0 0 1-.409-.674v-.15c0-.162.054-.309.144-.43a.9.9 0 0 1 .436-.31 1.856 1.856 0 0 0-.06-3.54.73.73 0 0 1-.52-.71.75.75 0 0 1 .307-.6.75.75 0 0 1 .663-.12 3.36 3.36 0 0 1 2.305 3.917l2.488-2.273a1 1 0 1 1 1.349 1.477L1.674 21.896A1 1 0 1 1 .326 20.42l3.864-3.53H2.087c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h5.388l4.876-4.454C10.894 9.074 9.762 7.8 9.738 6.25a3.35 3.35 0 0 1 2.42-3.28c.47-.14.93.23.93.72 0 .34-.22.63-.54.72-.84.23-1.42.98-1.3 1.93.13 1.02 1.05 1.75 2.07 1.75h.507zm-1.409 7.326h-1.551l-3.286 3h4.837c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m2.21-3.436c.183.308.29.689.29 1.136v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89a2.98 2.98 0 0 0-.651-1.845zm2.79.206a4.13 4.13 0 0 0-.62-2.188l1.121-1.023c.631.905 1 2.01 1 3.201v1.49c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm-1 3.23h-1.5v3h1.5zm1 0h1.5v3h-1.5z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_lounge:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M22.857 5.714A2.29 2.29 0 0 0 20.571 8v3.429h-16V8a2.29 2.29 0 0 0-2.285-2.286A2.29 2.29 0 0 0 0 8v5.714A2.29 2.29 0 0 0 2.286 16h20.571a2.29 2.29 0 0 0 2.286-2.286V8a2.29 2.29 0 0 0-2.286-2.286M19.43 0H5.714A2.29 2.29 0 0 0 3.43 2.286v2.457a3.42 3.42 0 0 1 2.285 3.223v2.32H19.43v-2.32c0-1.486.96-2.743 2.285-3.223V2.286A2.29 2.29 0 0 0 19.43 0'/%3E%3C/svg%3E")}.tag-icon_pets:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M14.578 8.383c1.702 0 3.084-1.831 3.084-4.08S16.28.227 14.578.227c-1.697 0-3.079 1.827-3.079 4.076s1.382 4.08 3.08 4.08ZM7.91 7.59c1.586 0 2.875-1.701 2.875-3.792C10.785 1.702 9.496 0 7.91 0 6.325 0 5.036 1.702 5.036 3.798c0 2.09 1.289 3.792 2.874 3.792M2.374 5.087C1.066 5.087 0 6.477 0 8.189c0 1.706 1.066 3.097 2.374 3.097s2.37-1.391 2.37-3.097c0-1.711-1.062-3.102-2.37-3.102M17 16.586c-.214.524-.543.923-.951 1.154-.31.172-.659.26-1.034.26-.682 0-1.442-.292-2.258-.867-.264-.223-.992-.733-1.553-.733a8 8 0 0 1-.812 0c-.301 0-.635.13-.923.283-.287.153-.528.33-.635.422a1 1 0 0 1-.088.06c-.57.302-1.136.487-1.67.547-1.395.167-2.642-.825-2.879-2.225-.366-2.142.942-3.914.997-3.988.056-.088 1.855-2.898 5.583-2.898 4.039.227 5.555 2.838 5.615 2.95.051.064 1.65 2.457.608 5.035m5.257-7.308c0 1.823-1.127 3.302-2.518 3.302s-2.518-1.479-2.518-3.302 1.128-3.301 2.518-3.301 2.518 1.478 2.518 3.301' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_no-insects:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 0c.307 0 .556.249.556.556v4.713c.177.177.34.436.483.76l2.017-1.494V2.963c0-.152.062-.298.172-.402L15.172.709a.556.556 0 1 1 .767.804l-1.772 1.688v1.614a.56.56 0 0 1-.225.446l-2.5 1.852-.046.03c.171.742.27 1.628.27 2.58q0 .536-.04 1.038l3.326 2.941a.56.56 0 0 1 .177.528l-.4 1.944 1.619.762a.555.555 0 1 1-.473 1.006l-2.015-.948a.556.556 0 0 1-.307-.615l.422-2.057-2.531-2.24a8 8 0 0 1-.163.662l1.18 1.6a.56.56 0 0 1 .079.51l-.699 2.031 1.488 2.253a.556.556 0 0 1-.928.612l-1.638-2.481a.56.56 0 0 1-.061-.487l.692-2.013-.628-.852c-.23.337-.49.527-.766.527s-.537-.19-.766-.527l-.628.852.692 2.013a.56.56 0 0 1-.061.487L7.599 19.75a.556.556 0 0 1-.928-.612l1.488-2.253-.699-2.03a.56.56 0 0 1 .078-.51l1.181-1.601a8 8 0 0 1-.163-.661l-2.531 2.239.422 2.057a.556.556 0 0 1-.307.614l-2.015.949a.556.556 0 0 1-.473-1.006l1.619-.762-.4-1.944a.56.56 0 0 1 .177-.528l3.326-2.941a13 13 0 0 1-.04-1.039c0-.951.099-1.837.27-2.579l-.046-.03-2.5-1.852a.56.56 0 0 1-.225-.446V3.2L4.061 1.513A.556.556 0 0 1 4.828.71l1.944 1.85c.11.104.172.25.172.402v1.572l2.017 1.494c.144-.325.307-.584.484-.761V.556c0-.307.249-.556.556-.556ZM3.82 10.556c-1.64 0-2.275-.422-2.501-.674l-.032-.037 5.566-.747q-.115.205-.275.398c-.446.534-1.25 1.06-2.757 1.06ZM.06 8.889c-.25.926.15 2.778 3.76 2.778 2.713 0 3.897-1.464 4.318-2.742.14-.423.195-.825.195-1.147zm16.12 1.667c1.64 0 2.275-.422 2.501-.674l.031-.037-5.565-.747q.115.205.275.398c.446.534 1.25 1.06 2.757 1.06Zm3.76-1.667c.25.926-.15 2.778-3.76 2.778-2.713 0-3.897-1.464-4.318-2.742a3.8 3.8 0 0 1-.195-1.147z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_washer:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M5.55 14.45c-.2.2-.21.55.02.73a4.01 4.01 0 0 0 5.26-.35 4.01 4.01 0 0 0 .35-5.26c-.18-.23-.53-.23-.73-.02zM14 .01 2 0C.89 0 0 .89 0 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V2c0-1.11-.89-1.99-2-1.99M6 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6'/%3E%3C/svg%3E")}.tag-icon_fitness:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none'%3E%3Cpath fill='currentColor' d='M19 0h-2a2 2 0 0 0-2 2v3H9V2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h6v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m3 4h2v4h-2zM0 4h2v4H0z'/%3E%3C/svg%3E")}.tag-icon_radio:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M1.196 4.707C.492 4.977 0 5.69 0 6.492V18.07C0 19.132.868 20 1.93 20h15.438a1.93 1.93 0 0 0 1.93-1.93V6.492c0-1.061-.87-1.93-1.93-1.93H6.078l7.17-2.894a.863.863 0 0 0 .472-1.13.863.863 0 0 0-1.129-.472L1.197 4.706ZM4.824 18.07a2.89 2.89 0 0 1-2.894-2.894 2.89 2.89 0 0 1 2.894-2.895 2.89 2.89 0 0 1 2.895 2.895 2.89 2.89 0 0 1-2.895 2.894m12.543-7.719h-1.93v-.965a.97.97 0 0 0-.964-.964.97.97 0 0 0-.965.964v.965H1.93V7.457c0-.53.434-.965.965-.965h13.508c.53 0 .965.434.965.965z'/%3E%3C/svg%3E")}.tag-icon_rooms:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='currentColor' d='M2.222 2.222v4.445a1.111 1.111 0 1 1-2.222 0V1.11A1.11 1.11 0 0 1 1.111 0h5.556a1.111 1.111 0 0 1 0 2.222zm15.556 0h-4.445a1.11 1.11 0 1 1 0-2.222h5.556A1.11 1.11 0 0 1 20 1.111v5.556a1.111 1.111 0 0 1-2.222 0zM2.222 17.778h4.445a1.111 1.111 0 1 1 0 2.222H1.11A1.11 1.11 0 0 1 0 18.889v-5.556a1.11 1.11 0 1 1 2.222 0zm15.556 0v-4.445a1.11 1.11 0 1 1 2.222 0v5.556A1.11 1.11 0 0 1 18.889 20h-5.556a1.111 1.111 0 0 1 0-2.222zM3.658 5.23A1.111 1.111 0 0 1 5.23 3.659L7.452 5.88a1.111 1.111 0 1 1-1.57 1.571zm8.89 8.889a1.111 1.111 0 0 1 1.57-1.571l2.223 2.222a1.111 1.111 0 0 1-1.571 1.571zm1.57-6.667a1.11 1.11 0 1 1-1.57-1.57l2.222-2.223a1.111 1.111 0 0 1 1.571 1.571L14.12 7.452Zm-8.888 8.89a1.111 1.111 0 1 1-1.571-1.572l2.222-2.222a1.111 1.111 0 1 1 1.571 1.57z'/%3E%3C/svg%3E")}.tag-icon_slippers:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.833 18.667a2.837 2.837 0 0 0 2.834-2.834V9.87A20 20 0 0 0 2 9.867v5.966a2.83 2.83 0 0 0 2.833 2.834M8.998 4.632 9 4.167A4.165 4.165 0 0 0 4.834 0 4.17 4.17 0 0 0 .667 4.167v.463c2.727-.84 5.569-.84 8.33.002Zm11.667 0 .002-.465A4.165 4.165 0 0 0 16.5 0a4.17 4.17 0 0 0-4.166 4.167v.463c2.727-.84 5.568-.84 8.33.002Zm-.624 5.351-.04-.007v5.857c0 1.93-1.571 3.5-3.502 3.5a3.5 3.5 0 0 1-3.499-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 16.5 20a4.17 4.17 0 0 0 4.167-4.167V9.976c-.2.04-.41.046-.626.007M8.974 5.322c-2.85-.908-5.68-.84-8.284-.001a1 1 0 0 0-.197.088H.492c-.3.177-.492.5-.492.863V8.34a.998.998 0 0 0 1.172.985 20.7 20.7 0 0 1 7.32.002 1 1 0 0 0 1.175-.984v-2.07a.99.99 0 0 0-.693-.951m-.6 4.661-.04-.007v5.857c0 1.93-1.571 3.5-3.501 3.5a3.5 3.5 0 0 1-3.5-3.5v-5.86l-.042.008a1.7 1.7 0 0 1-.624-.006v5.858A4.165 4.165 0 0 0 4.833 20 4.17 4.17 0 0 0 9 15.833V9.976c-.2.04-.41.046-.626.007m3.983-4.662c2.794-.9 5.628-.845 8.284.001a.99.99 0 0 1 .693.952v2.069a1 1 0 0 1-1.175.984 20.7 20.7 0 0 0-7.32-.002.998.998 0 0 1-1.172-.985V6.272c0-.448.29-.823.69-.951m6.977 10.512a2.837 2.837 0 0 1-2.834 2.834 2.83 2.83 0 0 1-2.833-2.834V9.867a20 20 0 0 1 5.667.003z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_hairdryer:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='currentColor' d='M3.595 10.482v4.814a.9.9 0 0 0 .901.901h.902V18H7.2v-1.803h.901a.9.9 0 0 0 .902-.901v-5.048l8.248-1.262a.9.9 0 0 0 .766-.902V2.676a.9.9 0 0 0-.766-.902L6.2.08a5.3 5.3 0 0 0-2.416.136A5.55 5.55 0 0 0 1.08 2.144a5.41 5.41 0 0 0 2.515 8.338m1.803-7.806a2.704 2.704 0 1 1 0 5.408 2.704 2.704 0 0 1 0-5.408'/%3E%3C/svg%3E")}.tag-icon_outlet:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m11.974 5.013-1.595-1.207 1.207-1.595a1 1 0 1 0-1.595-1.207L8.784 2.6a2 2 0 0 0-2.801.388L2.965 6.974a2 2 0 0 0 .388 2.801l1.594 1.207-4.224 5.582a1 1 0 1 0 1.595 1.207l4.224-5.582 1.595 1.207c.88.666 2.136.492 2.802-.387l3.017-3.987a2 2 0 0 0-.388-2.802l1.207-1.595a1 1 0 1 0-1.594-1.207z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_clock:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none'%3E%3Cpath fill='%230662BA' d='M5.215 0H3.5a.43.43 0 0 0-.429.429.43.43 0 0 0 .429.428h1.714A.43.43 0 0 0 5.643.43.43.43 0 0 0 5.215 0m-.857 5.571a.43.43 0 0 0 .428-.428V3.429A.43.43 0 0 0 4.358 3a.43.43 0 0 0-.429.429v1.714a.43.43 0 0 0 .429.428M7.37 2.74l.322-.322a.426.426 0 0 0 0-.6l-.005-.004a.425.425 0 0 0-.6 0l-.321.321a3.84 3.84 0 0 0-2.408-.848C2.3 1.286.553 2.983.5 5.04A3.856 3.856 0 0 0 4.358 9 3.854 3.854 0 0 0 7.37 2.739M4.358 8.143c-1.658 0-3-1.342-3-3 0-1.659 1.342-3 3-3s3 1.341 3 3c0 1.658-1.342 3-3 3'/%3E%3C/svg%3E")}.tag-icon_clock-filled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath fill='%23200E32' d='M3.375.786h2.25c.1 0 .195-.042.265-.115a.403.403 0 0 0 0-.556A.37.37 0 0 0 5.625 0h-2.25c-.1 0-.195.041-.265.115a.403.403 0 0 0 0 .556c.07.073.166.115.265.115M4.5 1.57c-.89 0-1.76.277-2.5.795A4.67 4.67 0 0 0 .343 4.482a4.9 4.9 0 0 0-.257 2.723A4.8 4.8 0 0 0 1.318 9.62a4.44 4.44 0 0 0 2.304 1.29 4.3 4.3 0 0 0 2.6-.268 4.55 4.55 0 0 0 2.02-1.736A4.88 4.88 0 0 0 9 6.285a4.84 4.84 0 0 0-1.32-3.331A4.4 4.4 0 0 0 4.5 1.57m2.121 3.05L4.765 6.564a.38.38 0 0 1-.265.115.36.36 0 0 1-.265-.115.4.4 0 0 1-.11-.278.4.4 0 0 1 .11-.278L6.09 4.063a.37.37 0 0 1 .265-.115.36.36 0 0 1 .265.115.4.4 0 0 1 .11.278.4.4 0 0 1-.11.278Z'/%3E%3C/svg%3E")}.tag-icon_calendar-filled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23200e32' d='M25.5 3H24V1.5c0-.9-.6-1.5-1.5-1.5S21 .6 21 1.5V3H9V1.5C9 .6 8.4 0 7.5 0S6 .6 6 1.5V3H4.5C1.95 3 0 4.95 0 7.5V9h30V7.5C30 4.95 28.05 3 25.5 3M0 25.5C0 28.05 1.95 30 4.5 30h21c2.55 0 4.5-1.95 4.5-4.5V12H0zM22.5 15c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5M15 15c.9 0 1.5.6 1.5 1.5S15.9 18 15 18s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m0 6c.9 0 1.5.6 1.5 1.5S15.9 24 15 24s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5m-7.5-6c.9 0 1.5.6 1.5 1.5S8.4 18 7.5 18 6 17.4 6 16.5 6.6 15 7.5 15m0 6c.9 0 1.5.6 1.5 1.5S8.4 24 7.5 24 6 23.4 6 22.5 6.6 21 7.5 21'/%3E%3C/svg%3E")}.tag-icon_percent-filled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' fill='none'%3E%3Cpath fill='%23200e32' fill-rule='evenodd' d='M28.528 10.796a4.4 4.4 0 0 0 .986 1.129 4.46 4.46 0 0 1 1.813 3.051 4.46 4.46 0 0 1-1.808 3.049c-.391.318-.725.7-.986 1.13a4.5 4.5 0 0 0 .121 1.582 4.33 4.33 0 0 1-.318 3.451 4.35 4.35 0 0 1-3.206 1.376c-.523.03-1.036.15-1.517.357a4.4 4.4 0 0 0-.796 1.312 4.37 4.37 0 0 1-2.317 2.645 2.5 2.5 0 0 1-.788.122 5.6 5.6 0 0 1-2.554-.883 4.4 4.4 0 0 0-1.494-.618 4.4 4.4 0 0 0-1.495.622 4.3 4.3 0 0 1-3.346.76 4.44 4.44 0 0 1-2.317-2.646 4.5 4.5 0 0 0-.79-1.314 4.5 4.5 0 0 0-1.517-.365 4.35 4.35 0 0 1-3.202-1.367 4.33 4.33 0 0 1-.32-3.451c.134-.516.175-1.05.123-1.581a4.4 4.4 0 0 0-.987-1.13A4.46 4.46 0 0 1 0 14.976a4.46 4.46 0 0 1 1.808-3.046c.391-.318.725-.7.987-1.13a4.5 4.5 0 0 0-.122-1.581 4.33 4.33 0 0 1 .319-3.451 4.35 4.35 0 0 1 3.205-1.372 4.5 4.5 0 0 0 1.517-.365c.34-.387.611-.83.799-1.311a4.37 4.37 0 0 1 2.31-2.645 4.3 4.3 0 0 1 3.346.76 4.4 4.4 0 0 0 1.495.618 4.4 4.4 0 0 0 1.494-.618 4.3 4.3 0 0 1 3.346-.76 4.44 4.44 0 0 1 2.318 2.642c.186.48.453.925.79 1.314.48.21.994.333 1.517.365a4.35 4.35 0 0 1 3.202 1.368 4.33 4.33 0 0 1 .318 3.451 4.5 4.5 0 0 0-.121 1.581M8.982 9.301a3.648 3.648 0 1 0 6.067 4.054A3.648 3.648 0 0 0 8.982 9.3Zm3.038 10.525c.319.002.626-.12.855-.342l7.297-7.297a1.216 1.216 0 0 0-1.72-1.72l-7.297 7.298a1.216 1.216 0 0 0 .865 2.06Zm5.265 1.832a3.648 3.648 0 1 0 4.054-6.067 3.648 3.648 0 0 0-4.054 6.067m-5.27-9.114a1.216 1.216 0 1 0 0-2.433 1.216 1.216 0 0 0 0 2.433m7.297 7.296a1.216 1.216 0 1 0 0-2.432 1.216 1.216 0 0 0 0 2.432' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-icon_restaurant:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%230662BA' fill-rule='evenodd' d='M30 15c0 8.284-6.716 15-15 15S0 23.284 0 15 6.716 0 15 0s15 6.716 15 15M12.83 6.358h.552l.305 5.463c-.003.44-.173.862-.476 1.18a1.9 1.9 0 0 1-1.257.572v9.365a.74.74 0 0 1-.723.724h-.685a.743.743 0 0 1-.723-.724v-9.365a1.8 1.8 0 0 1-1.257-.571 1.9 1.9 0 0 1-.476-1.18l.343-5.464h.533l.21 4.112h.494l.19-4.112h.61l.19 4.112h.495l.19-4.112h.59l.21 4.112h.495zm6.592.095a.8.8 0 0 1 .356-.095.76.76 0 0 1 .762.762v15.875a.704.704 0 0 1-.724.666h-.704a.704.704 0 0 1-.704-.666v-5.54h-1.77s.456-7.404 2.207-10.316q.136-.231.305-.438a.8.8 0 0 1 .273-.248Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tag-slider{padding-left:40px;padding-right:40px;position:relative}.tag-slider .swiper{position:static}.tag-slider .swiper-slide{align-items:center;background:#ebf1fd;border-radius:30px;display:flex;justify-content:center;padding:8px 10px;width:auto}.tag-slider .swiper-slide a{color:#0662ba;font-size:12px;line-height:14px}.tag-slider .swiper-button-next,.tag-slider .swiper-button-prev{background-color:#fff;border-radius:30px;box-shadow:0 0 4px #00000040;height:30px;top:22px;width:30px}.tag-slider .swiper-button-next:after,.tag-slider .swiper-button-prev:after{font-size:16px;font-weight:700}.tag-slider .swiper-button-prev{left:0}.tag-slider .swiper-button-next{right:0}.tag-slider_no-arrow{padding-left:0;padding-right:0}.tag-slider:has(.swiper-button-next.swiper-button-disabled){padding-right:0}.tag-slider:has(.swiper-button-prev.swiper-button-disabled){padding-left:0}.tag-slider .swiper-button-disabled{opacity:0}.tip-block{--color-tip:inherit;background-color:rgba(var(--color-tip),.1);border:1px solid var(--color-tip);border-radius:0 10px;font-size:14px;line-height:1.3;padding:16px 16px 16px 42px;position:relative}.tip-block strong{font-weight:500}.tip-block:after{background-color:var(--color-tip);content:"";display:block;height:22px;left:13px;-webkit-mask-image:url(../../images/icons/icon-alert.svg);mask-image:url(../../images/icons/icon-alert.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:13px;-webkit-user-select:none;user-select:none;width:22px}.tip-block--red{--color-tip:var(--red-3);background-color:var(--pink-light)}.users-likes{background-color:#e5f7ed;border-radius:0 0 8px 8px;font-size:10px;line-height:1.3;padding:6px}.users-likes__icon{display:inline-flex;margin-right:.5ch;vertical-align:text-top}.users-likes__icon svg{height:10px;width:9px}.users-likes__labels{color:#019947;font-weight:600}.viewed-hotels-card{background-color:#fff;border-radius:0 0 0 1.563vw;box-shadow:0 0 15px #00000026;display:grid;grid-template-columns:repeat(3,1fr);height:100%;justify-content:space-between;padding:.781vw;position:relative;row-gap:.781vw}.viewed-hotels-card__rating{align-items:center;align-self:start;column-gap:.781vw;display:flex;grid-column:1/3;grid-row:1/2}.viewed-hotels-card__stars{column-gap:.281vw}.viewed-hotels-card__stars .rating__item{height:1.094vw;width:1.094vw}.viewed-hotels-card__reviews{color:#f8991d;font-size:.938vw;line-height:1.094vw}.viewed-hotels-card__score{right:32px}.viewed-hotels__delete{align-items:center;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;pointer-events:all;position:absolute;right:0;top:0;transition:color .15s ease;width:32px;z-index:2}.viewed-hotels__delete:hover{color:#f8991d}.viewed-hotels__delete:active{color:#dd7e01}.viewed-hotels-card__title{font-size:1.25vw;font-weight:900;grid-column:1/5;grid-row:2/3;padding-right:2.781vw}.viewed-hotels-card__address,.viewed-hotels-card__title{color:#0662ba;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.viewed-hotels-card__address{align-items:center;column-gap:.481vw;display:flex;font-size:.938vw;grid-column:1/4;grid-row:3/4;margin-top:-.575vw;min-width:0;white-space:nowrap}.viewed-hotels-card__address:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:1.094vw;width:.938vw}.viewed-hotels-card__images{grid-column:1/-1;grid-row:4/5;margin-left:-.781vw;margin-right:-.781vw;overflow:hidden}.viewed-hotels-card__swiper{--swiper-navigation-size:20px;--swiper-navigation-color:#ffffff;height:11.722vw;width:100%}.viewed-hotels-card__swiper .swiper-pagination{color:#fff;font-size:.938vw;font-weight:700;line-height:1.094vw}.viewed-hotels-card__price{align-self:center;color:#000;font-size:1.406vw;font-weight:700;grid-column:1/2;grid-row:5/6;line-height:1.2;text-wrap:nowrap}.viewed-hotels-card__days{align-self:center;font-size:.781vw;grid-column:2/3;grid-row:5/6;line-height:1.2;text-align:center}.viewed-hotels-card__button{align-self:end;font-size:.938vw;grid-column:3/4;grid-row:5/6;justify-self:end;line-height:1.094vw;min-width:7.815vw;padding:.625vw .938vw}.viewed-hotels-card__link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.viewed-hotels{margin-bottom:2.344vw;padding:2.344vw 0;position:relative}.viewed-hotels_hidden{display:none}.viewed-hotels__title{font-size:1.563vw;font-weight:900;line-height:1.2;margin-bottom:1.563vw}.viewed-hotels__main{--columns:3;display:grid;gap:35px;grid-template-columns:repeat(var(--columns),1fr)}.weather-advice{background-color:#fff8ee;border-radius:0 .781vw;padding:1.172vw 1.563vw 1.172vw 4.922vw;position:relative}.weather-advice:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='48' fill='none'%3E%3Cpath fill='%23F8991D' d='M31.262 25.78c4.455-7.736-1.186-17.292-9.987-17.292-8.814 0-14.47 9.525-9.94 17.364.026.038 2.642 3.8 3.886 6.301a4.8 4.8 0 0 1 .49 2.12v6.435c0 1.241.765 2.304 1.848 2.749V45c0 1.654 1.345 3 3 3h1.428c1.655 0 3-1.346 3-3v-1.543a2.98 2.98 0 0 0 1.849-2.749v-6.434c0-.017-.008-.03-.01-.046a4.5 4.5 0 0 1 .462-1.987c1.224-2.499 3.901-6.35 3.974-6.462Zm-18.24-1c-3.662-6.348.913-14.292 8.253-14.292 7.327 0 11.887 7.961 8.3 14.22-.113.163-2.792 4.016-4.084 6.654a6.5 6.5 0 0 0-.584 1.911H17.63a6.7 6.7 0 0 0-.617-2.01c-1.309-2.633-3.926-6.396-3.99-6.483Zm11.814 15.928a.975.975 0 0 1-.975.974h-5.176a.975.975 0 0 1-.974-.974v-1.23h3.562a1 1 0 1 0 0-2h-3.562v-2.205h7.125zM22.987 45a1 1 0 0 1-1 1H20.56a1 1 0 0 1-1-1v-1.318h3.428V45ZM21.273 5.229a1 1 0 0 0 1-1.001V1a1 1 0 1 0-2 0v3.23a1 1 0 0 0 1 1Zm12.64 4.75 2.281-2.285A1 1 0 1 0 34.78 6.28l-2.282 2.284a1 1 0 0 0 1.414 1.415Zm4.163 10.294a1 1 0 0 0 0 2h3.229a1 1 0 0 0 0-2zM4.228 20.03l-3.229.002a1 1 0 0 0 .001 2l3.23-.002a1 1 0 0 0-.002-2m5.75-11.638L7.695 6.11A1 1 0 0 0 6.28 7.525l2.284 2.282A1 1 0 0 0 9.98 8.392Z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:3.75vw;left:.781vw;position:absolute;top:1.406vw;width:3.281vw}.weather-advice__title{font-size:1.25vw;font-weight:700;line-height:1.484vw}.weather-advice__text{font-size:1.094vw;font-weight:300;line-height:1.406vw}.weather-icon{display:flex}.weather-icon:before{background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:2.734vw;width:2.734vw}.weather-icon_01d:before,.weather-icon_01n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M79.25 118.08a38.59 38.59 0 1 1 38.6-38.58 38.63 38.63 0 0 1-38.6 38.58m0-67.18a28.59 28.59 0 1 0 28.6 28.6 28.62 28.62 0 0 0-28.6-28.6M79.25 32.5a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M147.25 84.48h-16a5 5 0 0 1 0-10h16a5 5 0 0 1 0 10M27.26 84.48h-16a5 5 0 1 1 0-10h16a5 5 0 1 1 0 10M115.56 48.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 0 1 7.07 7.07L119.1 46.74a5 5 0 0 1-3.54 1.46M42.5 48.2a5 5 0 0 1-3.5-1.46L27.64 35.42a5 5 0 0 1 7.07-7.07L46 39.66a5 5 0 0 1-3.5 8.54M79.25 152.59a5 5 0 0 1-5-5v-16a5 5 0 0 1 10 0v16a5 5 0 0 1-5 5M126.88 132.2a5 5 0 0 1-3.54-1.46L112 119.41a5 5 0 0 1 7.07-7.07l11.32 11.32a5 5 0 0 1-3.54 8.54ZM31.18 132.2a5 5 0 0 1-3.54-8.54L39 112.34a5 5 0 0 1 7 7.07l-11.29 11.32a5 5 0 0 1-3.53 1.47'/%3E%3C/svg%3E")}.weather-icon_02d:before,.weather-icon_02n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M127.87 142.67H67.36a25.26 25.26 0 0 1-4.1-50.18 36.68 36.68 0 0 1 64.86-6.68 28.43 28.43 0 0 1-.25 56.86M97.41 79.06a26.6 26.6 0 0 0-25.77 19.39A4.93 4.93 0 0 1 67 102a15.4 15.4 0 0 0 .35 30.79h60.51a18.57 18.57 0 1 0 0-37.13 15 15 0 0 0-1.87.12 4.93 4.93 0 0 1-4.94-2.56 26.84 26.84 0 0 0-23.64-14.16'/%3E%3Cpath fill='%230662ba' d='M127.87 142.67a4.93 4.93 0 1 1 0-9.87 18.56 18.56 0 1 0-14-30.77 4.93 4.93 0 0 1-7.44-6.48 28.43 28.43 0 1 1 21.44 47.12M75.24 45.9a38.58 38.58 0 0 0-34.93 55 27 27 0 0 1 7.64-7.9 28.57 28.57 0 0 1 48.17-28 23.7 23.7 0 0 1 5.13-.57 25 25 0 0 1 7.62 1.17 38.62 38.62 0 0 0-33.63-19.7M75.24 37.5a5 5 0 0 1-5-5v-16a5 5 0 1 1 10 0v16a5 5 0 0 1-5 5M23.26 89.48h-16a5 5 0 1 1 0-10h16a5 5 0 0 1 0 10M111.56 53.2a5 5 0 0 1-3.56-8.54l11.32-11.32a5 5 0 1 1 7.07 7.07l-11.3 11.33a5 5 0 0 1-3.53 1.46M38.49 53.2A5 5 0 0 1 35 51.74L23.63 40.42a5 5 0 1 1 7.07-7.07L42 44.66a5 5 0 0 1-3.51 8.54'/%3E%3C/svg%3E")}.weather-icon_03d:before,.weather-icon_03n:before,.weather-icon_04d:before,.weather-icon_04n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M128.22 152.2H64.06a26.35 26.35 0 0 1-4-52.39 38.46 38.46 0 0 1 68.22-7 29.71 29.71 0 0 1 0 59.42Zm-32.3-67.43a28.63 28.63 0 0 0-27.73 20.87 4.8 4.8 0 0 1-4.5 3.47 16.75 16.75 0 0 0 .38 33.5h64.15a20.11 20.11 0 0 0 0-40.22 17 17 0 0 0-2 .13 4.81 4.81 0 0 1-4.8-2.49 28.88 28.88 0 0 0-25.5-15.26'/%3E%3Cpath fill='gray' d='M128.22 152.2a4.8 4.8 0 0 1 0-9.6 20.1 20.1 0 1 0-15.15-33.33 4.8 4.8 0 1 1-7.24-6.3 29.71 29.71 0 1 1 22.39 49.23'/%3E%3Cpath fill='gray' d='M112.19 47.46a5 5 0 0 0 5 2.6 23 23 0 0 1 3-.18A27.85 27.85 0 0 1 146.63 86a5 5 0 0 0 4.76 6.43 5 5 0 0 0 4.77-3.43 36.8 36.8 0 0 0 1.73-10.33A37.9 37.9 0 0 0 120 39.87h-.69A49.4 49.4 0 0 0 31.07 49a33.42 33.42 0 0 0-6.41 64.77 4.9 4.9 0 0 0 6.5-4.62v-.23a5 5 0 0 0-3.4-4.66 23.42 23.42 0 0 1 7.14-45.51 5.06 5.06 0 0 0 4.71-3.68 39.4 39.4 0 0 1 72.58-7.61'/%3E%3Cpath fill='gray' d='M99.24 59.22a27.85 27.85 0 0 1 47.42 26.73 5 5 0 0 0 4.76 6.51A5 5 0 0 0 156.2 89a37.86 37.86 0 0 0-64.68-36.14 5 5 0 0 0 .93 7.4 5.19 5.19 0 0 0 6.79-1.04'/%3E%3C/svg%3E")}.weather-icon_09d:before,.weather-icon_09n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.weather-icon_10d:before,.weather-icon_10n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.weather-icon_11d:before,.weather-icon_11n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.weather-icon_13d:before,.weather-icon_13n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='%230662ba' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='%230662ba' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='%230662ba' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E")}.weather-icon_50d:before,.weather-icon_50n:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71'/%3E%3Cpath fill='gray' d='M120.08 115.61a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.49 3.08l-5.6 17.47a5 5 0 0 1-4.76 3.46M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.58a5 5 0 0 1-4.78 3.42M97 128.65a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 0 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.weather-icon_b1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.weather-icon_c1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M35.47 115.46a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10Z'/%3E%3Cpath fill='%23ffad0e' d='M130.22 113.87a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.3a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.25M101.84 134.43a5 5 0 0 1-5-5V98.07a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M88.45 126.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.16a5 5 0 0 1-2.55.73'/%3E%3Cpath fill='%23ffad0e' d='M114.85 127.51a5 5 0 0 1-2.79-.85L86 109.15a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.43a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='%23ffad0e' d='M46.11 144.89a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.16a5 5 0 0 1-2.59.73'/%3E%3Cpath fill='%23ffad0e' d='M72.52 145.51a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.weather-icon_c2:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M35.47 115.49a33.42 33.42 0 0 1-4.36-66.56 49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59A39.4 39.4 0 0 0 39.63 55a5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='%230662ba' d='M130.22 113.89a5 5 0 0 1-1.54-9.76 27.85 27.85 0 1 0-29.58-44.8 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.24M101.84 134.46a5 5 0 0 1-5-5V98.09a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M88.45 126.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.19a5 5 0 0 1-2.55.72'/%3E%3Cpath fill='%230662ba' d='M114.85 127.53a5 5 0 0 1-2.79-.85L86 109.17a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.46a5 5 0 0 1-5-5v-31.37a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5.01'/%3E%3Cpath fill='%230662ba' d='M46.11 144.91a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.19a5 5 0 0 1-2.59.72'/%3E%3Cpath fill='%230662ba' d='M72.52 145.53a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.weather-icon_c4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 0 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.59 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M101.84 134.55a5 5 0 0 1-5-5V98.19a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M88.45 127a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L91 126.29a5 5 0 0 1-2.55.71'/%3E%3Cpath fill='gray' d='M114.85 127.63a5 5 0 0 1-2.79-.85L86 109.27a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15ZM59.51 152.55a5 5 0 0 1-5-5v-31.36a5 5 0 0 1 10 0v31.36a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M46.11 145a5 5 0 0 1-2.6-9.27l26.81-16.28a5 5 0 0 1 5.19 8.55L48.7 144.29a5 5 0 0 1-2.59.71'/%3E%3Cpath fill='gray' d='M72.52 145.63a5 5 0 0 1-2.79-.85l-26-17.51a5 5 0 1 1 5.58-8.3l26 17.51a5 5 0 0 1-2.8 9.15Z'/%3E%3C/svg%3E")}.weather-icon_d1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 1 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%23ffad0e' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.weather-icon_d4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M120.08 115.59H74.4a5 5 0 0 1 0-10h45.69a27.86 27.86 0 1 0 0-55.71 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.67 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='gray' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 1 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM44.73 136.55a5 5 0 0 1-4.4-7.36l18.51-34.58L46.16 98a5 5 0 0 1-5.67-7.23l23.8-43.68a5 5 0 0 1 8.78 4.78L54.83 85.33 67.4 82a5 5 0 0 1 5.69 7.19l-23.95 44.72a5 5 0 0 1-4.41 2.64'/%3E%3C/svg%3E")}.weather-icon_e4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='gray' d='M35.47 115.59A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.9 37.9 0 0 1 37.86 37.86 5 5 0 1 1-10 0 27.89 27.89 0 0 0-27.86-27.86 23 23 0 0 0-2.84.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84 5 5 0 0 1 0 10Z'/%3E%3Cpath fill='gray' d='M130.22 114a5 5 0 0 1-1.54-9.76A27.85 27.85 0 1 0 99.1 59.42a5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 40.2 60.89 5 5 0 0 1-1.54.26M81.35 152.25a5 5 0 0 1-5-5V73.93a5 5 0 1 1 10 0v73.32a5 5 0 0 1-5 5'/%3E%3Cpath fill='gray' d='M49.54 134a5 5 0 0 1-2.5-9.33L110.53 88a5 5 0 1 1 5 8.66L52 133.29a5 5 0 0 1-2.46.71'/%3E%3Cpath fill='gray' d='M113.18 133.93a5 5 0 0 1-2.47-.66L47 96.91a5 5 0 0 1 5-8.68l63.67 36.36a5 5 0 0 1-2.48 9.34ZM81.35 90.81a5 5 0 0 1-2.59-.72l-11-6.66A5 5 0 1 1 73 74.88L81.35 80l8.4-5.09a5 5 0 0 1 5.18 8.55l-11 6.66a5 5 0 0 1-2.58.69M92.34 145.63a5 5 0 0 1-2.58-.72l-8.4-5.09-8.36 5.09a5 5 0 1 1-5.18-8.55l11-6.66a5 5 0 0 1 5.18 0l11 6.66a5 5 0 0 1-2.59 9.28ZM114.63 109.07a5 5 0 0 1-2.31-.57l-11.39-6a5 5 0 0 1-2.68-4.43V85.26a5 5 0 0 1 5-5 5 5 0 0 1 5 5v9.82l8.7 4.55a5 5 0 0 1-2.32 9.43Z'/%3E%3Cpath fill='gray' d='M102.37 141a5 5 0 0 1-5-5v-12.87a5 5 0 0 1 2.63-4.43l11.38-6a5 5 0 1 1 4.64 8.86l-8.7 4.55V136a5 5 0 0 1-4.95 5M49 109.9a5 5 0 0 1-2.32-9.43l8.7-4.55V86.1a5 5 0 0 1 10 0v12.84a5 5 0 0 1-2.68 4.43l-11.38 6a5 5 0 0 1-2.32.53M60.58 140.27a5 5 0 0 1-5-5v-9.82l-8.7-4.55a5 5 0 1 1 4.64-8.9l11.39 6a5 5 0 0 1 2.68 4.43v12.85a5 5 0 0 1-5.01 4.99'/%3E%3C/svg%3E")}.weather-icon_f2:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.86 27.86 0 1 0 0-55.71 24 24 0 0 0-2.85.18 5 5 0 0 1-5-2.6 39.4 39.4 0 0 0-72.6 7.68 5 5 0 0 1-4.69 3.61 23.42 23.42 0 0 0 .53 46.84h4.85a5 5 0 0 1 0 10h-4.85A33.42 33.42 0 0 1 31.12 49a49.4 49.4 0 0 1 88.28-9.15h.69a37.86 37.86 0 1 1 0 75.71Z'/%3E%3Cpath fill='%230662ba' d='M120.08 115.59a5 5 0 0 1 0-10 27.85 27.85 0 1 0-21-46.16 5 5 0 0 1-7.54-6.57 37.85 37.85 0 1 1 28.53 62.73ZM41.11 158a5 5 0 0 1-4.76-6.54L42 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.78 3.46M50.87 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47M63.88 158a5 5 0 0 1-4.76-6.54L64.75 134a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.46M73.64 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47A5 5 0 1 1 84 107.7l-5.6 17.46a5 5 0 0 1-4.76 3.47M87.22 158a5 5 0 0 1-4.76-6.54L88.09 134a5 5 0 1 1 9.52 3.07L92 154.56a5 5 0 0 1-4.78 3.44M97 128.63a5 5 0 0 1-4.76-6.54l5.63-17.47a5 5 0 1 1 9.52 3.07l-5.63 17.47a5 5 0 0 1-4.76 3.47'/%3E%3C/svg%3E")}.weather-slide{align-items:center;display:flex;flex-direction:column;padding:.781vw 1.172vw;width:auto}.weather-slide__date{font-size:1.25vw;font-weight:700;line-height:1.484vw}.weather-slide__weekday{margin-bottom:.781vw}.weather-slide__weekday dd{font-size:.938vw;line-height:1.094vw}.weather-slide__weekday_short{display:none}.weather-slide__icon{margin-bottom:.313vw}.weather-slide__temp-day{font-size:1.875vw;font-weight:800;line-height:2.188vw}.weather-slide__temp-night{font-size:1.094vw;line-height:1.25vw;margin-bottom:.781vw}.weather-slide__wind{margin-bottom:.391vw}.weather-slide__air-pressure,.weather-slide__humidity{font-size:.781vw;line-height:.938vw}.weather-slide__humidity{margin-bottom:.313vw}.weather-slide__air-pressure{white-space:nowrap}.weather-slide__date-wrapper,.weather-slide__temp-wrapper{display:flex;flex-wrap:wrap}.weather-slide__temp-wrapper{align-items:center}.weather-slide--sm{padding:10px}.weather-slide--sm .weather-slide__icon,.weather-slide--sm .weather-slide__temp-night,.weather-slide--sm .weather-slide__weekday{margin:0}.weather-slide--sm .weather-slide__date{padding-right:4px}.weather-slide--sm .weather-slide__date,.weather-slide--sm .weather-slide__weekday dd{font-size:12px;line-height:1.2}.weather-slide--sm .weather-slide__temp-day{font-size:22px;line-height:1.2}.weather-slide--sm .weather-icon:before{height:35px;width:35px}.weather-slide--sm .weather-slide__temp-night{font-size:12px;line-height:1.5;padding-left:4px}.weather-slide--sm .weather-slide__icon{margin:0 10px}.hotels-page_list_open .weather-slide__temp-wrapper{justify-content:flex-end}.weather-slider .swiper{padding-left:18px;padding-right:18px;--swiper-navigation-size:3.438vw}.weather-slider .swiper-button-next,.weather-slider .swiper-button-prev{align-items:center;background-color:#fff;display:flex;justify-content:center}.weather-slider .swiper-button-prev{left:-.625vw}.weather-slider .swiper-button-next{right:-.625vw}.weather-slider .swiper-button-next:after,.weather-slider .swiper-button-prev:after{background-color:#225999;font-size:0;height:1.563vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.7 1.25 8 9.125 1.7 17'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.7 1.25 8 9.125 1.7 17'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;width:.781vw}.weather-slider .swiper-button-prev:after{transform:rotate(180deg)}.weather-slider .swiper-button-next.swiper-button-disabled,.weather-slider .swiper-button-prev.swiper-button-disabled{opacity:1}.weather-slider .swiper-button-next.swiper-button-disabled:after,.weather-slider .swiper-button-prev.swiper-button-disabled:after{background-color:#c4c4c4}.weather-wind{align-items:center;column-gap:2px;display:flex}.weather-wind__dir dd:before{background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";display:flex;height:16px;width:16px}.weather-wind__dir_se dd:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M12.123 4.171a1.035 1.035 0 0 0-.834 1.04l-.008 3.91a2 2 0 0 0 .095.611l.117.308L4.55 3.096a1.035 1.035 0 0 0-1.34-.152 1 1 0 0 0-.113 1.528l6.972 6.971-.223-.08a2 2 0 0 0-.682-.117h-3.91a1.035 1.035 0 0 0-1.04.834 1 1 0 0 0 .969 1.153h7.071a1 1 0 0 0 1-1V5.16a1 1 0 0 0-1.13-.99Z'/%3E%3C/svg%3E")}.weather-wind__dir_sw dd:before{transform:rotate(90deg)}.weather-wind__dir_w dd:before{transform:rotate(135deg)}.weather-wind__dir_nw dd:before{transform:rotate(180deg)}.weather-wind__dir_e dd:before{transform:rotate(-45deg)}.weather-wind__dir_ne dd:before{transform:rotate(-90deg)}.weather-wind__dir_n dd:before{transform:rotate(-135deg)}.weather-wind__speed{font-size:14px;line-height:16px}.weather{display:flex;flex-direction:column;padding-top:1.563vw;row-gap:.781vw}.weather__title{font-size:1.563vw;font-weight:900;line-height:1.797vw}.weather__today{align-items:center;border:.078vw dashed #d6e3fc;border-radius:0 .781vw;display:flex;padding:.859vw 1.563vw}.weather__weekday{font-size:.938vw;line-height:1.094vw;margin-right:1.563vw;text-transform:lowercase}.weather__weekday dd{display:flex;flex-direction:column}.weather__weekday dd:before{content:"Сегодня"}.weather__date{font-size:1.25vw;font-weight:800;line-height:1.484vw;margin-right:3.906vw}.weather__temperature{align-items:center;column-gap:.781vw;display:flex;margin-right:4.688vw}.weather__temp-day{font-size:2.344vw;font-weight:800;line-height:2.734vw}.weather__temp-night{font-size:1.25vw;line-height:1.484vw}.weather__wind{margin-right:2.344vw}.weather__wind .weather-wind__dir dd:before{height:1.25vw;width:1.25vw}.weather__wind .weather-wind__speed{font-size:1.094vw;line-height:1.25vw}.weather__humidity{margin-right:2.344vw}.weather__air-pressure,.weather__humidity{display:flex;font-size:.938vw;line-height:1.094vw}.weather__subtitle{color:#0662ba;font-size:1.25vw;font-weight:700;line-height:1.484vw;text-align:center}.hotel-page{padding-left:1.563vw;padding-right:1.563vw}.hotel-page .page-footer-copyright{margin-inline:-1.563vw}.hotel-breadcrumbs{margin-top:1.563vw}.hotel-breadcrumbs__item:after{height:1.094vw;margin:0 .625vw;width:.469vw}.hotel-breadcrumbs__item a,.hotel-breadcrumbs__item span{font-size:1.25vw;line-height:1.484vw}.hotel-main{margin-bottom:1.563vw}.hotel-main__grid{column-gap:.781vw;display:grid;grid-template-columns:59.688vw 36.406vw}.hotel-main__header{border-bottom:.078vw dashed #225999;display:flex;flex-direction:column;margin-bottom:2.344vw;padding-bottom:1.563vw;padding-right:18.75vw;position:relative;row-gap:.781vw}.hotel-main__title-wrapper{align-items:center;column-gap:1.563vw;display:flex;flex-wrap:wrap;row-gap:.781vw}.hotel-main__title{font-size:2.734vw;line-height:3.203vw}.hotel-main__apartment-type{font-size:1.25vw;line-height:1.484vw;margin-top:.156vw}.hotel-main__stars .rating__item{height:1.563vw;width:1.563vw}.hotel-main__contacts{align-items:center;display:flex;flex-basis:100%;flex-wrap:wrap;row-gap:.781vw}.hotel-main__address{color:#200e32;column-gap:.313vw;font-size:1.25vw;line-height:1.484vw}.hotel-main__address:before{content:none}.hotel-main__address:after{color:#0662ba;content:"-";margin-left:.313vw;margin-right:.625vw}.hotel-main__address-icon{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%230662ba' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:inline-block;flex-shrink:0;height:1.094vw;margin-right:.313vw;order:-1;width:.703vw}.hotel-main__address-link{background:none;cursor:pointer;display:inline-block;font-size:1.25vw;line-height:1.484vw;text-decoration:underline}.hotel-main__address-link:before{content:none}.hotel-main__address-link:after{color:currentColor;content:"-";display:inline-block;margin:0 .625vw;text-decoration:none}.hotel-main__address-link:last-of-type{margin-right:2.344vw}.hotel-main__address-link:last-of-type:after{content:none}.hotel-main__address-link:focus,.hotel-main__address-link:hover{color:#044889}.hotel-main__address-link:active{color:#043b70}.hotel-main__phone.phone{column-gap:.313vw;font-size:1.25vw;line-height:1.484vw}.hotel-main__phone.phone:before{height:.917vw;width:.957vw}.hotel-main__show-on-map{position:absolute;right:0;top:0;width:17.188vw}.hotel__show-on-map-btn{align-items:center;color:#fff;column-gap:.391vw;display:flex;font-size:.938vw;font-weight:700;line-height:1.094vw;padding:.625vw 1.25vw;text-transform:lowercase;width:100%}.hotel__show-on-map-btn:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M8.966 4.495C8.74 2.239 7.208 0 4.496 0 1.792 0 .25 2.247.034 4.495-.31 7.975 2.018 11.127 4.496 14c2.486-2.873 4.813-6.024 4.47-9.505m-4.47 2.5C3.148 6.996 2.05 5.89 2.05 4.53s1.097-2.467 2.445-2.467A2.46 2.46 0 0 1 6.948 4.53a2.46 2.46 0 0 1-2.453 2.467Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";flex-shrink:0;height:1.094vw;width:.703vw}.hotel-main__gallery-tiles{grid-column:1/2;grid-row:1/2;margin-bottom:1.563vw}.hotel-main__gallery-slider{display:none}.hotel-main__foundation,.hotel-main__hotel-chain,.hotel-main__total-count{color:#fff;font-size:1.094vw;font-weight:700;line-height:1.25vw;padding:.547vw .703vw;white-space:nowrap}.hotel-main__hotel-chain{background-color:#f8991d;display:block}.hotel-main__foundation{background-color:#1b1b1bb3}.hotel-main__total-count{align-items:center;background-color:#00000080;display:flex;gap:.781vw;justify-content:center}.hotel-main__total-count:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M17 0H3a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 .49-.05l.3-.07h.12l.37-.14.13-.07c.1-.06.21-.11.31-.18a4 4 0 0 0 .38-.32l.07-.09q.147-.15.27-.32l.09-.13q.105-.167.18-.35.04-.072.07-.15c.05-.12.08-.25.12-.38v-.15q.085-.294.1-.6V3a3 3 0 0 0-3-3M3 18a1 1 0 0 1-1-1v-4.31l3.29-3.3a1 1 0 0 1 1.42 0l8.6 8.61zm15-1a1 1 0 0 1-.07.36q-.035.074-.08.14a1 1 0 0 1-.09.12l-5.35-5.35.88-.88a1 1 0 0 1 1.42 0l3.29 3.3zm0-5.14L16.12 10a3.08 3.08 0 0 0-4.24 0l-.88.88L8.12 8a3.08 3.08 0 0 0-4.24 0L2 9.86V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1zM11.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:1.563vw;width:1.563vw}.hotel-main__info{align-self:start;bottom:0;grid-column:2/3;grid-row:1/4;position:sticky;top:0}.hotel-main__tabs{grid-column:1/2;grid-row:2/3;margin-bottom:1.563vw}.hotel-main__top-amenities{grid-column:1/2;grid-row:3/4}.hotel-faq{border-bottom:.078vw dashed #225999;margin-bottom:2.344vw;padding:2.344vw 0;position:relative}.hotel-faq__title{font-size:1.563vw;font-weight:900;line-height:1.2;margin-bottom:1.563vw}.hotel-faq__slider{margin-left:2.344vw;margin-right:2.344vw}.hotel-faq__slider .faq-slider__item{background-color:#ebf1fd}.hotel-faq__slider .faq-slider__button{background:#fff;border-radius:30px;box-shadow:0 0 4px #00000040;height:40px;margin:0;width:40px}.hotel-faq__slider .faq-slider__button_prev{left:0!important}.hotel-faq__slider .faq-slider__button_next{right:0!important}.hotel-modal-search{display:none}.hotel-page__tags{margin-bottom:3vw}.hotel-page__title{font-size:1.563vw;font-weight:900;line-height:1.2;margin-bottom:1.563vw}.hotels__map{bottom:0;grid-area:map;height:100vh;margin-top:0;position:sticky;top:1px}.route-info{padding:8px 24px 8px 8px;transform:translate(-50%)}.attraction-marker,.route-info{background-color:#fff;border-radius:5px;box-shadow:0 0 15px #00000026;position:relative}.attraction-marker{align-items:center;display:flex;flex-wrap:wrap;max-width:340px;min-width:190px;transform:translate(-50%,-50%)}.attraction-marker:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='32' fill='none'%3E%3Ccircle cx='10.5' cy='10.666' r='6.484' fill='%23fff'/%3E%3Cpath fill='%23F8991D' d='M20.425 10.209C19.923 5.214 16.518.256 10.49.256c-6.01 0-9.432 4.976-9.916 9.953-.763 7.708 4.41 14.686 9.916 21.047 5.525-6.36 10.697-13.34 9.934-21.047m-9.934 5.538c-2.995 0-5.432-2.451-5.432-5.463S7.496 4.82 10.49 4.82c3.014 0 5.45 2.45 5.45 5.463s-2.437 5.463-5.45 5.463'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;bottom:0;content:"";display:block;height:32px;left:50%;position:absolute;transform:translate(-50%,75%);width:21px;z-index:1}.attraction-marker__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:16px;font-weight:900;line-height:1.3;overflow:hidden;padding:0 10px}.attraction-marker__photo{align-items:center;border-radius:0 0 0 8px;display:flex;justify-content:center;max-height:80px;max-width:200px;overflow:hidden}.attraction-marker__photo img{height:100%;object-fit:cover;width:100%!important}.attraction-marker .icon{background-color:#f8991d;color:#fff;display:block;padding:9px 13px}.attraction-marker .icon svg{height:32px;width:25px}.hotels__map .leaflet-container a.leaflet-popup-close-button{background-color:#fff;top:-32px}.route-info-close-button{align-items:center;color:var(--default-text-color);display:flex;height:24px;justify-content:center;position:absolute;right:0;top:0;width:24px;z-index:1}.attraction-marker.photo{border-radius:0 8px}.attraction-marker.photo .attraction-marker__title{font-size:12px}.attraction-marker.photo .icon{background-color:#fff;color:#c4c4c4;margin-left:6px;padding:0}.attraction-marker.photo .icon svg{height:12px;width:10px}.attraction-marker.photo:after{transform:translate(-50%,40%)}.leaflet-marker-pane:has(.route-info){z-index:2000}.hotels-page{display:grid;grid-template-areas:"breadcrumbs breadcrumbs map" "sidebar main-content map" "bottom-text bottom-text map" "faq faq map";grid-template-columns:226px 410px 1fr;grid-template-rows:min-content 1fr;padding-left:30px;position:relative}.hotels__breadcrumbs{grid-area:breadcrumbs}.hotels-page_list_open .hotels__breadcrumbs{background-color:#fff;width:1193px;z-index:1}.hotels__sidebar{display:flex;flex-direction:column;grid-area:sidebar;overflow:scroll;z-index:2;-ms-overflow-style:none;scrollbar-width:none;transition:all .3s ease-in-out}.hotels__sidebar::-webkit-scrollbar{display:none}.hotels-page_list_open.hotels-page_filters_open .hotels__sidebar{box-shadow:0 2px 8px #00000040;width:220px}.hotels__sidebar .hotels-sidebar__summary{background-color:#fff;position:sticky;top:0;z-index:101}.hotels__sidebar .hotels-sidebar__close-btn,.hotels__sidebar .hotels-sidebar__close-btn-sticky-wrapper{display:none}.hotels__main-content{background-color:#fff;grid-area:main-content;padding-left:20px;padding-right:20px;width:auto}.hotels__main-content:has(.hotels-preloader.visually-hidden,.hotels-preloader.filters__checkbox-item_hidden,.custom-select-wrapper select.hotels-preloader,.custom-select~select.hotels-preloader,.custom-select select.hotels-preloader) .hotels__tag-slider{display:block}.hotels-page_list_open .hotels__main-content{width:967px;z-index:1}.hotels__inner-header_sticky{background-color:#fffc;position:sticky;top:0;z-index:10}.hotels__inner-header_sticky .inner-header__text,.hotels__inner-header_sticky .inner-header__title{display:none}.hotels__tag-slider{display:none;margin-bottom:20px;margin-top:18px}.hotels-page_list_open .hotels__tag-slider{margin-bottom:16px}.hotels__modal{display:none}.hotels__pagination{margin-bottom:30px;margin-top:30px}.bottom-text{background:#fff;grid-area:bottom-text;padding-right:20px;position:relative;z-index:1}.bottom-text .blur-block{background:linear-gradient(0deg,#fff 28.13%,#fff0);bottom:15px;height:50px;left:0;position:absolute;width:100%}.bottom-text .blur-block.disabled{display:none}.bottom-text__wrapper{display:-webkit-box;-webkit-box-orient:vertical;color:#200e32;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-height:280px;min-height:180px;overflow:hidden;padding:2px 0}.bottom-text__wrapper.active{max-height:unset}.bottom-text__wrapper h1,.bottom-text__wrapper h2,.bottom-text__wrapper h3,.bottom-text__wrapper h4,.bottom-text__wrapper h5,.bottom-text__wrapper h6{color:#200e32;font-size:14px;font-style:normal;font-weight:700;line-height:20px;padding:2px 0}.bottom-text__wrapper p{color:#200e32;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 0}.bottom-text button{color:#0662ba;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-decoration-line:underline}.hotels-page_list_open .bottom-text{width:1192px}.hotels__main-banner{display:none}.hotels-page_list_open .hotels__main-banner{display:block;margin-bottom:20px}.hotels-page_list_open .hotels__main-banner_mobile{display:none}.hotels__main-banner img,.hotels__main-banner_mobile img{display:block;width:100%}.hotels__main-banner_mobile{display:block;margin-bottom:20px}.hotels__main-banner_mobile img{display:block;width:100%}.hotels__faq{background-color:#fff;grid-area:faq;padding-right:10px;padding-top:20px;position:relative;z-index:10}.hotels-page_list_open .hotels__faq{width:1126px}.hotels-page-old{--fontBody:Roboto;--blue:#0662BA;--blueBorder:#225999;--blueBG:#EBF1FD;--beige:#FFF6EA;--orange:#F8991D;--gray:#979797;--grayLight:#C4C4C4;--dark:#200E32;--green:#019947;color:#200e32;flex-direction:row;font:1rem/1.1875 var(--fontBody);min-height:420px}.hotels-middle,.hotels-page-old{align-items:center;display:flex;justify-content:center}.hotels-middle{flex-direction:column;max-width:920px;text-align:center}.hotels-middle h1{font-size:1.78571rem;margin:30px 0 0;text-align:center}.hotels-middle time{color:var(--gray);font-size:1.42857rem;margin-top:50px}.hotels-middle .hotels-middle__now{background:var(--orange);color:#fff;font-size:16px;font-weight:700;height:50px;line-height:50px;margin-top:20px;max-width:100%;padding:0 20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s}@media (min-width:375px) and (max-width:767px){.hotels-page_list_open .hotels-card__slider{height:200px}.hotels-page_list_open .hotels-card__slider .swiper{height:100%}}@media (width > 767px){.hotels-page_list_open .holels-card__cashback{margin-bottom:8px;margin-left:8px;position:unset;transform:translateY(0)}}@media screen and (min-width:768px){.hotels-list__tip{position:sticky;top:0;z-index:1000}#l-map.is-attraction-map a.leaflet-popup-close-button{color:#0662ba;font-size:12px;font-weight:500;padding:0 12px;width:-moz-max-content;width:max-content}#l-map.is-attraction-map a.leaflet-popup-close-button span:before{content:"cкрыть маршрут "}}@media (min-width:1919px){.hotels-page_list_open .bottom-text{width:1193px}}@media (max-width:1919px){.collapsible-section{border-radius:0 10px}.collapsible-section__heading{border-radius:0 10px;height:60px}.collapsible-section__title{font-size:20px;line-height:23px}.collapsible-section__button:before{height:8px;right:30px;top:26px;width:14px}.customer-rating{--star:22px}.customer-rating__group{height:20px;width:108px}.customer-rating__star{height:20px;margin-right:2px}.customer-rating__star:nth-of-type(2){width:44px}.customer-rating__star:nth-of-type(3){width:66px}.customer-rating__star:nth-of-type(4){width:88px}.customer-rating__star:nth-of-type(5){width:110px}.faq-slider~.swiper-button-prev{left:-26px}.faq-slider~.swiper-button-next{right:-26px}.faq-slider~.swiper-button-next:after,.faq-slider~.swiper-button-prev:after{height:21px;width:10px}.faq-slider__item{border-radius:20px 0;padding:20px;row-gap:10px}.faq-slider__question{font-size:16px;line-height:19px}.faq-slider__answer{font-size:12px;line-height:14px}.faq-slider__icon:before{height:30px;width:30px}.faq-slider-mini .faq-slider__item{border-radius:10px 0;padding:10px 25px;row-gap:4px}.faq-slider-mini .faq-slider__question{font-size:14px;line-height:16px}.gallery-tiles{gap:4px}.gallery-tiles__item:nth-child(10),.gallery-tiles__item:nth-child(6),.gallery-tiles__item:nth-child(7),.gallery-tiles__item:nth-child(8),.gallery-tiles__item:nth-child(9){margin-left:-1px}.hotel-advice{border-radius:0 10px;padding:7px 20px 7px 70px}.hotel-advice:before{height:30px;left:20px;top:11px;width:30px}.hotel-advice__text{font-size:14px;line-height:18px}.hotel-advice__tagline{font-size:16px;line-height:18px}.hotel-amenities{border-bottom:1px dashed #225999;margin-bottom:30px;padding-bottom:30px}.hotel-amenities__title{font-size:20px;line-height:23px;margin-bottom:30px}.hotel-amenities__list{column-gap:20px;margin-bottom:30px;row-gap:40px}.hotel-amenities__item{column-gap:10px;font-size:16px;line-height:19px;margin-bottom:20px}.hotel-amenities__item:before{height:15px;width:15px}.hotel-amenities__sublist{margin-left:23px;row-gap:10px}.hotel-amenities__subitem{column-gap:6px;font-size:14px;line-height:16px}.hotel-amenities__subitem:before{height:6px;width:6px}.hotel-amenities__tip{font-size:12px;line-height:14px}.hotel-attraction{column-gap:50px;grid-template-columns:1fr 160px}.hotel-attraction__card{column-gap:20px;grid-template-columns:200px 1fr;row-gap:10px}.hotel-attraction__title{font-size:18px;line-height:21px}.hotel-attraction__image{border-radius:0 20px;height:120px;width:200px}.hotel-attraction__text{font-size:14px;line-height:20px}.hotel-attraction__button{column-gap:11px;font-size:16px;line-height:19px}.hotel-attraction__button:after{height:14px;width:24px}.hotel-attraction__distance{border:1px dashed #225999;border-radius:0 20px;padding:20px;row-gap:10px}.hotel-attraction__distance-label{font-size:10px;line-height:12px}.hotel-attraction__distance-value{font-size:18px;line-height:21px}.hotel-attraction__distance-button{column-gap:10px;font-size:12px;line-height:14px;padding:8px 12px}.hotel-attraction__distance-button:before{height:11px;width:12px}.hotel-attraction__distance-tip{border-radius:5px;box-shadow:0 0 4px #00000040;font-size:12px;padding:10px;right:63px;top:73px;width:225px}.hotel-attractions{margin-bottom:10px;padding-bottom:0}.hotel-attractions .collapsible-section__body{padding-left:20px;padding-right:20px}.hotel-attractions.collapsible-section_open .collapsible-section__body{padding-bottom:20px;padding-top:20px}.hotel-attractions__tagline-wrapper{column-gap:50px;grid-template-columns:1fr 160px;margin-bottom:15px}.hotel-attractions__tagline{column-gap:10px;font-size:16px;line-height:19px;padding-right:24px}.hotel-attractions__tagline:after{height:14px;width:14px}.attractions__list{margin-bottom:20px;row-gap:30px}.hotel-attractions__button{font-size:14px;line-height:16px;padding:12px 18px}.hotel-attractions .select-selected:after{background-size:10px 5px;height:5px;right:10px;top:15px;width:10px}.hotel-attractions .select-selected{border:1px solid #d6e3fc;border-radius:6px;padding:8px 22px 8px 8px}.hotel-attractions .select-items div,.hotel-attractions .select-selected{font-size:14px;line-height:16px}.hotel-attractions .select-items div{padding:6px 27px 13px 8px}.hotel-attractions .select-items{filter:drop-shadow(0 4px 15px rgba(0,0,0,.25))}.hotel-description{min-height:150px;padding:30px 20px 0;row-gap:10px}.hotel-description__tagline{border-radius:0 10px;font-size:16px;line-height:19px;margin-left:-20px;margin-right:-20px;padding:10px 20px 10px 118px}.hotel-description__tagline:before{background-position:top 0 left 0,top 0 left 28px,top 0 left 56px;background-size:22px 24px;height:24px;left:20px;top:8px;width:78px}.hotel-description__text{font-size:14px;line-height:18px;row-gap:10px}.hotel-excursion{row-gap:10px}.hotel-excursion__title{font-size:18px;line-height:21px}.hotel-excursion__text{font-size:14px;line-height:20px}.hotel-excursion__image{height:130px}.hotel-excursion__info{padding:17px 10px}.hotel-excursion__stars .rating__item{height:10px;width:10px}.hotel-excursion__reviews{font-size:14px;line-height:16px}.hotel-excursions{margin-bottom:20px}.hotel-excursions.collapsible-section_open .collapsible-section__body{padding-top:20px}.hotel-excursions__tiles{padding-left:20px;padding-right:20px;row-gap:20px}.hotel-excursions__list{grid-template-columns:repeat(4,240px);row-gap:20px}.hotel-excursions__button{margin-bottom:20px}.hotel-info{border-radius:0 10px;padding:22px 20px 20px}.hotel-info__price{margin-bottom:8px;row-gap:10px}.hotel-info__price-caption{font-size:16px;line-height:19px;margin-right:180px}.hotel-info__price-value{font-size:24px;line-height:28px}.hotel-info__no-fees{font-size:12px;line-height:14px;margin-bottom:8px}.hotel-info__distance{font-size:16px;line-height:19px;margin-bottom:12px}.hotel-info__phone{margin-bottom:30px}.hotel-info__phone.phone{column-gap:4px;font-size:16px;line-height:19px}.hotel-info__phone.phone:before{height:12px;width:12px}.hotel-info__search-btn-text{border-bottom:1px dashed #0662ba;column-gap:4px;font-size:16px;line-height:19px;padding-bottom:3px}.hotel-info__search-btn-text:before{height:12px;width:12px}.hotel-info__rating-wrapper{column-gap:20px;margin-bottom:10px}.hotel-info__rating.popup__rating,.hotel-info__rating.score{column-gap:10px}.hotel-info__rating .hotel-popup__rating-rate,.hotel-info__rating .popup__rating-rate,.hotel-info__rating .score__value{font-size:16px;height:45px;line-height:19px;padding:8px 9px;width:42px}.hotel-info__rating-text{font-size:16px;line-height:19px}.hotel-info__reviews{font-size:12px;line-height:14px}.hotel-info__rating-list{row-gap:10px}.hotel-info__rating-item{column-gap:8px}.hotel-info__rating-label{font-size:12px;line-height:14px;margin-right:2px}.hotel-info__rating-value{flex:0 0 21px;font-size:12px;line-height:14px}.hotel-info__progressbar.progressbar{border-radius:8px;height:8px}.hotel-info__progressbar .progressbar__scale{border-radius:8px}.hotel-info__review{gap:10px;margin-bottom:20px}.hotel-info__review-name{font-size:16px;line-height:19px}.hotel-info__review-avatar{height:30px;width:30px}.hotel-info__review-btn,.hotel-info__review-text{font-size:14px;line-height:16px}.hotel-info__faq{margin-bottom:30px}.hotel-info__faq-title{font-size:16px;line-height:19px;margin-bottom:6px}.hotel-info__faq-slider{margin:0 16px}.hotel-info__amenities{margin-bottom:10px}.hotel-info__amenities-list{column-gap:7px}.hotel-info__amenities-item{padding:10px}.hotel-info__amenities-item .amenities-icon:before{height:20px;width:20px}.hotel-info__btn{font-size:14px;height:50px;line-height:16px;min-width:200px}.hotel-info__btn-tip{border-radius:5px;bottom:-24px;box-shadow:0 0 4px #00000040;font-size:12px;left:164px;max-width:210px;padding:10px}.hotel-map{margin-bottom:20px;padding-bottom:30px}.hotel-map__header{column-gap:20px;grid-template-columns:325px 1fr;margin-bottom:10px;row-gap:10px}.hotel-map__title{font-size:20px}.hotel-map__address{font-size:12px;margin-bottom:5px;padding-left:13px}.hotel-map__address:before{height:10px;top:2px;width:7px}.hotel-map__label{font-size:14px;padding:4px 0 4px 58px}.hotel-map__label:before{border-radius:11px;height:24px;width:48px}.hotel-map__label:after{height:20px;left:2px;top:2px;width:20px}.hotel-map__input:checked+.hotel-map__label:after{transform:translate(24px)}.hotel-map__map-wrapper{height:300px}.hotel-map__map{border-radius:0 20px;height:300px}.hotel-menu__info{border-radius:0;padding:0}.hotel-menu__info.is-visible{padding:7px 20px}.hotel-menu__button{min-width:unset;padding:6px 20px}.payment-details{margin-bottom:20px}.payment-details__heading{padding:18px 30px}.payment-details__list{row-gap:10px}.payment-details__item{flex-basis:calc(50% - 5px)}.payment-details__th{font-size:12px;line-height:14px;padding:10px 25px}.payment-details__th:first-of-type{padding-right:15px}.payment-details__title{column-gap:10px;font-size:16px;line-height:19px;padding:10px}.payment-details__title.tag-icon:before{height:15px;width:15px}.payment-details__col{font-size:14px;line-height:16px;padding:10px 15px 10px 25px}.payment-info{margin-bottom:30px;margin-left:-10px;margin-right:-10px}.payment-info__column{padding:30px}.payment-info__column_left{padding:30px 10px}.payment-info__list{column-gap:98px;grid-template-columns:113px 113px;margin-bottom:48px}.payment-info__title{font-size:20px;line-height:23px;margin-bottom:10px}.payment-info__subtitle,.payment-info__text{font-size:14px;line-height:20px}.payment-info__text{margin-bottom:10px}.payment-info__text_small{font-size:12px;line-height:20px}.payment-info__cards .payment-info__text{margin-bottom:6px}.payment-info__cards .payment-types__card_visa{margin-right:6px}.payment-info__paypal .payment-info__text{margin-bottom:9px}.payment-info .payment-types__card{height:30px;width:45px}.payment-info .payment-types__paypal{height:30px;width:113px}.hotel-reviews{margin-bottom:20px}.hotel-reviews__title{font-size:20px;line-height:23px;margin-bottom:20px}.hotel-reviews__show-more-button{font-size:14px;padding:12px 20px}.no-reviews__title{font-size:20px;line-height:23px}.no-reviews__details,.no-reviews__text,.no-reviews__title,.review-user{margin-bottom:20px}.review-user{column-gap:70px;row-gap:10px}.review-user__item{column-gap:10px;grid-template-columns:max-content 24px 130px;grid-template-columns:1fr 24px 1fr}.review-user__label,.review-user__value{font-size:14px}.review-user__item .progressbar{border-radius:8px;height:8px}.review-user__item .progressbar__scale{border-radius:8px}.reviews-table{margin-bottom:10px;row-gap:10px}.reviews-table__row{font-size:10px;grid-template-columns:200px 1fr;line-height:12px}.reviews-table__col{padding:20px}.reviews-table__col_left{border-radius:0 0 0 20px;border-right:1px solid #ececec;column-gap:10px;grid-template-columns:30px 1fr;row-gap:8px}.reviews-table__col_right{padding-top:0}.reviews-table__name{font-size:14px;margin-bottom:2px}.reviews-table__avatar{height:30px;width:30px}.reviews-table__date{column-gap:12px;margin-top:-6px}.reviews-table__guests{column-gap:10px;grid-template-columns:30px 1fr}.reviews-table__guests:before{background-position:top 0 left 0,top 0 left 13px;background-size:12px 12px;height:12px;width:25px}.reviews-table__type .room-capacity{column-gap:10px;font-size:10px;grid-template-columns:30px 1fr;line-height:12px}.reviews-table__type .room-capacity:before{height:14px;width:19px}.reviews-table__days{column-gap:10px;grid-template-columns:30px 1fr}.reviews-table__days:before{height:14px;width:12px}.reviews-table__button{font-size:1.094vw}.reviews-table__score{column-gap:10px;grid-template-columns:42px 1fr;margin-bottom:10px}.reviews-table__score-text{font-size:16px;margin-top:7px}.reviews-table__score .hotel-popup__rating-rate,.reviews-table__score .popup__rating-rate,.reviews-table__score .score__value{font-size:16px;height:45px;line-height:19px;padding:8px 9px;width:42px}.reviews-table__collapse-score-btn{font-size:10px}.reviews-table__minus,.reviews-table__plus{font-size:14px;margin:10px 0;padding-left:25px}.reviews-table__minus:before,.reviews-table__plus:before{height:14px;width:14px}.reviews-table__text{font-size:14px}.reviews-table__collapse-review-btn{column-gap:8px;font-size:14px}.reviews-table__collapse-review-btn:after{height:6px;width:10px}.reviews-total{column-gap:40px;grid-template-columns:218px 1fr;margin-bottom:20px}.reviews-total__score .popup__rating,.reviews-total__score .score{column-gap:10px;grid-template-columns:min-content 150px;row-gap:4px}.reviews-total__score .popup__rating-label,.reviews-total__score .score__text{font-size:20px;line-height:23px}.reviews-total__score .hotel-popup__rating-rate,.reviews-total__score .popup__rating-rate,.reviews-total__score .score__value{font-size:24px;height:60px;line-height:28px;padding:6px 10px;width:56px}.reviews-total__score-caption{font-size:12px;line-height:14px}.reviews-total .progressbar{border-radius:8px;height:8px}.reviews-total .progressbar__scale{border-radius:8px}.reviews-total__list{column-gap:40px;row-gap:20px}.reviews-total__item{column-gap:10px;grid-template-columns:1fr 24px 130px}.reviews-total__label,.reviews-total__value{font-size:16px;line-height:19px}.reviews-total__customer-rating{column-gap:22px}.reviews-total__customer-rating-caption{font-size:14px;line-height:16px}.hotel-tabs__tabs:after{border-width:1px}.hotel-tabs__button{border-radius:5px 5px 0 0;border-width:1px;column-gap:8px;font-size:18px;line-height:21px;padding:14px 16px}.hotel-tabs__button_active{border-width:1px}.hotel-tabs__button_desc:before{height:18px;width:18px}.hotel-tabs__button_weather:before{height:20px;width:25px}.top-amenities{border-bottom:1px dashed #225999;padding-bottom:20px}.top-amenities__title{font-size:20px;line-height:23px;margin-bottom:20px;margin-left:3px}.top-amenities__list{gap:10px;margin-bottom:20px;margin-left:20px}.top-amenities__item{column-gap:10px;font-size:16px;line-height:19px}.top-amenities__item.tag-icon:before{height:15px;width:15px}.top-amenities__button{border-bottom:1px dotted #0662ba;font-size:16px;line-height:19px;padding-bottom:3px}.top-amenities__button-tip{border-radius:5px;bottom:-40px;box-shadow:0 0 4px #00000040;font-size:12px;max-width:210px;padding:10px;right:-10px}.hotels-tip-popup__heading{margin-bottom:6px}.hotels-tip-popup__caption{column-gap:12px;font-size:10px}.phone:before{height:12px;width:12px}.room-modal.fancybox__content{padding-top:30px}.viewed-hotels-card{border-radius:0 0 0 20px;padding:10px;row-gap:10px}.viewed-hotels-card__rating{column-gap:10px}.viewed-hotels-card__stars .rating__item{height:14px;width:14px}.viewed-hotels-card__reviews{font-size:10px;line-height:12px}.viewed-hotels-card__title{font-size:16px;padding-right:50px}.viewed-hotels-card__address{column-gap:6px;font-size:12px;margin-top:-5px}.viewed-hotels-card__address:before{font-size:12px;line-height:14px}.viewed-hotels-card__images{margin-left:-10px;margin-right:-10px}.viewed-hotels-card__swiper{height:150px}.viewed-hotels-card__price{font-size:18px}.viewed-hotels-card__days{font-size:12px}.viewed-hotels-card__button{font-size:14px;min-width:100px;padding:12px}.viewed-hotels{margin-bottom:30px;padding:30px 0}.viewed-hotels__title{font-size:20px;margin-bottom:20px}.weather-advice{border-radius:0 10px;padding:15px 20px 15px 63px}.weather-advice:before{height:48px;left:10px;top:18px;width:42px}.weather-advice__title{font-size:16px;line-height:19px}.weather-advice__text{font-size:14px;line-height:18px}.weather-icon:before{height:35px;width:35px}.weather-slide{padding:10px 15px}.weather-slide__date{font-size:16px;line-height:19px}.weather-slide__weekday{margin-bottom:10px}.weather-slide__weekday dd{font-size:12px;line-height:14px}.weather-slide__icon{margin-bottom:4px}.weather-slide__temp-day{font-size:24px;line-height:28px}.weather-slide__temp-night{font-size:14px;line-height:16px;margin-bottom:10px}.weather-slide__wind{margin-bottom:5px}.weather-slide__air-pressure,.weather-slide__humidity{font-size:10px;line-height:12px}.weather-slide__humidity{margin-bottom:4px}.weather-slider .swiper{--swiper-navigation-size:44px;padding-left:1.406vw;padding-right:1.406vw}.weather-slider .swiper-button-prev{left:-8px}.weather-slider .swiper-button-next{right:-8px}.weather-slider .swiper-button-next:after,.weather-slider .swiper-button-prev:after{height:20px;width:10px}.weather{padding-top:20px;row-gap:10px}.weather__title{font-size:20px;line-height:23px}.weather__today{border:1px dashed #d6e3fc;border-radius:0 10px;padding:11px 20px}.weather__weekday{font-size:12px;line-height:14px;margin-right:20px}.weather__date{font-size:16px;line-height:19px;margin-right:50px}.weather__temperature{column-gap:10px;margin-right:60px}.weather__temp-day{font-size:30px;line-height:35px}.weather__temp-night{font-size:16px;line-height:19px}.weather__wind{margin-right:30px}.weather__wind .weather-wind__dir dd:before{height:16px;width:16px}.weather__wind .weather-wind__speed{font-size:14px;line-height:16px}.weather__humidity{margin-right:30px}.weather__air-pressure,.weather__humidity{font-size:12px;line-height:14px}.weather__subtitle{font-size:16px;line-height:19px}.hotel-page{padding-left:20px;padding-right:20px}.hotel-page .page-footer-copyright{margin-inline:-20px}.hotel-breadcrumbs{margin-top:20px}.hotel-breadcrumbs__item:after{height:14px;margin:0 8px;width:6px}.hotel-breadcrumbs__item a,.hotel-breadcrumbs__item span{font-size:16px;line-height:19px}.hotel-main{margin-bottom:20px}.hotel-main__grid{column-gap:10px}.hotel-main__header{border-bottom:1px dashed #225999;margin-bottom:30px}.hotel-main__title{font-size:35px;line-height:41px}.hotel-main__apartment-type{font-size:16px;line-height:19px;margin-top:2px}.hotel-main__stars .rating__item{height:20px;width:20px}.hotel-main__contacts{row-gap:10px}.hotel-main__address{column-gap:4px;font-size:16px;line-height:19px}.hotel-main__address:after{margin-left:4px;margin-right:8px}.hotel-main__address-icon{height:14px;margin-right:4px;width:9px}.hotel-main__address-link{font-size:16px;line-height:19px}.hotel-main__address-link:after{margin:0 8px}.hotel-main__address-link:last-of-type{margin-right:30px}.hotel-main__phone.phone{column-gap:4px;font-size:16px;line-height:19px}.hotel-main__phone.phone:before{height:12px;width:12px}.hotel__show-on-map-btn:before{height:14px;width:9px}.hotel-main__gallery-tiles{margin-bottom:20px}.hotel-main__foundation,.hotel-main__hotel-chain,.hotel-main__total-count{font-size:14px;line-height:16px;padding:7px 9px}.hotel-main__total-count{gap:10px}.hotel-main__total-count:before{height:20px;width:20px}.hotel-main__tabs{margin-bottom:20px}.hotel-faq{border-bottom:1px dashed #225999;margin-bottom:30px;padding:30px 0}.hotel-faq__title{font-size:20px;margin-bottom:20px}.hotel-faq__slider{margin-left:30px;margin-right:30px}.hotel-page__tags{margin-bottom:30px}.hotel-page__title{font-size:20px;margin-bottom:20px}.hotels-page{padding-left:20px}.hotels-page_list_open .hotels__main-content{padding-left:30px;padding-right:10px}.hotels-page_list_open .hotels__faq{width:1160px}}@media (max-width:1279px){.address,.hotel-main__address-link{font-size:12px;line-height:14px}.breadcrumbs__item:after{height:10px;margin:0 4px;width:4px}.breadcrumbs__item a,.breadcrumbs__item span{font-size:14px;line-height:16px}.hotels-page_list_open .city-fact__text{font-size:12px}.hotels-page_list_open .city-fact{padding:9px 22px}.collapsible-section__button:before{right:20px}.gallery-tiles{column-gap:5px;grid-template-columns:repeat(3,11.133vw) 6.738vw 3.906vw 11.133vw;grid-template-rows:repeat(3,10.742vw) 8.984vw}.gallery-tiles__item:first-child{grid-column:1/5}.gallery-tiles__item:nth-child(2),.gallery-tiles__item:nth-child(3),.gallery-tiles__item:nth-child(4){grid-column:5/7;margin-left:-1px}.gallery-tiles__item:nth-child(6),.gallery-tiles__item:nth-child(7){margin-left:0}.gallery-tiles__item:nth-child(8){grid-column:4/6;margin-left:0}.gallery-tiles__item:nth-child(9){grid-column:6/7;margin-left:0}.gallery-tiles__item:nth-child(10){display:none;margin-left:0}.gallery-tiles__foundation,.gallery-tiles__hotel-chain{grid-column:1/5}.hotel-advice__text{max-width:88%}.hotel-amenities{margin-bottom:20px}.hotel-amenities__list{grid-template-columns:repeat(3,1fr);padding:0 10px}.hotel-attractions__tagline{column-gap:14px;font-size:14px;line-height:16px}.hotel-description__advice{margin-top:10px}.hotel-excursions__list{grid-template-columns:repeat(4,230px)}.hotel-info{padding:20px 10px}.hotel-info__price{margin-bottom:4px}.hotel-info__price-caption{font-size:14px;line-height:16px;margin-right:140px}.hotel-info__distance{font-size:14px;line-height:16px;margin-bottom:10px}.hotel-info__phone{margin-bottom:10px}.hotel-info__phone.phone{font-size:14px;line-height:16px}.hotel-info__search-btn{padding:10px}.hotel-info__search-btn-text{font-size:14px;line-height:16px;padding-bottom:5px}.hotel-info__rating.popup__rating,.hotel-info__rating.score{flex:0 0 33.88%}.hotel-info__rating-list{flex:0 0 47%}.hotel-info__rating-item{align-items:end;grid-template-columns:21px 1fr;grid-template-rows:12px 8px;row-gap:2px}.hotel-info__rating-label{font-size:10px;grid-column:2/3;grid-row:1/2;line-height:12px}.hotel-info__rating-value{grid-column:1/2;grid-row:1/3}.hotel-info__progressbar.progressbar{grid-column:2/3;grid-row:2/3}.hotel-info__review{row-gap:6px}.hotel-info__review-name{font-size:14px;line-height:16px}.hotel-info__review-text{padding-top:4px}.hotel-info__review-btn,.hotel-info__review-text{font-size:12px;line-height:14px}.hotel-info__faq{margin-bottom:16px}.hotel-info__amenities-list{column-gap:0}.hotel-info__amenities-item{padding:5px}.hotel-info__btn{height:40px}.hotel-info__btn-tip{left:122px}.hotel-menu__link{font-size:14px;line-height:16px}.hotel-menu__info{padding:0}.hotel-menu__info.is-visible{padding:10px}.payment-details__th:first-of-type{width:64%}.payment-details__th:nth-of-type(2){padding:10px 0 10px 20px;width:36%}.payment-details__col{font-size:12px;line-height:14px}.payment-info{margin-bottom:18px;margin-left:0;margin-right:0}.payment-info__column_right{padding:30px 20px}.payment-info__text{margin-bottom:20px}.hotel-reviews__title{margin-bottom:9px}.review-user{column-gap:30px;margin-bottom:10px;row-gap:0}.review-user__item{grid-template-columns:24px 130px;row-gap:2px}.review-user__label{font-size:12px;grid-column:2/3;grid-row:1/2}.review-user__value{grid-column:1/2;grid-row:1/3;margin-top:auto}.review-user__item .progressbar{margin-bottom:2px}.reviews-table__row{grid-template-columns:180px 1fr}.reviews-table__col_left{padding-right:10px}.reviews-table__col_right{padding-left:10px}.reviews-total{column-gap:20px;grid-template-columns:191px 1fr}.reviews-total__score .popup__rating,.reviews-total__score .score{grid-template-columns:min-content 124px;margin-top:11px}.reviews-total .progressbar{grid-column:2/3;margin-bottom:6px}.reviews-total__list{column-gap:20px;grid-template-columns:repeat(3,max-content);justify-content:space-between;row-gap:8px}.reviews-total__item{grid-template-columns:27px 130px;row-gap:2px}.reviews-total__label{font-size:12px;grid-column:2/3;line-height:14px}.reviews-total__value{align-self:end;grid-column:1/2;grid-row:1/3}.reviews-total__customer-rating-caption{font-size:12px}.top-amenities__list{grid-template-columns:repeat(3,1fr)}.top-amenities__item:nth-child(7),.top-amenities__item:nth-child(8){display:none}.hotels-card{padding-bottom:12px}.hotels-card__footer .hotel-card__tag-item{margin-bottom:-6px}.holels-card__title{margin-bottom:4px;margin-top:14px}.hotel-card__tag-item{font-size:10px;line-height:12px}.hotels-card__tag-list{max-height:24px}.hotels-cards__reviews-text{font-size:14px;line-height:16px}.hotels-page_list_open .hotels-card{column-gap:10px;grid-template-columns:190px 1fr;min-height:195px;padding-right:10px}.hotels-page_list_open .hotels-card__main{column-gap:14px;column-gap:20px}.hotels-page_list_open .holels-card__title{margin-top:8px}.hotels-page_list_open .holels-card__rating{column-gap:6px}.hotels-page_list_open .holels-card__rating .rating__item{height:14px;width:14px}.hotels-page_list_open .holels-card__country{font-size:10px;line-height:12px}.hotels-page_list_open .holel-card__apartment-type{margin-left:auto;margin-right:0;order:0}.hotels-page_list_open .hotels-card__slider .swiper-pagination{bottom:10px}.hotels-page_list_open .hotels-card__slider{bottom:-12px}.hotels-page_list_open .hotels-card__tags{row-gap:6px}.hotels-page_list_open .holels-card__duration{font-size:10px;line-height:12px}.hotels-page_list_open .holels-card__button{font-size:14px;line-height:12px;margin-left:0;padding:10px 12px}.hotels-page_list_open .inner-header,.inner-header{grid-template-areas:"title title" "text button";grid-template-columns:auto 1fr}.hotels-page_list_open .inner-header{margin-bottom:18px;margin-top:6px}.inner-header__title{font-size:35px;line-height:41px}.inner-header__title:after{display:none}.hotels-page_list_open .inner-header__title{font-size:35px;line-height:41px;margin-bottom:5px}.hotels-page_list_open .inner-header__title:after{content:none}.inner-header__text{font-size:16px}.hotels-page_list_open .inner-header__text{font-size:16px;line-height:19px}.hotels-page_list_open .hotels-preloader__facts-wrapper .swiper-slide{width:87%}.hotels-page_list_open .hotels-preloader__text{margin-top:0}.hotels-page_list_open .hotels-preloader__footer{margin-top:18px}.hotels-page_list_open .hotels-preloader__info{flex:0}.hotels-tip-popup{max-width:350px}.loader{height:15px;width:15px}.loader__item{height:2.67px;width:2.67px}.loader__item:first-child{left:12px;top:2px}.loader__item:nth-child(2){left:19px;top:5px}.loader__item:nth-child(3){left:21px;top:13px}.loader__item:nth-child(4){left:19px;top:20px}.loader__item:nth-child(5){left:12px;top:22px}.loader__item:nth-child(6){left:5px;top:20px}.loader__item:nth-child(7){left:2px;top:13px}.loader__item:nth-child(8){left:5px;top:5px}.nearby-hotels{column-gap:14px}.nearby-hotels__slider{padding-left:18px;padding-right:18px;width:calc(100% - 244px);width:100%}.page-title{font-size:30px;line-height:35px}.phone{font-size:14px;line-height:16px}.no-rooms{padding-top:12px}.room-booking__button-wrapper .hotels-tip-popup{left:unset;right:20px}.room-booking__best-price,.room-booking__tip-confirm{margin-bottom:10px}.room-booking__tip-confirm{margin-top:-3px}.room-check-in__grid{column-gap:66px}.room-check-in__column{column-gap:35px;grid-template-columns:max-content 340px}.room-main{padding:20px 10px}.room-modal.fancybox__content>.carousel__button.is-close{--carousel-button-svg-width:16px;--carousel-button-svg-height:16px;right:12px;top:12px}.room-modal{grid-template-columns:350px 1fr 1fr;width:800px}.room-modal__swiper{--swiper-navigation-size:20px;--swiper-navigation-sides-offset:20px;height:250px}.room-modal__swiper_thumbs{height:80px}.room-modal__title{font-size:18px;margin-right:25px}.room-modal__item{font-size:12px}.room-options{column-gap:4px}.room-options__tip-popup{max-width:350px}.room-popup{min-width:180px}.room-price-hint{flex-wrap:wrap;justify-content:center}.room-tag--low-case{font-size:10px}.rooms-table__th{font-size:16px;padding:19px 10px}.rooms-table__th-main{width:33.8%}.rooms-table__th-guests{width:10%}.rooms-table__th-condition{width:20.5%}.rooms-table__th-price{width:13.3%}.rooms-table__th-booking{width:22.4%}.rooms-table__tr .room-booking__tip-confirm{width:-moz-min-content;width:min-content}.room-price__note,.room-price__promo{padding:0 10px}.rooms-table__guests{padding:20px 10px}.room-options-wrapper{padding:12px 10px}.room-price__hotel-cashback{margin:0 10px}.rooms-viewers{margin-bottom:10px}.rooms-subtitle{margin-bottom:20px}.hotel-search__grid{grid-template-columns:23% 23% 24% 30%}.weather__date,.weather__temperature{margin-right:20px}.weather__wind{margin-right:18px}.weather__humidity{margin-right:10px}.hotel-main__grid{grid-template-columns:57.422vw 37.695vw}.hotel-main__header{padding-top:10px}.hotel-main__phone.phone{font-size:12px;line-height:14px}.hotels__map{transition:margin-top .3s ease-in-out}.hotels-page_list_open .hotels__map{margin-top:-32px}.hotels-page{grid-template-areas:"breadcrumbs breadcrumbs breadcrumbs" "sidebar main-content map" "bottom-text bottom-text map" "faq faq map";grid-template-columns:226px 20px 1fr}.hotels-page_list_open .hotels__breadcrumbs{width:977px}.hotels__main-content{height:100vh;overflow:hidden;transform:translate(-2000px)}.hotels-page_list_open .hotels__main-content{height:auto;overflow:visible;padding-left:20px;padding-right:20px;transform:translate(0);width:750px;z-index:1}.hotels-page_list_open .hotels__tag-slider{margin-bottom:20px}.hotels__pagination{margin-bottom:30px}.hotels-page_list_open .bottom-text{width:973px}.hotels-page_list_open .hotels__faq{width:910px}}@media (max-width:1199px){.hotels-page_list_open .hotels-card.isLoading .hotels-card__slider,.hotels-page_list_open .hotels-card.isLoading .swiper-slide{height:195px;width:190px}.hotels-page_list_open .hotels-card.isLoading .hotels-card__tag-list{max-height:12px}.hotels-page_list_open .hotels-card.isLoading .hotel-card__tag-item{height:12px}.hotels-page_list_open .hotels-card.isLoading .button_accent,.hotels-page_list_open .hotels-card.isLoading .holels-card__duration,.hotels-page_list_open .hotels-card.isLoading .holels-card__price{height:21px}.hotels-page_list_open .hotels-card.isLoading .hotels-card__rate{height:14px}.hotels-page_list_open .hotels-card.isLoading .holels-card__country{height:12px}.hotels-page_list_open .hotels-card.isLoading .skelet-next,.hotels-page_list_open .hotels-card.isLoading .skelet-prev{top:75px}.hotels-page_list_open .hotels-card.isLoading .popup__rating-label,.hotels-page_list_open .hotels-card.isLoading .score__text{margin-top:12px}.hotels-page_list_open .hotels__weather-wrapper{gap:3px}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item{padding:8px}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:last-child{display:flex}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:nth-last-child(2){display:none}.hotels-page_list_open .hotels-preloader__icons_full a img{max-width:140px}}@media (max-width:1023px){.apartment-type{font-size:14px;line-height:16px}.breadcrumbs__item a,.breadcrumbs__item span{font-size:12px;line-height:14px}.customer-rating{--star:16px}.customer-rating__group{height:14px;width:78px}.customer-rating__star{height:14px}.customer-rating__star:nth-of-type(2){width:32px}.customer-rating__star:nth-of-type(3){width:48px}.customer-rating__star:nth-of-type(4){width:64px}.customer-rating__star:nth-of-type(5){width:80px}.faq-slider__answer{font-size:10px;line-height:12px}.faq-slider-mini .faq-slider__question{font-size:12px;line-height:14px}.filters{row-gap:0}.filters::-webkit-scrollbar{width:0}.filters__reset{bottom:unset;order:-1;top:0;z-index:100}.filters__close{bottom:0;position:sticky;z-index:3}.filters__reset-btn{background-color:#fff;font-size:14px;justify-content:start;line-height:16px;margin:0;padding:21px 45px 19px 10px}.filters__reset-btn span{display:none}.filters__close-btn{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m20 2-2-2-8 8-8-8-2 2 8 8-8 8 2 2 8-8 8 8 2-2-8-8z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:15px 15px;display:block;height:45px;padding:15px;position:absolute;right:0;top:6px;width:45px}.filters__apply-btn{background-color:#f8991d;display:flex;justify-content:center;min-height:50px;padding:16px;width:100%}.freeСancellation{margin:0 10px 20px}.fast-booking-check{margin-bottom:20px;padding:0 10px}.fast-booking-check label{justify-content:center}.fast-booking-check__text{font-size:12px;line-height:2.5;margin-right:auto}.fast-booking-check__icon{margin-left:auto;padding:0 4px}.fast-booking-check__icon--check{margin-left:0;padding:0 7px}.gallery-tiles{column-gap:3px;grid-template-columns:repeat(4,13.021vw);grid-template-rows:42.057vw 10.417vw;row-gap:8px}.gallery-tiles__item:first-child{grid-row:1/2}.gallery-tiles__item:nth-child(2){grid-column:1/2;grid-row:2/3;margin-left:0}.gallery-tiles__item:nth-child(3){grid-column:2/3;grid-row:2/3;margin-left:0}.gallery-tiles__item:nth-child(4){grid-column:3/4;grid-row:2/3;margin-left:0}.gallery-tiles__item:nth-child(4) .gallery-tiles__total-count{display:none}.gallery-tiles__item:nth-child(5){grid-column:4/5;grid-row:2/3}.gallery-tiles__item:nth-child(5) .gallery-tiles__total-count{display:flex}.gallery-tiles__item:nth-child(6),.gallery-tiles__item:nth-child(7),.gallery-tiles__item:nth-child(8),.gallery-tiles__item:nth-child(9){display:none}.gallery-tiles__foundation,.gallery-tiles__hotel-chain{grid-row:1/2}.hotel-advice__text{max-width:none}.hotel-amenities{padding-bottom:20px}.hotel-attraction__card{column-gap:10px}.hotel-attraction__title{font-size:14px;line-height:16px}.hotel-attraction__text{font-size:12px;line-height:16px}.hotel-attraction__button{column-gap:10px;font-size:12px;line-height:14px}.hotel-attraction__button:after{height:10px;width:17px}.hotel-attraction__distance{padding-top:17px}.hotel-attraction__distance-link:hover~.hotel-attraction__distance-tip,.hotel-attraction__distance-tip{display:none}.hotel-attractions .collapsible-section__body{padding-left:10px;padding-right:10px}.hotel-attractions__tagline{column-gap:10px}.hotel-attractions__button{font-size:12px;line-height:14px;padding:10px 15px}.hotel-description__advice{margin-top:0}.hotel-excursions__list{grid-template-columns:repeat(3,230px)}.hotel-excursions__button{margin-bottom:28px}.hotel-info__price-caption{font-size:12px;line-height:14px;margin-right:120px}.hotel-info__no-fees{font-size:10px;line-height:12px}.hotel-info__distance{font-size:12px;line-height:14px}.hotel-info__phone{margin-bottom:18px}.hotel-info__phone.phone,.hotel-info__search-btn-text{font-size:12px;line-height:14px}.hotel-info__rating-wrapper{column-gap:10px}.hotel-info__rating.popup__rating,.hotel-info__rating.score{flex:0 0 40%}.hotel-info__rating-list{flex:0 0 54.2%}.hotel-info__rating-item{column-gap:4px}.hotel-info__review{margin:10px 0;row-gap:4px}.hotel-info__review-text{padding-top:0}.hotel-info__amenities,.hotel-info__faq{margin-bottom:10px}.hotel-info__amenities-item:nth-child(10),.hotel-info__amenities-item:nth-child(9){display:none}.hotel-info__btn{font-size:12px;height:32px;line-height:14px;min-width:180px}.hotel-info__btn-tip,.hotel-info__btn:hover~.hotel-info__btn-tip{display:none}.hotel-map{padding-bottom:20px}.hotel-map__header{grid-template-columns:358px 1fr}.hotel-menu__link{font-size:12px;padding:10px 6px}.hotel-menu__icon{margin-right:6px}.hotel-menu__icon,.hotel-menu__icon svg{height:16px;width:16px}.hotel-menu__info{height:0;justify-content:center;overflow:hidden;padding:0}.hotel-menu__info.is-visible{padding:6px}.hotel-menu__price-block{font-size:10px}.hotel-menu__price{font-size:16px;line-height:1.1}.hotel-menu__button{font-size:12px;min-width:unset;padding:6px 12px}.payment-details__th{padding:10px}.payment-details__th:first-of-type{width:58%}.payment-details__th:nth-of-type(2){padding:10px;width:42%}.payment-details__col{padding:10px}.payment-info{margin-bottom:20px}.payment-info__column_left,.payment-info__column_right{padding:32px 10px}.payment-info__title{font-size:16px;line-height:19px;margin-bottom:12px}.payment-info__subtitle,.payment-info__text{font-size:12px;line-height:16px}.payment-info__text{margin-bottom:16px}.hotel-preloader__amenities-text{font-size:16px}.reviews-details__stars{padding:0 4px}.reviews-total{column-gap:10px;grid-template-columns:180px 1fr;padding-right:10px}.reviews-total__score .hotel-popup__rating-rate,.reviews-total__score .popup__rating-rate,.reviews-total__score .score__value{font-size:16px;height:45px;line-height:19px;width:42px}.reviews-total .progressbar{margin-bottom:3px}.reviews-total__list{row-gap:11px}.reviews-total__item{column-gap:6px;grid-template-columns:24px 130px;row-gap:3px}.reviews-total__value{font-size:14px;line-height:16px}.reviews-total__customer-rating{column-gap:8px;display:grid;grid-template-columns:70px max-content}.reviews-total__customer-rating-caption{font-size:10px;line-height:12px}.top-amenities__list{grid-template-columns:repeat(4,1fr)}.top-amenities__item:nth-child(7),.top-amenities__item:nth-child(8){display:flex}.hotels-card__rate{order:-1}.hotel-card__tag-item{font-size:12px;line-height:14px}.hotels-card__tag-list{max-height:28px}.hotels-cards__reviews-text{font-size:16px;line-height:22px}.hotels-page_list_open .hotels-card{grid-template-columns:260px 1fr}.hotels-page_list_open .holels-card__rating{column-gap:11px}.hotels-page_list_open .holels-card__rating .rating__item{height:20px;width:20px}.hotels-page_list_open .holels-card__country{font-size:12px;line-height:14px;min-width:80%}.hotels-page_list_open .hotels-card__slider .swiper-pagination{bottom:15px}.hotels-page_list_open .hotels-card__tags{width:100%}.hotels-page_list_open .hotels-card__tag-list{column-gap:20px}.hotels-page_list_open .holels-card__duration{font-size:12px;line-height:14px;white-space:normal}.hotels-page_list_open .holels-card__button{font-size:14px;line-height:16px;padding:12px 20px}.hotels-page_list_open.hotels-page_filters_open .hotels-card{column-gap:10px;grid-template-columns:160px 1fr}.hotels-page_list_open.hotels-page_filters_open .hotels-card__main{align-items:start;column-gap:14px;padding-bottom:8px}.hotels-page_list_open.hotels-page_filters_open .hotels-card__slider{width:100%}.hotels-page_list_open.hotels-page_filters_open .holels-card__rating{column-gap:6px}.hotels-page_list_open.hotels-page_filters_open .holels-card__rating .rating__item{height:14px;width:14px}.hotels-page_list_open.hotels-page_filters_open .hotels-cards__reviews-text{font-size:14px;line-height:16px}.hotels-page_list_open.hotels-page_filters_open .holels-card__country{font-size:10px;line-height:12px}.hotels-page_list_open.hotels-page_filters_open .holels-card__score{column-gap:4px;top:0}.hotels-page_list_open.hotels-page_filters_open .holels-card__address-text{flex-wrap:wrap}.hotels-page_list_open.hotels-page_filters_open .hotels-card__tags{padding-bottom:8px;padding-top:8px}.hotels-page_list_open.hotels-page_filters_open .hotels-card__price-wrapper,.hotels-page_list_open.hotels-page_filters_open .hotels-card__tag-list{column-gap:10px}.hotels-page_list_open.hotels-page_filters_open .holels-card__price{font-size:18px;line-height:21px}.hotels-page_list_open.hotels-page_filters_open .holels-card__duration{font-size:10px;line-height:12px}.hotels-page_list_open.hotels-page_filters_open .holels-card__button{font-size:14px;line-height:14px;padding:10px 7px}.hotels-page_list_open .hotels-card.isLoading .hotels-card__slider,.hotels-page_list_open .hotels-card.isLoading .swiper-slide{width:260px}.hotels-page_list_open .hotels-card.isLoading .skelet-next,.hotels-page_list_open .hotels-card.isLoading .skelet-prev{top:90px}.hotels-page_list_open .hotels-card.isLoading .button_accent{height:40px}.hotels-page_list_open .hotels-card.isLoading .holels-card__duration,.hotels-page_list_open .hotels-card.isLoading .holels-card__price{height:28px}.hotels-page_list_open .hotels-card.isLoading .holel-card__apartment-type{display:none}.hotels-card__header:has(.holel-card__likes){column-gap:8px;flex-wrap:wrap;justify-content:space-between}.holel-card__likes{margin-left:0;order:-1}.inner-header{grid-template-areas:"title controlls" "text controlls";grid-template-columns:1fr min-content;grid-template-rows:auto auto 1fr;margin-top:20px;row-gap:2px}.hotels-page_list_open .inner-header{align-items:start;grid-template-areas:"title controlls button" "text controlls button";margin-top:20px;row-gap:2px}.hotels-page_list_open .inner-header__title,.inner-header__title{font-size:24px;line-height:28px}.inner-header__text{font-size:12px}.hotels-page_list_open .inner-header__text{font-size:12px;line-height:14px}.inner-header__button{font-size:14px;line-height:16px;margin-right:10px;padding:5px 10px}.hotels-page_list_open .inner-header__button{margin-right:0;margin-top:20px}.inner-header__controlls{align-items:center;column-gap:18px;display:flex;margin-left:auto;margin-right:16px}.inner-header__map-btn{display:none}.custom-marker:hover svg{transform:none}.map__controlls{padding:20px;transition:left .3s ease-in-out;width:100%}.hotels-page_filters_open .map__controlls{left:240px;padding-left:14px}.map__summary.hotels-summary{display:block}.map__toggle-filter-button{display:flex;margin-right:0}.map__toggle-map-btn{background-color:#0009;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11 1.1 9.9 0 5.5 4.4 1.1 0 0 1.1l4.4 4.4L0 9.9 1.1 11l4.4-4.4L9.9 11 11 9.9 6.6 5.5z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:30px;box-shadow:0 0 4px #00000040;display:none;font-size:0;height:25px;min-width:auto;order:0;padding:0;transform:scaleY(-1);width:25px}.map__toggle-map-btn:before{content:none}.hotels-page_list_open~.hotels__map-open_mobile{display:flex}.hotels-page_filters_open~.hotels__map-return,.hotels-page_list_open~.hotels__map-return{display:none!important}.hotels-page~.hotels__map-return{align-items:center;background:#200e32;border-radius:6px;bottom:70px;display:flex;gap:8px;height:30px;justify-content:center;left:50%;position:fixed;transform:translate(-50%);width:130px;z-index:105}.hotels-page~.hotels__map-return div{display:flex;flex-direction:column;gap:2px}.hotels-page~.hotels__map-return div span:first-of-type,.hotels-page~.hotels__map-return div span:nth-of-type(2),.hotels-page~.hotels__map-return div span:nth-of-type(3){background:#fff;height:2px;width:14px}.hotels-page~.hotels__map-return span:first-of-type{color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.popup_fixed .popup__link~.hotels__map-return{bottom:150px}.hotels-preloader{margin-top:20px;padding:17px}.hotels-preloader__facts-wrapper{margin:0 -17px}.hotels-page_list_open .hotels__weather-wrapper{gap:15px}.hotels-sidebar__sticky-wrapper{position:sticky;top:0}.hotels-summary{max-width:75%;min-width:178px;padding:8px 35px 8px 10px;row-gap:1px}.hotels-summary__title{font-size:16px;line-height:19px}.hotels-summary__date{font-size:12px;line-height:14px}.hotels-summary__guests{display:none}.hotels-summary__button:after{background-position:right 13px center;background-size:15px 15px}.hotels-tip-popup{max-width:250px}.loader{height:15px;width:15px}.loader__item{animation:scaling3 1s linear infinite;height:2.67px;width:2.67px}.loader__item:first-child{left:14px;top:3px}.loader__item:nth-child(2){left:22px;top:6px}.loader__item:nth-child(3){left:26px;top:15px}.loader__item:nth-child(4){left:23px;top:24px}.loader__item:nth-child(5){left:14px;top:27px}.loader__item:nth-child(6){left:6px;top:24px}.loader__item:nth-child(7){left:2px;top:15px}.loader__item:nth-child(8){left:6px;top:6px}.nearby-hotels__slider{width:calc(100% - 248px);width:100%}.page-title{font-size:24px;line-height:28px}.reviews-widget-link{padding:5px 10px}.no-rooms-alert{padding:24px 10px 24px 174px}.no-rooms-alert:before{left:14px}.no-rooms-alert__title{font-size:18px}.no-rooms-alert__text{font-size:14px}.nearby-hotels__title{font-size:18px}.no-rooms{padding-top:10px}.room-booking{align-items:center;padding:10px 12px}.room-booking__price-per-day{margin-bottom:10px}.room-booking__button{font-size:12px;padding:9px 13px}.room-booking__null_button{display:none}.room-booking__price-per-day{font-size:10px}.room-booking__tip-confirm{box-shadow:none;font-size:12px;font-weight:800}.room-booking__tip-confirm p{font-size:10px}.room-booking__popup.room-popup{left:auto;right:0;top:38px;transform:translate(0)}.room-check-in{margin-left:0;margin-right:0;padding-bottom:20px}.room-check-in__title{margin-bottom:20px}.room-check-in__grid{column-gap:16px}.room-check-in__column{column-gap:23px;grid-template-columns:max-content 260px;justify-content:space-between}.room-check-in__value{font-size:14px}.room-final-price{font-size:16px}.room-main{grid-template-columns:80px 1fr;padding:10px;row-gap:5px}.room-main__title{font-size:12px;line-height:1.6}.room-main__image-wrapper{height:80px;width:80px}.room-main__tip{font-size:10px;line-height:1.2}.room-modal.fancybox__content{padding-left:20px;padding-right:20px}.room-modal{width:748px}.room-modal__swiper{--swiper-navigation-size:20px}.room-modal__item{font-size:10px}.room-modal__booking{padding:0}.room-modal__price-value{font-size:16px}.room-options__tip-popup{max-width:250px}.room-options__text{font-size:10px}.room-price__details{padding-right:5px}.room-price-hint__icon{display:none}.room-props{grid-template-columns:repeat(auto-fit,minmax(50px,1fr));row-gap:5px}.room-props__bed{grid-column:1/3}.room-modal__guests-max dd,.room-modal__guests-max dt,.room-props__area dd,.room-props__bed dd,.room-props__bed dt,.room-props__floor dd,.room-props__guests-max dd,.room-props__guests-max dt{font-size:10px;line-height:1.2}.room-props__floor{grid-column:2/3;justify-content:flex-end}.room-modal__guests-max,.room-props__guests-max{grid-column:1/3;justify-content:start}.room-modal__guests-max dt,.room-props__guests-max dt{margin-top:3px}.rooms-table__th{font-size:12px;padding:10px}.rooms-table__th-main{width:35%}.rooms-table__th-guests:after{height:12px;width:12px}.rooms-table__th-condition{width:20%}.rooms-table__th-price{width:22%}.rooms-table__th-booking{padding-bottom:3px;padding-top:3px;width:19.25%}.room-price__total-price{font-size:16px}.room-price__days,.room-price__total-price{padding-right:5px}.room-price__note{padding:0 5px 0 10px}.room-price__hints-list{margin-right:5px}.rooms-viewers:before{height:12px;width:22px}.rooms-viewers__text{font-size:14px}.rooms{padding-top:10px}.rooms-title{font-size:18px}.rooms-subtitle{font-size:14px}.hotel-search__grid{grid-template-columns:23% 23% 30% 24%}.hotel-search__button-text{font-size:14px}.hotel-search__button-text_hide{display:none}.show-on-map{background-image:url(/build/assets/show-on-map-bg.DJOZ0xNf.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;padding:1.302vw 2.604vw}.tag-slider{padding-left:0;padding-right:0}.tag-slider .swiper-button-next,.tag-slider .swiper-button-prev{display:none}.viewed-hotels__main{--columns:2;gap:24px}.weather-slider .swiper{padding-left:16px;padding-right:16px}.weather__date,.weather__temperature{margin-right:70px}.weather__wind{margin-right:38px}.weather__humidity{margin-right:40px}.hotel-page{padding-left:10px;padding-right:10px}.hotel-page .page-footer-copyright{margin-inline:-10px}.hotel-breadcrumbs{margin-top:0}.hotel-main__grid{column-gap:8px;grid-template-columns:53.385vw 42.969vw;row-gap:20px}.hotel-main__header{margin-bottom:10px;padding-bottom:10px;padding-right:0;padding-top:7px;row-gap:24px}.hotel-main__title-wrapper{padding-right:26.042vw}.hotel-main__contacts{order:1}.hotel-main__show-on-map{right:1.302vw;top:1.302vw;width:23.307vw}.hotel__show-on-map-btn{font-size:1.302vw;line-height:1.563vw}.hotel-main__gallery-tiles{margin-bottom:0}.hotel-main__foundation,.hotel-main__hotel-chain,.hotel-main__total-count{font-size:12px;line-height:14px;padding:8px 10px}.hotel-main__total-count{flex-direction:column;gap:4px}.hotel-main__info{grid-row:1/2;height:100%;max-height:calc(52.474vw + 8px);overflow-y:scroll;position:relative}.hotel-main__tabs,.hotel-main__top-amenities{grid-column:1/3}.hotels__map{overflow:visible;z-index:1}.hotels-page_list_open .hotels__map{overflow:hidden;transform:translate(-1000%);z-index:-1}.hotels-page_filters_open .hotels__map:after{left:260px}.hotels-page{background-color:#fff;grid-template-columns:0 0 1fr;margin-top:-80px;padding-left:0;transition:margin-top .2s ease-in-out;z-index:101}.hotels-page_list_open{margin-top:0;z-index:auto}.hotels__breadcrumbs{display:none}.hotels__sidebar{margin-bottom:0;transform:translate(-2000px)}.hotels-page_filters_open .hotels__sidebar{bottom:unset;height:var(--app-height);overflow-y:scroll;position:sticky;top:0;transform:translate(0);width:240px;z-index:441}.hotels-page_filters_open .hotels-sidebar__sticky-wrapper{bottom:0;overflow-y:scroll;position:sticky;z-index:1401}.hotels-page_list_open.hotels-page_filters_open .hotels-sidebar__sticky-wrapper{bottom:0;position:sticky}.hotels__sidebar .hotels-sidebar__actions,.hotels__sidebar .hotels-sidebar__summary{display:none}.hotels__sidebar .hotels-sidebar__close-btn-sticky-wrapper{bottom:0;display:block;position:sticky;z-index:1402}.hotels__sidebar .hotels-sidebar__close-btn{bottom:0;display:flex;position:sticky}.hotels__sidebar .filters__group{border-bottom:0;border-left:0;border-radius:0;border-right:0}.hotels__main-content{height:100vh;height:var(--app-height);overflow:hidden;transform:translate(-2000px)}.hotels-page_list_open .hotels__main-content{height:auto;overflow:visible;transform:translate(0);width:100vw}.hotels-page_list_open.hotels-page_filters_open .hotels__main-content{transform:translate(220px);width:calc(100vw - 220px)}.hotels__pagination{margin-bottom:30px}.hotels-page_list_open .bottom-text{padding:0 10px;width:100vw}.hotels__faq{padding:10px 20px}.hotels-page_list_open .hotels__faq{width:100vw}}@media (max-width:1023px) and (max-width:1023px){.hotels-page_list_open.hotels-page_filters_open .hotels-card__slider .swiper-pagination{bottom:10px}}@media (max-width:768px){.hotels-page_list_open .hotels-card.isLoading .hotels-card__slider{height:auto;width:100vw}.hotels-page_list_open .hotels-card.isLoading .swiper-slide{height:200px;width:100vw}.hotels-page_list_open .hotels-card.isLoading .skelet-next,.hotels-page_list_open .hotels-card.isLoading .skelet-prev{top:75px}.hotels-page_list_open .hotels-card.isLoading .hotels-card__main{border-bottom:none}.hotels-page_list_open .hotels-card.isLoading .hotels-card__tags{border-bottom:none;height:30px}.hotels-page_list_open .hotels-card.isLoading .hotels-card__tags .hotels-card__tag-list{display:flex}.hotels-page_list_open .hotels-card.isLoading .hotels-card__tags .hotel-card__tag-item{height:12px}.hotels-page_list_open .hotels-card.isLoading .holels-card__address-text{display:block;height:14px;width:10px}.hotels-page_list_open .hotels-card.isLoading .button_accent{position:absolute;right:0;top:10px;width:120px}.hotels-page_list_open .hotels-card.isLoading .holels-card__duration{flex-basis:160px;height:12px;max-width:160px}.hotels-page_list_open .hotels-card.isLoading .holels-card__price{flex-basis:160px;height:21px;max-width:160px}}@media screen and (width < 768px){.controll--small{column-gap:2.5vw;font-size:3.125vw}.controll--small .controll__mark{height:4.37vw;width:4.37vw}.popup--cluster hr{display:none}}@media (max-width:767px){.mobile-only{display:initial}.desktop-only{display:none}.address,.hotel-main__address-link{font-size:3.125vw;line-height:3.75vw}.address:before,.hotel-main__address-link:before{height:12px;width:8px}.apartment-type{font-size:3.125vw;line-height:3.75vw}.city-fact-card{padding:12px 20px}.hotels-page_list_open .city-fact{padding:4px 12px}.collapsible-section{border:none;border-radius:0}.collapsible-section__heading{height:13.125vw}.collapsible-section__title{font-size:4.375vw;line-height:5vw}.collapsible-section__button:before{right:3.125vw;top:5.625vw}.guest-dropdown{position:static}.guest-dropdown__trigger:after{right:17px;top:16px}.guest-dropdown__content{border-radius:10px 10px 0 0;bottom:0;flex-direction:column;height:-moz-min-content;height:min-content;left:0;margin-top:auto;position:absolute;right:0;z-index:2}.custom-dropdown_show>.guest-dropdown__content{display:flex}.age-dropdown{margin-top:20px;transition:margin .3s ease-in-out}.age-dropdown__content{max-height:118px}.age-dropdown.custom-dropdown_show{margin-top:140px}.custom-dropdown_show .age-dropdown__content{bottom:46px;position:absolute;top:auto}.search-rooms__guest-dropdown{border:1px solid #ebf1fd}.search-rooms__guest-dropdown .guest-dropdown__trigger:after{top:calc(50% - 4px)}.search-rooms__guest-dropdown.custom-dropdown_show .guest-dropdown__content{bottom:0;top:auto}.search-dropdown__content{max-height:204px;padding:15px 0;top:70px}.select-items{max-height:50vh;overflow:auto;white-space:nowrap}.custom-select--color-blue{margin-left:auto}.custom-select--color-blue .select-selected{border:0;border-bottom:1px dashed #225999;border-radius:0;color:#225999;font-size:var(--icon-size);line-height:1.2;padding-right:9vw;-webkit-user-select:none;user-select:none}.custom-select--color-blue .select-selected:after{background-color:#225999;background-image:none;background-size:var(--icon-size) calc(var(--icon-size)/1.7);height:calc(var(--icon-size)/1.7);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%23225999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%23225999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");-webkit-mask-size:cover;mask-size:cover;top:50%;transform:translateY(-50%) rotate(0);width:var(--icon-size)}.custom-select--color-blue .select-selected.select-arrow-active:after{transform:translateY(-50%) rotate(180deg)}.custom-select--color-blue .select-items div{font-size:var(--icon-size);line-height:1.5;padding-bottom:6px}.customer-rating{--star:6vw}.customer-rating__group{height:6vw;width:30vw}.customer-rating__star{height:var(--star);margin-right:0}.customer-rating__star:nth-of-type(2){width:12vw}.customer-rating__star:nth-of-type(3){width:18vw}.customer-rating__star:nth-of-type(4){width:24vw}.customer-rating__star:nth-of-type(5){width:30vw}.fancybox__backdrop{--fancybox-bg:#fff}.faq-slider.swiper{--swiper-navigation-size:8.125vw}.faq-slider~.swiper-button-next:after,.faq-slider~.swiper-button-prev:after{height:5vw;width:2.5vw}.faq-slider__answer{font-size:3.125vw;line-height:3.75vw}.faq-slider-mini .faq-slider__item{row-gap:1.875vw}.faq-slider-mini .faq-slider__question{font-size:3.75vw;line-height:4.375vw}.filters__reset{z-index:100}.freeСancellation div:nth-of-type(2){margin:0 auto}.freeСancellation div:nth-of-type(2) span:first-of-type{display:flex}.freeСancellation div:nth-of-type(2) span:first-of-type svg{height:14px;width:16px}.freeСancellation div:nth-of-type(2) span:nth-of-type(2){font-size:14px}.fast-booking-check__text{font-size:14px;line-height:2}.fast-booking-check__icon:not(.fast-booking-check__icon--check),.fast-booking-check__text{transform:translate(-10px)}.gallery-slider{position:relative}.gallery-slider .swiper{--swiper-navigation-size:13.75vw;height:68.75vw;width:100vw}.gallery-slider .swiper-button-next,.gallery-slider .swiper-button-prev{align-items:center;display:flex;height:13.75vw;justify-content:center;width:13.75vw}.gallery-slider .swiper-button-prev{left:0}.gallery-slider .swiper-button-next{right:0}.gallery-slider .swiper-button-next:after,.gallery-slider .swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.7 1.25 8 9.125 1.7 17'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;font-size:0;height:5vw;width:2.5vw}.gallery-slider .swiper-button-prev:after{transform:rotate(180deg)}.gallery-slider .swiper-pagination{bottom:9px;color:#fff;font-size:3.75vw;font-weight:700;left:auto;line-height:4.375vw;right:3.125vw;width:auto}.gallery-slider img{height:100%;width:100%}.gallery-slider__hotel-chain{position:absolute;right:0;top:0;z-index:1}.gallery-slider__foundation{left:0;position:absolute;top:0;z-index:1}.guests__age-list{margin:0}.hotel-advice{padding:1.875vw 2.813vw 1.875vw 10.938vw}.hotel-advice:before{height:6.25vw;left:2.188vw;top:3.438vw;width:6.25vw}.hotel-advice__text{font-size:2.813vw;line-height:3.297vw}.hotel-advice__tagline{font-size:3.75vw;line-height:4.375vw;margin-bottom:.625vw}.hotel-amenities{border-bottom:none;display:none;margin:0;padding:0}.hotel-amenities.fancybox__content{height:100%;overflow:auto;padding-left:0;padding-right:0;padding-top:9.375vw;width:100%}.hotel-amenities>.carousel__button.is-close{--carousel-button-width:9.375vw;--carousel-button-height:9.375vw;--carousel-button-svg-width:4.375vw;--carousel-button-svg-height:4.375vw;background-color:#fff;border-radius:0;box-shadow:0 0 4px #00000040;color:#200e32!important;height:9.375vw;justify-content:space-between;left:0;padding:2.5vw 3.125vw;position:fixed!important;right:0;top:0!important;width:100%}.hotel-amenities .carousel__button.is-close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:2.5vw;transform:rotate(-90deg);width:4.375vw}.hotel-amenities__title{display:none}.hotel-amenities__list{grid-template-columns:1fr;margin:0;padding:0}.hotel-amenities__item{background-color:#f7faff;column-gap:3.125vw;font-size:4.375vw;line-height:5vw;margin-bottom:4.375vw;padding:2.5vw 3.125vw}.hotel-amenities__tip{display:none}.hotel-attraction{grid-template-columns:1fr;position:relative}.hotel-attraction__card{column-gap:2vw;grid-template-columns:32vw 1fr;row-gap:1vw}.hotel-attraction__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:3.75vw;line-height:1.2;overflow:hidden}.hotel-attraction__image{border-radius:0 3vw;display:grid;height:32vw;overflow:hidden;place-items:center;width:unset}.hotel-attraction__text{-webkit-line-clamp:4;font-size:3.125vw;line-height:1.2}.hotel-attraction__button{align-self:auto;font-size:3.125vw;line-height:1.2;padding-right:50%}.hotel-attraction__distance-button:active,.hotel-attraction__distance-button:focus,.hotel-attraction__distance-button:hover{background-color:#fff}.hotel-attraction__button:after{display:none}.hotel-attraction__distance{align-items:end;border:none;border-radius:0;bottom:0;padding:0;position:absolute;right:0;row-gap:0;z-index:99}.hotel-attraction__distance-label{display:none}.hotel-attraction__distance-value{font-size:2.5vw;font-weight:400;line-height:1.5}.hotel-attraction__distance-button{background-color:#fff;color:#f8991d;column-gap:3vw;font-size:4vw;order:-1;padding:0;position:relative}.hotel-attraction__distance-button:after{content:"";top:-16px;right:-16px;bottom:-16px;left:-16px;position:absolute}.hotel-attraction__distance-button:before{background-color:#f8991d;background-image:none;height:4vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M1.093 3.206v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V3.206a.4.4 0 0 0 0-.068c.36-.107.67-.344.874-.667a1.64 1.64 0 0 0-.284-2.08A1.53 1.53 0 0 0 1.554 0C1.18 0 .818.14.534.392A1.64 1.64 0 0 0 .25 2.47c.205.324.515.561.876.668a.4.4 0 0 0-.032.068ZM.871 1.602c0-.183.07-.358.195-.486a.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .974.66.66 0 0 1-.948 0 .7.7 0 0 1-.197-.488zM12 5.728a1.63 1.63 0 0 0-.233-.84 1.57 1.57 0 0 0-.626-.588 1.52 1.52 0 0 0-1.625.148 1.6 1.6 0 0 0-.515.693 1.64 1.64 0 0 0 .284 1.654c.192.221.44.384.715.469a.4.4 0 0 0 0 .068v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V7.332a.4.4 0 0 0 0-.068c.32-.1.6-.304.8-.58.2-.277.308-.612.309-.956m-1.554.688a.66.66 0 0 1-.473-.202.7.7 0 0 1 0-.972.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .972.66.66 0 0 1-.472.202m0 3.667H7.774a.88.88 0 0 1-.63-.268.93.93 0 0 1-.261-.649V7.791c0-.487-.188-.953-.522-1.297a1.76 1.76 0 0 0-1.26-.537H1.54a.44.44 0 0 0-.315.134.465.465 0 0 0 0 .649.44.44 0 0 0 .315.134h3.563a.88.88 0 0 1 .63.269.93.93 0 0 1 .26.648v1.375c0 .487.188.953.522 1.297s.787.537 1.26.537h2.672a.44.44 0 0 0 .315-.134.465.465 0 0 0 0-.649.44.44 0 0 0-.315-.134Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M1.093 3.206v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V3.206a.4.4 0 0 0 0-.068c.36-.107.67-.344.874-.667a1.64 1.64 0 0 0-.284-2.08A1.53 1.53 0 0 0 1.554 0C1.18 0 .818.14.534.392A1.64 1.64 0 0 0 .25 2.47c.205.324.515.561.876.668a.4.4 0 0 0-.032.068ZM.871 1.602c0-.183.07-.358.195-.486a.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .974.66.66 0 0 1-.948 0 .7.7 0 0 1-.197-.488zM12 5.728a1.63 1.63 0 0 0-.233-.84 1.57 1.57 0 0 0-.626-.588 1.52 1.52 0 0 0-1.625.148 1.6 1.6 0 0 0-.515.693 1.64 1.64 0 0 0 .284 1.654c.192.221.44.384.715.469a.4.4 0 0 0 0 .068v1.376c0 .121.047.238.13.324a.44.44 0 0 0 .63 0 .47.47 0 0 0 .131-.324V7.332a.4.4 0 0 0 0-.068c.32-.1.6-.304.8-.58.2-.277.308-.612.309-.956m-1.554.688a.66.66 0 0 1-.473-.202.7.7 0 0 1 0-.972.66.66 0 0 1 .945 0 .7.7 0 0 1 0 .972.66.66 0 0 1-.472.202m0 3.667H7.774a.88.88 0 0 1-.63-.268.93.93 0 0 1-.261-.649V7.791c0-.487-.188-.953-.522-1.297a1.76 1.76 0 0 0-1.26-.537H1.54a.44.44 0 0 0-.315.134.465.465 0 0 0 0 .649.44.44 0 0 0 .315.134h3.563a.88.88 0 0 1 .63.269.93.93 0 0 1 .26.648v1.375c0 .487.188.953.522 1.297s.787.537 1.26.537h2.672a.44.44 0 0 0 .315-.134.465.465 0 0 0 0-.649.44.44 0 0 0-.315-.134Z'/%3E%3C/svg%3E");-webkit-mask-size:cover;mask-size:cover;width:4.5vw}.hotel-attraction__mobile-label{display:inline}.hotel-attractions.collapsible-section_open .collapsible-section__body{padding-bottom:3vw;padding-top:1.563vw}.hotel-attractions__tagline-wrapper{grid-template-columns:1fr;margin-bottom:10px}.hotel-attractions__tagline{align-items:flex-start;font-size:3.75vw;justify-content:space-between;line-height:1.2;margin-top:5px;padding-right:0}.hotel-attractions__tagline:after{height:4vw;margin-left:3vw;width:4vw}.attractions__list{column-gap:normal;flex-direction:row;margin:0;row-gap:normal}.hotel-attractions__button{display:none}.custom-select select.hotel-attractions__button,.custom-select-wrapper select.hotel-attractions__button,.custom-select~select.hotel-attractions__button,.hotel-attractions__button.filters__checkbox-item_hidden,.hotel-attractions__button.visually-hidden{width:1px}.hotel-attractions__select{margin-left:auto}.hotel-attraction-swiper{border:1px dashed #225999}.attractions__item{padding:2.5vw}.attractions__item.filters__checkbox-item_hidden,.attractions__item.visually-hidden,.custom-select select.attractions__item,.custom-select-wrapper select.attractions__item,.custom-select~select.attractions__item{display:none}.hotel-cashback-ext{margin-bottom:1.75vw;padding-left:3.125vw}.hotel-cashback-ext .hotels-tip-popup.hotel-cashback__tip-popup{left:auto;right:0}.hotel-cashback-ext__link,.hotel-cashback-ext__title{font-size:3.125vw}.hotel-cashback__tip{right:2vw;top:-.275vw}.hotel-cashback__wrapper{font-size:3.125vw;gap:1vw;padding:.5vw 6.5vw .5vw 1.3vw}.hotel-cashback__icon{height:2.85vw;width:2.85vw}.hotels-tip-popup.hotel-cashback__tip-popup{font-size:3.125vw;left:0}.hotel-cashback__icon-tip{font-size:2.5vw;height:2.85vw;width:2.85vw}.hotel-description{min-height:auto;padding:3.125vw 3.125vw 0;row-gap:3.125vw}.hotel-description__tagline{border-radius:0 3.125vw;font-size:2.813vw;line-height:3.438vw;margin-left:0;margin-right:0;padding:2.813vw 2.5vw 2.813vw 14.063vw}.hotel-description__tagline:before{background-position:top 0 left 0,top 0 left 3.75vw,top 0 left 7.5vw;background-size:3.438vw 3.75vw;height:3.75vw;left:.938vw;top:2.5vw;width:11.25vw}.hotel-description__text{font-size:3.75vw;line-height:5vw;row-gap:3.125vw}.hotel-description__text_collapsed{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hotel-description__collapse-btn{align-items:center;background-color:transparent;column-gap:3.125vw;display:flex;font-size:3.75vw;justify-content:center;line-height:4.375vw;text-decoration:underline;text-transform:lowercase}.hotel-description__advice{margin-left:0;margin-right:0}.hotel-excursion{row-gap:1.875vw}.hotel-excursion__title{font-size:4.375vw;line-height:5vw}.hotel-excursion__text{-webkit-line-clamp:3;font-size:3.125vw;line-height:3.75vw}.hotel-excursion__image{height:40.625vw}.hotel-excursions .collapsible-section__body{padding-left:3.125vw;padding-right:3.125vw;position:relative}.hotel-excursions.collapsible-section_open .collapsible-section__body{border-bottom:1px dashed #225999;padding-bottom:6.25vw;padding-top:2.813vw}.hotel-excursions__tiles{display:none}.hotel-excursions__slider{display:block!important;width:100%}.hotel-excursions__slider~.swiper-button-next,.hotel-excursions__slider~.swiper-button-prev{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23F8991D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.184 1.738 3.465 4.33L1.184 10.4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;box-shadow:0 0 4px #00000040;color:#f8991d;display:block;height:6.875vw;top:24.375vw;width:6.875vw}.hotel-excursions__slider~.swiper-button-next:after,.hotel-excursions__slider~.swiper-button-prev:after{content:none}.hotel-excursions__slider~.swiper-button-prev{left:3px;transform:rotate(180deg)}.hotel-excursions__slider~.swiper-button-next{right:3px}.hotel-info{border-radius:0;display:block;padding:4.125vw 3.125vw 3.125vw}.hotel-info__price{margin-bottom:2.188vw;position:relative}.hotel-info__cashback{left:0;padding:0;position:absolute;top:0;transform:translateY(-100%);z-index:1}.hotel-info__cashback .hotel-cashback__wrapper{background-color:#fff}.hotel-info__price-caption{display:none}.hotel-info__price-value{font-size:5.625vw;line-height:6.563vw}.hotel-info__no-fees{font-size:3.125vw;line-height:3.75vw;margin-bottom:3.125vw}.hotel-info__distance,.hotel-info__phone.phone{display:none}.hotel-info__search-btn{top:0}.hotel-info__search-btn-text{font-size:3.125vw;line-height:3.75vw;padding-bottom:1.25vw}.hotel-info__search-btn-text:before{height:3.125vw;width:3.125vw}.hotel-info__rating-wrapper{column-gap:0}.hotel-info__rating.popup__rating,.hotel-info__rating.score{flex:0 0 37.33%}.hotel-info__rating .hotel-popup__rating-rate,.hotel-info__rating .popup__rating-rate,.hotel-info__rating .score__value{font-size:5vw;height:13.125vw;line-height:5.938vw;padding:2.5vw 2.813vw;width:13.125vw}.hotel-info__rating-text{font-size:4.375vw;line-height:5vw}.hotel-info__reviews{font-size:3.125vw;line-height:3.75vw}.hotel-info__rating-list{flex:0 0 56%;row-gap:3.125vw}.hotel-info__rating-item{column-gap:2.5vw;grid-template-columns:6.563vw 1fr;grid-template-rows:3.75vw 2.5vw;row-gap:.625vw}.hotel-info__rating-label{font-size:3.125vw;line-height:3.75vw}.hotel-info__rating-value{flex:0 0 6.563vw;font-size:3.75vw;line-height:4.375vw}.hotel-info__progressbar.progressbar{border-radius:2.5vw;height:2.5vw}.hotel-info__review-text,.hotel-info__review__link{font-size:3.75vw;line-height:1.2}.hotel-info__review-btn{display:none}.hotel-info__faq{margin-bottom:3.125vw}.hotel-info__faq-title{font-size:4.375vw;line-height:5vw}.hotel-info__amenities{margin-bottom:1.563vw}.hotel-info__amenities-list{justify-content:space-between}.hotel-info__amenities-item{margin-bottom:1.563vw}.hotel-info__amenities-item .amenities-icon:before{height:6.25vw;width:6.25vw}.hotel-info__btn{align-self:stretch;font-size:3.75vw;height:10vw;line-height:4.375vw}.hotel-info__btn-text_mobile,.hotel-info__review__link{display:inline}.hotel-map{border-bottom:none;padding-bottom:0}.hotel-map__header{gap:0;grid-template-columns:1fr;padding-left:3.125vw;padding-right:3.125vw}.hotel-map__title{font-size:5vw;margin-bottom:1.875vw}.hotel-map__address{font-size:3.125vw;margin-bottom:3.125vw;padding-left:4.063vw}.hotel-map__address:before{height:3.125vw;top:.313vw;width:2.188vw}.hotel-map__checkbox{grid-column:1/2;grid-row:3/4}.hotel-map__label{font-size:3.125vw;padding:1.25vw 0 1.25vw 14.375vw}.hotel-map__label:before{border-radius:3.438vw;height:18px;height:5.625vw;height:5.938vw;width:38px;width:11.25vw}.hotel-map__label:after{height:4.688vw;left:.625vw;top:.625vw;width:4.688vw}.hotel-map__input:checked+.hotel-map__label:after{transform:translate(5.313vw)}.hotel-map__map-wrapper{height:100vw}.hotel-map__map{border-radius:0;height:100vw}.hotel-map .leaflet-marker-icon{height:20px!important;width:12px!important}.hotel-map .custom-cluster_counter{height:40px!important;width:40px!important}.hotel-map__single-marker{transform:scale(.8)}.hotel-popup{bottom:-30px!important}.hotel-popup .leaflet-popup-content{height:23.125vw;max-width:67.813vw;width:67.813vw!important}.hotel-popup__content{grid-template-columns:25vw 1fr}.hotel-popup__content:after{bottom:-16px;left:32.3vw;transform:scale(.8)}.hotel-popup__title{font-size:3.75vw;margin-bottom:.938vw;-webkit-line-clamp:1}.hotel-popup__price{font-size:3.125vw}.hotel-popup__image-wrapper{height:23.125vw;width:25vw}.hotel-popup__stars{background-size:cover;height:2.813vw;margin-bottom:3.125vw;margin-top:3.125vw;width:15.625vw}.hotel-popup__stars_count_4{background-position-y:-2.813vw}.hotel-popup__stars_count_3{background-position-y:-5.625vw}.hotel-popup__stars_count_2{background-position-y:-8.438vw}.hotel-popup__stars_count_1{background-position-y:-11.25vw}.hotel-popup__rating{column-gap:1.25vw}.hotel-popup__rating-label{font-size:3.125vw;padding-top:1.563vw}.hotel-popup__rating-rate{font-size:3.125vw!important;height:9.375vw!important;line-height:3.75vw!important;padding:1.25vw 1.563vw!important;width:8.75vw!important}.hotel-menu{grid-template-columns:1fr;grid-template-rows:auto}.hotel-menu__nav-list{box-shadow:0 0 15px #00000026;max-width:100vw;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.hotel-menu__nav-item{border-right:1px dashed #c4c4c4}.hotel-menu__link{font-size:3.75vw;font-weight:300;padding:2vw 3vw}.hotel-menu__icon,.hotel-menu__icon svg{height:3.75vw;width:3.75vw}.hotel-menu__info{display:flex;padding:0}.hotel-menu__info.is-visible{padding:3px}.hotel-menu__price-block{align-items:center;flex-direction:row;font-size:3.125vw}.hotel-menu__price{font-size:4vw;margin-right:10px}.hotel-menu__button{font-size:2.8vw;height:unset;line-height:1;padding:2vw 3.063vw}.payment-details__heading{padding:18px 20px}.payment-details__list{row-gap:0}.payment-details__item{flex-basis:100%;padding:0 3.125vw}.payment-details__th{font-size:3.125vw;line-height:3.75vw}.payment-details__th:first-of-type{padding:0 0 1.875vw 3.125vw;width:55%}.payment-details__th:nth-of-type(2){padding:0 0 1.875vw 3.125vw;width:45%}.payment-details__title{font-size:4.375vw;line-height:5vw;padding:3.125vw 0}.payment-details__col{font-size:3.125vw;line-height:3.75vw;padding:3.125vw}.payment-info{border:none;flex-direction:column;margin-bottom:10px}.payment-info__column:last-of-type:not(:first-child){border:none}.payment-info__column_left,.payment-info__column_right{border:none;padding:0 3.125vw}.payment-info__column_right{order:-1}.payment-info__list{column-gap:20.938vw;grid-template-columns:29.375vw 29.375vw;margin-bottom:3.125vw}.payment-info__title{background-color:#f7faff;font-size:4.375vw;line-height:5vw;margin-bottom:3.125vw;margin-left:-3.125vw;margin-right:-3.125vw;padding:4.063vw 3.125vw}.payment-info__subtitle,.payment-info__text,.payment-info__text_small{font-size:3.125vw;line-height:5vw}.payment-info .payment-types__card{height:5vw;width:7.5vw}.payment-info .payment-types__paypal{height:5vw;width:18.75vw}.hotel-preloader{padding:6vw 10px;position:relative}.hotel-preloader__amenities-wrapper .swiper-button-next,.hotel-preloader__amenities-wrapper .swiper-button-prev{background-color:#fff;border-radius:50%;box-shadow:0 0 4px #00000040;display:flex;height:6.875vw;width:6.875vw}.hotel-preloader__spinner{height:18.75vw;width:18.75vw}.hotel-preloader__text{font-size:4vw;margin-bottom:6px;max-width:80vw;text-align:center}.hotel-preloader__text--wait{margin-top:1vw}.hotel-preloader__amenities-text{font-size:3.125vw;margin-bottom:3.125vw;text-align:center}.hotel-preloader__amenities-item{flex:none;max-width:unset}.hotel-preloader__amenities-title{font-size:4.375vw;margin-top:3.125vw;text-align:left}.hotel-preloader__amenities-img{max-height:7vw}.hotel-preloader__amenities-item.swiper-slide{display:flex}.hotel-preloader.is-loading .hotel-preloader__header{margin-bottom:4vw}.hotel-preloader.is-loading .hotel-preloader__spinner{height:10vw;width:10vw}.hotel-preloader.is-loading .hotel-preloader__text{text-align:left}.hotel-add-review-modal{justify-content:center}.hotel-add-review-modal__title{font-size:5vw}.hotel-add-review-modal__button{font-size:3.95vw}.hotel-reviews{padding-left:3.125vw;padding-right:3.125vw;padding-top:3.75vw;position:relative}.hotel-reviews__title{font-size:5vw;line-height:5.938vw;margin-bottom:8.938vw;margin-right:37.5vw}.hotel-reviews__fancybox-wrapper{display:none}.hotel-reviews__fancybox-wrapper.fancybox__content{padding:9.375vw 0 3.75vw;width:100vw}.hotel-reviews__fancybox-wrapper>.carousel__button.is-close{--carousel-button-width:9.375vw;--carousel-button-height:9.375vw;--carousel-button-svg-width:4.375vw;--carousel-button-svg-height:4.375vw;background-color:#fff;border-radius:0;box-shadow:0 0 4px #00000040;color:#200e32!important;height:9.375vw;justify-content:space-between;left:0;padding:2.5vw 3.125vw;position:fixed!important;right:0;top:0!important;width:100%}.hotel-reviews__fancybox-wrapper .carousel__button.is-close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:2.5vw;transform:rotate(-90deg);width:4.375vw}.hotel-reviews__show-more-button{background-color:#0662ba;font-size:3.75vw;margin:0 3.125vw;padding:2.813vw 4.063vw;width:auto}.hotel-reviews__show-more-button:active,.hotel-reviews__show-more-button:focus,.hotel-reviews__show-more-button:hover{background-color:#0662ba}.hotel-reviews__show-modal-button{display:flex;font-size:3.75vw;font-weight:700;line-height:1.2;padding:2.813vw 4.063vw;width:100%}.no-reviews{padding:0 3.125vw}.no-reviews__title{font-size:5vw;line-height:5.938vw}.no-reviews__details,.no-reviews__text,.no-reviews__title{margin-bottom:2.538vw}.no-reviews__text{font-size:3.125vw;margin-bottom:3vw}.no-reviews__details{margin-bottom:6vw;max-width:unset}.review-modal-thanks{flex:1;font-size:3.95vw;justify-content:center}.review-modal-thanks__title{font-size:5vw}.review-modal-thanks__button{font-size:inherit;padding:3.125vw 13.25vw}.hotels-modal:has(.review-modal-thanks){max-width:unset}.review-user{grid-template-columns:repeat(2,1fr);row-gap:1.563vw}.review-user__item{column-gap:2.5vw;grid-template-columns:4.688vw 36.25vw;row-gap:.625vw}.review-user__label,.review-user__value{font-size:3.125vw}.reviews-details{column-gap:3vw;font-size:3.5vw}.reviews-total .reviews-details{flex-wrap:nowrap}.reviews-details__row{align-items:center}.reviews-details__logo{height:2.5vw;width:auto}.reviews-details__logo img{height:3.5vw;width:auto}.reviews-table{margin-bottom:3.125vw}.reviews-table__row{background-color:#fff8ee;display:flex;flex-direction:column;position:relative}.reviews-table__col{padding:3.125vw}.reviews-table__col_left{background:#fff8ee;border:none;grid-template-areas:"avatar name" "avatar date";grid-template-columns:9.375vw 1fr;width:50%}.reviews-table__name{font-size:4.375vw}.reviews-table__avatar{height:9.375vw;width:9.375vw}.reviews-table__date{font-size:3.125vw}.reviews-table__days,.reviews-table__guests,.reviews-table__type{display:none}.reviews-table__button{font-size:3.75vw}.reviews-table__score{grid-template-columns:1fr 13.125vw;margin-bottom:3.125vw;position:absolute;right:3.125vw;top:0;width:50%}.reviews-table__score .popup__rating,.reviews-table__score .score{grid-column:2/3}.reviews-table__score-text{font-size:3.75vw;grid-column:1/2;justify-self:end;margin-top:3.125vw}.reviews-table__score .hotel-popup__rating-rate,.reviews-table__score .popup__rating-rate,.reviews-table__score .score__value{font-size:5vw;height:14.063vw;line-height:5.938vw;padding:2.5vw 2.813vw;width:13.125vw}.reviews-table__collapse-score-btn{align-self:start;font-size:3.125vw;grid-column:1/2;justify-self:end}.reviews-table__minus,.reviews-table__plus{-webkit-line-clamp:7;font-size:3.75vw;margin:3.125vw 0;padding-left:7.813vw}.reviews-table__minus:before,.reviews-table__plus:before{height:4.375vw;width:4.375vw}.reviews-table__text{-webkit-line-clamp:7;font-size:3.75vw;margin:3.125vw 0}.reviews-table__collapse-review-btn{margin:0 auto}.reviews-total{grid-template-columns:1fr;margin-bottom:10px;padding-right:0}.reviews-total__score{margin-bottom:0}.reviews-total__score .popup__rating,.reviews-total__score .score{column-gap:2.813vw;grid-template-columns:min-content 19.063vw;margin-top:0;position:absolute;right:3.125vw;row-gap:.313vw;top:3.75vw}.reviews-total__score .popup__rating-label,.reviews-total__score .score__text{font-size:4.375vw;line-height:5vw}.reviews-total__score .hotel-popup__rating-rate,.reviews-total__score .popup__rating-rate,.reviews-total__score .score__value{font-size:4.375vw;height:10.938vw;line-height:5vw;padding:1.563vw 1.875vw;width:10vw}.reviews-total__score-caption{font-size:2.5vw;line-height:2.813vw}.reviews-total .progressbar{height:2.5vw;margin-bottom:.938vw}.reviews-total__list{grid-template-columns:1fr;margin-bottom:15vw;max-height:33.125vw;overflow:hidden;row-gap:3.438vw;transition:max-height .3s ease-in-out}.reviews-total_open .reviews-total__list{max-height:none}.reviews-total__item{column-gap:2.5vw;grid-template-columns:7.5vw 1fr;row-gap:.938vw}.reviews-total__label{font-size:3.75vw;line-height:4.375vw}.reviews-total__value{font-size:4.375vw;line-height:5vw}.reviews-total__customer-rating{align-items:center;bottom:16.5vw;display:flex;justify-content:space-between;left:3.125vw;padding-block:5px;position:absolute;right:3.125vw}.hotel-reviews:has(.reviews-widget-link) .reviews-total__customer-rating{bottom:28.875vw}.reviews-total__customer-rating-caption{font-size:3.75vw;line-height:4.375vw}.reviews-total__show-details-button{align-items:center;background-color:#fff;column-gap:9px;display:flex;font-size:3.75vw;justify-content:center;line-height:1.16;padding-bottom:10px;position:relative;text-transform:lowercase;top:-13.5vw;width:100%}.reviews-total__show-details-button:after{background-color:#200e32;content:"";height:1.563vw;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;transform:rotate(180deg);transition:rotate .3s ease-in-out;width:3.125vw}.reviews-total__details{margin-bottom:20px;margin-top:0;padding-top:0}.reviews-total__row{margin-top:0}.hotel-tabs__tabs{padding-left:3.125vw;padding-right:3.125vw}.hotel-tabs__button{font-size:3.75vw;line-height:4.375vw;padding:3.125vw 3.75vw}.hotel-tabs__button_desc:before{height:4.375vw;width:4.375vw}.hotel-tabs__button_weather:before{height:4.375vw;width:5.313vw}.top-amenities{border-bottom:none;padding-left:3.125vw;padding-right:3.125vw}.top-amenities__title{font-size:5vw;line-height:5.938vw;margin-bottom:6.25vw;margin-left:.938vw}.top-amenities__list{gap:3.125vw;grid-template-columns:repeat(2,1fr);margin-bottom:4.688vw;margin-left:0}.top-amenities__item{column-gap:2.5vw;font-size:3.125vw;line-height:3.75vw}.top-amenities__item.tag-icon:before{height:3.75vw;width:3.75vw}.top-amenities__button{align-self:center;display:none;font-size:3.75vw;line-height:4.375vw;padding-bottom:1.875vw}.top-amenities__button-tip{display:none}.hotels-page_list_open .searched_disabled .hotels-card__price-wrapper{margin-left:-10px;margin-right:-10px;padding:0}.hotels-page_list_open .searched_disabled .hotels-card__price-wrapper .hotels-price__disabled{border-radius:0 0 0 20px;width:100vw}.holels-card__address{font-size:12px;line-height:12px}.hotels-card__slider .hotels-card__providers:after{left:unset;right:0}.hotels-page_list_open .hotels-card__slider img{border-radius:0}.holels-card__price .room-final-price{font:inherit}.hotels-cards__reviews-text{font-size:14px;line-height:16px}.hotels-page_list_open .hotels-card{grid-template-areas:"main" "tags" "slider" "price" "footer";grid-template-columns:1fr;min-height:unset;padding-left:10px;padding-right:10px}.hotels-page_list_open .hotels-card__main{border-bottom:none;padding-bottom:0}.hotels-page_list_open .holels-card__title{font-size:16px;line-height:19px}.hotels-page_list_open .holels-card__address-text{overflow:visible;padding-left:13px;position:relative;white-space:pre-wrap}.hotels-page_list_open .holels-card__address-text:before{height:14px;left:0;position:absolute;top:-2px;width:9px}.hotels-page_list_open .holels-card__rating{column-gap:9px}.hotels-page_list_open .holels-card__rating .rating__item{height:14px;width:14px}.hotels-page_list_open .hotels-cards__reviews-text{font-size:14px;line-height:16px}.hotels-page_list_open .holel-card__apartment-type,.hotels-page_list_open .holels-card__country{display:none}.hotels-page_list_open .hotels-card__slider{height:160px;margin:0 -10px;position:relative;width:100vw;z-index:auto}.hotels-page_list_open .hotels-card__slider .swiper{height:160px;object-fit:contain;width:auto}.hotels-page_list_open .hotels-card__tags{border-bottom:none;padding-top:7px}.hotels-page_list_open .hotels-card__tag-list:first-child{display:none}.hotels-page_list_open .hotels-card__price-wrapper{align-items:start;flex-wrap:wrap;min-height:50px;padding-right:165px;padding-top:9px;position:relative}.hotels-page_list_open .holels-card__price{flex-basis:21px;font-size:18px;line-height:21px;margin-bottom:4px}.hotels-page_list_open .holels-card__duration{flex-basis:160px;max-width:160px}.hotels-page_list_open .holels-card__duration br{display:none}.hotels-page_list_open .holels-card__button{font-size:14px;line-height:14px;padding:12px;position:absolute;right:0;top:10px}.holels-card__row{padding-left:.6vw}.holels-card__address,.holels-card__row{margin-top:2vw}.holels-card__amentities{margin-right:10px}.holels-card__amentities .hotels-tip-popup{min-width:-moz-max-content;min-width:max-content}.hotels-list .room-tag{font-size:12px;padding:0}.hotels-list .room-tag__icon{height:14px;margin-right:6px;width:14px}.inner-header{background-color:#fffc;margin:0;position:sticky;top:0;z-index:1000}.inner-header .inner-header__button,.inner-header .inner-header__text,.inner-header .inner-header__title{display:none}.hotels-page_list_open .inner-header{align-items:stretch;flex-direction:column;grid-template-areas:"controlls controlls" "title title" "text button";grid-template-columns:1fr min-content;margin-bottom:13px;margin-top:10px;row-gap:0}.hotels-page_list_open .inner-header__title{border-top:1px dashed #225999;padding:10px 10px 0}.hotels-page_list_open .inner-header__text{align-self:center;padding:0 10px}.hotels-page_list_open .inner-header__button{margin-right:10px;margin-top:0}.inner-header__controlls{margin-left:0;margin-right:0;order:-1;padding:10px}.inner-header__summary{margin-right:auto}.inner-header--mobile{display:block;margin-bottom:20px;position:static}.inner-header--mobile .inner-header__text,.inner-header--mobile .inner-header__title{display:block}.card-popup-swiper{height:30vh;height:30dvh;max-width:100vw}.popup__content{height:100%}#l-wrapper:has(.popup_fullscreen){height:100vh;height:100dvh;position:relative;z-index:1000}#filterdata:has(.popup_fullscreen) .hotels__map-return{display:none}.popup_fullscreen .leaflet-popup-content{height:100vh;height:100dvh;overflow:auto;padding-top:32px}.popup_fullscreen .popup__main{padding:15px 10px}.popup_fullscreen .popup__main:after{content:""}.popup_fullscreen .popup__content{grid-template-columns:3fr minmax(0,4fr)}.popup_fullscreen .popup__top{margin-bottom:12px;padding-right:84px}.popup_fullscreen .popup__stars{background-image:url(data:image/webp;base64,UklGRlQEAABXRUJQVlA4WAoAAAAQAAAATQAARQAAQUxQSDgBAAABgBCAbdxIEMpgEHYMcgwOQiEMQo9JIQxCIByEjYnvVywJQESwcds2kNLDrZ74CPy6MfDnMnbMCQTtGFUDQTtm1QQydlzebmdV1Xkb14AdR/177/DvOMgo+Hcc/49K2HH+7gQQseP+Txk7Pn73ADJ2VM3X/Vm1IWLHy2PH9+3PK2Df8f9tgH9Hil1+q3huuxZ+brt4CXbRuE36HeQFWEXPbRc9t100m13Lue3i2e1i+a3i5djlt8ptF89tV/unt0qR3qp2equaz2FV6xms6p3BqmZCq0TprWqnt6pbmFXQW9VJb5XbLp7bLvmvb5WjvlXy+laJn8Aq7Qms0p7AKnENq0z1rZLXt0pdmFXIsQroW+W2i2e3K+pfFfHjVtnjViW8nG/BKu8tWBXSPSRulT1ulbsFq7JuCwhWUDgg9gIAANAOAJ0BKk4ARgA+kTiZSCWjIqEvW/k4sBIJbACDwSDeSfar7tFa/l+KT+C/h/55/JXpAewB+s/SA/nH9o9QH3Ae0J+2PuA9AD+s/6X1Zf7x7AHoJ+ah/x/YW/sf+79g791PUA///tyAZgvXUk/BRu3/dfbDGTVuGsP/YRZgqgAA/usH///xTfLfL05/i0y1BcLrXnch/TJLG63//g5ZuoPF/jwZXc9D5f2PJYLhlQdXRBqI+y6Kaq4mN6el/YmMhCeY+1AHFlobccr1KBDq9XvZNWmhJam6umifeKdjLIIKwSRz86HFuucm4tIUFLIQq58XoLms2ZnZXiWcVbHCjqpvsdbtkAvE7PaUYHz5RWilH/b3Gw4PueDzx/8jJmiGhvEllxhOZfY9zVuMdckWaTdKHBuNSGKXYMaqHLnxCmxkaZ+FOLIdsZYQcKtb/6+bTbSTeBMaivVRcY7JX59uOjgB5nKRprLQY/3UV13Yf6XhLtq2qEbl19vn2cMwCjvJlBIA1rKcvihngGnwgeQzyoGzr0FxPGswWcb0eR3GjFovl3hiCrHtNr+9xHu96U1Q01lobt1Q2sd/v8KpVN+Ty4TibyiNBhEFOYVh6pFZVnhkoOAOjAguEn/wgp/oi6NPNZhKpKqYhkP+4jS4zdT4xACqP5l0aAwx6n6aFFXtwJcsSToQaHR5Ee/4xklT25lXeV6aFvxl+HQiQ5+ai/dA+IAYt/cB2JIe/BYd9xX6gLqppGpcpD5N77tklT0z8gdfk38YVMQyH/aVib+mcJRO8+OLHoW1niF8TO149RRlNsJusRC7eUXFnkSP/eFsYda4wFfH8quK535QfWuGymVsZF3XZMnYzUywck5Rz5pcChUHzlBqeSNgHGSMhw5dr/yIYMpURz3SbHN0qzhswvqV2Vx+yjJYUb4f/qxzdAR//99dDhUg+AAHlXO1tx2q6uplPv1//4qRv4A+pvO1mR6P9pjdlUoVEO3jfsFonguDGW0o0QYqAAAA);height:14px;width:78px}.popup_fullscreen .popup__stars_count_4{background-position-y:-14px;width:62px}.popup_fullscreen .popup__stars_count_3{background-position-y:-28px;width:46px}.popup_fullscreen .popup__stars_count_2{background-position-y:-42px;width:30px}.popup_fullscreen .popup__stars_count_1{background-position-y:-56px;width:14px}.popup_fullscreen .popup__location{display:none}.popup_fullscreen .popup__rating{column-gap:6px}.popup_fullscreen .popup__rating-label{font-size:10px!important;line-height:12px!important;padding-top:5px!important}.popup_fullscreen .popup__title{font-size:16px;line-height:19px;margin-bottom:11px;max-height:38px}.popup_fullscreen .popup__price{font-size:18px;line-height:22px}.popup--cluster .leaflet-popup-content-wrapper{max-height:100vh;max-height:100dvh}.popup--cluster .popup__content{height:unset;position:relative}.popup--cluster .popup__content:before{background:var(--dots);content:"";height:1px;left:0;position:absolute;right:0;top:0}.popup--cluster .popup__content:last-child:after{background:var(--dots);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.popup__last-review{padding:13px 0}.leaflet-container a.leaflet-popup-close-button{background-color:var(--white);color:#000;display:flex;font:24px/28px Tahoma,Verdana,sans-serif;height:32px;justify-content:flex-end;left:0;padding:0 var(--gap);width:100vw}.popup--card .popup__address{padding-bottom:12px}.popup--card .popup__address,.popup--card .popup__bottom,.popup--card .popup__last-review,.popup--card .popup__tags,.popup--card .popup__title{position:relative}.popup--card .popup__address:after,.popup--card .popup__bottom:after,.popup--card .popup__last-review:after,.popup--card .popup__tags:after,.popup--card .popup__title:after{background:var(--dots);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.popup--card .popup__title{padding-bottom:8px;padding-top:8px}.popup--card .popup__last-review{margin-bottom:14px;padding-bottom:13px;padding-top:13px}.popup--card .popup__tags{padding-bottom:14px;padding-top:14px}.popup--card .popup__bottom{margin-top:auto;padding:var(--gap)}.popup--card .popup__bottom:before{background:var(--dots);content:"";height:1px;left:0;position:absolute;right:0;top:0}.hotels-page_filters_open .map__controlls{left:auto}.map__toggle-map-btn{display:none}.fancybox__slide{padding:0!important}.hotels-modal{border-radius:0;height:100vh;height:var(--app-height);width:100vw}.hotels-modal.fancybox__content{padding:40px 20px}.hotels-modal.fancybox__content .carousel__button.is-close{height:10vw;padding:3vw;width:10vw}.hotels-modal__title{font-size:20px;line-height:23px}.hotels-modal__form{height:100%;row-gap:30px}.hotels-modal__row{display:flex;flex-direction:column;position:static;row-gap:30px}.hotels-modal__field{font-size:14px;line-height:16px;padding:12px 10px}.hotels-modal__field:not([name=name],.travel-div-in){border:1px solid #ebf1fd}.hotels-modal__button{font-size:14px;line-height:16px;padding:12px}.hotels-modal__buttons-wrapper{flex-direction:column;margin-top:auto;row-gap:8px}.hotels-modal__buttons-wrapper .hotels-tip button{width:100%}.hotels-modal__buttons-wrapper .hotels-tip-popup{box-shadow:none;color:#c4c4c4;font-size:12px;margin-top:20px;opacity:1;padding:0 16px;position:relative;top:unset;transform:translate(0)!important}.hotels-modal__buttons-wrapper .hotels-tip-popup:after{border-radius:50%;box-shadow:0 0 0 1px #979797;color:#979797;content:"?";font-size:9px;height:10px;left:0;position:absolute;text-align:center;top:2px;width:10px}.hotels-preloader{column-gap:16px;margin-bottom:0;margin-left:10px;margin-right:10px;padding:20px;row-gap:2px}.hotels-preloader__title{font-size:14px;line-height:1.2}.hotels-preloader__text{font-size:16px;line-height:19px}.hotels-preloader__facts-wrapper{margin-left:-20px;margin-right:-20px}.hotels-page_list_open .hotels__weather-wrapper{gap:2px}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item{align-items:center;flex:1;flex-direction:column;flex-wrap:nowrap;height:unset;max-width:unset;min-width:unset}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:first-child{border-radius:10px 0 0 10px}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:nth-child(3){border-radius:0 10px 10px 0}.hotels-page_list_open .hotels__weather-wrapper .hotels__weather-item:last-child{display:none}.hotels-page_list_open .weather-slide__date dd:after{content:none}.hotels-page_list_open .weather-slide__weekday_short{display:flex;flex-wrap:nowrap;font-size:12px}.hotels-page_list_open .weather-slide__temp-day{margin:0}.hotels-page_list_open .hotels-preloader__icons_full{display:none}.hotels-page_list_open .hotels-preloader__icons_notFull{display:block;flex:none;margin:0 auto;min-height:80px;transform:translate(10%);width:100px}.hotels-page_list_open .hotels-preloader__icons_notFull a:first-child{left:0;top:50%}.hotels-page_list_open .hotels-preloader__icons_notFull a:nth-child(2){left:50%;top:0}.hotels-page_list_open .hotels-preloader__icons_notFull a:nth-child(3){left:75%;top:50%}.hotels-page_list_open .hotels-preloader__icons_notFull a:nth-child(4){bottom:-10%;left:65%;transform:none}.hotels-page_list_open .hotels-preloader__icons_notFull a:nth-child(5){bottom:-10%;left:25%;transform:none}.hotels-page_list_open .hotels-preloader__info{width:50%}.hotels-page_list_open .hotels-preloader__article .hotels-preloader__card:last-child,.hotels-page_list_open .hotels-preloader__landmarks .hotels-preloader__card:last-child{display:none}.hotels-sidebar__places-title{font-size:4vw;line-height:1.2}.hotels-tip-popup{left:auto;max-width:100%;min-width:200px;right:0;width:auto}.hotels-tip-popup-link+.hotels-tip-popup{left:0}.hotels-tip-popup__heading{font-size:4.375vw}.hotels-tip-popup__caption{font-size:3.125vw}.hotels-card__tags .hotels-tip:hover:not(:focus) .hotels-tip-popup{left:0}.hotel-nearest-card__swiper .swiper-pagination{display:none}.hotel-nearest-card__title{font-size:5vw;padding-right:3.125vw}.hotel-nearest-card__address{font-size:3.125vw;margin-bottom:3.125vw}.hotel-nearest-card__distance{column-gap:1.25vw;font-size:4.688vw}.hotel-nearest-card__distance:after{height:4.375vw;width:2.813vw}.hotel-nearest-card__rating{column-gap:2.813vw;padding:3.125vw 0}.hotel-nearest-card__stars .rating__item{height:4.375vw;width:4.375vw}.hotel-nearest-card__score.popup__rating,.hotel-nearest-card__score.score{column-gap:1.875vw;margin-bottom:1.875vw}.hotel-nearest-card__score .hotel-popup__rating-rate,.hotel-nearest-card__score .popup__rating-rate,.hotel-nearest-card__score .score__value{font-size:5vw;height:14.063vw;padding:2.5vw 2.813vw;width:13.125vw}.hotel-nearest-card__reviews{font-size:3.125vw}.hotel-nearest-card__price{font-size:5.625vw}.hotel-nearest-card__days{font-size:3.125vw}.hotel-nearest-card__button{font-size:3.75vw;min-width:25vw;padding:2.5vw 3.75vw}.nearby-hotels__slider{padding-left:0;padding-right:0;width:100%}.nearby-hotels__button-next,.nearby-hotels__button-prev{display:none}.page-title{font-size:4.375vw;line-height:5.128vw}.pagination__item:first-child,.pagination__item:last-child{min-width:30px}.pagination__item:first-child{margin-left:10px;margin-right:auto}.pagination__item:last-child{margin-left:auto;margin-right:10px}.pagination__item--dots{min-width:unset}.pagination__item--dots span{padding:8px 4px}.hotels-page_list_open .pagination__item:first-child:after{transform:rotate(180deg) translateY(50%)}.phone{font-size:10px;line-height:12px}.phone:before{height:10px;width:10px}.places__table{font-size:2.9vw;line-height:1.2}.places__link a{width:90vw}.rating--xs .rating__item{height:3.5vw;width:3.5vw}.reviews-widget-link{font-size:3.875vw;justify-content:center;margin:3.125vw 0;padding:2.813vw 4.063vw;width:100%}.reviews-widget.fancybox__content>.carousel__button.is-close{position:fixed}.reviews-widget{--gap:3.785vw;flex:1;justify-content:center;max-width:none}.best-price{column-gap:1.563vw;font-size:2.5vw;padding:1.25vw 3.125vw}.best-price:before{height:2.813vw;width:2.813vw}.no-rooms__accordion-header{border-radius:0;border-width:2px 0;padding:1.875vw 11.25vw 1.875vw 3.75vw}.no-rooms__accordion-title{font-size:3.75vw}.no-rooms-alert{padding:3.75vw 3.125vw}.no-rooms-alert:before{content:none}.no-rooms-alert__title{font-size:3.75vw}.no-rooms-alert__text{font-size:3.125vw}.nearby-hotels__slider{margin-bottom:8.75vw}.nearby-hotels__title{font-size:5vw;margin-bottom:3.125vw;margin-left:3.125vw;margin-right:3.125vw}.other-dates__title{font-size:4.375vw;margin-left:3.125vw;margin-right:3.125vw}.other-dates__slider{margin:0}.other-dates__slide{padding:2.5vw}.other-dates__dates{font-size:3.75vw}.other-dates__guests{font-size:2.5vw}.other-dates__price{font-size:3.75vw}.other-dates__next-btn:after,.other-dates__prev-btn:after{content:none;display:none}.no-rooms{padding-top:3.125vw}.no-rooms__alert{margin-bottom:3.125vw;margin-left:3.125vw;margin-right:3.125vw}.no-rooms__other-dates{margin-bottom:8.75vw}.no-rooms__text{font-size:3.75vw;margin:3.125vw;padding:3.125vw 15.625vw}.no-rooms__nearby-hotels{margin-left:3.125vw}.room-booking{max-width:unset;padding:3.125vw 3.125vw 3.125vw 3.75vw;position:relative}.room-booking__button-wrapper{align-self:stretch;margin-bottom:0}.room-booking__button-wrapper .hotels-tip{width:100%}.room-booking__button-wrapper .hotels-tip-popup{font-size:3.125vw;left:50%;top:8vw;transform:translate(-100%)}.room-booking__best-price,.rooms-table__tr:first-child .room-booking__best-price{display:none}.room-booking__button{flex:1;font-size:3.75vw;margin:0 auto;max-width:94vw;padding:2.813vw 4.063vw;width:unset}.room-booking__price-per-day{display:none}.room-booking__tip-confirm{column-gap:1.563vw;font-size:2.5vw;justify-content:center;margin-bottom:-3.125vw;padding:3.125vw}.room-booking__tip-confirm:before{height:4.375vw;-webkit-mask-size:3.75vw auto;mask-size:3.75vw auto;width:3.75vw}.room-booking__tip-confirm p{font-size:3.125vw}.room-booking__popup.room-popup{display:none}.room-booking__tag-list{margin:0 auto;max-width:50vw;padding-top:2vw}.room-check-in{border-bottom:none;margin-bottom:3.125vw;padding-bottom:0}.room-check-in__title{background-color:#f7faff;font-size:4.375vw;line-height:1.14;margin-bottom:3.125vw;padding:4.063vw 3.125vw}.room-check-in__grid{display:flex;flex-direction:column;padding-left:3.125vw;padding-right:3.125vw;row-gap:3.75vw}.room-check-in__column{column-gap:10vw;grid-template-columns:max-content 67.188vw;row-gap:3.438vw}.room-check-in__label{font-size:3.125vw;line-height:1.2}.room-check-in__value{font-size:3.125vw;top:-2.188vw}.room-check-in__progressbar{top:2.813vw}.room-final-price{font-size:5vw}.room-final-price__old-price{margin-right:6px}.room-main{gap:3.125vw;grid-template-columns:25vw 1fr;padding:3.125vw 3.125vw 0;position:relative}.room-main__title{font-size:3.75vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-main__image-wrapper{height:25vw;width:25vw}.room-main__image-caption{bottom:1.563vw;column-gap:.938vw;font-size:3.125vw}.room-main__image-caption:before{height:3.125vw;width:3.125vw}.room-main__props{grid-column:1/3}.room-main__amenities-list{border-top:1px dashed #225999;column-gap:3.125vw;justify-content:space-between;margin-right:-3.125vw;max-height:10vw;padding:3.125vw;row-gap:3.125vw}.room-main__amenities-list,.room-main__hr{border-bottom:1px dashed #225999;margin-left:-3.125vw}.room-main__hr{display:block;grid-column:1/3;grid-row:4/5;width:calc(100% + 6.25vw)}.room-main__amenities-item,.room-main__amenities-item-more{font-size:3.125vw;line-height:1.2}.room-main__amenities-item-more{margin-left:unset}.room-main__amenities-icon:before{height:3.125vw;width:3.125vw}.room-main__tip{column-gap:1.875vw;font-size:3.125vw;justify-content:center}.room-main__tip:before{height:3.125vw;width:3.125vw}.room-main__only-mobile-fancybox{bottom:0;display:block;grid-column:1/3;grid-row:1/6;left:0;position:absolute;right:0;top:0;z-index:1}.room-modal.fancybox__content{border-radius:0;display:flex!important;height:100%;padding:37.5px 0 16vw}.room-modal.fancybox__content>.f-button.is-close-btn{background:transparent;border-right:0;display:flex;justify-content:space-between;padding:3px 10px 0;top:0;width:100%}.room-modal.fancybox__content>.f-button.is-close-btn svg{stroke:#000;text-shadow:0 0 2px #000000}.room-modal.fancybox__content>.f-button.is-close-btn:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 11 4-5-4-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;transform:rotate(180deg);width:16px}.room-modal.fancybox__content>.carousel__button.is-close{--carousel-button-width:9.375vw;--carousel-button-height:9.375vw;--carousel-button-svg-width:4.375vw;--carousel-button-svg-height:4.375vw;background-color:#fff;border-radius:0;box-shadow:0 0 1.25vw #00000040;color:#200e32!important;height:9.375vw;justify-content:space-between;left:0;padding:2.5vw 3.125vw;position:fixed!important;right:0;top:0!important;width:100%}.room-modal>.carousel__button.is-close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23200E32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7 7 1 1 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:2.5vw;transform:rotate(-90deg);width:4.375vw}.room-modal{column-gap:0;flex-direction:column;max-height:100%;overflow:auto;row-gap:0;width:100%}.room-modal__column-1{order:-1}.room-modal__swiper{height:55vw;margin:0}.room-modal__swiper_thumbs{display:none!important}.room-modal__title{font-size:4.375vw;margin-bottom:0;margin-right:0;margin-top:3.75vw;padding-left:3.75vw;padding-right:3.75vw}.room-modal__list{border-bottom:1px dotted #225999;margin-bottom:0;padding:3.75vw}.room-modal__scroll-wrapper{overflow-y:initial}.room-modal__description{border-bottom:1px dotted #225999;margin-bottom:0;padding:3.75vw}.room-modal__description:before{content:none}.room-modal__amenities-wrapper{padding-top:0}.room-modal__amenities-wrapper:before{content:none}.room-modal__list_amenities{border:none;display:flex;flex-direction:column;row-gap:3.75vw}.room-modal__item{font-size:3.125vw}.room-modal__guests:before{height:11px;width:22px}.room-modal__text_small.room-options__text_small{grid-column:2/3;grid-row:2/3;text-align:left}.room-modal__booking{background-color:#fff;bottom:0;box-shadow:0 0 4px #00000040;left:0;margin:0;padding:3.125vw 3.75vw;position:fixed;right:0;z-index:1}.room-modal:has(.room-modal__cashback) .room-modal__list{padding-bottom:8vw}.room-modal__cashback{left:3.125vw}.room-modal__cashback .hotels-tip-popup.hotel-cashback__tip-popup{left:20px;top:-80px}.room-modal__booking.room-booking{padding:3.125vw}.room-modal__booking-button-wrapper{display:block;max-width:50vw}.room-modal__button{font-size:3.75vw;padding:3.125vw 3.75vw}.room-modal__price-value{font-size:5vw}.room-modal__price-caption{font-size:3.125vw}.room-options{column-gap:2.813vw;grid-template-columns:auto auto 5vw}.room-options .select-selected:after{background-size:2.5vw 1.25vw;height:1.25vw;right:3.438vw;top:4.063vw;width:2.5vw}.room-options .custom-select{grid-column:1/3;margin:0}.room-options .select-selected{padding:2.5vw 3.125vw}.room-options .select-items div,.room-options .select-selected{font-size:3.125vw}.room-options .select-items div{padding:3.125vw 8.438vw 3.125vw 3.125vw}.room-options__tip{grid-column:3/4}.room-options__tip-popup{left:auto;max-width:100%;min-width:200px;right:0;width:auto}.room-options__text{font-size:3.125vw;margin:0}.room-options__icon:before{height:3.125vw;width:3.125vw}.room-options__text_small{font-size:3.125vw;grid-column:2/3;grid-row:1/2;padding-left:0;text-align:right}.room-options_cancel .room-options__text_small{font-size:3.125vw;grid-column:2;grid-row:1;margin-top:0;text-align:right}.room-options_cancel:has(>.custom-select) .room-options__text_small{grid-column:initial;grid-row:initial;margin-top:4px;padding-left:4.5vw;text-align:unset}.room-price__details{padding:0 0 0 3.125vw}.room-price-details{font-size:4.4vw;grid-row:4}.room-price-details__modal{background-color:#fff;display:flex;flex-direction:column;top:0;right:0;bottom:0;left:0;margin:0;overflow:auto;padding:0;position:fixed;z-index:1000}.room-price-details__modal .room-price-details__booking{display:block;margin-left:0;margin-right:0}.room-price-details__modal.is-modal{background-color:#fff;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:var(--app-height);left:0;margin:0;overflow:auto;padding:0;position:fixed;top:0;transform:translate(0) scale(1);transition:.3s ease;width:100vw;z-index:1000}.room-price-details__list{column-gap:3.125vw;margin-top:3.125vw;row-gap:3.125vw}.room-price-details__button{font-size:3.125vw;padding-left:0}.room-price-details:has(.room-price-details__button[aria-pressed=false]) .room-price-details__modal.is-modal{transform:translate(0) scale(.1);transition:.3s ease}.room-price-details__note{font-size:3.75vw}.room-price-details__booking{display:block;margin:auto 3.125vw 3.125vw}.room-price-details__modal-close{margin:0;padding:3vw}.room-price-details__modal-close svg{height:3.75vw;width:3.75vw}.room-price-details__heading{align-items:flex-start;background-color:#fff;display:flex;position:sticky;top:0}.room-price-details__title{font-size:7.5vw;padding:3.125vw 3.125vw 0}.room-price-details__list-wrapper{padding:0 3.125vw}.room-price-hint{flex-wrap:nowrap;font-size:2.8vw}.room-price-hint__icon{display:grid}.room-price-hint__text-wrapper{margin:0;padding-right:1vw}.room-price-hint__price{font-size:3.125vw;margin:0;padding:0}.room-props{column-gap:3.125vw;grid-template-columns:25vw max-content 1fr;grid-template-rows:min-content min-content 1fr;row-gap:4.375vw}.room-props:before{content:"";grid-column:1/2;grid-row:1/3;height:12.5vw}.room-props__bed{grid-column:2/4}.room-props__bed dd,.room-props__bed dt{font-size:3.125vw;line-height:3.75vw}.room-props__guests-mobile{align-items:end;align-self:start;column-gap:4px;column-gap:1.25vw;display:flex;grid-column:2/3}.room-props__guests-mobile dt{font-size:3.125vw;line-height:3.75vw}.room-props__guests-mobile_adult:before{height:3.75vw;width:3.75vw}dd.room-props__guests-mobile_children:before{height:2.5vw;width:2.5vw}.room-modal__guests-max dd,.room-modal__guests-max dt,.room-props__area dd,.room-props__floor dd,.room-props__guests-max dd,.room-props__guests-max dt{font-size:3.125vw;line-height:3.75vw}.room-props__area{grid-column:auto;grid-row:3;margin-top:.938vw}.room-props__area:before{height:5vw;width:5vw}.room-props__floor{grid-column:auto;grid-row:3;justify-content:normal;margin-top:.625vw}.room-props__floor:before{height:4.688vw;width:5.625vw}.room-modal__guests-max,.room-props__guests-max{grid-column:auto;grid-row:3;margin-top:.625vw}.room-modal__guests-max dt,.room-props__guests-max dt{margin-top:.938vw}.room-tag{--mobile-text-font-size:2.3vw;border-radius:var(--mobile-text-font-size);font-size:var(--mobile-text-font-size);line-height:2;min-height:unset;padding:0 var(--mobile-text-font-size)}.room-tag.mobile-only{display:flex}.room-tag__icon{height:var(--mobile-text-font-size);margin-right:2vw;width:var(--mobile-text-font-size)}.room-tag__icon svg{height:100%;width:100%}.room-tip{column-gap:1.875vw;font-size:3.125vw;justify-content:center}.room-tip:before{height:4vw;width:4vw}.rooms-table__head{display:none!important}.rooms-table__tr{border-bottom:1px dashed #225999;display:flex;flex-direction:column}.rooms-table__tr:first-child{border-bottom:none}.rooms-table__tr .room-booking__tip-confirm{margin-bottom:5px;width:unset}.rooms-table__td{border:0}.rooms-table__td:hover:has(.room-main){background-color:unset}.room-price{align-items:center;display:grid;gap:0;grid-template-columns:auto 1fr;grid-template-rows:min-content min-content 1fr}.room-price__best-price{grid-column:1/3;justify-self:center;margin-bottom:1.875vw}.room-price__total-price{font-size:5vw;grid-column:1/2;padding:0}.room-price__days,.room-price__total-price{padding-left:3.125vw;padding-top:0}.room-price__note{font-size:3.125vw;grid-column:1/2;grid-row:3;padding:0 0 0 3.125vw}.room-price__total-price-caption{display:block;font-size:3.125vw;grid-column:1/2;padding-left:3.125vw}.room-price__daily-price{display:block;font-size:3.125vw;grid-column:2;grid-row:1;padding-right:3.125vw;text-align:right}.room-price:has(.hotel-cashback-ext) .room-price__daily-price{grid-row:2}.room-price:has(.hotel-cashback-ext) .room-price__days{grid-row:3}.room-price__days{display:block;font-size:3.125vw;grid-column:2/3;grid-row:2;padding-right:3.125vw;text-align:right}.room-price__promo{font-size:3.125vw;grid-column:1/3;grid-row:3/4;justify-self:center;padding:3.125vw 3.125vw 0}.room-price__cashback{grid-column:2;grid-row:1/3}.rooms-table__guests{display:none}.room-options-wrapper{padding:3.125vw;row-gap:2.5vw}.room-price__tip{grid-column:2;justify-content:flex-end;margin:0 3.125vw}.room-price__hints-list{grid-column:1/-1;grid-row:5;grid-template-columns:repeat(2,1fr);margin:0 3.125vw}.rooms-table__tr:first-child .room-price__best-price{display:flex;width:50vw}.room-price__best-price .room-tag{width:100%}.room-price__hotel-cashback{width:-moz-min-content;width:min-content}.rooms-viewers{justify-content:center;margin-bottom:3.125vw;padding:0 3.125vw}.rooms-viewers:before{height:3.125vw;width:5.938vw}.rooms-viewers__text{font-size:3.125vw}.rooms__total-count{color:#979797;display:flex;font-size:3.125vw;justify-content:center;line-height:3.75vw;margin-bottom:3.125vw;padding:0 3.125vw}.rooms-title{font-size:5vw;text-align:center}.rooms-subtitle,.rooms-title{margin-left:3.125vw;margin-right:3.125vw}.rooms-subtitle{font-size:3.75vw;margin-bottom:3.125vw}.no-rooms-title{font-size:3.75vw;padding:1.875vw 3.75vw}.search-rooms-mobile{background-color:#ebf1fd;border-radius:0 6.25vw;column-gap:2.3%;display:grid;grid-template-columns:repeat(2,48.9%);padding:6.25vw 3.125vw;position:relative;row-gap:4.375vw}.search-rooms-mobile__title{color:#0662ba;font-size:3.75vw;font-weight:500;line-height:4.375vw}.search-rooms-mobile__button{border-bottom:.313vw dashed #0662ba;color:#0662ba;font-size:3.75vw;line-height:4.375vw;margin-left:auto;padding-bottom:.313vw}.search-rooms-mobile__fancybox-trigger{bottom:0;left:0;position:absolute;right:0;top:0}.search-rooms-mobile__col{display:flex;flex-basis:48.85%;flex-direction:column;font-size:4.375vw;line-height:6.25vw}.search-rooms-mobile__col:first-of-type{border-right:1px dashed #0662ba}.search-rooms-mobile_no-dates .search-rooms-mobile__col:first-of-type{border-right:1px dashed #979797}.search-rooms-mobile__caption{font-weight:700}.search-rooms-mobile_no-dates .search-rooms-mobile__caption{color:#979797;text-align:center}.search-rooms{background-color:#fff;border-radius:0;display:none;height:100%}.search-rooms.fancybox__content{height:100vh;height:var(--app-height);padding:9.375vw 6.25vw 6.25vw;width:100vw}.search-rooms.fancybox__content>.carousel__button.is-close{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;color:#000;top:0}.search-rooms__title{color:#000;font-size:5vw;font-weight:700;margin-bottom:6.25vw;text-align:center}.search-rooms__reset-btn.reset-btn_desktop{background-size:3.125vw 3.125vw;right:3.125vw;top:9.375vw}.search-rooms__guests{font-size:4.375vw;height:12.5vw;padding:3.75vw 3.125vw;position:relative}.hotel-search__grid{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:6.25vw}.hotel-search__col{row-gap:2.188vw}.hotel-search__col:last-of-type{margin-top:auto}.hotel-search__label{font-size:3.75vw;font-weight:500;margin-left:3.125vw;position:static;top:unset}.hotel-search__date.travel-div-in,.hotel-search__date.travel-div-out{background-position:2.5vw 2.5vw;background-size:6.25vw 6.25vw;border:1px solid #ebf1fd;font-size:4.375vw;height:12.5vw;padding-left:15.625vw!important;padding-right:3.125vw!important}.hotel-search__button{margin-left:0;min-height:unset}.hotel-search__button-text{font-size:4.375vw}.hotel-search__ya-checkbox{position:static;transform:none}.tag-slider .swiper-slide:first-child{margin-left:10px}.tag-slider .swiper-slide:last-child{margin-right:10px}.viewed-hotels-card{border-radius:0 0 0 6.25vw;padding:3.125vw;row-gap:2.5vw}.viewed-hotels-card__rating{column-gap:3.125vw}.viewed-hotels-card__stars .rating__item{height:14px;width:14px}.viewed-hotels-card__reviews{font-size:14px;line-height:16px}.viewed-hotels-card__title{font-size:16px;line-height:19px;padding-right:80px;text-wrap:inherit}.viewed-hotels-card__address{column-gap:1.481vw;font-size:12px;line-height:12px;margin-top:-1.562vw}.viewed-hotels-card__address:before{font-size:3.125vw;height:7vw;width:2.5vw}.viewed-hotels-card__images{margin-left:-3.125vw;margin-right:-3.125vw}.viewed-hotels-card__swiper{height:46.875vw}.viewed-hotels-card__swiper .swiper-pagination{display:none}.viewed-hotels-card__price{font-size:18px;line-height:21px}.viewed-hotels-card__days{font-size:3.125vw}.viewed-hotels-card__button{font-size:14px;line-height:14px;min-width:31.25vw;padding:12px}.viewed-hotels{padding:6.25vw 0}.viewed-hotels__title{font-size:5vw;margin-bottom:3.125vw;padding:0 3.125vw}.viewed-hotels__main{--columns:1;gap:3.125vw;margin:0}.weather-advice{border-radius:0 3.125vw;padding:3.125vw 3.75vw 3.125vw 8.75vw}.weather-advice:before{height:6.25vw;left:1.563vw;top:3.125vw;width:5.625vw}.weather-advice__title{font-size:3.75vw;line-height:4.375vw;margin-bottom:.938vw}.weather-advice__text{font-size:3.125vw;line-height:3.75vw}.weather-icon:before{height:5.625vw;margin-right:.938vw;width:5.625vw}.weather-slide{flex-direction:row;flex-wrap:wrap;max-width:180px;min-width:100px;padding:3.75vw 0;width:auto!important}.weather-slide__date{flex-basis:50%;font-size:3.75vw;line-height:4.375vw;text-align:right}.weather-slide__date dd:after{content:", ";margin-left:-.625vw;margin-right:.625vw}.weather-slide__weekday{flex-basis:50%;justify-self:start;margin-bottom:0;text-align:left}.weather-slide__weekday dd{display:none}.weather-slide__weekday_short{display:block;font-size:3.75vw;line-height:4.375vw}.weather-slide__icon{margin-bottom:0;margin-right:2.059vw}.weather-slide__temp-day{font-size:5.625vw;line-height:6.563vw;margin-right:2.5vw;padding:6px 0}.weather-slide__temp-night{font-size:3.75vw;line-height:4.375vw;margin-bottom:0}.weather-slide__wind{flex-basis:50%;margin-bottom:1.875vw;text-align:left}.weather-slide__wind .weather-wind__speed{font-size:10px;line-height:12px}.weather-slide__humidity{flex-basis:50%;margin-bottom:1.875vw;text-align:right}.weather-slide__date-wrapper,.weather-slide__temp-wrapper{align-items:baseline;flex-wrap:nowrap}.weather-slide--sm{padding:10px 5px}.weather-slider{margin-left:-3.125vw;margin-right:-3.125vw;overflow:hidden;padding:3.125vw}.weather-slider .swiper{overflow:visible;padding-left:0;padding-right:0}.weather-slider .swiper-button-next,.weather-slider .swiper-button-prev{border-radius:9.375vw;box-shadow:0 0 1.25vw #00000040;height:6.875vw;margin-top:0;top:2.813vw;width:6.875vw}.weather-slider .swiper-button-next:after,.weather-slider .swiper-button-prev:after{background-color:#f8991d;height:3.75vw;top:9.375vw;width:1.875vw}.weather{padding:3.125vw 3.125vw 0;row-gap:3.125vw}.weather__title{font-size:5vw;line-height:5.938vw}.weather__today{align-items:center;flex-wrap:wrap;padding:3.125vw;row-gap:2.5vw}.weather__weekday{flex-basis:18.9%;font-size:0;margin-right:0}.weather__weekday dd{flex-direction:row}.weather__weekday dd:before{font-size:3.125vw;line-height:3.75vw}.weather__date{flex-basis:38.21%;font-size:4.375vw;line-height:5vw;margin-right:0}.weather__temperature{column-gap:1.563vw;flex-basis:38.21%;justify-content:end;margin-left:auto;margin-right:0}.weather__temp-day{font-size:6.25vw;line-height:7.188vw}.weather__temp-night{font-size:3.75vw;line-height:4.375vw}.weather__wind{flex-basis:18.9%;margin-right:0}.weather__wind .weather-wind{column-gap:.938vw}.weather__wind .weather-wind__dir dd:before{height:3.75vw;width:3.75vw}.weather__humidity,.weather__wind .weather-wind__speed{font-size:3.125vw;line-height:3.75vw}.weather__humidity{flex-basis:38.21%;margin-right:0}.weather__air-pressure{flex-basis:42.85%;font-size:3.125vw;line-height:3.75vw}.weather__subtitle{font-size:3.75vw;line-height:4.375vw}.hotel-page{padding:0}.hotel-page .page-footer-copyright{margin-inline:0}.hotel-breadcrumbs{display:none}.hotel-main{margin-bottom:0}.hotel-main__grid{display:flex;flex-direction:column;row-gap:0}.hotel-main__header{margin-bottom:3.125vw;padding:3.125vw;row-gap:3.125vw}.hotel-main__title-wrapper{align-items:start;column-gap:1.875vw;padding-right:0;row-gap:2.5vw}.hotel-main__title{flex-basis:100%;order:1}.hotel-main__stars .rating__item{height:3.125vw;width:3.125vw}.hotel-main__contacts{padding-left:4.063vw;position:relative;row-gap:0}.hotel-main__address{flex-basis:100%}.hotel-main__address:after{content:"\a"}.hotel-main__address-icon{height:3.75vw;left:0;position:absolute;top:0;width:2.5vw}.hotel-main__address-link:last-of-type{margin-right:0}.hotel-main__phone,.hotel-main__phone.phone{flex-basis:100%;margin-left:-4.063vw;margin-top:3.125vw}.hotel-main__phone.phone{font-size:3.125vw;line-height:3.75vw}.hotel-main__phone.phone:before{height:3.125vw;width:3.259vw}.hotel-main__gallery-tiles,.hotel-main__show-on-map{display:none}.hotel-main__gallery-slider{display:block}.hotel-main__foundation,.hotel-main__hotel-chain,.hotel-main__total-count{font-size:3.125vw;line-height:3.75vw;padding:2.813vw 3.125vw}.hotel-main__info{align-self:auto;margin-bottom:10px;max-height:none;overflow-y:initial}.hotel-main__tabs{margin-bottom:3.125vw}.hotel-faq{padding:6.25vw 0}.hotel-faq__title{font-size:5vw;margin-bottom:3.125vw;padding:0 3.125vw}.hotel-faq__slider{margin:0 3.125vw}.hotel-faq__slider .faq-slider__item{padding:6.25vw 3.125vw;row-gap:0}.hotel-faq__slider .faq-slider__icon{margin-bottom:3.125vw}.hotel-faq__slider .faq-slider__question{font-size:4.375vw;line-height:1.2;margin-bottom:4.063vw}.hotel-faq__slider .faq-slider__answer{font-size:3.125vw;line-height:1.2}.hotel-faq__slider .faq-slider__button_next,.hotel-faq__slider .faq-slider__button_prev{display:none}.hotel-page__tags{margin-bottom:0}.hotel-page__title{font-size:5vw;margin-bottom:3.125vw;padding:0 3.125vw}.is-compact .fancybox__content#hotel-add-review-modal>.f-button.is-close-btn,.is-compact .fancybox__content#reviews-table>.f-button.is-close-btn,.is-compact .fancybox__content.search-rooms>.f-button.is-close-btn{background:transparent;border-right:0;padding:5px;top:0;transform:scale(1.2)}.is-compact .fancybox__content#hotel-add-review-modal>.f-button.is-close-btn svg,.is-compact .fancybox__content#reviews-table>.f-button.is-close-btn svg,.is-compact .fancybox__content.search-rooms>.f-button.is-close-btn svg{stroke:#000;text-shadow:0 0 2px #000000}.attraction-marker{min-width:160px}.attraction-marker__title{font-size:12px;padding:0 10px}.attraction-marker .icon{padding:6px 8px}.hotels__map .leaflet-container a.leaflet-popup-close-button{top:0}.hotels__sidebar{display:none}.hotels-page_filters_open .hotels__sidebar{bottom:0;display:block;position:fixed;top:0;width:100vw}.hotels-page_list_open.hotels-page_filters_open .hotels__sidebar{bottom:0;box-shadow:none;display:block;position:fixed;top:0;width:100vw}.hotels__main-content{display:none}.hotels-page_list_open .hotels__main-content{display:block;padding-left:0;padding-right:0}.hotels-page_list_open:not(.hotels-page_filters_open) .hotels__main-content{height:auto;overflow:visible;position:static;transform:none;width:100vw;z-index:0}.hotels-page_list_open.hotels-page_filters_open .hotels__main-content{height:0;overflow:hidden;position:absolute;width:0}.hotels-page_list_open .hotels__tag-slider{margin-bottom:10px}.hotels__pagination{margin-bottom:20px;margin-top:20px}.hotels-page_list_open .hotels__main-banner{display:none}.hotels-page_list_open .hotels__main-banner_mobile,.hotels__main-banner_mobile{display:block;margin-bottom:10px}.hotels__main-banner{margin-bottom:10px}}@media (max-width:500px){.hotels-middle h1{font-size:1.78571rem;text-align:center}.hotels-middle time{font-size:1.14286rem}}@media (max-width:499px){.hotels-card__header:has(.holel-card__likes){align-items:flex-start;flex-direction:column-reverse}.holel-card__likes{margin-bottom:8px}}@media (max-width:400px){.holels-card__price-info span{font-size:10px}.hotels-page_list_open .holels-card__price{font-size:5.125vw;line-height:1.3;margin-bottom:0}.hotels-list{overflow:hidden}.pagination__item{min-width:30px!important}.pagination__item:first-child,.pagination__item:last-child{width:30px}.pagination__item:first-child a,.pagination__item:first-child span,.pagination__item:last-child a,.pagination__item:last-child span{height:0!important;overflow:hidden;padding:0;width:0!important}.pagination__item:first-child:after,.pagination__item:last-child:after{left:50%}.hotels-page_list_open .pagination__item:first-child:after{left:50%;transform:rotate(180deg) translate(50%,50%)}.hotels-page_list_open .pagination__item:last-child:after{left:50%;right:unset;transform:translate(-50%,-50%)}}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}.hotels-card__providers:hover:after{display:block}}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
