/*UPLOAD CV*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0!important;
}
.btn-upload-file {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282830;

    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
    text-align: center;

}
.btn-upload-file:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEDSURBVHgB7VU7EoIwEF2jB7CgsLSEjiNYWnoNK/UEYmepR/AGegLHG9ABldhRUOAJ8GUmAsMY2TjYoG8mkw/Jewu7eRD9FBzHXdi2uzY50+duVMRbtIlljShNkwvnHEtAkXty3OtRhm7KFWkUqJBv1FKCdpBrHBHBJQ9D33uuq7EU9JpyIkzJX4kg+Usdz0D3IM/pLgStgsDf6fZIEQRCrQFkZ9lMzgj6Mv4CfAHpM+/KjYs6T1GmKMuZGmrLEntOouGd6zwDMkAU6e+EDh1KMr5dBitu496Pq5MiByDfywTBCq6YxvQBZIDgGFJp7eX/AL4ew99v9QgMBUJ0c5jgkTqDB5uQWgzVl8SgAAAAAElFTkSuQmCC');
    margin-right: 14px;
    vertical-align: middle;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
    width: 50%;
    height: 75%;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
span#filename {
    margin-top: 5px;
    font-size: 12px;
    color: #FF0022;
}
span.input-error {
    text-align: center;
    display: block;
    color: red;
}


.vacancy_single ul{
    margin-bottom: 20px;
    padding-left: 15px;

}

.vacancy_single ul li{
    font-family: 'Conv_ToyotaType-Book', sans-serif;
    list-style: none;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    display: flex;
}
.vacancy_single ul li:before{
    content: '•';
    margin-right: 15px;
    color: #FF0022;
}
.vacancy_single p strong {
    font-family: 'Conv_ToyotaType-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282830;
    margin-bottom: 25px;
    width: 100%;
    display: block;
}
.vacancy_single p {
    font-family: 'Conv_ToyotaType-Book', sans-serif;
}

