.logobvi {
    position:relative;
    left:13px;
    top:9px;
    width:200px;
    height:82px;
    border:0px;
}

.logofab {
    position:absolute;
    left:228px;
    top:39px;
    width:40px;
    height:39px;
    border:0px;
}

.address_text{
    position:absolute;
    line-height:1.1;
    margin:2px;
    top:18px;
    left:280px;
    width:178px;
    height:58px;
    word-wrap:break-word;
    overflow-y:auto;
    overflow-x:hidden;

}

.visit_text {
    position: relative;
    line-height:1;
    margin:2px;
    top:15px;
    left:12px;
    width:509px;
    height:90px;
}

span, a {
    font-family:'Arial';
    font-size:14px;
    font-weight:normal;
    color:#312c80;
}

.add {
    font-size: 15px;
}

a {
    color:#398baf;
}

label {
    margin: 3px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    font-family:'Arial';
}

.form_global {
    overflow: hidden;
    left: 32px;
    top: 191px;
    height: 646px;
    width: 532px;
}

.form_case {
    margin: 12px;
    height: 42px;
}

.form_select {
    padding: 0px;
    height: 21px;
    margin: 3px;
    text-align: left;
}

.form_text {
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 21px;
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
}

.form_long {
    height: 115px;
    resize: none;
    margin: 0px;
}

.form_check {
    padding: 0px;
    width: 16px;
    height: 16px;
    margin: 0px;
}

body {
    position: relative;
    z-index: 200;
    left: 32px;
    top: 0px;
    width: 600px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 50px;
}

.privacy {
    position: absolute;
    left:422px;
    top:764px;
    width:151px;
    height:32px;
    border:0px;
    overflow: hidden;
    padding-bottom: 118px;
}

.form_send {
    background-color: #398BAF;
    border: 2px solid #398BAF;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 863px;
    transition-duration: 0.2s;
}

.form_send:hover {
    background-color: white; 
    color: black; 
}

.g-recaptcha {
    position: absolute;
    left: 10px;
}