* {
    -webkit-box-sizing: border-box; /* Android ? 2.3, iOS ? 4 */
    -moz-box-sizing: border-box; /* Firefox 1+ */
    box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}
a,
a:focus {
    outline: none;
}

@font-face {
    font-family: 'calibriregular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/calibri-webfont.woff') format('woff'),
    url('fonts/calibri-webfont.ttf') format('truetype'),
    url('fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/calibrib-webfont.woff') format('woff'),
    url('fonts/calibrib-webfont.ttf') format('truetype'),
    url('fonts/calibrib-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'calibriregular';
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    background-color: #fbf8f9;
    color: #333333;
}

a {
    color: #e22507;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

b, strong {
    font-family: 'calibribold';
    font-weight: normal;
}

.company-info__logo {
    width: 200px;
    height: 135px;
    display: flex;
    align-items: center;
    border: 1px #dcdcdc solid;
    overflow: hidden;
    justify-content: center;
    position: relative;
}

.company-info__logo img {
    padding: 10px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Forms */

.xform input[type=text],
.xform input[type=email],
.xform input[type=password],
input[type=text],
input[type=email],
input[type=password] {
    padding: 5px 6px;
    font-size: 16px;
    font-family: 'calibriregular';
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.xform input[type=text]:focus,
.xform input[type=email]:focus,
.xform input[type=password]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    border-color: #1E32D4;
    outline: 0;
}

.xform label.required,
.xform dt label.required {
    background: none;
    padding-left: 0;
}

.xform-info-popup.error div {
    background-color: #e22507;
}
.xform-info-popup.error .xform-popup-corner {
    background: none;
    border-color: #e22507 transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    font: 0/0 a;
    width: 0;
    height: 0;
    margin: 0 0 0 15px;
}

.xform label.required:after {
    content: "*";
    color: red;
    margin: 0 0 0 5px;
}

textarea {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    padding: 5px 6px;
    font-size: 16px;
    font-family: 'calibriregular';
}

textarea:focus {
    border-color: #1E32D4;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #A6A6A6 !important;
    font-style: italic
}

:-moz-placeholder {
    color: #A6A6A6 !important;
    font-style: italic
}

::-moz-placeholder {
    color: #A6A6A6 !important;
    font-style: italic
}

:-ms-input-placeholder {
    color: #A6A6A6 !important;
    font-style: italic
}

.placeholder {
    color: #A6A6A6 !important;
    font-style: italic
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

:focus.placeholder {
    color: inherit;
    opacity: inherit;
}

.xform dt label {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn {
    display: inline-block;
    font-family: 'calibriregular';
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 18px;
    font-size: 16px;
    line-height: normal !important;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    cursor: pointer;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active
{
    color: #ffffff;
    background-color: #777575;
    text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #e22507;
    border-color: #e22507;
}
.btn-primary:active,
.btn-primary.active {
    background: #e22507;
    border-color: #e22507;
}
.btn.btn-sm {
    padding: 3px 7px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: 400;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    margin-right: 5px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.nojs-error {
    background-color: #FD3840;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

/* Layout */

.meta_img {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.layout {
    width: 997px;
    margin-left: 70px;
    margin-top: 0;
}

.layout__header {

}

.layout__main-search {
    padding-top: 15px;
    margin-bottom: 15px;
}

.layout__body {
    position: relative;
    margin-bottom: 37px;
}

@media (max-width: 997px) {
    .layout__body {
        position: relative;
        margin-bottom: 0;
    }
}

.layout__footer {
    overflow: hidden;
    position: relative;
    background-color: #777575;
    padding: 40px 0 50px 0;
    color: #fff;
    font-size: 14px;
}

.layout__banner {
    float: right;
    margin-right: -200px;
    margin-top: 72px;
}

.layout.articles .layout__banner {
    margin-top: 134px;
}

.layout.article-details .layout__banner {
    margin-top: 142px;
}

.layout.search .layout__banner {
    margin-top: 15px;
}

/* Header */

.header {

}

.header__logo {
    width: 230px;
    float: left;
}

.header__h-jobmail {
    float: right;
    margin-bottom: 20px;
}

@media (max-width: 997px) {
    .header__h-jobmail {
        float: none;
    }
}

@media (max-width: 768px) {
    .header__h-jobmail {
        width: 50%;
        margin: 10px auto;
        margin-top: -55px;
    }
}

@media (max-width: 600px) {
    .header__h-jobmail {
        margin-top: 20px;
        width: auto;
    }

}

.h-jobmail__txt {
    display: inline-block;
    color: #a3a1a2;
    padding: 8px 14px;
}

@media (max-width: 768px) {
    .h-jobmail__txt {
        display: block;
    }
}

.h-jobmail__btn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #e22507;
    color: #fff;
    text-decoration: none;
    float: right;
}
.btn-primary {
    display: inline-block;
    padding: 8px 14px;
    background-color: #e22507;
    color: #fff;
    text-decoration: none;
}
.btn-back {
    position: relative;
    padding-left: 25px;
}
.btn-back .oj-angle-left {
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 12px;
}

@media (max-width: 997px) {
    .h-jobmail__btn {
        float: none;
    }
}

.h-jobmail__btn:hover {
    text-decoration: none;
}

.header__navigation {
    margin-left: 230px;
    margin-right: 0;
    overflow: hidden;
}


.header-logos {
    float: right;
    margin-top: 10px;
}

.header-logos__wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.header-logos__item {
    display: inline-block;
    margin-left: 10px;
}

.header__menu-responsive-link {
    display: none;
    float: right;
    font-size: 20px;
    padding: 20px;
    text-decoration: none;
    outline: none;
    color: #e22507;
}

.header__menu-responsive-link:hover {
    text-decoration: none;
}
.header__menu-responsive-link .icon {
    position: relative;
    top:2px;
}

.print-logo {
    display: none;

}

/* Header links */

.links-list {

}

.links-list ul {
    padding: 0;
    margin: 0;
}

.links-list__item {
    display: inline-block;
}

.links-list__item a {
    color: #1E32D4;
    font-size: 16px;
    line-height: 14px;
    display: block;
    padding: 0 10px;
    text-decoration: underline;
}

.links-list__item a:hover {
    text-decoration: none;
}

.links-list__item:first-child a {
    padding-left: 0;
}

.links-list.links-list_header_links {
    margin-top: 10px;
    float: left;
}

.links-list.links-list_header_links ul {
    line-height: 14px;
}

.links-list_header_links .links-list__item {
    border-right: 1px solid #1e32d4;
}

.links-list_header_links .links-list__item:last-child {
    border-right: none;
}

.links-list_header_links .links-list__item_state_active a {
    text-decoration: underline;
}

.links-list_main_search .links-list__item {
    padding: 3px 0 2px;
}

.links-list_main_search .links-list__item a {
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
}

.logo {
    padding-left: 15px;
}
.logo img {
    width: 181px;
    height: auto;
}
@media (min-width: 998px) {
    .logo img {
        margin-top: 3px;
    }
}

.logo__title {
    display: none;
}

.itemprop {
    display: none;
}

/* Header navigation */

#mainnav {
    clear: both;
}

.navigation {
    font-size: 0;
}

.navigation__wrapper {
    padding: 0;
    margin: 0;
    text-align: right;
}

.navigation__wrapper li {
    display: inline-block;
}

.navigation__wrapper li a {
    padding: 4px 12px;
    display: block;
    color: #777575;
    font-size: 18px;
    text-decoration: none;
    font-family: 'calibribold';
}

.navigation__wrapper li a:hover {
    background-color: #777575;
    color: #fff;
}

.navigation__wrapper li.navigation__item_state_active a {
    background-color: #777575;
    color: #fff;
}

/* Search form at the top */

.main-search {
    padding: 15px 15px 55px 15px;
    background-color: #777575;
    color: #fff;
    position: relative;
}

.main-search__form {
    float: left;
}

.main-search__search-field {
    float: left;
    padding-right: 10px;
    position: relative;
}

.main-search__advanced-search {
    position: absolute;
    left: 0;
    bottom: -28px;
}

.main-search__advanced-search a {
    color: #FFF;
    font-size: 14px;
}

.main-search__advanced-search::before {
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0%;
    width: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-bottom: 5px solid transparent;
}

.main-search__btn-field {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.main-search__label {
    margin-bottom: 8px;
}

.main-search__place-field {
    float: left;
    padding-right: 10px;
}

.main-search__form .searchField {
    width: 300px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #1A1919;
    font-size: 16px;
    padding: 5px 5px;
}

.main-search__form .searchField:focus {
    border-color: #fff;
}

input.main-search__field-zip {
    width: 300px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #1A1919;
    font-size: 16px;
    padding: 5px 5px;
}

input.main-search__field-zip:focus {
    border-color: #fff;
}

.main-search__form .searchField:focus,
.main-search__form input.main-search__field-zip:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.btn_main_search {
    color: #000;
    padding: 5px 10px;
    background-color: #D2D2D2;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #D2D2D2;
    vertical-align: top;
    width: 170px;
}

.main-search__preview {
    float: left;
    margin-left: 10px;
    width: 60px;
    line-height: 23px;
    padding: 5px 0;
    font-size: 0;
}

.main-search__links {
    float: left;
    margin-left: 10px;
    margin-top: 1.8em;
}

.main-search__mark-list {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.btn_mark_list {
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 2px;
}

.main-search-elements {
    float: left;
}

.checkbox-container {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.checkbox-container.one {
    width: 177px;
}

.checkbox-container.two {
    width: 150px;
}

.checkbox-container__item {
    color: #fff;
    font-size: 16px;
}

.checkbox-container__item .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.adv-title {
    color: #e22507;
}
.link-back .oj {
    font-size: 12px;
    line-height: 16px;
    vertical-align: 0;
}

.ui-autocomplete.ui-menu {
    border: 0;
    background: #eee;
    padding: 4px 0;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    z-index: 9999 !important;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    border-top: 1px solid #dedede;
    margin: 0 11px;
    padding: 0;
    float: none;
    display: block;
    width: auto;
    cursor: pointer;
}
.ui-autocomplete.ui-menu .ui-state-disabled.ui-menu-item {
    border: 0;
}
.ui-autocomplete.ui-menu .ui-state-disabled.ui-menu-item hr {
    display: none;
}
.ui-autocomplete.ui-menu .ui-menu-item:first-child {
    border-top: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
    display: block;
    padding: 8px 11px;
    font-family: 'calibriregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    font-size: 14px !important;
    font-weight: bold;
    cursor: pointer;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover {
    background: none;
    border: 0;
    margin: 0;
    color: #e22507;
}
.ui-autocomplete.ui-menu .ui-menu-item a:focus {
    outline: none;
}
.ui-autocomplete.ui-menu .ui-menu-item a .highlight {
    color: #e22507;
}

.ui-slider .ui-slider-handle {
    background-color: #e22507 !important;
    cursor: pointer;
}
.ui-slider.ui-widget-content {
    border: 1px #e2e2e2 solid;
}
.clear_input_div .oj {
    color: #777575;
    font-size: 12px;
}

/* Footer */

.footer {
    position: relative;
}

.footer__container {
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;

}

.footer__itemTitle{
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
}

@media (max-width: 997px) {
    .footer .footer__container:first-child {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .footer__container {
        margin-left: 0;
        margin-right: 0;
    }
    .jobmail-info__title {
        padding-top: 15px;
    }
    .jobmail-info {
        padding: 0 15px;
    }
}


@media (max-width: 700px) {
    .footer__container {
        flex-direction: column;
    }
}

.footer__txt {
    font-size: 18px;
    padding: 15px;
    width: 49.9999%;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

@media (max-width: 997px) {
    .footer__txt {
        text-align: center;
        margin-bottom: 15px;
    }
}

.footer__icons {
    padding: 15px;
    width: 16.6666%;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

.footer__icons .st-holder span {
    margin-right: 7px;
}

.footer-logos {
    padding: 15px;
    width: 33.3333%;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

.footer-logos__wrapper {
    padding: 0;
    margin: 0;
}

.footer-logos__item {
    display: inline;
    margin-right: 20px;
}

.footer-logos__item a {
    display: inline-block;
}

.footer-logos__item a img {
    width: auto;
    height: 34px;
}

@media (max-width: 997px) {
    .footer__icons {
        position: relative;
        text-align: center;
        width: auto;
        display: block;
    }
}

.footer__col {
    padding: 15px;
    width: 16.6666%;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

@media (max-width: 997px) {
    .footer-logos, .footer__icons, .footer__txt {
        padding: 15px;
        width: auto;
        display: block;
        text-align: center;
    }


    .footer__col {
        width: 33.333%;
        text-align: center;
    }

    .footer__item {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .footer__col, .footer-logos, .footer__icons, .footer__txt {
        padding: 15px;
        width: auto;
        display: block;
        text-align: center;
    }
}




.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item a {
    color: #fff;
}

.footer__item a:hover {
    text-decoration: underline;
}

.unknown {
    display: none;
}

/* Ajax cover */

div#cover {
    text-align: center;
    z-order: 10000;
    background-color: transparent;
    position: absolute;
    cursor: wait;
    display: none;
}

div#cover img {
    display: none;
    vertical-align: middle;
}

div#cover.wait_state img {
    display: inline;
}

div#cover.wait_state {
    background-color: #ffffff;
    -moz-opacity: 0.4;
    filter: alpha(opacity:40);
    opacity: 0.4;
}

div#cover.wait_state span img {
    height: 100%;
    display: inline;
}

/* Search results list */

.search-results {
    background-color: #FFFFFF;
    margin-top: 15px;
    padding: 15px 16px;
}

.search-results__title {
    color: #e32219;
    margin: 0 0 4px;
    font-size: 16px;
    font-family: 'calibribold';
}

.search-results__info-block {
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

.search-results__sorting {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 5px;
}

.search-results__sorting .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.search-results__sorting .radio input[type="radio"],
.search-results__sorting .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}

.search-results__amount {
    float: right;
    text-align: right;
    margin-bottom: 20px;
    font-size: 16px;
    color: #e32219;
    font-family: 'calibriregular';
    margin-top: 15px;
}

.search-results__related-switch {
    text-align: right;
    font-size: 16px;
    color: #e32219;
    font-family: 'calibriregular';
    z-index: 2;
    float: right;
}

.search-results__related-switch.top {
    position: absolute;
    right: 15px;
    top: -45px;
}

.search-results__related-box.top {
    position: relative;
}

li.search-debug {
    background-color: #FF8400;
    color: #18171B;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0 10px;
    margin-bottom: 15px;
}

.search-results__related-text {
    float: left;
    line-height: 41px;
    color: #e32219;
    font-family: 'calibribold';
}

.search-results__amount .main-results {
    font-family: 'calibribold';
}

.search-results__mark-list {
    float: right;
    display: none;
}

.search-results__list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-results__page-navigation:after {
    content: "";
    display: block;
    clear: both;
}

.search-results__job-mail {
    float: left;
}

/* Wizard block */

.wizard {

}

.wizard__steps {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

.wizard__steps li {
    height: 30px;
    position: relative;
    list-style: none;
    display: inline-block;
    background-color: #bfbfc1;
    text-align: center;
    width: 155px;
    font-size: 20px;
    font-family: 'calibribold';
    line-height: 30px;
    color: #fff;
}

.wizard__content {
    background-color: #fff;
    padding: 25px;
}

.wizard__steps-container {
    margin-bottom: 15px;
}

#crumbs {

}

#crumbs ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}

#crumbs ul li {
    display: inline-block;
    width: 14.2857%;
    padding-right: 10px;
}

#crumbs ul li:last-child {
    padding-right: 0;
}

#crumbs ul li a,
#crumbs ul li span {
    display: block;
    float: left;
    height: 50px;
    background: #bfbfc1;
    text-align: center;
    padding: 13px 0 10px 30px;
    position: relative;
    margin: 0 0 0 0;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}


#crumbs._vacancy ul li a,
#crumbs._vacancy ul li span {
    font-size: 16px;
    line-height: 24px;
}


#crumbs ul li span {
    background: #fff;
    color: #dadada;
}

#crumbs ul li:last-child span {
    background: #777575;
    color: #fff;
}

#crumbs ul li a i,
#crumbs ul li span i {
    font-style: normal;
}

#crumbs ul li a i.mobile,
#crumbs ul li span i.mobile {
    display: none;
}

@media (max-width: 997px) {
    #crumbs ul li a i.mobile,
    #crumbs ul li span i.mobile {
        display: block;
    }

    #crumbs ul li a i.pc,
    #crumbs ul li span i.pc {
        display: none;
    }
}

#crumbs ul li.active span {
    background-color: #e22507;
}

