.products-page{background:#f5f8fb;color:#263544}
.products-main-wrap{padding:72px 0 110px}
.products-main .mod-title{margin-bottom:36px}
.products-main .mod-title__name{position:relative;display:inline-block;padding-bottom:14px}
.products-main .mod-title__name:after{content:'';position:absolute;left:50%;bottom:0;width:42px;height:3px;background:#ee7b2d;transform:translateX(-50%)}
.products-main .mod-title__desc{max-width:720px;margin:16px auto 0;line-height:1.8}
.products-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.products-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e8eef4;border-radius:6px;box-shadow:0 10px 24px rgba(20,43,67,.04);overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s}
.products-card:hover{transform:translateY(-4px);border-color:#d5e6f8;box-shadow:0 16px 32px rgba(26,112,218,.1)}
.products-card__pic{display:block;aspect-ratio:4/3;overflow:hidden;background:#f6f8fb}
.products-card__pic img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.products-card:hover .products-card__pic img{transform:scale(1.06)}
.products-card__body{display:flex;flex-direction:column;flex:1;min-width:0;padding:22px 22px 20px}
.products-card__tag{width:max-content;margin-bottom:8px;color:#ee7b2d;font-size:12px;font-weight:700;letter-spacing:.08em;font-style:normal}
.products-card__body h3{color:#142b43;font-size:18px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.products-card__body p{margin-top:8px;color:#7b8794;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.products-card__more{display:inline-flex;align-items:center;margin-top:auto;padding-top:14px;color:#315d91;font-size:13px}
.products-card__more:after{content:'';width:14px;height:14px;margin-left:4px;background:var(--svg-right) center/14px no-repeat;opacity:.7;transition:transform .25s,opacity .25s}
.products-card:hover .products-card__body h3{color:var(--color-main)}
.products-card:hover .products-card__more{color:var(--color-main)}
.products-card:hover .products-card__more:after{opacity:1;transform:translateX(3px)}
@media (max-width:1280px){
.products-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1024px){
.products-main-wrap{padding:56px 0 80px}
.products-card__body{padding:18px 18px 16px}
.products-card__body h3{font-size:16px}
}
@media (max-width:768px){
.products-main .mod-title{margin-bottom:24px}
.products-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.products-card__body{padding:16px 14px 14px}
.products-card__body p{-webkit-line-clamp:2}
}
@media (max-width:360px){
.products-list{grid-template-columns:1fr}
}
