﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.product-container{display:grid;grid-gap:clamp(2rem, 3.2467532468vw, 5rem);grid-template-columns:repeat(1, 1fr)}@media(min-width: 575px){.product-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.product-container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.product-container{grid-template-columns:repeat(4, 1fr)}}.product-item{background-color:var(--base-grey, #EDEFF5);text-decoration:none;transition:300ms ease-in-out}.product-item .product-item-image{overflow:hidden}.product-item .product-item-image img{width:100%;min-height:100%;max-height:100%;transition:300ms ease-in-out;object-fit:cover}.product-item .product-item-image img.placeholder-img{min-height:18.2rem;max-height:18.2rem}.product-item .product-item-content{padding:3rem;font-size:1.4rem;line-height:2rem;color:var(--text-color, #1D1F29);font-weight:400}.product-item .product-item-content .h4{margin-top:0}.product-item .product-item-content .product-item-content-perex{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box}.product-item .product-item-content .product-item-parametrs{margin-top:2rem}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item{display:flex;align-items:center;gap:1.5rem;font-weight:700}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item::before{color:var(--footer-text-color, #797A80);font-size:2.4rem}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item.parameter-geometry::before{content:""}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item.parameter-material::before{content:""}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item.parameter-bandwidth::before{content:""}.product-item .product-item-content .product-item-parametrs .product-detail-parametr-item+.product-detail-parametr-item{margin-top:1.5rem}.product-item:hover{box-shadow:0px 8px 32px 0px rgba(9,31,41,.2)}.product-item:hover .product-item-image img{transform:scale(1.05)}.section-grey .product-item{background-color:var(--base-white, #fff)}