.prices{display:flex;flex-direction:column;gap:8px;}.price{--animation-duration:.2s;position:relative;}.price__row{display:flex;flex-direction:row;justify-content:start;flex-wrap:wrap;align-items:baseline;gap:2px 8px;}.price .sticker{display:inline-flex;position:relative;top:auto;bottom:2px;left:0;gap:2px;z-index:initial;white-space:nowrap;}.price--hide-economy .price__economy{display:none;}.price .price__economy .sticker__item{--sticker-height:18px;padding-inline:6px;}.price__range{position:relative;flex-grow:1;}.price__row + .price__row{margin-top:2px;}.price + .price.price--with-title.price--with-range{margin-top:8px;}.price__popup-toggle{position:relative;display:flex;align-items:center;align-self:center;justify-content:center;width:20px;height:16px;background-color:var(--black_bg_black);border:1px solid var(--stroke_black);transition:background-color var(--animation-duration) ease,border-color var(--animation-duration) ease;font-size:1rem;line-height:calc(1em + 8px);padding:0;}.price__popup-toggle::after{content:'...';position:absolute;top:-9px;left:0;font-size:14px;right:0;text-align:center;}.price__popup-toggle.animate::after{animation:price_popup_toggle_loadings .3s linear infinite alternate;}.price__popup-toggle:is(.price__popup-toggle--active,:hover){border-color:var(--stroke_input);}.price__popup-bottom{position:sticky;bottom:0;background-color:var(--card_bg_black);z-index:1;}.xpopover:has(.price__popup){min-width:min(100%,240px);width:auto;}.xpopover:has(.price__popup)>.scrollbar{max-height:calc(min(100vh,400px) - var(--xpopover-pt) - var(--xpopover-pb));}@media (max-width:380px),(max-width:760px) and (min-resolution:2dppx){.xpopover:has(.price__popup)>.scrollbar{max-height:calc(100vh - var(--xpopover-pt) - var(--xpopover-pb))}.price__popup-bottom{padding-bottom:var(--xpopover-content-pb);margin-bottom:calc(-1* var(--xpopover-content-pb))}}@keyframes price_popup_toggle_loadings{from{content:'.'}50%{content:'..'}to{content:'...'}}