#crumbs ul li a:after,
#crumbs ul li span:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #bfbfc1;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 1;
}

#crumbs ul li span:after {
    border-left: 25px solid #fff;
}

#crumbs ul li.active span:after {
    border-left: 25px solid rgba(227, 34, 25, 1);
}

#crumbs ul li a:before,
#crumbs ul li span:before {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fbf8f9;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs ul li:first-child a,
#crumbs ul li:first-child span {

}

#crumbs ul li:first-child a:before,
#crumbs ul li:first-child span:before {
    display: none;
}

#crumbs ul li:last-child a,
#crumbs ul li:last-child span {

}

#crumbs ul li:last-child a:after,
#crumbs ul li:last-child span:after {
    display: none;
}

#crumbs ul li a:hover {
    background: #777575;
}

#crumbs ul li a:hover:after {
    border-left-color: #777575;
}

.wizard__steps li a, .wizard__steps li span {
    display: block;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    background: url("/images/wizard-arrow.png") no-repeat 121px center;
}

.wizard__steps i {
    font-style: normal;
}

.wizard__steps i.mobile, .wizard__steps i.mobile {
    display: none;
}

.wizard__steps li a:hover {
    text-decoration: none;
}

.wizard__steps li.active {
    background-color: #cd1710;

}

.wizard__steps li {
    background: #bfbfc1 url("/images/wizard-arrow.png") no-repeat -40px center;
}

.wizard__step ul {
    list-style: none;
}

.wizard__step-title {
    font-size: 18px;
    color: #777575;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}

.wizard__help {
    color: #777575;
    font-size: 12px;
    font-style: normal;
}


.wizard__btn-list {
    padding: 0;
    position: relative;
    margin: 20px 0;
}

.wizard__btn-list-item {
    float: left;
    margin-right: 10px;
    position: relative;
}

.wizard__btn-list-item a {
    display: block;
    padding: 10px 16px;
    background-color: #f8f8f8;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.wizard__btn-list-item > a:hover, .wizard__btn-list-item a.subSelect-opened {
    background-color: #e22507;
    color: #fff;
    text-decoration: none;
}

.wizard__btn-list ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    background-color: #d2d2d2;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.wizard__btn-list ul li {
    padding-top: 1px;
    float: none;
}

