

/* Start:/tools/css/vacancies.css?17797159956776*/
.b-content {
    background: #F9F9F9;
}

.b-block {
    background: #fff;
    border-radius: 4px;
}

.b-block ul {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    font-size: 16px;
}

.b-block ul li {
    padding: 0 0 0 12px;
    margin: 0 0 8px;
    position: relative;
}

.b-block ul li:before {
    content: ".";
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.b-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 4px;
}

.b-tags a {
    white-space: nowrap;
}

.b-vacancy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.b-vacancy-actions > .b-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
}

.b-vacancy-search {
    display: flex;
    gap: 8px;
    align-items: center;
}

.b-vacancy-search__input {
    flex: 1;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 12px;
    outline: none;
}

.b-vacancy-search__input:focus {
    border-color: #019741;
}

.b-vacancy-search__btn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: gap 0.3s ease;
}

.b-vacancy-search__btn-icon {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.b-vacancy-search__btn:hover .b-vacancy-search__btn-icon {
    opacity: 1;
    width: 16px;
}

.b-vacancy-search__btn:hover {
    gap: 8px;
}

.b-vacancy-search__clear {
    font-size: 14px;
    color: #5A5A5A;
    white-space: nowrap;
}

.b-vacancy-regions {
    margin-top: 4px;
}

.b-vacancy-detail-field {
    margin-bottom: 2px;
    font-size: 14px;
}

.b-vacancy-detail-label {
    color: #5A5A5A;
}

.b-vacancy-meta {
    margin-top: 4px;
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.b-vacancy-date {
    color: #AFAFAF;
    font-size: 14px;
}

.b-vacancy-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #AFAFAF;
    font-size: 13px;
    margin-left: auto;
}

.b-vacancy-views svg {
    opacity: 0.5;
    flex-shrink: 0;
}

.b-vacancy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.b-vacancy-tag {
    display: inline-block;
    background: #FAFAFA;
    color: #5A5A5A;
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 10px;
    border-radius: 3px;
}

.b-vacancy-tag__label {
    color: #AFAFAF;
}

.b-vacancy-search__sort {
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 10px 32px 10px 16px;
    font-size: 12px;
    outline: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235A5A5A' d='M5 6L0 0h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
    cursor: pointer;
    color: #5A5A5A;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.b-vacancy-region {
    font-size: 14px;
    color: #5A5A5A;
    text-decoration: none;
    transition: color .3s ease-out;
}

.b-vacancy-region:hover {
    color: #019741;
}

.b-btn-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    text-decoration: none;
    transition: all .3s ease-out;
    flex-shrink: 0;
}

.b-btn-round:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    transform: rotate(45deg);
    opacity: .6;
    transition: all .3s ease-out;
}

.b-btn-round:hover {
    background: #ECECEC;
}

.b-btn-round:hover:after {
    opacity: 1;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .b-vacancy-search {
        flex-wrap: wrap;
    }

    .b-vacancy-search__input {
        flex: 1 1 100%;
    }

    .b-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .b-tags::-webkit-scrollbar {
        display: none;
    }

    .b-tags a {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {

}

.b-mobile-nav-link {
    font-size: 14px;
    color: #5A5A5A;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease-out;
}

.b-mobile-nav-link:hover {
    color: #019741;
}

.b-btn-cta-vacancy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #01978C 0%, #019741 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(1, 151, 65, 0.3);
}

.b-btn-cta-vacancy:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 151, 65, 0.4);
}

.b-btn-cta-vacancy__icons {
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    transition: gap 0.3s ease;
}

.b-btn-cta-vacancy svg {
    flex-shrink: 0;
    fill: none !important;
    transition: opacity 0.3s ease, transform 0.3s ease, margin 0.3s ease;
}

.b-btn-cta-vacancy__icon--doc {
    animation: ctaIconPulse 2s ease-in-out infinite;
}

.b-btn-cta-vacancy__icon--person {
    opacity: 0;
    transform: scale(0.3);
    margin-left: -22px;
}

@keyframes ctaIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.b-btn-cta-vacancy:hover .b-btn-cta-vacancy__icon--doc {
    animation: none;
}

.b-btn-cta-vacancy:hover .b-btn-cta-vacancy__icons {
    gap: 8px;
}

.b-btn-cta-vacancy:hover .b-btn-cta-vacancy__icon--person {
    opacity: 1;
    transform: scale(1);
    margin-left: 0;
}

.b-btn.b-btn_grad {
    display: inline-flex;
    align-items: center;
    gap: 0;
    transition: gap 0.3s ease;
}

.b-btn-callback__icon {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.b-btn.b-btn_grad:hover .b-btn-callback__icon {
    opacity: 1;
    width: 16px;
}

.b-btn.b-btn_grad:hover {
    gap: 8px;
}

.b-live-views {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #AFAFAF;
    margin: 0;
}

.b-live-views svg {
    opacity: 0.6;
}

.b-live-views strong {
    color: #5A5A5A;
    transition: color 0.3s;
}

.b-live-views strong.b-live-flash {
    color: #019741;
}
/* End */
/* /tools/css/vacancies.css?17797159956776 */
