.map-view-project__btn{display:flex;flex-direction:row;justify-content:space-between}.map-project-popup-content{display:flex;flex-direction:column;gap:var(--space-xs);width:100%}.map-gallery{margin-left:0;margin-right:0;overflow:hidden;padding:0}.map-gallery li:nth-child(n+4){display:none}.map-gallery ul{list-style:none;list-style-type:none;padding-inline-start:0;-webkit-margin-before:0;display:grid;gap:0;grid-template-columns:minmax(0,3fr) minmax(0,2fr);grid-template-rows:minmax(0,1fr) minmax(0,1fr);height:600px;margin-block-end:0;margin-block-start:0}.map-gallery figure{margin:0;padding:0}.map-gallery ul li{display:flex;flex:1;position:relative}.map-gallery ul li img{height:100%;object-fit:cover;width:100%}.map-gallery ul li:first-child{grid-row:span 2/auto}.map-gallery ul li img:hover{cursor:pointer}.map-popup__spec-text{display:grid;grid-template-columns:repeat(2fr,minmax(0,1fr));width:100%}