.rmUIjobs {
    display: flex;
    flex-direction: column;
}

.rmUIjobs__content {
    display: flex;
    flex-direction: column;
    padding: 0px 25px;
    margin-bottom: 35px;
}


.rmUIjobs__content--filters__form {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 12px;
}

.rmUIjobs__content--selector {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    outline: none;
    appearance: none;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 40px 12px 16px;
    border: 1px solid #cfcfcf;
    background-color: #e1e1e1;
    border-radius: 12px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg fill=\"%23000\" height=\"16\" width=\"16\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.5 7.5l4.5 4 4.5-4\"/></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.rmUIjobs__content--selector:hover {
    background-color: #d9d9d9;
    border-color: #007BFF;
}

.rmUIjobs__content--selector:focus {
    border-color: #1b51a0;
}

.rmUIjobs__content--selector:focus-visible {
    outline: none;
}

.rmUIjobs__content--selector:focus {
    background-image: url('data:image/svg+xml;utf8,<svg fill=\"%23000\" height=\"16\" width=\"16\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" style=\"transform:rotate(180deg)\"><path d=\"M5.5 7.5l4.5 4 4.5-4\"/></svg>');
    transition: background-image .25s ease;
}



.rmUIjobs__content--option {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    background: #fff;
    cursor: pointer;
}

.rmUIjobs__content--selector__levels {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 80px 12px 16px; 
}


.rmUIjobs__content--button__submit {
    height: 36px;
    width: 36px;
    flex-shrink: 0;
    user-select: none;
}

.rmUIjobs__content--button__submit svg {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    fill: #007BFF;
    transition: all 0.4s;
}

.rmUIjobs__content--button__submit:hover svg {
    fill: #033366;
}





/* VACANCIES */
.rmUIvacancies {
    display: flex;
    flex-direction: column;
}

.rmUIvacancies__content {
    display: flex;
    flex-direction: column;
    padding: 0px 25px;
    margin-bottom: 100px;
    gap: 12px;
}

.rmUIvacancy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 17px;
    background: #f7f7f7;
    border-radius: 18px;
    border: 2px solid #494949;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}

.rmUIvacancy__body {
    flex: 1 1 0;
    min-width: 0;
}

.rmUIvacancy__logotype--block {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    margin-bottom: 13px;
}

.rmUIvacancy__logotype--image {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 12px;
}

.rmUIvacancy__logotype--title__block {
    display: flex;
    flex-direction: column;
}

.rmUIvacancy__logotype--title__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #787878;
    font-size: 21px;
    margin-bottom: -3px;
}

.rmUIvacancy__logotype--title__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #787878;
    font-size: 15px;
}

.rmUIvacancy__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 36px;
    margin-bottom: 3px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto; 
    max-width: 100%; 
}

.rmUIvacancy__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 17px;
    margin-bottom: 50px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%; 
}

.rmUIvacancy__footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-content: center;
}

.rmUIvacancy__tags {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rmUIvacancy__tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 12px;   
}

.rmUIvacancy__button {
    padding: 11px 58px;
    background: #1b51a0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s;
    user-select: none;
}

.rmUIvacancy__button:hover {
    background: #02254b;
}



/* Красивые цвета */
.rmUIvacancy__tag--level {
    background: #3b66ff;
}
.rmUIvacancy__tag--direct {
    background: #ff5a30;
}
.rmUIvacancy__tag--type {
    background: #ff2dd5;
}