.vacancy_item{
    background: #F4F7F9;
    padding: 36px 30px 38px;
    margin-bottom: 20px;
}
.vacancy_item-title{
    display: block;
    height: 24px;
    overflow: hidden;
    font-family: 'SuzukiPROBold';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #005071;
    margin-bottom: 27px;
}
.vacancy_item-btn{
    font-family: 'SuzukiPROHeadline';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #789FAF;
    display: flex;
    align-items: center;
}
.vacancy_item-btn:hover{
    text-decoration: none;
    color: #789FAF;
}
.vacancy_item-btn svg{
    margin-left: 8px;
}
.vacancy_single-content strong,
.vacancy_single-content b{
    font-family: 'SuzukiPROHeadline';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #005071;
}
.vacancy_single-content ul{
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0px;
}
.vacancy_single-content li:before{
    content: '●';
    color: #D52B1E;
    margin-right: 15px;
}
.vacancy_single-content li{
    font-family: 'SuzukiPRORegular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    margin-bottom: 14px;
    color: #40555E;
}
/*UPLOAD CV*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0!important;
}
.btn-upload-file {
    font-family: 'SuzukiPROHeadline';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #789FAF;



    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
    text-align: left;
}
.btn-upload-file:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEDSURBVHgBxZS9DoIwEMfPi4OjbyDv4yLxAaSJu7qROFAGE0YfQFNegKCD74NvwGgYqlcQQjCkrZH4T9pe2rtfetcPgH/IF4nnnxPPxBf1sGtAbgIQhS/SQOc/0sMk70zziLmhNbAHpoWiHibbgbXN+9L/AG5FOm3DIrbk9Rrtireh+9NtpgUemZuDlCHVYteGdaBMgQ/r+R2+EaX3VM3EV3ttbPVz4Fh1lI5DdfPo8sZUo8wG0I2tdlhNBOVoq07s2DCMGfqZASmVGAw1zKFIwLwkI67omwIrUcx7zBpggRBPADZkOmWB7ZU9AC7KaH4b9YYJuqDTcsBCEjEvAOLyyQ6hF8lHalrF3nKWAAAAAElFTkSuQmCC');
    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;
}