.products{background:var(--secondary-color);position:relative}.products hr{background:#666569;margin:8rem 0}.products--simple::after,.products--simple::before{content:none}.products:not(:has(.product__item)) hr{display:none}.products__extra__title{color:#fff;margin-bottom:2.4rem}.products__extra__content h3,.products__extra__content h4,.products__extra__content p{color:#fff}.products__extra__content p:first-child{margin-bottom:4.8rem}.products__extra__content ol li,.products__extra__content ul li{color:#fff}.products__buttons{display:grid;grid-auto-flow:column;justify-content:start;column-gap:2.4rem;margin-top:4.8rem}.products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4.8rem 2.4rem}@media only screen and (max-width:1580.98px){.products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:992.98px){.products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.6rem 2rem}}.products__header{margin-bottom:4.2rem}@media only screen and (max-width:640.98px){.products__buttons{grid-auto-flow:row;row-gap:2.4rem}.products__grid{grid-template-columns:auto;row-gap:2rem}.products__header{margin-bottom:3.6rem}}.products__title{color:#fff;margin-bottom:2.4rem}.products__text{color:#fff}.products__text--after{color:#fff;margin-top:4.8rem;margin-bottom:0}.product__item{height:41rem;overflow:hidden;position:relative}.product__item:hover .product__item__img{transform:scale(1.05) translateX(.9rem) translateY(.7rem)}.product__item:hover .product__item__title{transform:translateY(-5.4rem)}.product__item:hover .product__item__arrow::after{transform:translateX(0)}.product__item__image{position:absolute}.product__item__img{transition:transform .25s linear}.product__item__header{display:grid;align-content:end;width:31rem;height:100%;padding:0 2.4rem 2.6rem;background:linear-gradient(90deg,#121212 0,rgba(18,18,18,0) 25%,rgba(18,18,18,0) 75%,#121212 100%),linear-gradient(180deg,#121212 0,rgba(18,18,18,0) 25%,rgba(18,18,18,0) 75%,#121212 100%),url(../../assets/img/product_item_bg.png) center center no-repeat}.product__item__title{color:#fff;transition:transform .25s linear;margin-bottom:0}.product__item__arrow{position:absolute;width:4rem;height:4rem;bottom:2.6rem;cursor:pointer}.product__item__arrow::after{content:"\f061";font:1.9rem/1 var(--icon);color:#fff;width:100%;height:100%;display:grid;place-items:center;border-radius:50%;background:rgba(227,227,225,.3);transition:transform .25s linear;transform:translateX(-8rem)}