.home-catalog{padding:100px 0;width:100%;position:relative;background:#f9faff;color:#0d0e12}.home-catalog__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:44px}.home-catalog__top{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}.home-catalog__top-left{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.home-catalog__top-title{text-align:left}.home-catalog__top-title h2{font-size:32px;line-height:44.8px;font-weight:700}.home-catalog__top-desc{text-align:left;color:#525252}.home-catalog__top-desc p{font-size:16px;line-height:24px;font-weight:400}.home-catalog__top-button{width:152px}.home-catalog__bottom{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch;gap:24px}.home-catalog__item{cursor:default;pointer-events:none;width:calc((100% - 48px) / 3);height:220px;background:#fff;border:2px solid #F1F1F1;border-radius:12px;display:flex;justify-content:center;align-items:center}.home-catalog__item img{width:auto;height:auto;object-fit:contain;transition:scale .4s ease}@media screen and (max-width: 1024px){.home-catalog{padding:40px 0}.home-catalog__wrapper{gap:29px}.home-catalog__top{flex-direction:column;align-items:flex-start;gap:12px}.home-catalog__top-left{gap:12px}.home-catalog__top-title{width:100%}.home-catalog__top-title h2{font-size:24px;line-height:33.6px}.home-catalog__top-button{width:140px}.home-catalog__top-button .app-button{height:44px}.home-catalog__bottom{gap:12px}.home-catalog__item{width:calc((100% - 24px) / 3);height:121px;border:1.5px solid #F1F1F1;border-right:8.61px}.home-catalog__item img{width:40%}}@media screen and (max-width: 640px){.home-catalog__item{width:calc((100% - 12px)/2)}.home-catalog__item img{width:60%}}
