

.single-product.vacancy-page.desc-block.alignwide {
    margin-top: 0px;
}

.items__faq.item.item-vacancy {
    border: solid 1px #8d8d8d;
    padding: 10px 20px 10px 20px;
    border-radius: 18px;
}





.page-id-1799 .content {
    margin-bottom: 70px;
}



.page-id-1799 p {
    margin-bottom: 22px;
}


.page-id-1799 .btn__v2 {
    display: flex;
    flex-direction: row;
    padding: var(--fifteen) var(--twentyFive);
    line-height: 100%;
    letter-spacing: 0.03em;
    border-radius: 12px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--1614);

    background-color: transparent;
    border: 1px solid var(--elementy-primary);
    color: #cecdcf;


    transition:
            background-color 0.4s ease,
            border-color 0.4s ease,
            color 0.4s ease!important;
}




.page-id-1799 .btn__v2:hover {
    background-color: var(--elementy-primary);
    border-color: var(--elementy-primary);
    color: #121212;
    text-transform: uppercase;
}


.page-id-1799 .job-application-button.wc-single__product-card__price-holder {
    width: 300px;
}







.vacancy-meta {
    /*margin: 24px 0 28px;*/
    padding: 18px 20px 20px;
    margin-bottom: 12px;

    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;

    color: #fff;
}

/* Зарплата */

.vacancy-meta__salary {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}


/* Теги */
.vacancy-meta {
    /*margin: 24px 0 28px;
    padding: 18px 20px;*/

    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;

    color: #fff;
}

/* Зарплата */

.vacancy-meta__salary {
    margin: 0 0 12px;

    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}


/* Теги */

.vacancy-meta__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 8px;

    margin: 0 0 17px;
}

.vacancy-meta__tag {
    display: inline-flex;
    align-items: center;

    min-height: 28px;
    padding: 5px 9px;

    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;

    box-sizing: border-box;
}


/* Компания */

.vacancy-meta__company {
    margin: 0 0 7px;
}

.vacancy-meta__company-name {
    color: rgba(255, 255, 255, 0.88);

    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}


/* Адрес */

.vacancy-meta__address {
    color: rgba(255, 255, 255, 0.58);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.wc-single__product-card__price-holder__container.button-up {
    padding: 0;
}


.wc-single__product-card__btn.btn__v2.callback-btn.btn.modal-open.item-vacancy-button {
    width: 30%;
    margin: 25px 0 20px 0;
}