.contactus-info .info-box{
    display:block;
    padding:0px 60px;
}
.contactus-info .info-box::after{
    display:block;
    content:"";
    clear:both;
    height:0px;
    visibility: hidden;
}
.contactus-info .info-box .contacts{
    float: left;
    width: 45%;
}
.info-box .contacts .contacts-inner{
    margin-right:40px;
}
.contactus-info .info-box .map{
    float:right;
    width: 55%;
    height: 300px;
}
.contacts-header{
    display: block;
    font-size: 18px;
    color: #000000;
    padding:15px 5px;
    border-bottom: 4px solid #df0028;
    margin-bottom: 15px;
}
.contacts-list{
    display: block;
    list-style: none;
    color: #000000;
}
.contacts-list dd{
    position:relative;
    display: block;
    line-height:36px;
    padding:5px 0px;
    padding-left:46px;
    list-style: none;  
    margin:0px 0px;
}
.contacts-list dd span{
    font-weight: bold;
}
.contacts-list dd::before{
    position:absolute;
    left:0px;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    overflow: hidden;
}
.contacts-list dd.tel::before{
    display: block;
    content: "";
    background-image: url("./contact/contact-tel.png"); 
}
.contacts-list dd.email::before{
    display: block;
    content: "";
    background-image: url("./contact/contact-mail.png"); 
}
.contacts-list dd.addr::before{
    display: block;
    content: "";
    background-image: url("./contact/contact-location.png"); 
}

@media screen and (max-width:1360px){

}

@media screen and (min-width:1360px) and (max-width:1600px){

}

@media screen and (min-width:1600px) {

}