.wizard__btn-list li ul {
    left: 0;
    width: 100%;
    z-index: 10;
}

.wizard__btn-list li:hover > a {
    background: #e22507;
    text-decoration: none;
    color: #fff;
}

.wizard__btn-list li ul a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #d2d2d2;
    color: #333333;
}

/* Company block */

.company-item {
    background-color: #F0EEEF;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.company-item__logo {
    float: left;
}

.company-item__logo a,
.vacancy-item__logo a,
.static-matrix__item a {
    border: 1px solid #ccc;
    background: white;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
}
.static-matrix__item a {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

.company-item__logo img,
.vacancy-item__logo img,
.static-matrix__item img {
    display: block;
}

.company-item__title {
    margin-left: 130px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.company-item__title a {
    color: #333333;
}

.company-item__vacancy-count {
    margin-left: 110px;
    font-size: 16px;
}

.company-item__place {
    clear: both;
    font-size: 16px;
    margin-top: 18px;
}

/* Vacancy block */

.vacancy-info input.workplaceCity::-ms-clear {
    width: 0;
    height: 0;
}

.vacancy-item {
    background-color: #f0eeef;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.relatedWords {
    background-color: #faf8f9;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.relatedWords__restoreRelatedWords, .relatedWords__relatedWordsPage {
    clear: both;
}

.relatedWords__restoreRelatedWords a, .relatedWords__relatedWordsPage a {
    color: #e22507;
}

.relatedWords-list {
    margin-top: 20px;
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
}

.relatedWord-list__item {
    float: left;
    display: inline;
    background: #d2d2d2;
    margin: 5px 15px 5px 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    width: auto !important;
    font-size: 0.9em;
}

.relatedWord-list__item > div {
    display: inline;
    height: 30px;
    line-height: 30px;
}

.relatedWord-list__item .delete {
    float: right;
    background: #777576;
    padding: 0 10px 0 8px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    cursor: pointer;
    font-size: 0.6em;
    color: white;
}

.relatedWord-list__item img {
    width: 10px;
    height: 10px;
}

.relatedWord-list__item .text {
    padding: 0 10px 0 15px;
}

.relatedWord-list__item a, .relatedWord-list__item .text span {
    font-size: 100%;
    color: black;
    text-decoration: none;
    padding: 6px 0;
}

.vacancy-item__logo {
    float: left;
}

.vacancy-item__types,
.vacancy-item__date {
    float: right;
    color: #727171;
    font-size: 12px;
    margin-right: 30px;
}

.vacancy-item__favorite {
    margin-left: 5px;
}

.vacancy-item__type {
    position: absolute;
    top: 30px;
    right: 10px;
}
.vacancy-item__type .pdf {
    color: #e22507;
}
.vacancy-item__type .pdf:hover {
    text-decoration: none;
}

.vacancy-item__place {
    margin-left: 130px;
    font-size: 16px;
}

.vacancy-item__place h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.vacancy-item__title {
    margin-left: 130px;
    margin-right: 200px;
    font-size: 16px;
    font-family: 'calibribold';
    color: #333333;
}

.vacancy-item__title h2 {
    font-size: 16px;
    font-family: 'calibribold';
    font-weight: normal;
    margin: 0;
}

.vacancy-item__title a {
    color: #333333;
}

.vacancy-item__text {
    clear: both;
    margin-top: 18px;
    font-size: 14px;
}

.vacancy-item.offline,
.offline .vacancy-item__title a,
.offline .vacancy-item__date,
.offline .vacancy-item__types {
    color: #c6c5c5;
}

.item-notfound {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.item-notfound span {
    display: block;
}

.footer-navi {
    text-align: center;
}

.footer-navi__back {
    float: left;
}

.footer-navi__center {

}

.footer-navi__next {
    float: right;
}

/* Page navigation */
.search-results__page-navigation {
    float: left;
    margin-bottom: 20px;
}

.page-navigation {
    list-style: none;
    padding: 0;
    font-size: 0;
    float: left;
}

.page-navigation li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    margin: 0 3px;
}
.page-navigation li:first-child {
    margin-left: 0;
}

.page-navigation li a {
    display: block;
    padding: 0 3px;
    color: #ec0f13;
    text-align: center;
}

.page-navigation__item_current {
    padding: 0 3px;
    color: #333;
    text-decoration: none;
}

.page-navigation__next,
.page-navigation__prev {
    background-color: #e22507;
}
li.page-navigation__next a,
li.page-navigation__prev a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 0 1px;
    min-width: 25px;
    text-align: center;
}
li.page-navigation__prev .oj {
    margin-right: 2px;
}
li.page-navigation__next .oj {
    margin-left: 2px;
}

/* Logo matrix on static pages */

.static-matrix {
    padding: 15px;
    background-color: #fff;
}

.static-matrix__wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -46px;
    font-size: 0;
}

.static-matrix__item {
    height: auto;
    margin-left: 46px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.static-matrix__title {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    width: 156px;
}

/* Action links */

.action-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 14px;
    margin-top: 13px;
}

.action-links__item {
    font-family: 'calibribold';
    margin-bottom: 14px;
}

.action-links__item a {
    color: #1e32d4;
    font-size: 16px;
    display: block;
    padding-left: 42px;
    min-height: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.action-links__icon-back {
    background: url('/images/relunch/action-back.png') no-repeat left center;
}

.action-links__icon-email {
    background: url('/images/relunch/action-email.png') no-repeat left center;
}

.action-links__icon-print {
    background: url('/images/relunch/action-print.png') no-repeat left center;
}

.action-links__icon-add {
    background: url('/images/relunch/favorite_star.png') no-repeat left center;
}

.action-links__icon-add.set {
    background: url('/images/relunch/remove_favorite.png') no-repeat left center;
}

.action-links__icon-forward {
    background: url('/images/relunch/action-forward.png') no-repeat left center;
}

.action-links__icon-all {
    background: url('/images/relunch/action-all.png') no-repeat left center;
}

.action-links__icon-allgroup {
    background: url('/images/relunch/action-allgroup.png') no-repeat left center;
}

.action-links__icon-pdf {
    background: url('/images/relunch/action-pdf.png') no-repeat left center;
}

/* Static page design */

.static-page {
    background-color: #FFFFFF;
    font-size: 16px;
    padding: 15px;
}

.static-page__top {
    border-bottom: 2px solid #777575;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 16px;
}

.static-page__action-links {
    float: left;
    width: 193px;
}

.static-page__content {
    border-left: 2px solid #777575;
    margin-left: 193px;
    padding-left: 41px;
}

.static-page__content iframe {
    width: 100%;
    border: 0;
}

/* Icons */

.icon {
    display: inline-block;
    line-height: 16px;
    margin-top: 1px;

}

.sprite-action-add {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -64px -72px;
    width: 32px;
    height: 32px;
}

.sprite-action-all {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -32px -72px;
    width: 32px;
    height: 32px;
}

.sprite-action-allgroup {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -72px -32px;
    width: 32px;
    height: 32px;
}

.sprite-action-back {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: 0 -40px;
    width: 32px;
    height: 32px;
}

.sprite-action-email {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -32px -40px;
    width: 32px;
    height: 32px;
}

.sprite-action-forward {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -72px 0;
    width: 32px;
    height: 32px;
}

.sprite-action-pdf {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -40px 0;
    width: 32px;
    height: 32px;
}

.sprite-action-print {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: 0 -72px;
    width: 32px;
    height: 32px;
}

.sprite-close {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px -38px;
    width: 16px;
    height: 16px;
}

.sprite-down {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px -66px;
    width: 12px;
    height: 6px;
}

.sprite-facebook {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: 0 0;
    width: 40px;
    height: 40px;
}

.sprite-marklist {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px 41px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.sprite-menu-off {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: 0 -104px;
    width: 18px;
    height: 16px;
    margin-left: 10px;
}

.sprite-menu-on {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px -20px;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    display: none;
}

.sprite-next {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px -54px;
    width: 6px;
    height: 12px;
    margin-left: .3em;
}

.sprite-prev {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -110px -54px;
    width: 6px;
    height: 12px;
    margin-right: .3em;
}

.sprite-up {
    background-image: url(/images/relunch/spritesheet.png);
    background-position: -104px -72px;
    width: 12px;
    height: 6px;
}

.sprite-pdf {
    background-image: url(/images/pdf.gif);
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 5px;
}

.cke_reset {
    box-shadow: none !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
}

.cke_combopanel {
    height: 85px !important;
}

/* Favorite icon */

.favorite {

}

.favorite.star {
    color: #4C4C4C;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    outline: 0;
}

a.favorite.star {
    outline: 0;
    text-decoration: none;
    color: #e22507;
}

a.favorite.star span.icon-star-o2 {
    top: -2px;
    left: 2px;
    position: relative;
    font-size: 17px;
    float: none;
}

a.favorite.star .oj-star-o2 .path1:before {
    color: #fff;
}

a.favorite.star:hover .oj-star-o-color .path1:before {
    color: #e22507;
}
a.favorite.star.set .oj-star-o-color {
    left: 3px;
}

a.favorite.star.set .oj-star-o-color .path1:before {
    color: #e22507;
}
a.favorite.star.set .oj-star-o-color .path2:before {
    color: #e22507;
}

/* Jquery UI styles overwrite */

.ui-corner-all {
    border-radius: 0;
}

.ui-dialog {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
    padding: 0;
    min-width: 447px;
}
.ui-widget-header {
    border: none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 6px 10px;
    background-color: #777575;
    background-image: none;
}

.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
    top: 7px;
    right: 15px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
}
.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close:after {
    font-family: 'ostjob' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
    font-size: 17px;
    color: #fff;
}
.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
    display: none;
}

