.features{margin-top:28px}.features__inner{max-width:var(--axis-content-max);width:100%;min-width:0;box-sizing:border-box;margin:0 auto}.features__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0;padding:0}.features__item{padding:0;background:#FFFFFF;border:1px solid rgba(28,43,94,.08);border-radius:16px;text-align:left;box-shadow:0 2px 16px rgba(28,43,94,.08);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.features__item:focus-within,.features__item:hover{background:#1C2B5E;border-color:#1C2B5E;box-shadow:0 8px 24px rgba(28,43,94,.18)}.features__item-btn{display:block;width:100%;padding:20px 20px 72px;border:none;background:none;cursor:pointer;font:inherit;text-align:left}.features__icon-wrap{position:relative;display:block;width:50px;height:50px;margin-bottom:16px}.features__icon{position:absolute;left:0;top:0;width:50px;height:50px;display:block;object-fit:contain;transition:opacity .25s ease}.features__icon--default{opacity:1}.features__icon--hover{opacity:0}.features__item:focus-within .features__icon--default,.features__item:hover .features__icon--default{opacity:0}.features__item:focus-within .features__icon--hover,.features__item:hover .features__icon--hover{opacity:1}.features__label{font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:600;font-size:18px;line-height:30px;letter-spacing:0;color:#2a2d34;margin:0 0 8px;transition:color .25s ease}.features__item:focus-within .features__label,.features__item:hover .features__label{color:#fff}.features__description{font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:23px;letter-spacing:0;color:#666;margin:0;transition:color .25s ease}.features__item:focus-within .features__description,.features__item:hover .features__description{color:#fff}.features__mobile{display:none}@media (max-width:1100px) and (min-width:1024px){.features__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1023px){body.axis-chat-sheet-open .features__mobile,body.axis-city-sheet-open .features__mobile,body.axis-map-open .features__mobile,body.axis-request-modal-open .features__mobile,body.axis-sort-open .features__mobile{display:none}.features{margin-top:0}.features__inner{display:none}.features__mobile{display:block;position:fixed;left:0;right:0;bottom:0;z-index:55;width:100%;max-width:100vw;height:calc(82px + env(safe-area-inset-bottom));box-sizing:border-box;padding:10px 20px calc(20px + env(safe-area-inset-bottom));margin:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(42,45,52,.08)}.features__mobile-inner{display:flex;align-items:stretch;justify-content:space-between;box-sizing:border-box;height:52px;width:100%}.features__mobile-nav-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0;border:none;background:none;cursor:pointer;font:inherit;text-decoration:none;color:inherit;box-sizing:border-box}.features__mobile-icon{display:block;width:24px;height:24px;flex-shrink:0;object-fit:contain;opacity:1}.features__mobile-nav-item:not(.features__mobile-nav-item--active) .features__mobile-icon--home{filter:brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(500%) hue-rotate(183deg) brightness(94%) contrast(88%)}.features__mobile-nav-item--active .features__mobile-icon:not(.features__mobile-icon--home){filter:brightness(0) saturate(100%) invert(52%) sepia(66%) saturate(2000%) hue-rotate(110deg) brightness(96%) contrast(89%)}.features__mobile-label{display:flex;align-items:center;justify-content:center;margin:4px 0 0;padding:0;width:100%;height:24px;font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:10px;line-height:24px;letter-spacing:0;text-align:center;color:var(--Color-2,#828a99);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.features__mobile-nav-item--active .features__mobile-label{color:#2a2d34}}body.axis-mobile-menu-open .features__mobile-nav-item[data-mobile-nav-key=widget] .features__mobile-label{color:#2a2d34}body.axis-mobile-menu-open .features__mobile-nav-item[data-mobile-nav-key=widget] .features__mobile-icon{filter:brightness(0) saturate(100%) invert(52%) sepia(66%) saturate(2000%) hue-rotate(110deg) brightness(96%) contrast(89%)}body.axis-mobile-menu-open .features__mobile{z-index:3300;border-radius:0;box-shadow:none}