.galleryImages2{width:100%;margin:42px auto;color:#1d2430}.galleryImages2__inner{width:100%}.galleryImages2__title{margin:0 0 28px;color:#333;font-family:var(--font-cormorant);font-size:42px;font-weight:400;line-height:1.05}.galleryImages2__accent{display:block;width:80px;height:3px;margin-top:15px;background:#c9a227}.galleryImages2__viewport{position:relative;display:flex;align-items:center;gap:12px}.galleryImages2__grid{flex:1 1;min-width:0;overflow:hidden;padding:26px 0 34px;touch-action:none;cursor:-webkit-grab;cursor:grab}.galleryImages2__grid:active{cursor:-webkit-grabbing;cursor:grabbing}.galleryImages2__track{display:grid;grid-auto-flow:column;grid-auto-columns:var(--gallery-card-width,0);grid-gap:var(--gallery-gap);gap:var(--gallery-gap);width:max-content;align-items:stretch;will-change:transform}.galleryImages2__card{width:var(--gallery-card-width);height:340px;overflow:hidden;background:#fff;transition:transform .18s ease-out}.galleryImages2__card--active{transform:scaleY(1.15)}.galleryImages2__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.galleryImages2__grid::-webkit-scrollbar{display:none}.galleryImages2__grid,.galleryImages2__image{-webkit-user-drag:none}.galleryImages2__arrow{z-index:1;display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border:1px solid #615a5a;border-radius:0;background:#fff;color:#1d2430;cursor:pointer;font-size:28px;line-height:1;transition:background-color .16s ease,border-color .16s ease}galleryImages2__arrow galleryImages2__arrow--next{margin:0 12px}.galleryImages2__arrow svg{display:block;width:18px;height:18px;fill:none;stroke:#615a5a;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.galleryImages2__dots{position:absolute;bottom:-18px;margin-left:10px;left:50%;display:flex;align-items:center;gap:7px;transform:translateX(-50%)}.galleryImages2__dot{display:block;width:6px;height:6px;border-radius:50%;background:#d8d8d8}.galleryImages2__dot--active{background:#c9a227}.galleryImages2__arrow:hover{border-color:#c9a227;background:#faf8f5}.galleryImages2__arrow:focus-visible,.galleryImages2__grid:focus-visible{outline:2px solid #1d2430;outline-offset:3px}@media (max-width:1200px){.galleryImages2__viewport{flex-wrap:wrap;justify-content:center;column-gap:0;row-gap:0}.galleryImages2__grid{order:1;flex:0 0 100%;width:100%}.galleryImages2__arrow,.galleryImages2__dots{order:2;margin-top:4px}.galleryImages2__dots{position:static;transform:none}.galleryImages2__arrow--next{margin-left:12px}}@media (max-width:768px){.galleryImages2__title{font-size:32px}.galleryImages2__viewport{gap:0}.galleryImages2__grid{touch-action:pan-y}.galleryImages2__arrow{flex-basis:42px;width:42px;height:42px;font-size:24px}.galleryImages2__arrow--next{margin-left:8px}}