@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{position:relative;display:block;color:#2e2b2b;text-decoration:none;transition:.5s;font-size:clamp(.8rem,2.5vh,1rem);font-family:montserrat}#showrooms .contacts .showroom .wp-block-button a::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4l8 8-8 8" stroke="black" stroke-width="2" fill="none"/></svg>');width:1rem;height:1rem;transition:.5s;position:absolute;top:3px;display:inline-block;margin-left:5px;opacity:.6}#showrooms .contacts .showroom .wp-block-button a:hover{font-weight:500}#showrooms .contacts .showroom .wp-block-button a{font-size:clamp(.64rem,2vh,.96rem);margin:30px auto 0 auto}#showrooms .contacts .showroom .wp-block-button a:after{width:12px;top:2px}#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{position:relative;display:block;color:#2e2b2b;text-decoration:none;transition:.5s;font-size:clamp(.8rem,2.5vh,1rem);font-family:montserrat}#showrooms .cant-find a::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4l8 8-8 8" stroke="black" stroke-width="2" fill="none"/></svg>');width:1rem;height:1rem;transition:.5s;position:absolute;top:3px;display:inline-block;margin-left:5px;opacity:.6}#showrooms .cant-find a:hover{font-weight:500}#showrooms .cant-find a{margin:30px auto 0 auto;font-size:clamp(.64rem,2vh,.66rem)}#showrooms .cant-find a:after{width:12px;top:2px}@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%}}