#showrooms .cant-find a:hover,#showrooms .contacts .showroom .wp-block-button a:hover{font-weight:500}#showrooms{width:95vw;max-width:1600px;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:cover;object-position:center}#showrooms #map{width:58%;background-color:green;display:block}#showrooms .contacts{width:40%;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;position:relative}#showrooms .contacts .showroom h3{margin:20px 0 10px}#showrooms .contacts .showroom p{font-size:clamp(.64rem,2vh,.76rem)}#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-family:montserrat;font-size:clamp(.64rem,2vh,.76rem);margin:30px auto 0}#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:after{width:12px;top:2px}#showrooms .cant-find{width:100%;margin-top:20px}#showrooms .cant-find>p{width:90%;font-size:clamp(.64rem,2vh,.76rem)}#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-family:montserrat;margin:30px auto 0;font-size:clamp(.64rem,2vh,.76rem)}#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: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%}}