.ui-dialog-titlebar-close.ui-state-hover {
    border: none;
    background: none;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin: 0;
}
.ui-widget-header .ui-icon.ui-icon-closethick {
    background-image: none;
    width: auto;
    height: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 15px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.ui-widget-content {
    border: 0;
}
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane button.ui-state-focus,
.ui-widget-content button.ui-state-focus {
    margin: 0;
    background-color: #E2250F;
    color: #fff;
    background-image: none;
    padding: 8px 14px;
    border: 0;
    outline: none;
}
.ui-widget-content button.ui-state-focus span,
.ui-button-text-only .ui-button-text {
    padding: 0;
    background: transparent;
    color: #fff;
    outline: none;
}
button {
    outline: none;
}
button.ui-state-focus,
.ui-widget-content .ui-dialog-buttonset .ui-state-focus {
    background-color: #E2250F !important;
}
.ui-widget-content .ui-dialog-buttonset .btn-cancel,
.ui-widget-content .ui-dialog-buttonset .btn-cancel.ui-state-focus {
    background-color: #777575 !important;
}
.ui-dialog .ui-dialog-buttonset button {
    float: right;
}
.ui-dialog .ui-dialog-buttonset button.btn-cancel {
    float: none;
}
body .ui-widget-overlay {
    background: #000;
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 14px;
}

.ui-widget {
    font-size: 14px;
}

.vacancy-item .hi {
    color: #e32219;
}

.st-holder span {
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    background-size: 2pc !important;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

.st-holder .st_facebook_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.439%2010.95h4v-4.95h-4c-3.311%200-6%202.92-6%206.5v2.5h-4v4.97h4v12.03h5v-12.03h5v-4.97h-5v-2.55c0-.86.532-1.5%201-1.5z%22%2F%3E%3C%2Fsvg%3E') #305891 no-repeat left !important;
}

.st-holder .st_twitter_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.67%209.38c-.779.35-1.63.58-2.51.69.9-.54%201.6-1.4%201.92-2.42-.85.5-1.78.87-2.78%201.06-.8-.85-1.94-1.38-3.19-1.38-2.42%200-4.379%201.96-4.379%204.38%200%20.34.04.68.11%201-3.64-.18-6.86-1.93-9.02-4.57-.38.65-.59%201.4-.59%202.2%200%201.52.77%202.86%201.95%203.64-.72-.02-1.39-.22-1.98-.55v.06c0%202.12%201.51%203.89%203.51%204.29-.37.1-.75.149-1.15.149-.28%200-.56-.029-.82-.08.56%201.74%202.17%203%204.09%203.041-1.5%201.17-3.39%201.869-5.44%201.869-.35%200-.7-.02-1.04-.06%201.94%201.239%204.24%201.97%206.71%201.97%208.049%200%2012.45-6.67%2012.45-12.45l-.01-.57c.839-.619%201.579-1.389%202.169-2.269z%22%2F%3E%3C%2Fsvg%3E') #2ca8d2 no-repeat left !important;
}

.st-holder .st_xing_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23036567%22%20d%3D%22M7.35%208.75h4.63l2.91%204.61-3.9%207.32h-4.72l3.81-7.32z%22%2F%3E%3Cpath%20fill%3D%22%23CBD418%22%20d%3D%22M21.51%204.52h4.97l-7.48%2013.64%205.109%209.32h-4.779l-5.14-9.28z%22%2F%3E%3C%2Fsvg%3E') #f8e8f8 no-repeat left !important;
}

.st-holder .st_linkedin_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3Eicons%2FSVG%2Flinkedin%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M26%2025.963h-4.186v-6.55c0-1.562-.027-3.571-2.175-3.571-2.179%200-2.511%201.702-2.511%203.46v6.661h-4.181v-13.468h4.012v1.841h.058c.558-1.059%201.924-2.175%203.96-2.175%204.239%200%205.022%202.789%205.022%206.416v7.386zm-17.771-15.308c-1.344%200-2.429-1.087-2.429-2.428%200-1.34%201.084-2.427%202.429-2.427%201.339%200%202.426%201.087%202.426%202.427%200%201.341-1.087%202.428-2.426%202.428zm-2.096%201.84h4.19v13.468h-4.19v-13.468z%22%20sketch%3Atype%3D%22MSShapeGroup%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') #0077b5 no-repeat left !important;
}

.st-holder .st_googleplus_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3ESVG%2Fgoogle_plusone_share%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M12%2015v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83c-1.22-1.14-2.8-1.83-4.69-1.83-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16h-6.61zm15%200h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2z%22%20sketch%3Atype%3D%22MSShapeGroup%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') #ce4d39 no-repeat left !important;
}

.st-holder .st_whatsapp_large { display: none; }
.st-holder .st_whatsapp_large .stLarge {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22at-icon%20at-icon-whatsapp%22%20style%3D%22fill%3A%20%23fff%3B%20width%3A%2032px%3B%20height%3A%2032px%3B%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.11%2017.205c-.372%200-1.088%201.39-1.518%201.39a.63.63%200%200%201-.315-.1c-.802-.402-1.504-.817-2.163-1.447-.545-.516-1.146-1.29-1.46-1.963a.426.426%200%200%201-.073-.215c0-.33.99-.945.99-1.49%200-.143-.73-2.09-.832-2.335-.143-.372-.214-.487-.6-.487-.187%200-.36-.043-.53-.043-.302%200-.53.115-.746.315-.688.645-1.032%201.318-1.06%202.264v.114c-.015.99.472%201.977%201.017%202.78%201.23%201.82%202.506%203.41%204.554%204.34.616.287%202.035.888%202.722.888.817%200%202.15-.515%202.478-1.318.13-.33.244-.73.244-1.088%200-.058%200-.144-.03-.215-.1-.172-2.434-1.39-2.678-1.39zm-2.908%207.593c-1.747%200-3.48-.53-4.942-1.49L7.793%2024.41l1.132-3.337a8.955%208.955%200%200%201-1.72-5.272c0-4.955%204.04-8.995%208.997-8.995S25.2%2010.845%2025.2%2015.8c0%204.958-4.04%208.998-8.998%208.998zm0-19.798c-5.96%200-10.8%204.842-10.8%2010.8%200%201.964.53%203.898%201.546%205.574L5%2027.176l5.974-1.92a10.807%2010.807%200%200%200%2016.03-9.455c0-5.958-4.842-10.8-10.802-10.8z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') #0dc143 no-repeat left !important;
}

/** st company **/

.company-st-holder .st-holder.company {
    position: absolute;
    right: 14px;
    bottom: 12px;
}

/** st start */

.start-st-holder {
}

.start-st-holder .st-holder.desktop {
    float: right;
    margin: 10px 15px 0 0;
}

.start-st-holder .st-holder.mobile {
    display: none;
}

@media (max-width: 997px) {
    .start-st-holder {
        margin-top: 30px;
    }
    .st-holder .st_whatsapp_large { display: inline-block; }
}

.article-st-holder .st-holder.desktop {
    float: right;
    margin: -60px 0 0 0;
}
.article-st-holder .st-holder.mobile {
    display: none;
}

/** st search */
.search-st-holder {
    float: right;
    margin-right: 10px;
}

.search-st-holder .st-holder {
    display: inline-block;
}

.search-st-holder .search-st-holder__sharedText {
    display: inline-block;
    margin-right: 5px;
    float: left;
    line-height: 25px;
    font-size: 0.8em;
}

.social_media_share a.social_media_icons_button {
    display: none;
}

.search-st-holder .st-holder.desktop {
    float: right;
    margin: 10px 15px 0 0;
}

.search-st-holder .st-holder.mobile {
    display: none;
}

/** st jobmail */
.jobmail {
    margin-top: 13px;
}
@media (min-width: 998px) {
    .jobmail {
        border-top: 1px #787475 solid;
        margin-top: 13px;
    }
}
.jobmail__title {
    color: #E32219;
    font-size: 20px;
    font-family: 'calibribold';
    margin: 15px 0;
    font-weight: normal;
}

.jobmail__text {
    font-size: 16px;
    margin-bottom: 45px;
}
.jobmail-info {
    padding-top: 27px;
}

.jobmail-st-holder {
}

.jobmail-st-holder .st-holder.desktop {
    float: right;
    margin-top: -40px;
}

.jobmail-st-holder .st-holder.mobile {
    display: none;
}

/* tooltips */

