/*-- Start --*/
.section-contact-pad {
    padding: 140px 0 110px;        
}  
.company-contact {
    margin-bottom: 30px;
    line-height: 1.4;
}
.company-contact i {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 45px;
    color: var(--mainTheme);
}
.company-contact h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--colorBlack);
    margin: 20px 0;
}
.company-contact p {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    margin: 25px 0 0;
}
.company-contact a {
    color: #666;
    text-decoration: underline;
}
.company-contact a:hover {
    text-decoration: none;
}
/*-- End --*/

/*-- Start --*/
.section-contacts .map-container {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
}
.section-contacts .g-map {
    height: 100%;
    width: 100%;
}
.section-contacts .g-map iframe {
    height: 100%;
}
/*-- End --*/


@media(max-width: 1599.98px) {
    
}
@media(max-width: 1399.98px) {
    
}
@media(max-width: 1199.98px) {

}    
@media(max-width: 991.98px) {
    .section-contact-pad {
        padding: 100px 0 70px;
    }     
} 
@media(max-width: 767.98px) {
    .section-contact-pad {
        padding: 70px 0 40px;
    } 
    .section-contacts .map-container {
        position: relative;
        width: 100%;
        height: 255px;
        margin-top: 70px;
        margin-bottom: -70px;
    }
}  
@media(max-width: 575.98px) {
    
} 

