.cities-list{border-radius:var(--border-radius);border:1px solid var(--greyNormal);background:var(--white);width:100%;box-shadow:var(--shadow-dropdown);opacity:0;z-index:2;visibility:hidden;height:0;max-height:498px;padding:29px 26px;transition:height .3s ease-in-out,visibility .3s ease-in-out,opacity .3s ease-in-out;position:absolute;top:50px;left:0;overflow:scroll}.cities-list.--active-cities-list{visibility:visible;opacity:1}.cities-list__selected{background:var(--gradient-primary);-webkit-text-fill-color:#0000;border-bottom:1px solid var(--greyNormal);-webkit-background-clip:text;background-clip:text;margin-top:15px;padding-bottom:15px;font-weight:700}.cities-list__items{margin-top:8px}.cities-list__item{color:var(--black);font-family:var(--font-secondary);cursor:pointer;font-size:19px;font-style:normal;font-weight:500;line-height:35px;transition:color .3s ease-in-out}.cities-list__item:hover{color:var(--greyBold)}.cities-list__empty{margin-top:32px}.cities-list__mobile{display:none}@media (max-width:600px){.cities-list{z-index:var(--z-overlay);padding:20px 13px 19px;top:0;left:0;overflow:hidden;height:100dvh!important;max-height:100dvh!important;position:fixed!important}.cities-list__mobile{flex-direction:column;justify-content:flex-end;display:flex}.cities-list__close{margin-bottom:15px;margin-left:auto;display:flex}.cities-list__close svg{width:15px;height:15px}.cities-list__mobile-title{color:var(--black);font-weight:800;font-family:var(--font-secondary);margin-bottom:20px;letter-spacing:.2px!important;font-size:20px!important;line-height:24px!important}.cities-list__mobile-city-icon{justify-content:center;align-items:center;display:flex;position:absolute;top:12px;left:12px}.cities-list__mobile-input{margin-bottom:24px;padding-left:44px}.cities-list__mobile-wrapper{position:relative}.cities-list__container{height:100%;overflow:hidden}.cities-list__items-wrapper{height:100%;padding-bottom:270px;overflow:scroll}}