.tipsy { padding: 10px; font-size: 14px; opacity: 1 !important; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: none; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: white; color: #000; max-width: 240px; text-align: left; position: relative; }
.tipsy-inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    bottom: -15px;
    left: 50%;
    box-sizing: border-box;
    border: 8px solid #ddd;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 2px 0 rgba(221, 221, 221, 0.4);
}
.tipsy-inner { -moz-border-radius:0; -webkit-border-radius:0; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* Media queries for mobile devices */

@media (max-width: 1334px) {
    .layout__banner {
        display: none;
    }

    .layout {
        margin-left: 0;
        margin: 0 auto;
    }

}

@media (max-width: 1134px) {

}

@media (max-width: 997px) {

    .main-search-elements input[type=text] {
        border-radius: 0;
    }

    /** st company **/
    .company-st-holder {
        text-align: center;
    }

    .company-st-holder .st-holder.company {
        position: relative;
        right: auto;
        bottom: auto;
    }

    /** st start */
    .start-st-holder {
        text-align: center;
    }

    .start-st-holder .st-holder.desktop {
        display: none;
    }

    .start-st-holder .st-holder.mobile {
        display: block;
        margin-bottom: 10px;
    }

    /** st search */
    .search-st-holder {
        text-align: center;
    }

    .search-st-holder .st-holder.desktop {
        display: none;
    }

    .search-st-holder .st-holder.mobile {
        display: block;
    }

    /** st jobmail */
    .jobmail-st-holder {
        text-align: center;
    }

    .jobmail-st-holder .st-holder.desktop {
        display: none;
    }

    .jobmail-st-holder .st-holder.mobile {
        display: block;
        margin-top: 10px;
    }

    /** st article **/
    .article-st-holder .st-holder.desktop {
        display: none;
    }
    .article-st-holder .st-holder.mobile {
        display: block;
        margin: 10px 0 8px 0;
    }

    /** ^^^ end st ^^^ **/
    .part-time-selected_info {
        margin-top: 10px;
    }

    #frame-wrapper iframe {
        zoom: 1;
        -moz-transform: scale(1);
        -moz-transform-origin: 0 0;
        -o-transform: scale(1);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0 0;
    }

    .layout {
        width: 100%;
        margin-top: 10px;
    }

    .header__navigation {
        margin-left: 0;
        clear: both;
        margin-right: 0;
        padding: 5px 15px;
        text-align: center;
        overflow: inherit;
    }

    .navigation__wrapper li {
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .navigation__wrapper li.mobile-hide, .layout__footer li.mobile-hide {
        display: none;
    }

    .jobmail {
        margin-top: 0 !important;
    }

    .layout__main-search {
        padding-top: 0;
    }

    .navigation__wrapper li a {
        padding: 10px 14px;
    }

    .header__navigation {
        padding: 0;
    }

    .header__menu-responsive-link {
        display: block;
    }

    .navigation__wrapper {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        overflow: hidden;
        max-height: 0;
        border-bottom: 0;
        border-top: 1px solid #ccc;
    }

    .links-list.links-list_header_links {
        margin-left: 15px;
        width: auto;
        margin-bottom: 10px;
    }

    .header-logos {
        margin-right: 15px;
    }

    .active .navigation__wrapper {
        max-height: 30em;
    }

    .logo img {
        width: auto;
        height: 60px;
    }

    .main-search__form {
        padding-right: 10px;
        width: 55%;
    }

    .firm_mode .main-search__form {
        margin-bottom: 0;
    }

    .header-logos {
        display: none;
    }

    .main-search {
        padding-bottom: 77px;
    }

    .main-search__links {
        margin-left: 0;
        margin-top: 0;
    }

    .main-search-elements {
        float: none;
    }

    .main-search__search-field {
        width: 50%;
    }

    .firm_mode .main-search__search-field {
        width: 100%;
        padding-right: 0;
    }

    .main-search__place-field {
        width: 50%;
        padding-right: 0;
    }

    .main-search__form .searchField {
        width: 100%;
    }

    input.main-search__field-zip {
        width: 100%;
    }

    .search-results__mark-list {
        margin-top: 0;
    }

    .navigation__wrapper li a {
        text-align: center;
    }

    .active .sprite-menu-on {
        display: inline-block;
    }

    .active .sprite-menu-off {
        display: none;
    }

    .header__logo {
        width: auto;
    }

    .company-matrix__fixed,
    .company-matrix__random {
        border: none;
    }

    .company-matrix__wrapper {
        text-align: center;
    }

    .company-matrix__item {
        border: none;
        float: none;
        display: inline-block;
    }

    .company-matrix__item img {
        padding: 4px;
        border: 1px solid #DFDFDF;
    }

    .search-results__amount {
        margin-left: 10px;
    }

    .wizard__steps {
        font-size: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .wizard__steps li {
        margin-bottom: 20px;
        width: 17% !important;
        background: none;
        font-size: 0;
        margin-right: -10px;
    }

    .wizard__steps li span, .wizard__steps li a {
        width: 68%;
        display: inline-block;
        background-color: #CBCBCB !important;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        vertical-align: middle;
        padding: 0 4px 0 10px;

    }

    .wizard__steps li:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        vertical-align: middle;
        border-left-color: #CBCBCB;
    }

    .wizard__steps li.active {
        background: none;
    }

    .wizard__steps li.active span {
        background-color: #CD1710 !important;
    }

    .wizard__steps li.active:after {
        border-left-color: #CD1710;
    }

    .wizard__btn-list-item {
        margin-bottom: 10px;

    }

    .wizard__steps li a, .wizard__steps li span, .wizard__steps li {
        background-image: none !important;
    }

    .layout__footer {
        margin: 0;
    }

    .round-block {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        padding: 10px 15px;
        text-align: center;
        background-image: none;
    }

    .round-block:after,
    .borderradius .round-block:after {
        content: "";
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 0;
        background-color: #d2d2d2;
        background-image: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .round-block div {
        float: none;
        width: 100%;
        padding-top: 0;

        margin-top: 0;
        color: #000000;
        padding-left: 0;
        padding-right: 0;
        background-color: #d2d2d2;
    }

    .layout__footer {
        overflow: inherit;
    }

    .static-matrix__wrapper {
        text-align: center;
    }

    .vacancy.pdf img {
        max-width: 100%;
    }

    .vacancy.directlink iframe {
        width: 100% !important;
    }

}

@media (max-width: 768px) {

    .company-info__logo {
        float: none;
    }

    .company-info__link {
        float: none;
    }

    .company-info__details {
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }

    .btn_mark_list {
        margin-top: 10px;
    }

    .vacancy-layout__action-links {
        float: none !important;
        border-bottom: 2px solid #777575;
        padding-bottom: 20px;
        width: auto !important;

    }

    .vacancy-layout__vacancy-info {
        border-left: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        border-bottom: 2px solid #777575;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .vacancy .columnRight {
        border-left: none;
        padding-left: 0;
        position: relative;
        right: auto;
        top: auto !important;
        width: auto;
    }

    .vacancy .columnLeft {
        margin-right: 0;
    }

    .page-navigation li.page-navigation__item a {
        border: 1px solid #ccc;
        min-width: 26px;
    }

    .page-navigation li.hidden-last-page {
        display: none;
    }

    .search-results__page-navigation {
        clear: both;
        display: block;
        padding: 0;
        text-align: center;
    }

    #title, #externalId, #keywords, #contact, #name, #additionalName, #street, #houseNumber, #additionalAddress, #poBox, #zip, #city,
    #billingInfo-salutation, #billingInfo-firstName, #billingInfo-lastName, #billingInfo-company, #billingInfo-additionalCompanyName, #billingInfo-address, #billingInfo-country, #billingInfo-email, #billingInfo-phone, #billingInfo-contact_email, #billingInfo-contactEmail, #billingInfo-additionalAddress, input.salutation, input.firstName, input.lastName, input.company, input.additionalCompanyName, input.additionalAddress, select.country, input.email, input.phone, textarea.additionalAddress, input.poBox, input#billingInfo-poBox {
        width: 100%;
    }

    form.companyedit input#street,
    form.companyedit input#city,
    #mainPhoneNumber,
    #homepage {
        width: 100%;
    }

    #cke_activity, #cke_requirements, #cke_offer, #cke_description, #cke_companyDescription, #cke_contact {
        width: 100% !important;

    }

    #form_companyeditor dl.dl_strasse, .contactInfo dl.dl_strasse, .billinginfo dl.dl_strasse {
        width: 100%;
    }

    form.companyedit fieldset#managers, form.companyedit fieldset#templates, form.companyedit fieldset#crmCompanyInformation, form.companyedit fieldset#import-data-sources {
        width: 100%;
    }

    div.wide-input > input {
        width: 100%;
    }

    .static-page__action-links {
        float: none;
        width: auto;
    }

    .static-page__content {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid #c7cacb;
        padding-top: 20px;
        margin-top: 20px;
    }

    .wizard__steps li {
        margin-bottom: 10px;
        width: auto !important;
        background: none;
        font-size: 0;
        margin-right: -10px;
    }

    .wizard__steps li span, .wizard__steps li a {
        width: 40px;
    }

    .wizard__steps li:last-child span, .wizard__steps li:last-child a {
        width: 90px;
    }

    .wizard__btn-list-item {
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
    }

    .vacancy-small-item__date {
        float: left;
        margin-left: 0;
        text-align: left;
    }

    .vacancy-small-item__title {
        margin-right: 0;
        float: left;
        clear: both;
    }

    .vacancy-small-item__logo ~ .vacancy-small-item__title {
        clear: none;
    }

    .vacancy-small-item__logo {
        clear: both;
    }

    .layout__main-search {
        margin-bottom: 0;
    }

    .layout__body {
        margin-bottom: 0;
    }

    .layout {
        margin-bottom: 0;
    }

    .search-results {
        margin-top: 0;
    }

    .search-results__title {
        margin-top: 0;
    }

    #place-search-field-jobmail {
        width: 100%;
    }

    #companies-holder .companies {
        width: 80%;
    }

    ul.action-links {
        width: 100%;
    }

    ul.action-links li {
        width: 50%;
        float: left;
    }

}

