.route-select-modal{position:relative;z-index:1000}.route-select-modal__overlay{position:fixed;inset:0;z-index:1000;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.route-select-modal__container{position:fixed;inset:0;z-index:1001;display:flex;align-items:center;justify-content:center;padding:16px;pointer-events:none}.route-select-modal__content{position:relative;width:100%;max-width:361px;background:#fff;border-radius:24px;border:.5px solid #e3e3e3;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;pointer-events:auto;overflow:hidden}.route-select-modal__close{position:absolute;top:14px;right:14px;z-index:10;display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#777;transition:all .2s}.route-select-modal__close:hover{background:#f5f5f5;color:#3b3b3b}.route-select-modal__header{display:flex;align-items:center;gap:10px;padding:14px}.route-select-modal__title{color:#1c1c1c;font-family:Golos Text,sans-serif;font-size:16px;font-weight:500;line-height:24px;margin:0}.route-select-modal__body{display:flex;flex-direction:column;gap:0;padding:0 14px 14px}.route-select-modal__field{display:flex;flex-direction:column;min-height:58px;padding-top:0}.route-select-modal__field+.route-select-modal__field{margin-top:12px}.route-select-modal__label{color:#1c1c1c;font-family:Golos Text,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin-bottom:2px;padding-left:7px}.route-select-modal__input-wrapper{position:relative;width:100%;height:36px}.route-select-modal__input{width:100%;height:36px;padding:0 36px 0 12px;border:none;border-radius:12px;background:#f1f1f1;font-family:Golos Text,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#1c1c1c;outline:none;transition:background-color .2s}.route-select-modal__input:focus{background:#f1f1f1;box-shadow:0 0 0 2px #22ab6a26}.route-select-modal__input::placeholder{color:#979797}.route-select-modal__input--selected{color:#1c1c1c}.route-select-modal__input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#979797;pointer-events:none;flex-shrink:0}.route-select-modal__input-clear{position:absolute;right:36px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#777;transition:all .2s}.route-select-modal__input-clear:hover{background:#0000000d;color:#3b3b3b}.route-select-modal__input-clear-icon{width:14px;height:14px}.route-select-modal__results{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;margin-top:8px;padding-right:4px}.route-select-modal__results::-webkit-scrollbar{width:4px}.route-select-modal__results::-webkit-scrollbar-track{background:transparent}.route-select-modal__results::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:2px}.route-select-modal__results::-webkit-scrollbar-thumb:hover{background:#b8b8b8}.route-select-modal__item{width:100%;padding:10px 12px;border-radius:8px;text-align:left;background:transparent;border:none;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:2px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.route-select-modal__item:hover{background:#f9f9f9}.route-select-modal__item-city{font-family:Golos Text,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#1c1c1c}.route-select-modal__item-country{font-family:Golos Text,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#979797}.route-select-modal__empty,.route-select-modal__loading{padding:16px 0;text-align:center;font-family:Golos Text,sans-serif;font-size:14px;line-height:20px;color:#979797}.route-select-modal__load-more{width:100%;padding:10px;margin-top:4px;border:.5px solid #e3e3e3;border-radius:8px;background:#f9f9f9;font-family:Golos Text,sans-serif;font-size:14px;line-height:20px;color:#3b3b3b;cursor:pointer;transition:all .2s}.route-select-modal__load-more:hover:not(:disabled){background:#fff;border-color:#22ab6a;color:#22ab6a}.route-select-modal__load-more:disabled{opacity:.6;cursor:not-allowed}.route-select-modal__footer{padding:0 14px 14px}.route-select-modal__confirm{width:100%;height:44px;background:#22ab6a;border:none;border-radius:12px;color:#fff;font-family:Golos Text,sans-serif;font-size:16px;font-weight:500;line-height:24px;cursor:pointer;transition:all .2s}.route-select-modal__confirm:hover{background:#1d9559}.route-select-modal__confirm:active{background:#187a4a}@media(max-width:767px){.route-select-modal__container{align-items:center;justify-content:center;padding:16px}.route-select-modal__content{width:100%;max-width:100%;max-height:calc(100vh - 120px);border-radius:24px}.route-select-modal__results{max-height:180px}}
