
.form-wrap{
    position: relative;
    margin-top: 90px;
    padding-bottom: 50px;
}
.reminder{
    display: block;
    padding-top: 100px;
    text-align: right;
    padding-right: 15px;
}
.reminder:before{
    content: '';
    display: block;
    background: url(../images/contact/message_pic.png) no-repeat;
    width: 612px;
    height: 170px;
    right: 0px;
    top: -80px;
    position: absolute;
}
.btn-box{padding-top: 20px;}
.btn-box.contact-sent {
    padding-top: 0px;
}

.ok-pic{
    margin-top: 50px;
}

.traffic-title{
    text-align: right;
}

.map{
    width: 100%;
    height: 400px;
    background-color: rgb(245,245,242);
    margin-top: 35px;
    padding: 10px;
    box-sizing: border-box;
    -webkt-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}
.map iframe{
    box-shadow: 0 0 2px #bababa;
}

.info{
    width: 100%;
    height: 206px;
    background-color: #FFF;
    border-radius: 50px;
    box-sizing: border-box;
    -webkt-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 22px 40px;
    margin: 50px 0;
    position: relative;
}
.info:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
}
.info li{
    font-size: 20px;
    padding: 3px 0;
    border-bottom: dotted 1px #f24d52;
}
.info li:last-child{border: none;}
.info span{
    color: #f24d52;
}







.traffic-bottom{
    text-align: center;
}