.Gallery{display:flex;flex-wrap:wrap;gap:14px}.Gallery img{width:100%}@media only screen and (max-width:1240px){.Gallery{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;grid-template-columns:repeat(2,1fr)}.Gallery img{height:46vw}}.GalleryItem{display:block;background:var(--accent-color-soft);line-height:0}.CatNav{align-items:flex-end;background-image:url(/resources/img/bag-on-car.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:flex-start;min-height:470px;width:100%}@media only screen and (max-width:1000px){.CatNav{align-items:center;justify-content:center;min-height:auto}}@supports(background-image:url("image.webp")){.CatNav{background-image:url(/resources/img/webp/bag-on-car.webp)}}.PromoVideo{align-items:center;display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,1fr);max-height:742px;overflow:hidden;cursor:pointer}@media only screen and (max-width:1640px){.PromoVideo{max-height:500px}}@media only screen and (max-width:1240px){.PromoVideo{margin-block:630px}}.PromoVideo video{height:100%;transform:translateY(-108px);width:100%;opacity:.8;transition:opacity .3s ease}.PromoVideo video.active{opacity:1}.SoloPromoVideo{cursor:pointer;display:none;height:auto;max-height:178vw;height:100vh;max-width:100%;position:relative;background-image:url(/resources/video/previews/video-3-preview.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1240px){.SoloPromoVideo{display:block}}@supports(background-image:url("image.webp")){.SoloPromoVideo{background-image:url(/resources/video/previews/webp/video-3-preview.webp)}}.SoloPromoVideo:after{background-image:linear-gradient(180deg,rgba(255,251,244,0),rgba(255,251,244,.255));bottom:0;content:"";display:block;height:12%;left:0;opacity:.75;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:1}.SoloPromoVideo video{width:100%;max-height:100vh}