<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pages.contacts {

}

.pages.contacts &gt; .left-part {
    float: left;    
    width: 283px;
    padding: 3px 30px 0 20px;
}

.pages.contacts &gt; .right-part {
    float: left; 
    width: 640px;
    padding: 42px 0 0 0;
}


.pages.contacts &gt; .left-part &gt; .site-name {            
    font-weight: 600;
    font-size: 20px;
    color: #0094e7;
}

.pages.contacts .gmap-holder {
    overflow:hidden;
    height:348px;
    width:598px;
    border: 1px solid #d0d0d0;
}

.pages.contacts .gmap-holder &gt; div#gmap {
     height: 348px;
     width: 598px;
}

.pages.contacts .contact-items {
    margin-top: 26px;
}

.pages.contacts .contact-items .item &gt; .icon-btn-holder {
    float: left;    
    margin: 0 14px 26px 0;
}
                
.pages.contacts .contact-items .item &gt; .content {
    float: left;    
    width: 225px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 23px 0;
}</pre></body></html>