.products-search{margin-top:120px;display:flex;flex-direction:column;align-items:center;position:relative}.products-search__decor{position:absolute;top:calc(100% + 38px);left:25%;translate:-50% 0}@media screen and (max-width:1271px){.products-search__decor{display:none}}@media screen and (min-width:1270px){.products-search{margin-top:18px}}.products-list:has(.empty){display:flex;justify-content:center;align-items:center;padding:200px 0}.products-list{margin-top:120px;scroll-margin-top:200px;width:100%;z-index:3;position:relative;display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}@media screen and (max-width:1170px){.products-list{overflow:hidden}}@media screen and (max-width:610px){.products-list{display:flex;flex-direction:column;position:relative}.products-list .products-item{margin:0 auto}}.products__icon{margin-bottom:12px;width:80px;height:80px;border:2px solid rgba(36,38,45,.6980392157);background:rgba(24,27,32,.6);backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);display:flex;justify-content:center;align-items:center}.products__icon img{object-fit:contain;width:100%;max-height:100%}@media screen and (max-width:1271px){.products__icon{display:none}}.products-item{padding:0 20px 18px;width:270px;border:1px solid rgba(36,38,45,.7);background:rgba(24,27,32,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);margin:0 auto;display:flex;flex-direction:column;height:100%}.products-item__background{margin-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #33353e;height:113px;overflow:hidden}.products-item__background img{max-height:140%;max-width:100%;height:140%;object-fit:contain}.products-item-head{margin-top:-14px;width:100%;height:29px;display:flex;justify-content:flex-end}.products-item-head mark{padding:8px 12px;height:100%;box-shadow:0 4px 27px 0 rgba(255,224,1,.25);font-size:10px;line-height:normal;background:#ffe001;color:#1a273f;font-weight:700}.products-item h3{color:#fff;font-size:26px;font-weight:600;line-height:normal;margin:20px 0 10px;word-spacing:.15em}.products-item-status__risk,.products-item-status__undetected,.products-item-status__update{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:500;line-height:normal;margin-bottom:40px}.products-item-status__risk:before,.products-item-status__undetected:before,.products-item-status__update:before{content:"";width:4px;height:4px;border-radius:39px;border:1px solid}.products-item-status__risk{color:#fd4454}.products-item-status__undetected{color:#84b545}.products-item-status__update{color:#0266d6}.products-item__price{margin-bottom:10px;margin-top:auto;color:#fff;font-size:24px;font-weight:600;line-height:normal}.products-item__price span{color:#6b6f7b;font-size:10px;font-weight:500}.products-item__button{margin-top:10px;padding:21px 0;width:100%;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:normal;letter-spacing:1.56px;text-transform:uppercase;color:#6f7384;border:2px solid rgba(50,53,62,.6980392157)!important}@media screen and (min-width:1270px){.products-item__button:hover{color:#1a273f;background-color:#ffe001;border-color:#ffe001!important}}