.popularLocations{margin-bottom:24px}.popularLocations__list{display:flex;flex-direction:column;gap:10px}.popularLocations__item{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:8px 16px;border-radius:16px}.popularLocations__item--grayBackground{background-color:#f4f5f9}.popularLocations__item--whiteBackground{background-color:#fff}.popularLocations__img{width:56px;height:56px;border-radius:50%}.popularLocations__centerBlock{display:flex;flex-grow:1;flex-direction:column;gap:4px}.popularLocations__name{font-size:16px;font-weight:500;line-height:16px;color:#1f1f1f}.popularLocations__location{font-size:12px;line-height:12px;color:#8d9bb5}.popularLocations__rating{display:flex;gap:4px;align-items:center}.popularLocations__ratingIcon{width:16px;height:16px;color:#b61f21}@media(max-width:640px){.popularLocations{width:calc(100vw - 16px);margin-bottom:4px}.popularLocations__list{flex-direction:row;padding-right:20px;margin-right:-20px;overflow-x:auto}.popularLocations__item{min-width:252px}.popularLocations__img{width:44px;height:44px}.popularLocations__name{font-size:14px;line-height:100%}}