@charset "utf-8";.services-for-city-v3{max-width:100%;font-family:Poppins,sans-serif;background-color:#FFF;color:#1A353B}.services-for-city-v3 .title{text-align:center}.services-for-city-v3 .services-chips{display:flex;justify-content:center;align-items:center;gap:8px;align-self:stretch;flex-wrap:wrap;margin-top:32px}.services-for-city-v3 .service-item{display:flex;padding:10px 20px;justify-content:center;align-items:center;border-radius:40px;cursor:pointer;background:transparent;border:1px solid #000;font-size:16px;font-weight:500;line-height:24px;color:#000}.services-for-city-v3.light{background-color:#FFF;color:#1A353B}.services-for-city-v3.dark{background-color:#1A353B;color:#FFF}.services-for-city-v3.light .service-item{border:1px solid #000;color:#000}.services-for-city-v3.light .service-item:hover{border:1px solid rgba(0,0,0,0.80);background:rgba(0,0,0,0.05);color:rgba(0,0,0,0.80)}.services-for-city-v3.dark .service-item{border:1px solid #FFF;color:#FFF}.services-for-city-v3.dark .service-item:hover{border:1px solid rgba(255,255,255,0.80);background:rgba(255,255,255,0.15);color:rgba(255,255,255,0.80)}