
.v-ch_wrapper_condisions{
    line-height: 150%;
    width: 90%;
    border-radius: 3px;
    margin: 0 auto;
}

.v-ch_btn_download,.v-ch_btn_send{
    height:36px;
    float:right;
}
.v-ch_wrapper_condisions{
    text-align: center;
    /*margin: 30px auto 20px auto;*/
}
.v-ch_conditions{
    width:20px;height: 20px;
}
.v-ch_wrapper_condisions b{
    vertical-align: text-bottom;
}
.v-ch_doc_label{
    float: left;
    width:30%;
}
.v-ch_doc_inp{
    float:right;
    width:70%;
}
.v-ch_input_mail{
    width:70%;
    display: inline-block;
}
.v-ch_send_wrap{
    margin-top:15px;
}
.v-ch_conditions_link{
    color:#337ab7 !important;
}
.v-ch_conditions_link:hover{
    color:#337ab7 !important;
    text-decoration: underline;
}
.v-ch_move_car{
    height:13px;
    margin-top:5px;
    width:100%;
    overflow: hidden;
}
.v-ch_move_car img{
    height:inherit;
    animation: v-ch_move_car_anim 7s infinite;
    float:right;
    margin-right:-70px;
}
.v-ch_new_logo{
    height:35px;
    width:100%;
    text-align: center;
}
.v-ch_new_logo img{
    height:inherit;
}
#v-ch_modal_conditions .modal-header{
    background-color: white !important;
    padding-bottom: 0 !important;
}
.v-ch_close_modal_btn{
    background-color: transparent;
    color: black;
    border: none;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 94%;
    top: 3%;
}
.v-ch_align{
    text-align: center;
}
.v-ch_err{
    border:1px solid red;
    box-shadow: 1px 1px 4px #dc3545, inset 1px 1px 3px #dc3545;
}
.v-ch_wrap div[class^=col] button{
    height:34px;
    font-weight: 400;
}


@keyframes v-ch_move_car_anim {

    0%   {margin-right: -30px;}
    25%  {margin-right: 5%;}
    50%  {margin-right: 50%;}
    75%  {margin-right: 75%;}
    100% {margin-right: 101%;}

}