.vacancy__trigger__text {
    display: inline;
    border-bottom: 1px dotted #f57f29;
    line-height: 22px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    width: calc(100% - 30px);
    color: #f57f29;
}
.vacancy__trigger__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #f57f29;
    margin-top: 2px;
}
.vacancy__trigger__icon svg {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    fill: #fff;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
a, blockquote, div, input, li, p, span, textarea, time {
    font-family: Geometria,sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #f57f29;
    font-variant-numeric: tabular-nums;
}
.vacancy__item {
    display: block;
    margin-bottom: 15px;
}
.vacancy__content {
    padding: 50px 30px 30px;
    background: #f8f8f8;
    margin-top: 20px;
}
.vacancy__trigger {
    cursor: pointer;
}
.vacancy__list {
    margin-left: 30px;
}
.vacancy__content h2, .vacancy__content h3, .vacancy__content h4, .vacancy__content li, .vacancy__content p, .vacancy__content ul {
    margin-bottom: 20px;
}
.vacancy__content span {
    display: block;
}
main .text .vacancy__content p a {
    display: inline-block;
    color: #f57f29;
    border-bottom: 1px dashed #f57f29;
    text-decoration: none;
}