<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import{openBlock as l,createElementBlock as n,Fragment as m,createElementVNode as r,normalizeClass as p,toDisplayString as d,createCommentVNode as f,withDirectives as v,vModelText as y,renderList as h}from "/js/vue.esm-browser.js";(function(){const i=document.createElement("link").relList;if(i&amp;&amp;i.supports&amp;&amp;i.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))a(e);new MutationObserver(e=&gt;{for(const c of e)if(c.type==="childList")for(const t of c.addedNodes)t.tagName==="LINK"&amp;&amp;t.rel==="modulepreload"&amp;&amp;a(t)}).observe(document,{childList:!0,subtree:!0});function s(e){const c={};return e.integrity&amp;&amp;(c.integrity=e.integrity),e.referrerPolicy&amp;&amp;(c.referrerPolicy=e.referrerPolicy),e.crossOrigin==="use-credentials"?c.credentials="include":e.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function a(e){if(e.ep)return;e.ep=!0;const c=s(e);fetch(e.href,c)}})();const g=(o,i)=&gt;{const s=o.__vccOpts||o;for(const[a,e]of i)s[a]=e;return s},w={props:{app:null,version:"big"},data(){return{tab:"city",search:"",rendering:0,opened:!1,isLoadCalled:!1,loading:!0,exists:!1,items:[],itemsPopular:[],airports:[],dict:{},ctDict:{}}},watch:{tab(o,i){this.filterItems()},opened(o,i){this.search="",this.filterItems()},rendering(o,i){},loading(o,i){},exists(o,i){this.version!="ti"&amp;&amp;this.exists},countryId(o,i){this.isLoadCalled=!1,this.load()},"app.req.co"(o,i){this.app.req.ctav=null,this.app.req.avct=null,this.isLoadCalled=!1,this.load()},"app.req.geo"(o,i){this.filterItems()},"app.req.avct"(o,i){this.filterItems()},"app.req.ctav"(o,i){this.filterItems()},"app.isGeoLoaded"(o,i){o&amp;&amp;(this.loading=!1,this.load(),this.filterItems())},regionId(o,i){this.filterItems()}},created:function(){let o=this;o.app.req.ctav||(o.app.req.ctav=null),this.load()},computed:{isEmpty:function(){return(!this.app.req.ctav||this.app.req.ctav&lt;1)&amp;&amp;(!this.app.req.avct||this.app.req.avct&lt;1)},countryId:function(){return this.app.req.co},regionId:function(){return this.filteredRegion()}},methods:{fetch(o){let i=this,s=o.data;if(s&amp;&amp;s.length&gt;0){i.exists=!0;for(let a in s)s.hasOwnProperty(a)&amp;&amp;(s[a].nameIndexGeo=s[a].airport.toLocaleLowerCase(),s[a].nameIndex=s[a].airport.toLocaleLowerCase(),s[a].nameIndexIATA=s[a].airport_id.toLocaleLowerCase(),i.dict[s[a].airport_id]=s[a]);for(let a in i.dict){if(!i.dict.hasOwnProperty(a))continue;let e=0,c=1e6,t=null;for(let _ in i.dict[a].items)i.dict[a].items.hasOwnProperty(_)&amp;&amp;i.app.dictGeo.city[_]&amp;&amp;_==i.dict[a].fly_geo_id&amp;&amp;(e=i.dict[a].items[_],e&lt;c&amp;&amp;(c=e,t=JSON.parse(JSON.stringify(i.app.dictGeo.city[_])),t.is_popular=i.dict[a].is_popular,t.airport_dist=e,t.airport_id=i.dict[a].airport_id,t.airport=i.dict[a].airport,t.airport_geos=i.dict[a].items,t.airports=[]));if(t){if(i.ctDict[t.id]&amp;&amp;i.ctDict[t.id].airport_dist&lt;t.airport_dist)continue;i.ctDict[t.id]=t,i.ctDict[t.id].nameIndexGeo=t.name.toLocaleLowerCase(),i.ctDict[t.id].nameIndex=t.airport.toLocaleLowerCase(),i.ctDict[t.id].nameIndexIATA=t.airport_id.toLocaleLowerCase()}}i.filterItems()}else i.exists=!1,this.version!="ti"},async load(){let o=this;o.dict={},o.ctDict={};let i=navigator.vendor&amp;&amp;navigator.vendor.indexOf("Apple")&gt;-1&amp;&amp;navigator.userAgent&amp;&amp;!navigator.userAgent.match("CriOS"),s="geoar_"+o.countryId,a=36e5,e=new Date().getTime(),c=null;if(window.localStorage&amp;&amp;!i&amp;&amp;(c=window.localStorage.getItem(s),c&amp;&amp;typeof c=="string"&amp;&amp;(c=JSON.parse(c),(!c.timestamp||e-c.timestamp&gt;a)&amp;&amp;(c=null))),c){o.fetch(c);return}else axios.get("https://toursales.ru/ui-filter-lz/cityArrival?country="+o.countryId+"&amp;lang="+o.app.req.lang+"&amp;p="+location.hostname).then(function(t){if(window.localStorage&amp;&amp;t&amp;&amp;!i){let _={data:t.data,timestamp:e};window.localStorage.setItem(s,JSON.stringify(_))}o.fetch(t)}).catch(function(t){}).finally(function(){})},filterItems(){let o=this;return o.tab==="city"?o.filterItemsCity():o.filterItemsAirports()},filterItemsCity(){let o=this,i=o.search.trim().toLocaleLowerCase(),s=ReverseLocale.convertEnToRu(i),a=i.length&gt;0,e=o.app.getReqGeoRegions[0],c=o.app.dictGeo.city;o.items=[],o.itemsPopular=[];for(let t in o.ctDict)if(o.ctDict.hasOwnProperty(t)&amp;&amp;!(e&gt;0&amp;&amp;(!o.app.relRegionCityIds[c[t].regionId]||e!==c[t].regionId))){if(a){if(i.length&lt;5){if(o.ctDict[t].nameIndex.indexOf(i)!==0&amp;&amp;o.ctDict[t].nameIndexGeo.indexOf(i)!==0&amp;&amp;o.ctDict[t].nameIndexIATA.indexOf(i)!==0&amp;&amp;o.ctDict[t].nameIndex.indexOf(s)!==0&amp;&amp;o.ctDict[t].nameIndexGeo.indexOf(s)!==0&amp;&amp;o.ctDict[t].nameIndexIATA.indexOf(s)!==0)continue}else if(o.ctDict[t].nameIndex.indexOf(i)&lt;0&amp;&amp;o.ctDict[t].nameIndexGeo.indexOf(i)&lt;0&amp;&amp;o.ctDict[t].nameIndexIATA.indexOf(i)&lt;0&amp;&amp;o.ctDict[t].nameIndex.indexOf(s)&lt;0&amp;&amp;o.ctDict[t].nameIndexGeo.indexOf(s)&lt;0&amp;&amp;o.ctDict[t].nameIndexIATA.indexOf(s)&lt;0)continue}o.ctDict[t].is_popular?o.itemsPopular.push(o.ctDict[t]):o.items.push(o.ctDict[t])}o.items.sort(function(t,_){return t.name.localeCompare(_.name)}),o.itemsPopular.sort(function(t,_){return t.name.localeCompare(_.name)}),o.rendering++},filterItemsAirports(){let o=this,i=o.search.trim().toLocaleLowerCase(),s=ReverseLocale.convertEnToRu(i),a=i.length&gt;0,e=o.app.getReqGeoRegions[0],c=o.app.dictGeo.city;o.items=[],o.itemsPopular=[];for(let t in o.dict)if(o.dict.hasOwnProperty(t)&amp;&amp;!(e&gt;0&amp;&amp;(!c[o.dict[t].fly_geo_id]||!o.app.relRegionCityIds[c[o.dict[t].fly_geo_id].regionId]||e!==c[o.dict[t].fly_geo_id].regionId))){if(a){if(i.length&lt;5){if(o.dict[t].nameIndex.indexOf(i)!==0&amp;&amp;o.dict[t].nameIndexGeo.indexOf(i)!==0&amp;&amp;o.dict[t].nameIndexIATA.indexOf(i)!==0&amp;&amp;o.dict[t].nameIndex.indexOf(s)!==0&amp;&amp;o.dict[t].nameIndexGeo.indexOf(s)!==0&amp;&amp;o.dict[t].nameIndexIATA.indexOf(s)!==0)continue}else if(o.dict[t].nameIndex.indexOf(i)&lt;0&amp;&amp;o.dict[t].nameIndexGeo.indexOf(i)&lt;0&amp;&amp;o.dict[t].nameIndexIATA.indexOf(i)&lt;0&amp;&amp;o.dict[t].nameIndex.indexOf(s)&lt;0&amp;&amp;o.dict[t].nameIndexGeo.indexOf(s)&lt;0&amp;&amp;o.dict[t].nameIndexIATA.indexOf(s)&lt;0)continue}o.dict[t].is_popular?o.itemsPopular.push(o.dict[t]):o.items.push(o.dict[t])}o.items.sort(function(t,_){return t.airport.localeCompare(_.airport)}),o.itemsPopular.sort(function(t,_){return t.airport.localeCompare(_.airport)}),o.rendering++},searchItemsByText:invDebounce(function(){this.filterItems()},150),select(o){let i=this;i.opened=!1,i.tab=="city"?(i.app.req.avct=o,i.app.req.ctav=null):(i.app.req.avct=null,i.app.req.ctav=o)},filteredRegion(){return window.app&amp;&amp;window.app.forms&amp;&amp;window.app.forms.region?window.app.forms.region.getSelectedGeoId():null},filteredRegionName(){return window.app.forms.region.getSelectedGeoName()}}},x={class:"bth__inp-block"},b={key:0,class:"bth__inp"},I={key:1,class:"bth__inp"},k={key:2,class:"bth__inp"},q={class:"bth__inp-block"},C={key:0,class:"bth__inp"},O={key:1,class:"bth__inp"},D={key:2,class:"bth__inp"},A={class:"lsfw-tour-search__input"},L={key:0},P={key:1,class:"grey"},T={key:2},G={key:0},N={key:1},S={key:2},R={key:5,class:"lsfw-form-control-wrap lsfw-anim-fade-in"},E={class:"lsfw-form-control lsfw-form-control--400"},z={class:"lsfw-form-control__head lsfw-form-control__head-flex"},B={key:0,class:"lsfw-form-control__tags"},F={class:"lsfw-form-control__filter"},J={class:"lsfw-form-control__search"},V={class:"lsfw-form-control__tabs no-scrollbar"},K={class:"lsfw-form-control__body lsfw-form-control__body--scroll p0"},M={key:0,class:"lsfw-form-control__fill-line bg-white mb15"},U={key:1,class:"lsfw-form-control__ul bold"},j={class:"lsfw-rbt lsfw-rbt--green"},H=["checked"],Q={class:"",for:"city_fly_to220"},W={key:0},X={key:1},Y={key:2},Z={key:0,class:"lsfw-form-control__fill-line"},$={key:0},ee={key:1},te={key:1,class:"lsfw-form-control__fill-line"},ie={key:0},oe={key:1},se={key:3,class:"lsfw-form-control__fill-line"},le={key:4,class:"lsfw-form-control__fill-line grey"},ne=["onClick"],re={class:"lsfw-rbt lsfw-rbt--green"},ce=["id","checked"],ae=["for"],fe={class:"fz10 grey hint-parent"},de={class:"hint hint--top hint--left"},_e={class:"lsfw-form-control__cut100"},pe={key:0,class:"lsfw-form-control__fill-line grey"},ue=["onClick"],me={class:"lsfw-rbt lsfw-rbt--green"},he=["id","checked"],ve=["for"],ye={class:"fz10 grey hint-parent"},ge={class:"lsfw-form-control__cut100"},we={key:0,class:"lsfw-form-control__fill-line grey"},xe={key:7,class:"lsfw-form-control__fill-line"},be={key:0},Ie={key:1},ke={key:8,class:"lsfw-form-control__ul lsfw-form-control__ul--lower pb10 pt10"},qe=["onClick"],Ce={class:"lsfw-rbt lsfw-rbt--green"},Oe=["id","checked"],De=["for"],Ae={class:"fz10 grey hint-parent"},Le={class:"hint hint--top hint--left"},Pe={class:"lsfw-form-control__cut100"},Te={key:9,class:"lsfw-form-control__ul lsfw-form-control__ul--lower pb10 pt10"},Ge=["onClick"],Ne={class:"lsfw-rbt lsfw-rbt--green"},Se=["id","checked"],Re=["for"],Ee={class:"fz10 grey hint-parent"},ze={class:"lsfw-form-control__cut100"};function Be(o,i,s,a,e,c){return l(),n(m,null,[s.version=="big"&amp;&amp;e.exists?(l(),n("div",{key:0,onClick:i[0]||(i[0]=t=&gt;e.opened=!0),class:"pointer relative"},[r("i",{class:p(["tour-selection-field__icon40 fas fa-plane-arrival",{active:!c.isEmpty}])},null,2),r("div",x,[i[13]||(i[13]=r("span",{class:"bth__inp-lbl"},"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°",-1)),e.loading?(l(),n("span",b,"...")):e.tab==="airport"?(l(),n("span",I,d(e.dict[s.app.req.ctav]?e.dict[s.app.req.ctav].airport:"Р›Р®Р‘РћР™"),1)):e.tab==="city"?(l(),n("span",k,d(e.ctDict[s.app.req.avct]?e.ctDict[s.app.req.avct].name:"Р›Р®Р‘РћР™"),1)):f("",!0)])])):f("",!0),s.version=="big"&amp;&amp;!e.exists?(l(),n("div",{key:1,onClick:i[1]||(i[1]=t=&gt;e.opened=!0),class:"pointer relative"},[r("i",{class:p(["tour-selection-field__icon40 fas fa-plane-arrival",{active:!c.isEmpty}])},null,2),i[14]||(i[14]=r("div",{class:"bth__inp-block"},[r("span",{class:"bth__inp-lbl"},"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°"),r("span",{class:"bth__inp grey"},"РќР•Р”РћРЎРўРЈРџР•РЅ")],-1))])):f("",!0),s.version=="small-ti"&amp;&amp;e.exists?(l(),n("div",{key:2,onClick:i[2]||(i[2]=t=&gt;e.opened=!0),class:"pointer relative"},[r("i",{class:p(["tour-selection-field__icon40 fas fa-plane-arrival",{active:!c.isEmpty}])},null,2),r("div",q,[e.loading?(l(),n("span",C,"...")):e.tab==="airport"?(l(),n("span",O,d(e.dict[s.app.req.ctav]?e.dict[s.app.req.ctav].airport:"РђСЌСЂРѕРїРѕСЂС‚ РїСЂРёР»С‘С‚Р°"),1)):e.tab==="city"?(l(),n("span",D,d(e.ctDict[s.app.req.avct]?e.ctDict[s.app.req.avct].name:"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°"),1)):f("",!0)])])):f("",!0),s.version=="small-ti"&amp;&amp;!e.exists?(l(),n("div",{key:3,onClick:i[3]||(i[3]=t=&gt;e.opened=!0),class:"pointer relative"},[r("i",{class:p(["tour-selection-field__icon40 fas fa-plane-arrival",{active:!c.isEmpty}])},null,2),i[15]||(i[15]=r("div",{class:"bth__inp-block"},[r("span",{class:"bth__inp grey"},"Р“РћР&nbsp;РћР”Рђ РџР&nbsp;РР›РЃРўРђ РќР•Р”РћРЎРўРЈРџРќР«")],-1))])):f("",!0),s.version=="ti"?(l(),n("div",{key:4,onClick:i[4]||(i[4]=t=&gt;e.opened=!0)},[r("div",A,[i[16]||(i[16]=r("i",{class:"lsfw-tour-search__inp-icon fas fa-plane-arrival"},null,-1)),e.loading?(l(),n("span",L,"...")):f("",!0),!e.loading&amp;&amp;!e.exists?(l(),n("span",P,"Р“РћР&nbsp;РћР”Рђ РџР&nbsp;РР›РЃРўРђ РќР•Р”РћРЎРўРЈРџРќР«")):(l(),n("span",T,[!e.dict[s.app.req.ctav]&amp;&amp;!e.ctDict[s.app.req.avct]?(l(),n("span",G,"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°")):f("",!0),e.dict[s.app.req.ctav]?(l(),n("span",N,d(e.dict[s.app.req.ctav]?e.dict[s.app.req.ctav].airport:"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°"),1)):e.ctDict[s.app.req.avct]?(l(),n("span",S,d(e.ctDict[s.app.req.avct]?e.ctDict[s.app.req.avct].name:"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°"),1)):f("",!0)]))])])):f("",!0),e.exists&amp;&amp;e.opened?(l(),n("div",R,[r("div",E,[r("div",z,[i[17]||(i[17]=r("div",{class:"lsfw-form-control__ttl"},"Р“РѕСЂРѕРґ РїСЂРёР»С‘С‚Р°",-1)),r("i",{onClick:i[5]||(i[5]=t=&gt;e.opened=!1),class:"lsfw-form-control__close-square fas fa-times-circle"})]),c.filteredRegion()&gt;0?(l(),n("div",B,[r("div",{onClick:i[6]||(i[6]=t=&gt;s.app.req.geo=s.app.req.geo.diffNotIn([c.filteredRegion()])),class:"lsfw-form-control__tag"},d(c.filteredRegionName()),1)])):f("",!0),r("div",F,[r("div",J,[e.search.length&gt;0?(l(),n("i",{key:0,onClick:i[7]||(i[7]=t=&gt;{e.search="",c.searchItemsByText()}),class:"pointer lsfw-form-control__search-cross"})):f("",!0),v(r("input",{class:"red uppercase","onUpdate:modelValue":i[8]||(i[8]=t=&gt;e.search=t),onKeyup:i[9]||(i[9]=t=&gt;c.searchItemsByText()),type:"text",placeholder:"Р’РІРµРґРёС‚Рµ РЅР°Р·РІР°РЅРёРµ РіРѕСЂРѕРґР° РёР»Рё Р°СЌСЂРѕРїРѕСЂС‚Р°"},null,544),[[y,e.search]])])]),r("ul",V,[r("li",{onClick:i[10]||(i[10]=t=&gt;e.tab="city"),class:p(["lsfw-form-control__tab",{active:e.tab=="city"}])},"РіРѕСЂРѕРґР°",2),r("li",{onClick:i[11]||(i[11]=t=&gt;e.tab="airport"),class:p(["lsfw-form-control__tab",{active:e.tab=="airport"}])},"Р°СЌСЂРѕРїРѕСЂС‚С‹",2)]),r("div",K,[e.loading?(l(),n("div",M,i[18]||(i[18]=[r("div",{class:"lsfw-form-control__ul-li-loader"},"Р—Р°РіСЂСѓР¶Р°РµРј СЃРїРёСЃРѕРє РіРѕСЂРѕРґРѕРІ ...",-1)]))):f("",!0),e.loading?f("",!0):(l(),n("ul",U,[!e.search||!e.search.length?(l(),n("li",{key:0,onClick:i[12]||(i[12]=t=&gt;c.select(0)),class:"lsfw-form-control__ul-li pt10 pb10"},[r("div",j,[r("input",{type:"radio",name:"cflto",id:"city_fly_to220",checked:s.app.req.ctav&lt;1},null,8,H),r("label",Q,[e.tab=="city"?(l(),n("span",W,"РіРѕСЂРѕРґ РїСЂРёР»С‘С‚Р° РЅРµРІР°Р¶РµРЅ")):(l(),n("span",X,"Р°СЌСЂРѕРїРѕСЂС‚ РїСЂРёР»С‘С‚Р° РЅРµРІР°Р¶РµРЅ"))])])])):f("",!0)])),!e.loading&amp;&amp;!(e.search&amp;&amp;e.search.length&gt;0)?(l(),n("div",Y,[e.itemsPopular.length&lt;1?(l(),n("div",Z,[e.tab=="city"?(l(),n("span",$,"Р’РЎР• Р“РћР&nbsp;РћР”Рђ РџР&nbsp;РР›РЃРўРђ")):(l(),n("span",ee,"Р’РЎР• РђР­Р&nbsp;РћРџРћР&nbsp;РўР« РџР&nbsp;РР›РЃРўРђ"))])):(l(),n("div",te,[e.tab=="city"?(l(),n("span",ie,"РџРћРџРЈР›РЇР&nbsp;РќР«Р• Р“РћР&nbsp;РћР”Рђ РџР&nbsp;РР›РЃРўРђ")):(l(),n("span",oe,"РџРћРџРЈР›РЇР&nbsp;РќР«Р• РђР­Р&nbsp;РћРџРћР&nbsp;РўР« РџР&nbsp;РР›РЃРўРђ"))]))])):!e.loading&amp;&amp;e.search&amp;&amp;e.search.length&gt;0?(l(),n("div",se," СЂРµР·СѓР»СЊС‚Р°С‚С‹ РїРѕРёСЃРєР° ")):f("",!0),!e.loading&amp;&amp;e.search&amp;&amp;e.search.length&gt;0&amp;&amp;e.items.length==0&amp;&amp;e.itemsPopular.length==0?(l(),n("div",le," РџРѕ РІР°С€РµРјСѓ Р·Р°РїСЂРѕСЃСѓ РЅРёС‡РµРіРѕ РЅРµ РЅР°Р№РґРµРЅРѕ ")):f("",!0),!e.loading&amp;&amp;e.tab=="city"&amp;&amp;e.itemsPopular&amp;&amp;e.itemsPopular.length&gt;0?(l(),n("ul",{key:5,class:p(["lsfw-form-control__ul lsfw-form-control__ul--lower bold pt10",{pb10:!e.search}])},[(l(!0),n(m,null,h(e.itemsPopular,(t,_)=&gt;(l(),n("li",{onClick:u=&gt;c.select(t.id),class:"lsfw-form-control__ul-li lsfw-form-control__ul-li--flex"},[r("div",re,[r("input",{type:"radio",name:"cflto",id:"city_fly_to11"+t.id,checked:s.app.req.avct==t.id},null,8,ce),r("label",{class:p(["lsfw-form-control__cut200",{bold:s.app.req.avct==t.id}]),for:"city_fly_to11"+t.id},d(t.name),11,ae)]),r("div",fe,[r("span",de,[(l(!0),n(m,null,h(t.airports,u=&gt;(l(),n("div",null,d(u.airport)+" "+d(u.airport_id)+" - "+d(u.airport_dist)+" РєРј ",1))),256))]),r("span",_e,d(t.airport_id),1)])],8,ne))),256)),e.items.length==0&amp;&amp;e.itemsPopular.length==0?(l(),n("div",pe," РџРѕ РІР°С€РµРјСѓ Р·Р°РїСЂРѕСЃСѓ РЅРёС‡РµРіРѕ РЅРµ РЅР°Р№РґРµРЅРѕ ")):f("",!0)],2)):f("",!0),!e.loading&amp;&amp;e.tab=="airport"&amp;&amp;e.itemsPopular&amp;&amp;e.itemsPopular.length&gt;0?(l(),n("ul",{key:6,class:p(["lsfw-form-control__ul lsfw-form-control__ul--lower bold pt10",{pt10:!e.search}])},[(l(!0),n(m,null,h(e.itemsPopular,(t,_)=&gt;(l(),n("li",{onClick:u=&gt;c.select(t.airport_id),class:"lsfw-form-control__ul-li lsfw-form-control__ul-li--flex"},[r("div",me,[r("input",{type:"radio",name:"cflto",id:"city_fly_to11"+t.airport_id,checked:s.app.req.ctav==t.airport_id},null,8,he),r("label",{class:p(["lsfw-form-control__cut200",{bold:s.app.req.ctav==t.airport_id}]),for:"city_fly_to11"+t.airport_id},d(t.airport),11,ve)]),r("div",ye,[i[19]||(i[19]=r("span",{class:"hint hint--top hint--left"},null,-1)),r("span",ge,d(t.airport_id),1)])],8,ue))),256)),e.items.length==0&amp;&amp;e.itemsPopular.length==0?(l(),n("div",we," РџРѕ РІР°С€РµРјСѓ Р·Р°РїСЂРѕСЃСѓ РЅРёС‡РµРіРѕ РЅРµ РЅР°Р№РґРµРЅРѕ ")):f("",!0)],2)):f("",!0),!e.loading&amp;&amp;!(e.search&amp;&amp;e.search.length&gt;0)&amp;&amp;e.items.length&gt;0?(l(),n("div",xe,[e.tab=="city"?(l(),n("span",be,"Р”Р&nbsp;РЈР“РР• Р“РћР&nbsp;РћР”Рђ РџР&nbsp;РР›РЃРўРђ")):(l(),n("span",Ie,"Р”Р&nbsp;РЈР“РР• РђР­Р&nbsp;РћРџРћР&nbsp;РўР« РџР&nbsp;РР›РЃРўРђ"))])):f("",!0),!e.loading&amp;&amp;e.tab=="city"&amp;&amp;e.items&amp;&amp;e.items.length&gt;0?(l(),n("ul",ke,[(l(!0),n(m,null,h(e.items,(t,_)=&gt;(l(),n("li",{onClick:u=&gt;c.select(t.id),class:"lsfw-form-control__ul-li lsfw-form-control__ul-li--flex"},[r("div",Ce,[r("input",{type:"radio",name:"cflto",id:"city_fly_to11"+t.id,checked:s.app.req.avct==t.id},null,8,Oe),r("label",{class:p(["lsfw-form-control__cut200",{bold:s.app.req.avct==t.id}]),for:"city_fly_to11"+t.id},d(t.name),11,De)]),r("div",Ae,[r("span",Le,[(l(!0),n(m,null,h(t.airports,u=&gt;(l(),n("div",null,d(u.airport)+" "+d(u.airport_id)+" - "+d(u.airport_dist)+" РєРј ",1))),256))]),r("span",Pe,d(t.airport_id),1)])],8,qe))),256))])):f("",!0),!e.loading&amp;&amp;e.tab=="airport"&amp;&amp;e.items&amp;&amp;e.items.length&gt;0?(l(),n("ul",Te,[(l(!0),n(m,null,h(e.items,(t,_)=&gt;(l(),n("li",{onClick:u=&gt;c.select(t.airport_id),class:"lsfw-form-control__ul-li lsfw-form-control__ul-li--flex"},[r("div",Ne,[r("input",{type:"radio",name:"cflto",id:"city_fly_to11"+t.airport_id,checked:s.app.req.ctav==t.airport_id},null,8,Se),r("label",{class:p(["lsfw-form-control__cut200",{bold:s.app.req.ctav==t.airport_id}]),for:"city_fly_to11"+t.airport_id},d(t.airport),11,Re)]),r("div",Ee,[i[20]||(i[20]=r("span",{class:"hint hint--top hint--left"},null,-1)),r("span",ze,d(t.airport_id),1)])],8,Ge))),256))])):f("",!0)])])])):f("",!0)],64)}const Fe=g(w,[["render",Be]]);window.lsfw||(window.lsfw={});window.form3CityArrival=Fe;
</pre></body></html>