@keyframes carouselFade{0%{opacity:0}4%{opacity:1}10%{opacity:1}14%{opacity:0}100%{opacity:0}}#showrooms{width:95vw;height:auto!important;margin:5rem auto;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:0}#showrooms #map{width:58%;height:60vh;background-color:green;display:block}#showrooms .contacts{width:40%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:20px}#showrooms .contacts .showroom{flex:1;background-color:#f8f8f8;padding:10px 30px 80px 30px;position:relative}#showrooms .contacts .showroom h3{margin:20px 0 10px}#showrooms .contacts .showroom p{font-size:clamp(.64rem,2vh,.96rem)}#showrooms .contacts .showroom .wp-block-button{position:absolute;bottom:30px}#showrooms .contacts .showroom .wp-block-button a{margin:30px auto 0 auto}#showrooms .cant-find{width:100%;margin-top:20px}#showrooms .cant-find>p{width:90%;font-size:clamp(.64rem,2vh,.96rem)}#showrooms .cant-find>h2{margin-bottom:10px;font-size:clamp(1rem,3vh,1rem)}#showrooms .cant-find a{margin:30px 0 0}@media screen and (max-width:1100px){#showrooms #map{width:85vw;height:500px;margin:0 auto}#showrooms .contacts{width:85vw;margin:20px auto 0}}@media screen and (max-width:620px){#showrooms{position:relative;left:unset;margin:40px auto;width:85vw;transform:unset}#showrooms .contacts .showroom{flex:unset;width:100%}}