.vacancies {
    display: block;
}
.vacancies .vacancies-section {
    display: block;
    margin-top: 35px;
    border: 1px solid #e8e8e8;
}
.vacancies .vacancies-section .vacancies-delimiter {
    display: block;
    height: 1px;
    background: #e8e8e8;
    overflow: hidden;
}
.vacancies .vacancies-section .vacancies-item {
    display: block;
    padding: 25px 35px;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-wrapper {
    display: block;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name {
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-text {
    color: #232121;
    margin-right: 250px;
    font-size: 16px;
    line-height: 1.5;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-salary {
    display: block;
    position: absolute;
    top: -25px;
    right: 70px;
    bottom: -25px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    background: #fffce0;
    text-align: center;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-salary .vacancies-item-name-salary-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #232121;
    font-size: 14px;
    font-weight: bold;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-indicators {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-indicators .vacancies-item-name-indicator {
    vertical-align: middle;
    font-size: 14px;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-indicators .vacancies-item-name-indicator.vacancies-item-name-indicator-active {
    display: none;
}
.vacancies .vacancies-section .vacancies-item.active .vacancies-item-name .vacancies-item-name-indicators .vacancies-item-name-indicator.vacancies-item-name-indicator-active {
    display: inline-block;
}
.vacancies .vacancies-section .vacancies-item.active .vacancies-item-name .vacancies-item-name-indicators .vacancies-item-name-indicator.vacancies-item-name-indicator-inactive {
    display: none;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-description {
    display: none;
    padding-top: 25px;
    overflow: hidden;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-description .vacancies-item-description-wrapper {
    display: block;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.vacancies .vacancies-section .vacancies-item .vacancies-item-description .vacancies-item-description-buttons {
    display: block;
    margin-top: 20px;
}

@media all and (max-width: 520px) {
    .vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-text {
        margin-right: 70px;
    }
    .vacancies .vacancies-section .vacancies-item .vacancies-item-name .vacancies-item-name-salary {
        position: static;
        width: auto;
        margin-top: 10px;
        margin-right: 70px;
        background-color: transparent;
        text-align: left;
    }
}

.luch-button.luch-button-cl-common {
    background-color: #e71739;
    border-color: #e71739; }

.luch-button.luch-button-cl-common:hover, .luch-button.luch-button-cl-common.hover {
    background-color: #ec4560;
    border-color: #ec4560; }

.luch-button.luch-button-cl-common:active, .luch-button.luch-button-cl-common.active {
    background-color: #b9122e;
    border-color: #b9122e; }

.luch-button.luch-button-cl-common.luch-button-transparent {
    color: #e71739; }

.luch-button.luch-button-transparent {
    background-color: transparent; }

.luch-cl-text {
    color: #e71739 !important; }

.luch-cl-text-active:active {
    color: #e71739 !important; }

.luch-cl-text-active.active {
    color: #e71739 !important; }

.luch-cl-text-focus:focus {
    color: #e71739 !important; }

.luch-cl-text-hover:hover {
    color: #e71739 !important; }

.luch-cl-background {
    background-color: #e71739 !important;
    fill: #e71739 !important; }

.luch-cl-background-active:active {
    background-color: #e71739 !important; }

.luch-cl-background-focus:focus {
    background-color: #e71739 !important; }

.luch-cl-background-hover:hover {
    background-color: #e71739 !important; }

.luch-cl-background-dark {
    background-color: #b9122e !important;
    fill: #b9122e !important; }

.luch-cl-background-dark-active:active {
    background-color: #b9122e !important; }

.luch-cl-background-dark-focus:focus {
    background-color: #b9122e !important; }

.luch-cl-background-dark-hover:hover {
    background-color: #b9122e !important; }

.luch-cl-background-light {
    background-color: #ec4560 !important;
    fill: #ec4560 !important; }

.luch-cl-background-light-active:active {
    background-color: #ec4560 !important; }

.luch-cl-background-light-focus:focus {
    background-color: #ec4560 !important; }

.luch-cl-background-light-hover:hover {
    background-color: #ec4560 !important; }

.luch-cl-border {
    border-color: #e71739 !important; }

.luch-cl-border-light {
    border-color: #ec4560 !important; }

.luch-cl-border-active:active {
    border-color: #e71739 !important; }

.luch-cl-border-focus:focus {
    border-color: #e71739 !important; }

.luch-cl-border-hover:hover {
    border-color: #e71739 !important; }

.luch-cl-text-light {
    color: #ec4560 !important; }

.luch-cl-text-light-active:active {
    color: #ec4560 !important; }

.luch-cl-text-light-focus:focus {
    color: #ec4560 !important; }

.luch-cl-text-light-hover:hover {
    color: #ec4560 !important; }

.luch-cl-text-dark {
    color: #b9122e !important; }

.luch-cl-text-dark-active:active {
    color: #b9122e !important; }

.luch-cl-text-dark-focus:focus {
    color: #b9122e !important; }

.luch-cl-text-dark-hover:hover {
    color: #b9122e !important; }

.luch-cl-background-light {
    background-color: #ec4560 !important;
    fill: #ec4560 !important; }

.luch-cl-background-light-active:active {
    background-color: #ec4560 !important; }

.luch-cl-background-light-focus:focus {
    background-color: #ec4560 !important; }

.luch-cl-background-light-hover:hover {
    background-color: #ec4560 !important; }

.luch-tabs.nav-tabs > li.active > a, .luch-tabs.nav-tabs > li > a:focus, .luch-tabs.nav-tabs > li > a:hover {
    border-bottom-color: #e71739 !important;
    color: #e71739 !important; }

.luch-contest-checkbox.checked:after {
    background-color: #e71739 !important; }

.luch-input.luch-input-checkbox input:checked + .luch-input-selector:before, .luch-input.luch-input-radio input:checked + .luch-input-selector:before {
    background: #e71739 !important; }