@media (max-width: 767px) {

    .part-time-selected_info {
        margin-top: -4px;
    }

    .main-search__form .searchField {
        display: block;
        width: 100%;
    }

    .main-search__mark-list {
        position: relative;
        left: auto;
        bottom: auto;
        clear: both;
        padding-top: 45px;
    }

    .main-search__form {
        padding-right: 0;
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .main-search-elements {
        float: none;
    }

    .checkbox-container__item {
        margin: 10px 0 0 0;
    }

    .main-search__btn-field .main-search__label {
        display: none !important;
    }

    .btn_main_search {
        margin-top: 10px;
    }

    .btn_mark_list {
        margin-top: 0;
    }

    .wizard__btn-list ul {
        list-style: none;
        position: relative;
        left: auto;
        overflow: hidden;
    }

    .wizard__btn-list li ul#partTime-subSelect {
        width: 100% !important;
    }

    .wizard__btn-list-item_slider {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    ul#partTime-subSelect .btn-primary {
        float: none !important;
        width: 100%;
    }

    .item-notfound {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .checkbox-container__item {
        display: block;
    }

    .main-search__mark-list {
        padding-top: 10px;
    }

    .checkbox-container {
        float: none;
        overflow: hidden;
    }

    #part-time-list #type-value-range {
        width: 100%;
    }

    #part-time-list {
        top: 103px;
        left: 18px !important;
        width: 90%;
    }

    #part-time-selected-label {
        left: 174px !important;
        top: 237px
    }

    .static-page__content {
        display: none;
    }

    .static-page__content-link {
        display: block !important;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid #c7cacb;
        padding-top: 20px;
        margin-top: 20px;
    }

    .main-search__search-field {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .main-search__place-field {
        width: 100%;
        float: none;
        margin-top: 35px;
    }

    .main-search__btn-field {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 10px;
    }

    .btn_main_search {
        margin-top: 10px;
        width: 100%;
    }

    .main-search__form {
        margin-bottom: 15px;
    }

    .firm_mode .main-search__form .searchField {
        width: 100%;
    }

    .main-search {
        padding-bottom: 15px;
    }

    .search-results__sorting {
        text-align: center;
    }

    .relatedWords__info {
        padding: 5px 0 10px 0;
    }

    .relatedWords {
        padding: 5px 10px;
    }

    .search-results__info-block {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        padding: 0 65px;
    }

    .search-results__amount {
        margin-bottom: 0;
        margin-right: 10px;
        position: absolute;
        right: 5px;
    }

    .search-results__mark-list {
        float: none;
        position: absolute;
        top: 15px;
        width: 100%;
        left: 0;
        display: none;
        text-align: center;
    }

    .btn_mark_list {
        width: 100%;
        margin: 0 auto;
    }

    .search-results {
        position: relative;
    }

    .company-matrix__title {
        text-align: center;
        padding: 0 20px;
    }
}

@media (max-width: 570px) {
    .search-st-holder span.search-st-holder__sharedText {
        display: none;
    }

    .social_media_share.expandable a.social_media_icons_button {
        width: 25px;
        height: 25px;
        z-index: 100;
        cursor: pointer;
        float: right;
        outline: 0;
        background-color: #e22507;
        text-align: center;
        color: white;
        font-size: 14px;
        line-height: 1;
        padding-top: 5px;
        padding-left: 1px;
        display: inline-block;
    }

    .social_media_share.expandable .social_media_icons {
        position: absolute;
        width: 25px;
        margin-top: 25px;
        z-index: 1000;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.5s ease-out;
        -moz-transition: height 0.5s ease-out;
        -o-transition: height 0.5s ease-out;
        transition: height 0.5s ease-out;
    }

    .social_media_share.expandable.expanded .social_media_icons {
        position: absolute;
        width: 25px;
        margin-top: 25px;
        z-index: 1000;
        height: 180px;
        overflow: hidden;
    }

    .social_media_share.expandable .social_media_icons a {
        margin-top: 3px;
    }
}

