#vacancies-filter {
    background: #f5eaea;
    padding: 30px 15px;
}

#vacancies-filter .select2-selection {
    background: none;
}

#position-filter {
    margin-top: 15px;
}

#vacancies-filter .select2-selection__rendered {
    line-height: 38px !important;
}

#vacancies-filter .select2-selection {
    height: 38px !important;
    border-color: lightgrey;
}

#vacancies-filter .select2-selection__arrow {
    border-color: lightgrey;
    width: 38px;
    font-family: Roboto, sans-serif;
}

#vacancies-filter .filter-title {
    height: 42px;
    line-height: 42px;
    font-family: Roboto, sans-serif;
}

#vacancies-filter .select2-search__field {
    background: none;
}

#vacancies-table {
    margin-top: 25px;
}

#vacancies-table tr:not(:last-child) td {
    border-bottom: 1px dashed grey;

}

#vacancies-table tr td {
    padding: 15px 0;
    font-family: Roboto, sans-serif;
}

#vacancies-table tr td:nth-child(1) {
    min-width: 99px;
}

#vacancies-table tr td:nth-child(2) {
    min-width: 250px;
    padding-left: 18px;
}

#vacancies-table tr td:nth-child(3) {
    min-width: 300px;
    padding-left: 33px;
    font-weight: 400;
}


#vacancies-table tr td:not(:last-child) {
    border-right: 1px dashed grey;
}

#vacancies-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.vac-link a {
    text-decoration: none;
    color: black;
    font-weight: 300;
}


/* МЕНЮ */
.page-menu-list li {
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.page-menu-list li:last-of-type {
    border-bottom: 1px solid lightgrey;
}

.page-menu-list a {
    display: block;
    padding: 15px 70px 15px 15px;
    /*margin-left:10px;*/
    text-decoration: none;
    color: black;
}

.page-menu-list .sidemenu-icon {
    right: 15px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    fill: #000;
    background-position: center center;
    background-size: contain;
}

#cv-form {
    max-width: 500px;
}

.story img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
}

.story-about {
    display: inline-block;
    margin-left: 100px;
}

.story-expand {
    cursor: pointer;
}

.story {
    border-bottom: 1px solid #cacaca;
}

.story-person-name {
    margin-top: 10px;
    font-size: 20px;
}

.story-quote {
    margin-top: 40px;
}

.back-to-the-stories {
    text-align: right;
}

.back-to-the-stories span {
    cursor: pointer;
}

.card-activation,
.card-submit
{
    display: block;
    bottom: 0;
    border: none;
    margin-top: 13px;
    margin-bottom: 13px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    width: 300px;
    padding: 10px;
}

.card-activation:hover,
.card-activation:visited,
.card-submit:hover,
.card-submit:visited
{
    color: white;
}

#card-activate-form {
    position: absolute;
    max-width: 600px;
    background-color: #ffffff;
    z-index: 1000;
}

#card-activate-form select {
    width: 100%;
}

.rkz-history-year {
    font-weight: 100;
    font-family: RobotoThin, sans-serif;
}

.rkz-history-desc {
    border-left: 1px dashed #000000;
}

.rkz-history-year::before, .rkz-history-year::after {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 35px;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.rkz-histories-block {
    /*max-width: 500px;*/
}

#hotels-brands svg {
    width: 100px;
    height: 100px;
}

.hotels-brand-info {
    border-bottom: 1px dashed #000;
}
