.section-products{padding-bottom:var(--default-padding)}.section-products__wrapp{display:flex;flex-direction:column;gap:var(--default-gap)}.section-products__wrapp>.main-button{align-self:center}.section-products__top{display:flex;align-items:center;gap:16px;justify-content:space-between}.section-products__title{font-family:var(--font-family3);font-weight:600;font-size:clamp(22px,2.7778vw,40px);line-height:130%;text-transform:uppercase;color:var(--neutral-600)}.section-products .products-slider{width:100%;overflow:hidden}.section-products .products-slider .swiper-container{width:100%}.section-products .products-slider .swiper-slide{height:100%;display:flex}.section-products .product-card{width:100%;padding:var(--gap);display:flex;flex-direction:column;gap:clamp(16px,2.2222vw,32px);border:1px solid var(--neutral-200);height:clamp(521px,63.09vw,646px)}.section-products .product-card__thumb{display:flex;align-items:center;height:clamp(300px,34.18vw,350px);justify-content:center;width:100%;overflow:hidden;flex-shrink:0;background:rgba(242,243,242,.5)}.section-products .product-card__thumb img,.section-products .product-card__thumb picture{transition:all .3s;height:100%;width:auto}.section-products .product-card__body{display:flex;flex-direction:column;height:100%;gap:clamp(8px,1.1111vw,16px)}.section-products .product-card__body p{font-family:var(--font-family);font-weight:500;font-size:clamp(16px,1.25vw,18px);line-height:150%;margin-bottom:auto;color:var(--neutral-600);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.section-products .product-card__body .main-button{height:clamp(53px,4.0972vw,59px);margin-top:clamp(8px,1.1111vw,16px);max-width:100%;width:100%;color:var(--neutral-700)}.section-products .product-card.mode{gap:initial;padding:0;height:100%}.section-products .product-card.mode .product-card__date{font-family:var(--font-family);font-weight:400;font-size:14px;color:var(--neutral-600);margin-top:calc(clamp(2px,.5556vw,8px) * -1)}.section-products .product-card.mode .product-card__body{padding:var(--gap)}.section-products .product-card.mode .product-card__body .main-button{max-width:219px;padding:10px 10px;margin-top:clamp(2px,.5556vw,8px)}.section-products .product-card.mode .product-card__thumb{height:300px}.section-products .product-card.mode .product-card__thumb img,.section-products .product-card.mode .product-card__thumb picture{width:100%}@media (max-width:1024px){.section-products .products-slider .swiper-container{padding:0 var(--container-offset)}.section-products .products-slider{width:calc(100% + var(--container-offset) * 2);margin-left:calc(var(--container-offset) * -1)}}@media (max-width:1024px) and (min-width:576px){.section-products .product-card__body p{-webkit-line-clamp:2}}@media (max-width:575px){.section-products__wrapp>.main-button{width:100%}.section-products .product-card.mode .product-card__date{margin-top:0}.section-products .product-card.mode .product-card__body .main-button{margin-top:0;max-width:100%}}@media (hover:hover){.section-products .product-card:hover .product-card__thumb img,.section-products .product-card:hover .product-card__thumb picture{transform:scale(1.03)}}@media (hover:none){.section-products .product-card:active .product-card__thumb img,.section-products .product-card:active .product-card__thumb picture{transform:scale(1.03)}}