@media (max-width: 480px) {
    input.main-search__field-zip {
        display: block;
        margin-left: 0;
        width: 225px;
    }

    .main-search__form .searchField {
        display: block;
        width: 100%;
    }

    input.main-search__field-zip {
        width: 100%;
    }

    .main-search__links {
        margin: 0 0 20px 0;
        float: none;
        text-align: center;
    }

    .main-search__form .btn_main_search {

    }

    .search-results__sorting {
        float: none;
        text-align: center;
    }

    .vacancy-item__date,
    .vacancy-item__types {
        float: none;
        margin-bottom: 10px;
    }

    .vacancy-item__type {
        position: relative;
        right: auto;
        top: auto;
        margin-left: 110px;
    }

    .vacancy-item__title {
        margin-right: 0;
        clear: both;
        margin-left: 0;
        margin-top: 10px;
    }

    .vacancy-item__place {
        margin-left: 0;
    }

    .static-matrix__item {
        height: auto;
        margin-bottom: 30px;
    }

    .vacancy-item__text {
        margin-top: 10px;
    }

    .vacancy-item__type {
        margin-left: 0;
    }

    .wizard__btn-list-item {
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
    }

    .startdate {
        margin-bottom: 10px;
    }

    .startdate span,
    .enddate span {
        width: 80px;
        display: inline-block;
    }

    .vacancy.pdf {
        display: none;
    }

    .vacancyDetail .hideable {
        display: none;
    }

    .vacancy-phone {
        display: block;
    }

    .vacancy-phone.visible-always {
        display: block !important;
    }

    .search-results {
        padding: 15px 5px 15px 5px;
    }

    .vacancy.directlink {
        display: none;
    }

    .wizard__btn-list li:hover ul {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .links-list__item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .links-list__item a {
        padding: 0 10px 0 0;
    }

    .wizard__steps {
        text-align: center;
    }

    .wizard__steps li span, .wizard__steps li a {
        width: auto;
    }

    .wizard__steps li:last-child span, .wizard__steps li:last-child a {
        width: auto;
    }

    .wizard__steps i.mobile, .wizard__steps i.mobile {
        display: block;
    }

    .wizard__steps i.desktop, .wizard__steps i.desktop {
        display: none;
    }

    .favorite-results__remove-all,
    .favorite-results__send-link {
        float: none;
        text-align: center;
    }

    .favorite-results__remove-all {
        margin-bottom: 10px;
    }

    .favorite-results {
        padding: 15px 5px;
    }

    .favorite-results__title {
        padding: 0 15px;
    }

    .search-results__sorting {
        margin-top: 20px;
    }

    .search-results__sorting span {
        display: block;
    }

    .search-results__sorting .radio {
        padding: 0 10px;
    }

    .company-item__title {
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px;
        clear: both;
    }

    .company-item__vacancy-count {
        margin-left: 0;
    }

    ul.action-links {
        width: 100%;
    }

    ul.action-links li {
        width: 100%;
        float: none;
    }
}

.layout__home-articles {
    margin-top: 25px;
}

.home-articles {
    margin-left: -25px;
    margin-right: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.home-articles.latest {
    padding-bottom: 0;
}
.home-articles.latest .home-articles__col {
    margin-bottom: 30px;
}
@media (max-width: 420px) {
    .home-articles.latest .home-articles__col {
        margin-bottom: 0;
    }
}
.all-articles-link {
    text-align: center;
}

.home-articles.adv .home-articles__itemTitle {
    padding: 10px 15px;
    height: auto;
}
.home-articles.adv .home-articles__itemTitle a {
    color: #e22507;
}
.home-articles.adv .home-articles__itemTitle a:hover {
    text-decoration: none;
}
.home-articles.adv .home-articles__itemBody {
    padding: 10px 15px;
    min-height: 220px;
    position: relative;
    font-size: 14px;
}
.home-articles.adv .home-articles__itemBody p:first-child {
    margin-top: 0;
}
.home-articles.adv .more-link {
    position: absolute;
    bottom: 15px;
}
.wizard__content + h3 {
    padding-top: 10px;
}
.more-link {
    padding-left: 22px;
    background-position: 0 5px;
    background-image: url(/images/raquo.png);
    background-repeat: no-repeat;
    color: #e22507;
    text-decoration: none;
}
.more-link:hover {
    text-decoration: none;
}

@media (max-width: 997px) {
    .layout__home-articles {
        margin-top: 0;
    }

    .home-articles {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 15px;
    }
    .adv-title.first {
        padding-left: 15px;
    }
    .home-articles.adv .home-articles__itemBody {
        min-height: 1%;
    }
    .home-articles.adv .more-link {
        position: static;
        display: inline-block;
        margin-top: 15px;
    }
    .submission-action {
        margin-bottom: 20px;
    }
}

.home-articles__item {
    background-color: #e9e9e9;
}

.home-articles__col {
    padding: 0 25px;
    width: 33.333%;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

@media (max-width: 997px) {
    .home-articles__col {
        flex-direction: column;
        -webkit-flex-direction:column;
        width: 80%;
        margin: 20px auto;
    }
    .block-more-results {
        width: 80%;
        margin: 20px auto;
        padding: 0 25px;
    }
}

@media (max-width: 480px) {
    .home-articles__col {
        flex-direction: column;
        -webkit-flex-direction:column;
        width: 100%;
        margin: 10px auto;
        padding: 0 15px;
    }
    .home-articles.latest .home-articles__col {
        margin-bottom: 10px;
    }
    .block-more-results {
        width: 100%;
        margin: 10px auto;
        padding: 0 15px;
    }
}

.home-articles__itemTitle {
    background-color: #dadada;
    color: #e22507;
    padding: 36px 85px 36px 25px;
    position: relative;
    height: 112px;
    font-size: 18px;
}
.home-articles__itemTitle a,
.home-articles__itemTitle a:hover {
    color: #e22507;
    text-decoration: none;
}
.latest .home-articles__itemTitle {
    padding: 15px 25px 0 25px;
    min-height: 100px;
    height: auto;
}

.home-articles__itemTitle>a>h2{
    font-weight: normal;
    font-size:  inherit;
    margin: inherit;
}

@media (max-width: 997px) {
    .latest .home-articles__itemTitle {
        min-height: 1px;
        height: auto;
        padding-bottom: 15px;
    }
    .title-hr {
        width: 80%;
        margin: 0 auto;
        padding: 0 25px;
    }
}
.home-articles__itemImage {
    background-color: #dadada;
    padding: 0 25px 15px 25px;
}
.home-articles__itemImage a {
    display: block;
}
.home-articles__itemImage img {
    width: 100%;
    height: auto;
    display: block;
}

.home-articles__itemBody {
    background-color: #e9e9e9;
    padding: 20px 25px;
    font-size: 13px;
    color: #000;
}
.home-articles__itemBody > p:first-child {
    margin-top: 0;
}
.home-articles__itemBody a {
    color: #e22507;
}

.home-articles__icon {
    width: 73px;
    height: 75px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon1 {
    background-image: url("/images/home-articles__icon1.png");
}

.icon2 {
    background-image: url("/images/home-articles__icon2.png");
}

.icon3 {
    background-image: url("/images/home-articles__icon3.png");
}

.jobmail-contest {
    position: relative;
    padding: 41px 0 40px 0;
}

.jobmail-contest.__confirm {
    padding: 40px 0 0 0;
    color: #777575;
}
@media (min-width: 998px) {
    .home-articles__itemImage {
        height: 180px;
        position: relative;
        overflow: hidden;
    }
    .home-articles__itemImage a {
        position: absolute;
        height: 160px;
        overflow: hidden;
        display: block;
    }
}
@media (max-width: 997px) {
    .jobmail-contest {
        position: relative;
        padding: 0 15px 10px 15px;
    }

    .jobmail-contest.__confirm {
        padding: 40px 15px 0 15px;
        color: #777575;
    }

    .wizard {
        padding: 0 15px;
    }
}

.jobmail-contest__img {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 997px) {
    .jobmail-contest__img {
        position: relative;
        text-align: center;
    }

}

.jobmail-contest__title {
    color: #e22507;
    font-size: 25px;
    margin-bottom: 18px;
    font-weight: bold;
}

.jobmail-contest__txt {
    color: #777575;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
}
.list-ok {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-ok li {
    background-image: url(/images/ok-red.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 32px;
    margin-bottom: 10px;
    min-height: 20px;
}
#main_content {
    float: left;
    width: 997px;
}

@media (max-width: 997px) {
    #main_content {
        width: auto;
        float: none;
    }
}
.title-hr {
    margin-top: 35px;
    margin-bottom: 20px;
}
.title-hr .line {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAIAAACZnPOkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQzE4RThCODk1NUYxMUU2QTAwMUZDQ0REMjFCMjM0NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5RkYzQzhDQTk1OTIxMUU2QTAwMUZDQ0REMjFCMjM0NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMThFOEI2OTU1RjExRTZBMDAxRkNDREQyMUIyMzQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRDMThFOEI3OTU1RjExRTZBMDAxRkNDREQyMUIyMzQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uzRwrAAAABFJREFUeNpi3Lt3LwMSAAgwAB8iAjnySkKgAAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: repeat-x;
    text-align: center;
}
.title-hr .text {
    display: inline-block;
    background-color: #fbf8f9;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.articles_area {
    padding: 28px 0 30px;
}
.row {
    margin: 0 -10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
    padding: 0 10px;
}
.col-sm-12 {
    float: none;
    padding: 0 10px;
}
.col-sm-2 {
    width: 16.6666%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-5 {
    width: 41.6666%;
}
.col-sm-6 {
    width: 50%;
}
.row .btn_main_search,
.row input[type="text"] {
    width: 100%;
}
.main-search.article-search {
    margin-top: 15px;
    padding-bottom: 15px;
}
.form-gray input {
    padding: 7px 6px;
    border: 0;
}
@media (max-width: 767px) {
    .title-hr {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .main-search.article-search .btn_main_search {
        margin: 0;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}
.selectbox {
    position: relative;
}
.selectbox i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    display: block;
    width: 33px;
    height: 33px;
    background-color: #d2d2d2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOTAxNjNGOTlDQ0QxMUU2ODUzNUE3MDg2MkRENjY4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOTAxNjNGQTlDQ0QxMUU2ODUzNUE3MDg2MkRENjY4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MDE2M0Y3OUNDRDExRTY4NTM1QTcwODYyREQ2Njg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM5MDE2M0Y4OUNDRDExRTY4NTM1QTcwODYyREQ2Njg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1QgI9QAAAY5JREFUeNqEUksvg1EQneozRS3UeyNBYoGIlUfilbCg2kj0HzRtUo/QhVjYoipoSEQkYiU0UixR4h3xofX1dUv9l+PmNr6kaXGTs5l7ZubMmaHds2f0Wx3wTdsRke7BH/0H6T2GmeUA2kwdONmeBVXb/CDSchCWHN2QX+7+LCTJMUysHnB+hchpqS0DWZaPQeZGEdAUELzOPkRfbhBPpnKKvcYZJlcPObdK8ItVBM9oL4h9pTA0vw8qaRAfBg1h0TWAmHSNOPtQCr2xT0yvB1CgrhU8I4fH1oO0fJUhRD8ZBub2QMV1gmAyqLDgGoT8dI4UYwizNDxrAeiM9ZlGHFOWLnxELkQTRWo0lcTk1imooksQ9WqCc7gJt48h2Md9UOsqRbyIY21qDEx+UFRmzRxJJjCxEYTK3C4SCrXcuNZm6I1mRcHKuA2J8HWWXznuvyXicPuPQKWZQj/QcXjdI9z0yxzD864xnOCKNoOg8k5FgddtRVQK5V3/r/cgRts5hVpfA59zmG/r8tf7+RZgAOalnb5jBKb3AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font: 0/0 a;
    text-indent: -9999px;
}
.selectbox .open i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOTAxNjNGRDlDQ0QxMUU2ODUzNUE3MDg2MkRENjY4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOTAxNjNGRTlDQ0QxMUU2ODUzNUE3MDg2MkRENjY4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MDE2M0ZCOUNDRDExRTY4NTM1QTcwODYyREQ2Njg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM5MDE2M0ZDOUNDRDExRTY4NTM1QTcwODYyREQ2Njg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IYsazQAAAeNJREFUeNpskk9IVFEUxr97nzMOr0yCoKJNULOxtGib6CYnjKh1SEGFSCEhLoYiiRn8szAdwZnRKEtbFLgKCyvTISUwCXKyP/NmnIoUggprE4JZ733d+6YW1ruHC+d85/Dj3HuOyM+l4Dg2HGnCsX/Ctm2AhIDgg4EeXLj5AmfiSZyuDLoyQUghYEgB5cCnroT34ehQLy5dHYX94yMSLZ24nsq6ulexF4T3NaDvLlb+Kl+mkYhcxsB4xhP0L4RjQ3FE+u5hVQXF5iZU7C3HOp8Kvs6gv60bg6ncfyC5FpBENDnidmD4t+DIyTDiyRjqQrtRbKiCpRkk2mO4MZlfC9Ifm0s/4rnD+xkoJOg3d7I5NsxZK8+sZXHu6RjbG0LcEBBuHiU7WHN+kC/nLVpvsy6EzUeraf4BSGM7m3qG+dya1xAoCF5bOb569pgdDTUMFBXqUBrkoZZbGkLD93kxcm1kCstuX1vR2NWFE6E9EFIPUo0QjjIRFf71kWD5PmzjAibTH+CsfEM+k8HCxgrIifQbfHdftxmN3TEcP7BLB8JjaloTtfVRtJ6qKihL7zA7vQhx50qYreEnqL7YhGMHy3SpkEYRhGFoFyZ+KZPuAjrLn/SqwaHg+O1ePHxfirqz9fgtwADKjtW3yx1uEwAAAABJRU5ErkJggg==);
}
.selectbox .selectbox-dropdown,
.selectbox #search-form-category-container {
    z-index: 999;
    width: 100%;
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    background-color: #d2d2d2;
}
.selectbox .selectbox-dropdown .item:first-child {
    padding-top: 10px;
}
.selectbox .selectbox-dropdown .item {
    padding: 4px 7px;
}
.selectbox .accept {
    text-align: right;
    padding:0 10px 10px;
}
.selectbox input[type=checkbox].css-checkbox + label.css-label {
    display: block;
}

.select-box-wrapper select,
.select,
.select-box {
    border-radius: 0;
    border: 1px solid #aeaeae;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    box-shadow: none;
    padding: 5px 20px 5px 6px;
    font-size: 16px;
    font-family: 'calibriregular';
    outline: none;

    background-image: url(/images/relunch/arrow-down-gray.png);
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
}
.select::-ms-expand {
    display: none;
}
.select-box::-ms-expand {
    display: none;
}
.main-search .select-box {
    border-color: #fff;
}

.sd_pic {
    margin: 10px 0;
}
.sd_pic a:hover {
    text-decoration: none;
}
.article-layout {
    margin-bottom: 15px;
}
.article-layout .fancybox .main {
    margin-bottom: 10px;
}
.article-layout .description {
    margin-bottom: 10px;
}
fieldset {
    margin: 0;
    padding: 0;
}
input.input-text,
textarea:focus,
select:focus,
.xform input[type=text]:focus,
.xform input[type=email]:focus,
.xform input[type=password]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    border-color: #aeaeae;
}
input[readonly="readonly"],
.xform input[readonly="readonly"],
textarea[readonly="readonly"],
.xform textarea[readonly="readonly"] {
    background-color: #777575;
    color: #000;
    border-color: #777575;
}

/* remove yellow background color from input fields in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* calendar popup
ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all
ui-datepicker-inline
ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-datepicker-multi ui-datepicker-multi-2
*/
.ui-datepicker:not(.ui-datepicker-inline) {
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header {
    background-color: #777575;
    background-image: none;
    color: #fff;
    font-weight: normal;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next {
    cursor: pointer;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev-hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next-hover {
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    top: 2px;
    right: 2px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev-hover {
    left: 2px;
    right: auto;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: inline-block;
    background-image: none;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #fff;
    font: 0/0 a;
    width: 0;
    height: 0;
    margin: -5px -1px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    border-color: transparent #fff transparent transparent;
    margin: -5px -9px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-calendar .ui-state-default {
    background-image: none;
    background-color: #eee;
    border-color: #eee;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-today .ui-state-default.ui-state-highlight {
    border-color: #e22507;
    background-color: #fafafa;
    background-image: none;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-current-day.ui-datepicker-today .ui-state-default.ui-state-highlight.ui-state-active {
    color: #e22507;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-current-day .ui-state-active {
    background-image: none;
    background-color: #e22507;
    border-color: #e22507;
    color: #fff;
}

.chosen-container.chosen-with-drop .chosen-results li.highlighted,
.chosen-container.chosen-with-drop .chosen-results li.active-result.result-selected {
    color: #e22507;
}
.company_area a {
    color: #e22507;
}
@media (max-width: 930px) {
    fieldset {
        min-width: auto;
    }
    form.companyedit dt,
    form.vacancyedit dt,
    .xform dt,
    .xform dd {
        width: 100%;
        float: none;
    }
    .xform .cke_reset {
        width: 100%;
    }
    .vacancy-submission-management form input.title,
    .vacancy-submission-management form textarea.keywords,
    #cke_activity, #cke_requirements, #cke_offer, #cke_description, #cke_contact,
    .xform .two_columns,
    .xform .two_columns .dl_plz,
    .xform .two_columns .dl_ort,
    .xform .two_columns .dl_ort dt,
    .xform .two_columns .dl_ort input[type="text"],
    .xform .two_columns .dl_plz input[type="text"],
    .xform .urlApplication,
    .VacancyDescriptions_area #general_info dl.dl_ort dt,
    .wizard-vacancy-submission #general_info .two_columns .dl_ort dd,
    .VacancyDescriptions_area #general_info dl.dl_ort,
    .VacancyDescriptions_area #general_info dl.dl_ort input.text,
    .CompanyDetails_area #form_companyeditor dl.dl_plz input.text,
    .VacancyDescriptions_area #general_info dl.dl_plz input.text,
    .ContactsDetails_area dl.dl_plz input[type=text],
    .CompanyDetails_area #form_companyeditor dl.dl_plz,
    .VacancyDescriptions_area #general_info dl.dl_plz,
    .ContactsDetails_area dl.dl_plz,
    .CompanyDetails_area #form_companyeditor input.text,
    .VacancyDescriptions_area #general_info input.text,
    .ContactsDetails_area input[type=text],
    .CompanyDetails_area #form_companyeditor div.two_columns,
    .VacancyDescriptions_area #general_info div.two_columns,
    .VacancyDescriptions_area input[type="text"],
    .VacancyDescriptions_area textarea,
    .wizard-vacancy-submission textarea.keywords,
    .VacancyDescriptions_area .cke_reset,
    .CompanyDetails_area #form_companyeditor dl.dl_strasse,
    .CompanyDetails_area #form_companyeditor dl.dl_hausenum,
    .ContactsDetails_area dl.dl_hausenum,
    .CompanyDetails_area #form_companyeditor dl.dl_ort,
    .xform#form_companyeditor dl.dl_strasse dd,
    .xform#form_companyeditor dl.dl_hausenum dd,
    select#country,
    #contactInfo-country, #billingInfo-country,
    .ContactsDetails_area dl.dl_strasse dd,
    .ContactsDetails_area dl.dl_hausenum dd,
    .ContactsDetails_area dl.dl_ort dd,
    .ContactsDetails_area .two_columns dl.dl_strasse input[type=text],
    .ContactsDetails_area dl.dl_hausenum input[type=text],
    .CompanyDetails_area #form_companyeditor dl.dl_strasse input.text,
    .CompanyDetails_area #form_companyeditor dl.dl_hausenum input.text,
    .xform .two_columns .dl_ort input[type="text"],
    .CompanyDetails_area #form_companyeditor .two_columns dl.dl_ort input.text,
    .ContactsDetails_area div.two_columns {
        width: 100%;
        float: none;
    }
    .vacancy-submission-management {
        padding: 0 15px;
    }
}

#oj-banner-bottom {
    margin: 20px 0 0 0;
    text-align: center;
    clear: both;
}
.to-top {
    width: 25px;
    z-index: 100;
    cursor: pointer;
    float: right;
    outline: 0;
    background-color: #e22507;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1;
}
.to-top .oj {
    line-height: 25px;
}

.to-top:hover {
    text-decoration: none;
}

@media (max-width: 480px) {
    .articles_area {
        padding-top: 5px;
    }
}
.to-back {
    width: 25px;
    z-index: 100;
    cursor: pointer;
    outline: 0;
    background-color: #e22507;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.to-back .oj {
    line-height: 25px;
}

.to-back:hover {
    text-decoration: none;
}
.to-top {
    width: 25px;
    z-index: 100;
    cursor: pointer;
    float: right;
    outline: 0;
    background-color: #e22507;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1;
}
.to-top .oj {
    line-height: 25px;
}

.to-top:hover {
    text-decoration: none;
}


@media (min-width: 768px) {
    .jobmail-contest__txt {
        width: 400px;
    }
}

.jobmail-contest__confirm {
    color: #777575;
}

@media (max-width: 997px) {
    .jobmail-contest__confirm {
        color: #777575;
        padding: 0 15px;
    }

}

.jobmail-contest__confirm-txt {
    padding: 0;
}

.jobmail-contest__confirm-left {
    float: left;
    padding: 0 15px;
}

@media (max-width: 815px) {
    .jobmail-contest__confirm-left {
        width: auto;
        float: none;
    }
}

.jobmail-contest__confirm-right {
    float: left;
    width: 550px;
    padding: 0 15px;
}

@media (max-width: 815px) {
    .jobmail-contest__confirm-right {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

.jobmail-contest__confirm-form {
    margin: 0 -15px;
}

.jobmail-contest__confirm-form ul.errors {
    display: none;
}

.jobmail-contest__confirm-form-txt {
    margin-bottom: 30px;
}

.jobmail-contest__confirm-form-txt span {
    color: #e22507;
}

input.jobmail-contest__confirm-field {
    float: left;
    border: 0;
    background-color: #fff;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 220px;
}

input.jobmail-contest__confirm-field.error {
    background-color: #FFB4B6;
}

@media (max-width: 815px) {
    input.jobmail-contest__confirm-field {
        width: 265px;
    }
}

@media (max-width: 600px) {
    input.jobmail-contest__confirm-field {
        width: 100%;
        margin-right: 0;
    }
}

.jobmail-contest__confirm-teil {
    font-size: 12px;
    margin-top: 20px;
}

.jobmail-contest__confirm-social {
    margin: 20px 0;
    font-size: 14px;
    color: #000;
    clear: both;
    margin-right: 60px;
    position: relative;
}

@media (max-width: 815px) {
    .jobmail-contest__confirm-social {
        margin-right: 0;
    }
}

.fb-like {
    position: absolute !important;
    right: 0;
    top: 0;
}

@media (max-width: 815px) {
    .fb-like {
        position: inherit !important;
    }
}

.jobmail-contest__confirm-btn {
    background-color: #e22507 !important;
    color: #fff;
    padding: 10px 30px;
    width: 220px;
    margin-left: 240px;
    margin-top: 20px;
    clear: both;
}

.jobmail-contest__confirm-btn:hover {
    color: #fff;
}

@media (max-width: 815px) {
    .jobmail-contest__confirm-btn {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .jobmail-contest__confirm-btn {
        margin-left: 0;
        width: 100%;
    }
}

.jobmail-contest__confirm-teil a {
    color: #777575;
    text-decoration: underline;
}

.jobmail-contest__confirm-teil a:hover {
    color: #777575;
    text-decoration: none;
}

@media (max-width: 997px) {
    .jobmail-contest__confirm-teil {
        margin-bottom: 30px;
    }
}

.frontend-react-show {
    display: none;
}
