/* work-us */
.company-values__description {
    margin-left: 22vw;
    margin-top: -6%;
}
@media (max-width: 768px) {
    .company-values__description {
        margin: 0;
    }
}

.list-current-vacancies {
    max-width: 100%;
    margin-left: 31.5vw;
}
@media (max-width: 768px) {
    .list-current-vacancies {
        margin-left: 0;
    }
}


.list-current-vacancies .figure__content {
    max-width: 100%;
    padding-top: 0;
}

.indent__right {
    max-width: 100%;
    margin-left: 22vw;
}
@media (max-width: 768px) {
    .indent__right {
        margin-left: 0;
    }
}


.cards-ordered--full-width .card-order {
    max-width: 100%;
}

.cards-ordered--accordion .card-order__title {

}
@media (max-width: 768px) {
    .cards-ordered--accordion .card-order__title {
        font-size: 18px;
    }
}

.cards-ordered--accordion .card-order__text {
    display: none;
}

.cards-ordered--accordion .cards-ordered__item {
    position: relative;
}

.list-current-vacancies .figure__content .cards-ordered--full-width.cards-ordered--accordion .cards-ordered__item {
    position: relative;
    margin-top: 40px;
}

.cards-ordered--accordion .cards-ordered__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120px;
    width: 10px;
    height: 100%;
    background: #cdcdcd;

}

.cards-ordered--accordion .cards-ordered__item.active::before {
    background: #ef4836;
}
@media (max-width: 768px) {
    .cards-ordered--accordion .cards-ordered__item::before {
        display: none;
    }
}

.card-order__panel {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.card-order__toogle {
    margin-right: 20px;
}
.card-order__toogle a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    font-family: var(--sec-font);
    font-weight: 600;
    color: #2C2C2C;
    cursor: pointer;
    transition: color .2s;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: visible;
    letter-spacing: 1.4px;
}
@media (max-width: 768px) {
    .card-order__toogle a {
        font-size: 16px;
    }
}

.card-order__toogle a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dotted;
}

.card-order__toogle a.active {
    color: #ccc;
}

._title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    margin-bottom: 20px;
}

._desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #231F20;
    margin-bottom: 20px;
}

._list {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #231F20;
    margin-bottom: 20px;
    margin-left: 40px;
}

._list li {
    list-style: disc;
}


.card-order__text.open {
    display: block !important;
}

/* work-us end */
