

/* Start:/tools/css/vacancies.css?17757423361186*/
.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;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .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) {

}
/* End */
/* /tools/css/vacancies.css?17757423361186 */
