:root{--navy:rgb(25,34,61);--ink:rgb(25,34,61)}
.topline,footer{background:rgb(25,34,61)}
.modal-gallery{position:relative}
.gallery-navigation{position:absolute;left:34px;right:34px;top:50%;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}
.gallery-arrow{width:44px;height:44px;border:0;border-radius:50%;background:rgba(25,34,61,.87);color:#fff;display:grid;place-items:center;padding:0;cursor:pointer;pointer-events:auto;transition:background .2s,transform .2s}
.gallery-arrow svg{display:block;width:19px;height:19px;stroke:currentColor;stroke-width:2.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.gallery-arrow:hover{background:#1675ad;transform:scale(1.06)}
.gallery-arrow:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:760px){.gallery-navigation{left:25px;right:25px}.gallery-arrow{width:39px;height:39px}}
