div#info {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

div#formaddpub {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

div#namephone > div {
    display: inline-block;
    width: 31%;
    margin: 25px 0;
    margin-right: 2%;
    position: relative;
}

div#namephone input {
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 10px;
        box-sizing: border-box;
}

textarea#coment {
    width: 96.5%;
    display: inline-block;
}

div#gmap {
    height: 400px;
    border-bottom: 4px solid #4bae4f;
}

div#submitbtn,div#r button {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #4bae4f;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding: 10.5px 30px 10.5px 30px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: top;
    margin-right: 15px;
}

div#r{
    margin-top: 10px;
}

div#submitbtn:hover,div#r button:hover {
    background: #7acb5a;
}


div#coment {
    display: inline-block;
    position: relative;
    width: 100%;;
}



div#name {;
    float: left;
}




div#mail {
    
}





div#phone {
    float: left;
}



#info h5{
    color: #363f45;
    font-weight: normal;
    font-size: 1.1vw;
    margin: 15px 0;
}

#contacts span{
    color: #888888;
    font-size: 1vw;
}

span.contact_address:before{
    content: "\f015";
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
    width: 16px;
    color: #4bae4f;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 5px;
}

div#subj {
    float: right;
}

span.contact_phones_f,span.contact_phones_s,span.contact_email_f,span.contact_email_s{
    display: block;
}

span.contact_phones_f:before{
    content: "\f095";
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
    width: 16px;
    color: #4bae4f;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 5px;
}

span.contact_phones_s:before{
    content: "\f1ac";
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
    width: 16px;
    color: #4bae4f;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 5px;
}

span.contact_email_f:before{
    content: "\f0e0";
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
    width: 16px;
    color: #4bae4f;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 5px;
}

/*Всплывабщие подсказки*/

span.for_title{
    position: absolute;
    display: none;
    top:-36px;
    transition:all 0.4s ease;
    font-size: 0.8em;
    background: black;
    color:white;
    opacity: 0.6;
    padding: 5px;
}

span.for_title:after{
     content: '';
    display: block;
    position: absolute;
    top: 99%;
    /* margin-top: -20px; */
    width: 0;
    height: 0;
    border-top: 10px solid black;
    border-right: 8px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid transparent;
    left: 40%;
}


/* Конец */