.gallery{--slide-min-h:308px;--bullets-mb:20px;--bullet-size:11px}@media (max-width:1480px){.gallery{--slide-min-h:0}}.gallery{width:100%}.gallery__slider{position:relative;overflow:hidden;width:100%}.gallery__sliderWrap{display:flex;width:100%;height:100%}.gallery__slide{flex-shrink:0;min-height:var(--slide-min-h);border-radius:var(--border-radius-nav);overflow:hidden;cursor:zoom-in}@media (max-width:1480px){.gallery__slide{aspect-ratio:370/237}}.gallery__nav{position:absolute;top:50%;left:15px;width:calc(100% - 30px);display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}@media (max-width:1024px){.gallery__nav{top:calc(50% - (var(--bullets-mb) + var(--bullet-size))/ 2)}}@media (max-width:768px){.gallery__nav{display:none}}.gallery__navBtn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--white-color);border-radius:50%;cursor:pointer;opacity:.6;transition:opacity var(--animation-duration) var(--animation-timing-function);pointer-events:auto}.gallery__navBtn._prev>.icon{margin-right:3px}.gallery__navBtn._next>.icon{margin-left:3px}.gallery__navBtn>.icon{--icon-size:12px}.gallery__navBtn.swiper-button-lock{opacity:0}@media (min-width:1025px){.gallery__navBtn:hover{opacity:.8}}.gallery__pagination{display:none;width:100%;justify-content:center;gap:15px;margin-top:var(--bullets-mb)}@media (max-width:1024px){.gallery__pagination{display:flex}}.gallery__pagBullet{width:var(--bullet-size);height:var(--bullet-size);border-radius:50%;background-color:var(--grey-line-color);opacity:.5}.gallery__pagBullet._active{opacity:1}body._article .gallery__slide{min-height:0;aspect-ratio:335/250}
