.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:16px}.loading__spinner{border:4px solid #fff;border-top-color:#49b3ff;border-radius:50%;width:32px;height:32px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading__text{font-size:16px;color:#666;font-weight:500}.specializations-tabs{display:flex;align-items:center;background:#fff;height:52px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-left:16px;position:relative;z-index:1}.specializations-tabs::-webkit-scrollbar{display:none}.specializations-tabs__tab{border:none;background:rgba(0,0,0,0);color:#999;padding:10px 20px;border-radius:10px;font-weight:500;font-size:17px;cursor:pointer;transition:background .2s,color .2s,transform .3s ease;white-space:nowrap;height:40px;display:flex;align-items:center;flex-shrink:0}.specializations-tabs__tab--active{background:#f2f4f7;color:#222;font-weight:500}@supports(-webkit-touch-callout:none){.specializations-tabs{transform:translateZ(0)}}.category-block{padding:24px 12px 0;scroll-margin-top:120px}.category-block:last-child{padding-bottom:0;margin-bottom:0}.category-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;font-style:normal;line-height:22px;letter-spacing:.2px;margin:0 0 8px;color:#222}.category-services-list{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.service-card{display:flex;align-items:center;justify-content:space-between;padding:4px 12px 8px;background:#fff;border-bottom:1px solid #f0f0f0}.service-card:last-child{border-bottom:none}.service-card__info{flex:1 1;min-width:0;margin-right:12px}.service-card__title{font-size:15px;font-weight:600;line-height:20px;margin:8px 0;color:#222}.service-card__desc,.service-card__title{font-family:Inter,sans-serif;font-style:normal;letter-spacing:.2px}.service-card__desc{font-size:12px;font-weight:500;line-height:16px;color:#666;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.service-card__meta{display:flex;align-items:center;gap:6px;font-size:14px;color:#222;margin-bottom:2px}.service-card__old-price{text-decoration:line-through;color:#999;font-size:13px}.service-card__price{font-weight:600;font-size:15px}.service-card__discount{background:#ff3b30;color:#fff;border-radius:3px;font-size:11px;font-weight:600;padding:1px 4px;margin-left:3px}.service-card__duration{color:#666;font-size:13px}.service-card__discount-info{font-size:11px;color:#999;font-style:italic}.service-card__add{background:#fff;border:none;border-radius:10px;width:40px;height:40px;padding:8px;font-size:25px;color:rgba(59,106,247,.1019607843);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.service-card__add:hover{background:#e0e7ef}.service-card__add--selected{background:#007aff;color:#fff}.service-card--selected{background:rgba(0,122,255,.05)}.services-page{background:#f5f5f5;width:100%;min-height:100dvh;display:flex;flex-direction:column;position:relative}.services-page--with-cart{padding-bottom:100px}.services-page__header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;width:100%;max-width:440px;margin:0 auto;overflow-x:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.services-page__content{background:#f5f5f5;width:100%;flex:1 1;overflow-y:auto;padding:0 0 20px;box-sizing:border-box;position:relative}.services-page__content .category-block,.services-page__content .category-block:last-child{margin-bottom:0}.services-page__appbar-row{position:relative;display:flex;align-items:center;justify-content:center;height:52px;background:#fff}.services-page__search-btn{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;display:flex;align-items:center;cursor:pointer}.services-page__search-btn,.services-page__search-btn:active,.services-page__search-btn:focus{box-shadow:none;outline:none}@supports(-webkit-touch-callout:none){.services-page--with-cart{padding-bottom:120px}.services-page__content{padding:16px 0 20px}.services-page__header{position:-webkit-sticky;position:sticky;transform:translateZ(0);will-change:transform}}@media screen and (max-height:700px){.services-page--with-cart{padding-bottom:110px}}