@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231);--project-map-green: #69AE24;--project-map-brown: #B75700;--project-map-red: #DA0000}.gallery-more{display:grid;grid-gap:3rem;grid-template-columns:repeat(1, 1fr)}@media(min-width: 575px){.gallery-more{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.gallery-more{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.gallery-more{grid-template-columns:repeat(3, 1fr)}}.gallery-more .gallery-box{display:none}.gallery-more .gallery-box:nth-child(1){display:block}.gallery-more .gallery-box:nth-child(2){display:block}.gallery-more .gallery-box:nth-child(3){display:block}.gallery-more .gallery-box:nth-child(4){display:block}.gallery-more .gallery-box:nth-child(5){display:block}.gallery-more .gallery-box:nth-child(6){display:block}.gallery-more .gallery-more-link{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgba(var(--main-color, #FF6118), 0.6);color:var(--base-white, #ffffff);display:flex;align-items:center;justify-content:center;font-size:clamp(2.5rem, 2.5806451613vw, 4rem)}.gallery-more .gallery-more-link:focus,.gallery-more .gallery-more-link:hover{color:var(--base-white, #ffffff);background:rgba(var(--main-color, #FF6118), 0.7);text-decoration:none}.gallery-more.open .gallery-more-link{display:none}.gallery-more.open .gallery-box{display:block}.gallery-item{position:relative}.gallery-item:after{content:"";min-height:15rem;padding-bottom:60%;display:block}.gallery-item img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%;transition:250ms;border-radius:var(--base-border-radius, 0)}.gallery-item .gallery-item-inner{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}a.gallery-item-inner:focus img,a.gallery-item-inner:hover img{transform:scale(1.05, 1.05)}.gallery-slider{display:flex;overflow:hidden}.gallery-slider.tns-slider{display:block;overflow:visible}