.mobility-vacancies:before {
    content: "";
    display: block;
    width: 550px;
    height: 5px;
    background-color: #2b3084;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -275px
}

.mobility-vacancies h2 {
    color: #000;
    text-align: center;
    margin-bottom: 3px
}

.mobility-vacancies .mobility-text-link {
    text-align: center;
    margin-bottom: 32px
}

.mobility-vacancies .mobility-text-link a {
    font-weight: bold;
    text-decoration: underline
}

.mobility-vacancies .mobility-item {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 20px 65px 20px 35px;
    margin-bottom: 30px;
    position: relative;
    min-height: 310px
}


.mobility-vacancies {
    position: relative;
    padding: 50px 0 40px;
    vertical-align: top;
}

.mobility-vacancies:before {
    content: "";
    display: block;
    width: 550px;
    height: 5px;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -275px;
}

.mobility-vacancies h2 {
    color: #000;
    text-align: center;
    margin-bottom: 3px
}

.mobility-vacancies .mobility-text-link {
    text-align: center;
    margin-bottom: 32px
}

.mobility-vacancies .mobility-text-link a {
    font-weight: bold;
    text-decoration: underline
}

.mobility-vacancies .mobility-item {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    min-height: 310px;
    padding-right: 65px;
}

.mobility-vacancies .mobility-item:before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: -11px;
    top: -6px;
    content: "\e008";
    top: -10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 64px;
    font-size: 22px;
    color: #fff;
    background: #2d9aff;
    box-shadow: 0px 0px 1px 1px #dedede;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .mobility-vacancies .mobility-item:before {
        background-image:url("../img/mobility-icons/truck_2x.png")
    }
}

.no-backgroundsize .mobility-vacancies .mobility-item:before {
    -ms-behavior: url("../polyfills/backgroundsize-0.2.0.min.htc");
    behavior: url("../polyfills/backgroundsize-0.2.0.min.htc")
}

.mobility-vacancies .mobility-item .empty-bonus-list {
    padding-top: 15px
}

.mobility-vacancies .mobility-item .empty-bonus-list+.buttons-panel {
    margin-top: 35px
}

.mobility-vacancies .mobility-vacancies-link {
    text-align: center
}

.mobility-vacancies .mobility-vacancies-link a {
    text-decoration: underline
}

h6.mobility-item-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

h6.mobility-item-title a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
     /* Цвет фона */
    padding: 5px; /* Поля вокруг текста */
    text-overflow: ellipsis; /* Добавляем многоточие */
    max-width: 100%;
    display: block;
}

.vacancy-top-info {
    font-size: 14px;
    margin-bottom: 16px
}

.vacancy-top-info .company {
    padding-left: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.vacancy-top-info .company i {
   /* background: transparent url("../img/mobility-icons/company.png") no-repeat center center;*/
    background-size: 15px 15px;
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .vacancy-top-info .company i {
        background-image:url("../img/mobility-icons/company_2x.png")
    }
}

.no-backgroundsize .vacancy-top-info .company i {
    -ms-behavior: url("../polyfills/backgroundsize-0.2.0.min.htc");
    behavior: url("../polyfills/backgroundsize-0.2.0.min.htc")
}

.vacancy-top-info address {
    position: relative;
    padding-left: 30px;
    overflow: hidden;
    display: block;
    margin: 0;
    text-decoration: none;
}

.vacancy-top-info address i {
/*    background: transparent url("../img/geo.png") no-repeat center center;*/
    background-size: 10px 15px;
    display: block;
    height: 15px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 10px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .vacancy-top-info address i {
        background-image:url("../img/geo_2x.png")
    }
}

.no-backgroundsize .vacancy-top-info address i {
    -ms-behavior: url("../polyfills/backgroundsize-0.2.0.min.htc");
    behavior: url("../polyfills/backgroundsize-0.2.0.min.htc")
}

.vacancy-top-info .salary {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-top: 3px;
}


.mobility-vacancies .mobility-item {
    box-shadow: 0px 0px 4px 1px #e4e4e4;
    border-radius: 0px;
}

.mobility-vacancies .btn.btn-primary-red {
    background: #168fff;
    color: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 1px 1px #bcdfff;
}

.vacancy-top-info .salary .glyphicon.glyphicon-ruble {
    margin-right: 13px;
}

.vacancy-top-info .glyphicon {
    font-size: 16px;
    width: 17px;
    text-align: center;
    padding-left: 2px;
}

.vacancy-top-info .glyphicon.glyphicon-briefcase {
    padding-left: 4px;
}

h3.p-221 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0px;
}
#work {
    max-width: 400px;
}
#work  h5.modal-title {
    text-align: center;
}

.mobility-vacancies .mobility-item-title {
    white-space: normal;
    max-width: calc(100% - 30px);
    min-height: 45px;
}
.mobility-vacancies .mobility-item {
    padding: 5px 25px;
}