.vacancy-card{
    max-width: 370px;
    margin: 0 auto 30px;
}
.vacancy-img{
    background: #E9ECEC;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.infoblock-contacts a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #3C3C3B;
    text-decoration: none;
}
.infoblock-contacts a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.vacancy-page-block{
    background: #fff;
    max-width: 370px;
    margin: 0 auto 30px;
}
.vacancy-block-head {
    padding: 30px 24px;
}
.vacancy-name{
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #444444;
    height: 54px;
    overflow: hidden;
    width: 100%;
}
.vacancy-page hr{
    border-color: #E5E5E5;
    margin: 0;
}
.vacancy-block-body{
    padding: 17px 24px 30px;
}
.vacancy-list{
    margin-bottom: 30px;
    padding-left: 15px;
}
.vacancy-list li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    margin-bottom: 6px;
}



.vacancy-single .pages-list {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 20px;
}
.vacancy-single .head-sub-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #444444;
    display: block;
    margin-bottom: 14px;
}

/*UPLOAD CV*/
span.vacancy-form-title {
    display: none;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0!important;
}
.btn-upload-file {
    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4A4F54;
    text-align: left;
}
.btn-upload-file:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACiSURBVHgB7dIxCsIwFMbx7/XlIDpUoafIapcK9j56HycXV/EGToI4mJvELILIa15SglDof3xtfiEhDKV22+/rVWOfj/s19h9rCDwOINh63SCGsYp8UjBOQhIwTkYUjLOQCMbZyADGoxABo9HId2E9SfO2273Cdgt5Fbnz6bj8nVYo1Az9ETLyuLp5eCd9Ce/FYRLRpusvKJAJZ7YokBm61NzefLdI6YtV1l8AAAAASUVORK5CYII=');
    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 {
    text-align: left!important;
}