.form-calc{
    background: #fafafa;
    border-radius: 5px;
}

.form-calc p {
    font-family: 'Ubuntu', sans-serif;
    color: #3a3a3a;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 10px 0;
}

.result_form{
   max-width: 490px; 
   background: #fafafa;
}


.form-calc-vn{
    padding: 20px;
}

.f-desk{
    width: 65%;
    float: left;
    clear: both;
}

.f-pole{
    width: 35%;
    float: left;
}

.filial select{
    border: none;
    border-bottom: 1px solid #787878;
    width: 120px;
    padding: 0 10px 3px 10px;
    background: #fafafa;
    font-family: 'Ubuntu', sans-serif;
}

.rasst input{
    border: none;
    border-bottom: 1px solid #787878;
    width: 100px;
    padding: 0 10px 3px 10px;
    background: #fafafa;
    font-family: 'Ubuntu', sans-serif;
}

.f-pole.rasst p{
    padding-top: 12px;
}

.kol input{
    border: none;
    border-bottom: 1px solid #787878;
    width: 100px;
    padding: 0 10px 3px 10px;
    background: #fafafa;
    font-family: 'Ubuntu', sans-serif;
}


.f-name, .rec{
     clear: both;
}

.f-name input, .f-tel input, .f-mail input{
    border: none;
    border-bottom: 1px solid #787878;
    width: 96%;
    padding: 0 2% 3px 2%;
    background: #fafafa;
    font-family: 'Ubuntu', sans-serif;
}

.f-name p, .f-tel p, .f-mail p{
  padding: 0;  
}

.f-name{
    padding-top: 12px;
}

 .f-tel, .f-mail{
    padding-top: 30px;
}



.f-tel{
    width: 48%;
    margin-right: 4%;
    float: left;
    clear: both;
}

.f-mail{
    width: 48%;
    float: left;
}


.form-calc span.redd{
    color: #ff0000;
    font-size: 13px;
     font-style: normal;
}

.form-calc span{
     font-style: italic;
     font-size: 14px;
}


.rec p{
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    color: #787878;
    padding: 15px 0 5px 0;
}

.sogl p, .sogl p a{
    font-size: 13px;
    line-height: 21px;
    color: #787878;
}

.sogl p a{
    color:#00dec1;
}

.sogl p a:hover{
    color:#787878;
}


.f-send {
    color: #282828;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 30px;
    text-transform: none;
    border-radius: 5px;
    background: #fafafa;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid #00dec1;
    margin: 10px auto;
    font-family: 'Ubuntu', sans-serif;
    display: block;
}

.f-send:hover {
    background: #00dec1;
    border: 2px solid #00dec1;
    cursor: pointer;
}

#err_checkbox, #err_mail, #err_tel, #err_name,
#err_vol, #err_km{
    font-family: 'Ubuntu', sans-serif;
    color: #ff0000;
    font-size: 12px;
    padding-top: 5px;
}