/* ASKV 1.3.12 — multi-photo gallery */
.gallery1312{display:flex;flex-direction:column;gap:12px;min-width:0}
.gallery-stage1312{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px;max-height:72vh;background:#f4f7f4;border:1px solid #dce5dd;border-radius:16px;overflow:hidden;padding:14px}
.gallery-image1312{display:block;max-width:100%;max-height:66vh;object-fit:contain;border-radius:10px;user-select:none;-webkit-user-drag:none}
.gallery-image1312[onclick]{cursor:pointer}
.gallery-arrow1312{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:70px;border:0;border-radius:14px;background:rgba(8,48,57,.82);color:#fff;font-size:44px;line-height:1;cursor:pointer;box-shadow:0 6px 22px rgba(0,0,0,.18);transition:.15s ease}
.gallery-arrow1312:hover{background:#083039;transform:translateY(-50%) scale(1.04)}
.gallery-arrow1312.prev{left:16px}
.gallery-arrow1312.next{right:16px}
.gallery-footer1312{display:flex;align-items:center;justify-content:center;gap:14px;min-height:30px}
.gallery-counter1312{font-weight:800;font-size:17px;color:#0b3038;background:#eef5e7;border:1px solid #d9e7c9;border-radius:999px;padding:5px 13px}
.gallery-hint1312{font-size:13px;color:#6b7b80}
.gallery-thumbs1312{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding-top:2px}
.gallery-thumb1312{width:76px;height:62px;padding:3px;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.gallery-thumb1312 img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}
.gallery-thumb1312.active{border-color:#86b935;box-shadow:0 0 0 2px rgba(134,185,53,.15)}
.gallery-head1312 h2{max-width:760px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){.gallery-stage1312{min-height:240px;padding:8px}.gallery-arrow1312{width:44px;height:58px;font-size:36px}.gallery-arrow1312.prev{left:8px}.gallery-arrow1312.next{right:8px}.gallery-hint1312{display:none}.gallery-thumb1312{width:62px;height:52px}.gallery-head1312 h2{max-width:70vw}}
