.rs-grid-gallery-grid-widget{--rs-gap:18px;color:#fff}
.rs-grid-gallery-section-head{margin-bottom:24px}
.rs-grid-gallery-section-title{margin:0 0 10px;font-size:clamp(28px,3.3vw,48px);line-height:1.05;color:#191A11;letter-spacing:-.04em}
.rs-grid-gallery-section-text{max-width:780px;font-size:16px;line-height:1.75;color:#444}
.rs-grid-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:110px;gap:18px;align-items:stretch;max-width:1400px;margin:0 auto}
.rs-grid-gallery-card{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff!important;min-height:180px;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.rs-grid-gallery-card img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain!important;background:#ffffff!important;transition:transform .6s ease, filter .35s ease}
.rs-grid-gallery-card:hover img{transform:scale(1.05)}
.rs-grid-gallery-card__overlay{position:absolute;inset:0;background:transparent;z-index:1;pointer-events:none}
.rs-grid-gallery-card__content{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;display:flex;flex-direction:column;gap:6px;background:rgba(68,67,50,.85);padding:12px 14px}
.rs-grid-gallery-card__title{font-size:clamp(18px,2vw,26px);line-height:1.15;font-weight:500;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.rs-grid-gallery-card__desc{font-size:14px;line-height:1.45;color:rgba(255,255,255,.92);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.rs-grid-gallery-card.is-wide{grid-column:span 2;grid-row:span 3}
.rs-grid-gallery-card.is-large{grid-column:span 2;grid-row:span 4}
.rs-grid-gallery-card.is-tall{grid-column:span 1;grid-row:span 5}
.rs-grid-gallery-card.is-medium{grid-column:span 1;grid-row:span 3}

.rs-grid-gallery-grid.is-centered-pattern{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch;width:100%;max-width:1400px;margin:0 auto}
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card{min-height:260px;background:#ffffff!important}
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card:nth-child(5n+1),
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card:nth-child(5n+2),
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card:nth-child(5n+3){grid-column:span 2;min-height:320px;grid-row:span 3}
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card:nth-child(5n+4),
.rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card:nth-child(5n+5){grid-column:span 3;min-height:360px;grid-row:span 4}

.rs-grid-gallery-grid.is-centered-editorial{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:90px;gap:18px;max-width:1400px;margin:0 auto}
.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card:nth-child(5n+1){grid-column:1 / span 5;grid-row:span 4}
.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card:nth-child(5n+2){grid-column:6 / span 3;grid-row:span 6}
.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card:nth-child(5n+3){grid-column:9 / span 4;grid-row:span 6}
.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card:nth-child(5n+4){grid-column:3 / span 3;grid-row:span 5}
.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card:nth-child(5n+5){grid-column:6 / span 5;grid-row:span 4}

.rs-grid-layout-mpu .rs-grid-gallery-grid{--mpu-columns:5;grid-template-columns:repeat(var(--mpu-columns),minmax(0,1fr))!important;grid-auto-rows:calc(100vw / var(--mpu-columns))!important;gap:0!important;grid-auto-flow:row dense;max-width:none!important;width:100vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
.rs-grid-layout-mpu .rs-grid-gallery-card{min-height:0;box-shadow:none;background:#000!important}
.rs-grid-layout-mpu .rs-grid-gallery-card img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center;background:transparent!important}
.rs-grid-layout-mpu .rs-grid-gallery-card__overlay{background:linear-gradient(180deg,rgba(0,0,0,0) 52%,rgba(0,0,0,.44) 100%)}
.rs-grid-layout-mpu .rs-grid-gallery-card__content{left:15px;right:auto;bottom:15px;padding:0;background:transparent!important;max-width:calc(100% - 30px)}
.rs-grid-layout-mpu .rs-grid-gallery-card__title{font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.02em;color:#fff;text-transform:uppercase}
.rs-grid-layout-mpu .rs-grid-gallery-card__desc{display:none}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card{grid-column:span 1;grid-row:span 1}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-big{grid-column:span 2;grid-row:span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-wide{grid-column:span 2;grid-row:span 1}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-tall{grid-column:span 1;grid-row:span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid.rs-grid-items-5{--mpu-columns:4}
.rs-grid-layout-mpu .rs-grid-gallery-grid.rs-grid-items-6,
.rs-grid-layout-mpu .rs-grid-gallery-grid.rs-grid-items-7,
.rs-grid-layout-mpu .rs-grid-gallery-grid.rs-grid-items-over-7{--mpu-columns:5}

.rs-grid-gallery-info-block{display:flex;flex-direction:column;justify-content:flex-start;gap:12px;background:#f2f2f2;padding:24px;color:#222;overflow:auto}
.rs-grid-gallery-info-block__title{margin:0;font-size:clamp(24px,2.3vw,38px);line-height:1.1;color:#222}
.rs-grid-gallery-info-block__text{font-size:16px;line-height:1.65;color:#333}
.rs-grid-gallery-info-block__text p{margin:0 0 12px}
.rs-grid-gallery-info-block__text p:last-child{margin-bottom:0}
.rs-grid-gallery-info-block{cursor:pointer}
.rs-grid-gallery-info-block{position:relative;padding-right:44px;scrollbar-width:none;-ms-overflow-style:none}
.rs-grid-gallery-info-block::-webkit-scrollbar{width:0;height:0}
.rs-grid-gallery-info-scroll{position:absolute;top:10px;right:10px;bottom:10px;width:22px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;pointer-events:none;opacity:0;transition:opacity .22s ease}
.rs-grid-gallery-info-block.has-scroll-controls .rs-grid-gallery-info-scroll{opacity:1}
.rs-grid-gallery-info-scroll__btn{pointer-events:auto;width:22px;height:22px;border:1px solid rgba(25,26,17,.26);background:rgba(255,255,255,.7);color:#191A11;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:1;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.rs-grid-gallery-info-scroll__btn span{font-size:10px;transform:translateY(-1px)}
.rs-grid-gallery-info-scroll__btn.is-down span{transform:translateY(1px)}
.rs-grid-gallery-info-scroll__btn:hover{background:#fff;border-color:rgba(25,26,17,.45)}
.rs-grid-gallery-info-scroll__btn:disabled{opacity:.35;cursor:default}
.rs-grid-gallery-info-block:not(.can-scroll-up) .rs-grid-gallery-info-scroll__btn.is-up{opacity:.3}
.rs-grid-gallery-info-block:not(.can-scroll-down) .rs-grid-gallery-info-scroll__btn.is-down{opacity:.3}

.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block{grid-column:span 2;grid-row:span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block.rs-info-pos-row1-left{grid-column:1 / span 2;grid-row:1 / span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block.rs-info-pos-row1-right{grid-row:1 / span 2;grid-column:4 / span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid.rs-grid-items-5 .rs-grid-gallery-info-block.rs-info-pos-row1-right{grid-column:3 / span 2}
.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block.rs-info-pos-row2{grid-row:2 / span 2;grid-column:2 / span 2}

.rs-grid-gallery-lightbox[hidden]{display:none!important}
.rs-grid-gallery-lightbox{position:fixed;inset:0;background:rgba(10,10,10,.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:999999;padding:28px;display:flex;align-items:center;justify-content:center}
.rs-grid-gallery-lightbox__dialog{width:min(1200px,100%);max-height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff!important;background-image:none!important}
.rs-grid-gallery-lightbox__media{position:relative;max-height:100%;width:100%;background:#ffffff!important;background-image:none!important}
.rs-grid-gallery-lightbox__media img{display:block;max-width:100%;max-height:85vh;margin:0 auto;object-fit:contain!important;background:#ffffff!important;background-image:none!important}
.rs-grid-gallery-lightbox__caption{position:absolute;left:24px;right:24px;bottom:24px;padding:0;background:transparent;color:#fff;opacity:1}
.rs-grid-gallery-lightbox__title{font-size:clamp(24px,2.8vw,40px);line-height:1.1;font-weight:600;margin-bottom:8px;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.98),0 0 6px rgba(0,0,0,.98),0 2px 16px rgba(0,0,0,.98),1px 0 0 rgba(0,0,0,.98),-1px 0 0 rgba(0,0,0,.98),0 1px 0 rgba(0,0,0,.98),0 -1px 0 rgba(0,0,0,.98)}
.rs-grid-gallery-lightbox__desc{font-size:15px;line-height:1.7;max-width:850px;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.98),0 0 6px rgba(0,0,0,.98),0 2px 16px rgba(0,0,0,.98),1px 0 0 rgba(0,0,0,.98),-1px 0 0 rgba(0,0,0,.98),0 1px 0 rgba(0,0,0,.98),0 -1px 0 rgba(0,0,0,.98)}
.rs-grid-gallery-lightbox__close{position:absolute;top:18px;right:18px;width:52px;height:52px;border:none;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:34px;line-height:1;cursor:pointer;z-index:4}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__media{display:block;max-width:min(920px,100%);max-height:84vh;overflow:auto}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__media img{display:none!important}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__caption{position:relative;left:auto;right:auto;bottom:auto;background:#fff;color:#111;opacity:1;padding:34px;max-width:none}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__title{color:#111;margin-bottom:14px;text-shadow:none}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__desc{color:#111;max-width:none;text-shadow:none}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__desc p{margin:0 0 14px}
.rs-grid-gallery-lightbox.is-text-only .rs-grid-gallery-lightbox__desc p:last-child{margin-bottom:0}

@media (max-width: 1024px){
  .rs-grid-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rs-grid-gallery-card.is-wide,.rs-grid-gallery-card.is-large{grid-column:span 2}
  .rs-grid-layout-mpu .rs-grid-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;width:100%!important;margin-left:0!important;margin-right:0!important}
  .rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-big,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-wide,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-tall{grid-column:span 1!important;grid-row:span 1!important;aspect-ratio:1 / 1;min-height:0}
  .rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block{grid-column:1 / -1!important;grid-row:auto!important;padding:20px;min-height:280px}
  .rs-grid-gallery-grid.is-centered-pattern{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card{grid-column:span 1!important;grid-row:span 3!important;min-height:280px}
  .rs-grid-gallery-grid.is-centered-editorial{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:110px}
  .rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card{grid-column:span 1!important;grid-row:span 3!important;min-height:280px}
}
@media (max-width: 767px){
  .rs-grid-gallery-grid{grid-template-columns:1fr;grid-auto-rows:100px}
  .rs-grid-gallery-card,.rs-grid-gallery-card.is-wide,.rs-grid-gallery-card.is-large,.rs-grid-gallery-card.is-tall,.rs-grid-gallery-card.is-medium{grid-column:span 1;grid-row:span 3;min-height:260px}
  .rs-grid-layout-mpu .rs-grid-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;width:100%!important;margin-left:0!important;margin-right:0!important}
  .rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-big,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-wide,.rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-card.is-mpu-tall{grid-column:span 1!important;grid-row:span 1!important;aspect-ratio:1 / 1;min-height:0}
  .rs-grid-layout-mpu .rs-grid-gallery-grid .rs-grid-gallery-info-block{grid-column:1 / -1!important;grid-row:auto!important;padding:18px;min-height:240px}
  .rs-grid-gallery-info-block__title{font-size:clamp(22px,7vw,32px)}
  .rs-grid-gallery-info-block__text{font-size:15px;line-height:1.55}
  .rs-grid-layout-mpu .rs-grid-gallery-card__title{font-size:10px}
  .rs-grid-layout-mpu .rs-grid-gallery-card__content{left:15px;bottom:15px}
  .rs-grid-gallery-card__content{left:16px;right:16px;bottom:14px;padding:10px 12px}
  .rs-grid-gallery-lightbox{padding:14px}
  .rs-grid-gallery-lightbox__caption{left:12px;right:12px;bottom:12px;padding:18px}
  .rs-grid-gallery-grid.is-centered-pattern,.rs-grid-gallery-grid.is-centered-editorial{grid-template-columns:1fr;gap:14px}
  .rs-grid-gallery-grid.is-centered-pattern .rs-grid-gallery-card,.rs-grid-gallery-grid.is-centered-editorial .rs-grid-gallery-card{grid-column:span 1!important;grid-row:span 1!important;min-height:240px}
}

.rs-grid-gallery-card,.rs-grid-gallery-card img,.rs-grid-gallery-lightbox__dialog,.rs-grid-gallery-lightbox__media,.rs-grid-gallery-lightbox__media img{background:#ffffff!important;background-image:none!important;}

