

/* Start:/local/components/career/career.department/templates/arbis/style.css?171898166621521*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: normal;
    src: url(/local/components/career/career.department/templates/arbis/fonts/HelveticaNeueCyr-Roman.ttf) format("truetype")
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: bold;
    src: url(/local/components/career/career.department/templates/arbis/fonts/HelveticaNeueCyr-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 500;
    src: url(/local/components/career/career.department/templates/arbis/fonts/HelveticaNeueCyr-Medium.ttf) format("truetype")
}

html {
    height: 100%
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #323232;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 130%
}

body, button {
    font-family: "HelveticaNeueCyr", "Roboto", sans-serif
}

html, body, div, button, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

ol, ul {
    list-style: none
}

input {
    padding: 0;
    border: none;
    margin: 0
}

a {
    color: #33537E;
    text-decoration: none
}

* {
    box-sizing: border-box
}

.radio {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer
}

.radio__input {
    flex-shrink: 0;
    margin: 0 8px 0 0;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    cursor: pointer
}

.radio__input:hover, .radio__input:focus, .radio__input:active {
    background-color: rgba(0, 174, 239, 0.05);
    border-color: rgba(0, 174, 239, 0.25)
}

.radio__input:checked {
    background-color: #FFFFFF;
    border: 5px solid #00AEEF
}

.check {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer
}

.check__box {
    flex-shrink: 0;
    margin: 0 8px 0 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    cursor: pointer
}

.check__box:hover, .check__box:focus, .check__box:active {
    background-color: rgba(0, 174, 239, 0.05);
    border-color: rgba(0, 174, 239, 0.25)
}

.check__input {
    display: none
}

.check__input:checked + div {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjMiIGZpbGw9IiMwMEFFRUYiLz4NCjxwYXRoIGQ9Ik00IDlMNyAxMkwxNCA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
    border: none
}

.company-sidebar {
    padding: 72px 24px 24px 112px;
    box-sizing: border-box;
    overflow-y: auto
}

.company-sidebar__filter:not(:last-child) {
    margin-bottom: 26px
}

.company-sidebar__filter-name {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px
}

.company-sidebar__filter-group {
    display: flex;
    flex-direction: column
}

.company-sidebar__filter-group > :not(:last-child) {
    margin-bottom: 8px
}

.company-sidebar__reset-button {
    padding: 10px 24px;
    font-weight: 500;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #74775F;
    background: #F9F9F9;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    cursor: pointer
}

.company-sidebar__reset-button:hover {
    background: #ECECEC
}

.company-sidebar__reset-button:active {
    color: #FFFFFF;
    background: #ABABAB;
    border-color: #ABABAB
}

.company-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 160px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer
}

.company-card__name {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #0E2752
}

.company-card__thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    box-shadow: 0 2px 5px rgba(70, 33, 33, 0.07);
    box-sizing: border-box;
    border-radius: 50%
}

.company-card__thumb img {
    height: 64px;
    width: 64px;
    -o-object-fit: contain;
    object-fit: contain
}

.company-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px 15px;
    width: 100%;
    background: #FAFAFA;
    border-radius: 6px;
    cursor: pointer
}

.company-group__title {
    display: flex;
    align-items: center
}

.company-group__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #0E2752
}

.company-group__counter {
    margin-left: 14px;
    font-size: 18px;
    line-height: 26px;
    color: #6B7474
}

.company-group__arrow {
    flex-shrink: 0;
    margin-left: 20px;
    height: 30px;
    width: 30px;
    background: transparent
}

.company-group__arrow--open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.company-group__list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 25px
}

.company-group__item {
    margin: 10px 18px 0 0
}

.company-layout {
    display: flex;
    height: 100%;
    width: 100%
}

.company-layout__sidebar {
    flex-shrink: 0;
    width: 392px;
    border-right: 0.5px solid #ddd
}

.company-layout__body {
    padding: 72px 112px 56px;
    width: 100%;
    overflow-y: auto
}

.company-layout__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    color: #0E2752;
    margin-bottom: 28px
}

.company-layout__group:not(:last-child) {
    margin-bottom: 10px
}

.map-sidebar {
    padding: 72px 24px 24px 112px;
    box-sizing: border-box;
    overflow-y: auto
}

.map-sidebar__block:not(:last-child) {
    margin-bottom: 24px
}

.map-sidebar__contacts:not(:last-child) {
    margin-bottom: 10px
}

.map-sidebar__logo {
    padding: 6px;
    height: 120px;
    width: 120px;
    box-sizing: border-box
}

.map-sidebar__logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.map-sidebar__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #0E2752
}

.map-sidebar__title {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px
}

.map-sidebar__text {
    font-size: 14px;
    line-height: 20px
}

p.map-sidebar__text {
    color: #5B5B5B
}

.map-sidebar__back {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #00285E;
    opacity: 0.5
}

.map-sidebar__back:hover {
    opacity: 1
}

.map-sidebar__back img {
    flex-shrink: 0;
    margin-right: 8px
}

.map-layout {
    display: flex;
    height: 100%;
    width: 100%
}

.map-layout__sidebar {
    flex-shrink: 0;
    width: 392px;
    border-right: 0.5px solid #ddd
}

.map-layout__body {
    width: 100%;
}

.map-item {
    position: relative
}

.map-item__image {
    display: flex;
    margin: auto;
    max-width: 100px;
    max-height: 76px
}

.map-item__block {
    display: block;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 10px
}

.map-item__block--disabled {
    pointer-events: none
}

.map-item__block--pink {
    background: linear-gradient(0deg, #C91B72 0%, #DD4491 100%), #DD4491
}

.map-item__block--turquoise {
    background: linear-gradient(180deg, #22B7C2 0%, #1598A2 100%), #22B7C2
}

.map-item__block--darkcyan {
    background: linear-gradient(180deg, #258194 0%, #156576 100%), #258194
}

.map-item__block--orange {
    background: linear-gradient(180deg, #EE6837 0%, #D15020 100%), #EE6837
}

.map-item__block--teal {
    background: linear-gradient(180deg, #1FB087 0%, #10936E 100%), #1FB087
}

.map-item__block--purple {
    background: linear-gradient(180deg, #D13CEA 0%, #C538DC 100%), #D13CEA
}

.map-item__block--violet {
    background: linear-gradient(180deg, #7B46EC 0%, #5E22DF 100%)
}

.map-item__block--goldenrod {
    background: linear-gradient(180deg, #C7AC3B 0%, #A48B22 100%), #C7AC3B
}

.map-item__block--darkblue {
    background: linear-gradient(180deg, #1B67AB 0%, #0F508A 100%), #1B67AB
}

.map-item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF
}

.map-item__professions-wrap {
    margin-top: 6px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 6px
}

.map-item__text-item {
    display: flex
}

.map-item__text-item:not(:last-child) {
    margin-bottom: 8px
}

.map-item__level {
    flex-shrink: 0;
    margin-right: 6px;
    height: 15px;
    width: 15px
}

.map-item__text {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.8
}

.map-item__text:hover {
    opacity: 1
}

@media screen and (max-width: 1500px) {
    .map-item__title {
        font-size: 16px;
        line-height: 130%
    }

    .map-item__text {
        font-size: 13px;
        line-height: 130%
    }

    .map-item__block {
        padding: 10px 15px
    }
}

.map-scheme__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    color: #0E2752;
    margin-bottom: 28px
}

.map-scheme__text {
    font-size: 14px;
    line-height: 14px;
    color: #5B5B5B
}

.map-scheme__legend {
    margin-bottom: 30px
}

.map-scheme__level-list {
    display: flex;
    align-items: center;
    margin-top: 14px
}

.map-scheme__level-item {
    display: flex;
    align-items: center
}

.map-scheme__level-item:not(:last-child) {
    margin-right: 30px
}

.map-scheme__level-item img {
    margin-right: 10px
}

.map-scheme__item--small {
    width: auto;
    max-width: 280px
}

.map-scheme__grid {
    display: grid;
    grid-template-columns:minmax(auto, 370px) 370px minmax(200px, 790px);
    grid-auto-rows: auto
}

.map-scheme__grid--1-3 {
    grid-column: 1;
    grid-row: 3
}

.map-scheme__grid--1-4 {
    grid-column: 1;
    grid-row: 4
}

.map-item.map-scheme__grid--1-4 {
    justify-self: center
}

.map-scheme__grid--1-46 {
    grid-column: 1;
    grid-row: 4/6
}

.map-scheme__grid--2-1 {
    grid-column: 2;
    grid-row: 1
}

.map-scheme__grid--2-2 {
    grid-column: 2;
    grid-row: 2
}

.map-item.map-scheme__grid--2-2 {
    margin-top: 10px
}

.map-scheme__grid--2-3 {
    grid-column: 2;
    grid-row: 3
}

.map-item.map-scheme__grid--2-3 {
    margin-top: 3px
}

.map-scheme__grid--24-3 {
    grid-column: 2/4;
    grid-row: 3
}

.map-scheme__grid--24-4 {
    grid-column: 2/4;
    grid-row: 4
}

.map-scheme__grid-web.map-scheme__grid--24-4 {
    margin-top: 24px;
    justify-self: center
}

.map-scheme__grid--24-45 {
    grid-column: 2/4;
    grid-row: 4/6
}

.map-scheme__grid--2-5 {
    grid-column: 2;
    grid-row: 5
}

.map-item.map-scheme__grid--2-5 {
    margin-top: 30px
}

.map-scheme__grid--2-6 {
    grid-column: 2;
    grid-row: 6
}

.map-item.map-scheme__grid--2-6 {
    margin-top: 10px
}

.map-scheme__grid--3-5 {
    grid-column: 3;
    grid-row: 5
}

.map-scheme__grid-web {
    display: grid;
    grid-template-columns:repeat(3, minmax(auto, 250px));
    grid-gap: 20px;
    grid-auto-rows: auto
}

.map-scheme__grid-web--1-2 {
    grid-column: 1;
    grid-row: 2;
    justify-self: right
}

.map-scheme__grid-web--13-1 {
    grid-column: 1/3;
    grid-row: 1
}

.map-scheme__grid-web--2-2 {
    grid-column: 2;
    grid-row: 2;
    justify-self: center
}

.map-scheme__grid-web--3-2 {
    grid-column: 3;
    grid-row: 2;
    justify-self: left
}

.map-scheme__grid-web--2-1 {
    grid-column: 2;
    grid-row: 1;
    justify-self: center
}

.map-scheme__grid-web--24-1 {
    grid-column: 2/4;
    grid-row: 1
}

.map-scheme__grid-web--13-24 {
    grid-column: 1/3;
    grid-row: 2/4
}

.scheme-line__straight {
    position: relative;
    justify-self: center;
    height: 100%;
    width: 5px;
    box-sizing: border-box;
    z-index: -1
}

.scheme-line__straight::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 5px dashed #FFFFFF
}

.scheme-line__straight--2-2 {
    height: 86px;
    background-image: linear-gradient(180deg, #C91B72, #25DCEA)
}

.scheme-line__straight--2-3 {
    height: 76px;
    background-image: linear-gradient(180deg, #0BB8DC, #EB612F)
}

.scheme-line__straight--2-6 {
    height: 76px;
    background-image: linear-gradient(180deg, #C538DC, #8045FF)
}

.scheme-line__straight--24-45 {
    margin-top: 24px;
    height: calc(100% - 60px);
    background-image: linear-gradient(180deg, #1FB087, #0F508A, #D437EE)
}

.scheme-line__angle {
    position: relative;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    z-index: -1
}

.scheme-line__angle::after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: #FFFFFF;
    box-sizing: border-box;
    outline: 5px dashed #FFFFFF
}

.scheme-line__angle--1-3 {
    background-image: linear-gradient(180deg, #EE6837, #1FB087);
    height: calc(100% - 110px);
    margin-bottom: -17px;
    justify-self: end;
    align-self: end
}

.scheme-line__angle--1-3::after {
    right: 0;
    bottom: 0
}

.scheme-line__angle--1-46 {
    background-image: linear-gradient(180deg, #1FB087, #D437EE);
    height: calc(100% - 70px);
    margin-top: 27px;
    justify-self: end
}

.scheme-line__angle--1-46::after {
    right: 0;
    top: 0
}

.scheme-line__angle--3-5 {
    background-image: linear-gradient(180deg, #156576, #D437EE);
    height: calc(100% - 19px);
    width: 60%;
    margin-top: -24px;
    justify-self: start;
    z-index: -2
}

.scheme-line__angle--3-5::after {
    left: 0;
    top: 0
}

.scheme-line__angle--24-3 {
    background-image: linear-gradient(180deg, #EE6837, #1FB087);
    height: calc(100% - 103px);
    margin-bottom: -24px;
    justify-self: start;
    align-self: end
}

.scheme-line__angle--24-3::after {
    left: 0;
    bottom: 0
}

.scheme-line__angle--web-13-1 {
    background-image: linear-gradient(180deg, #1FB087, #C4A939);
    justify-self: center;
    align-self: end;
    margin-right: -20px;
    margin-bottom: -20px;
    height: 100%;
    width: calc(50% + 20px)
}

.scheme-line__angle--web-13-1::after {
    right: 0;
    bottom: 0
}

.scheme-line__angle--web-24-1 {
    background-image: linear-gradient(180deg, #1FB087, #258194);
    justify-self: center;
    align-self: end;
    margin-left: -20px;
    margin-bottom: -20px;
    height: 100%;
    width: calc(50% + 20px)
}

.scheme-line__angle--web-24-1::after {
    left: 0;
    bottom: 0
}

.scheme-line__angle--web-13-24 {
    background-image: linear-gradient(180deg, #C4A939, #354B9D);
    justify-self: center;
    align-self: end;
    margin-bottom: -20px;
    height: 40px;
    width: calc(50% + 20px)
}

.scheme-line__angle--web-13-24::after {
    top: 0;
    right: 0
}

@media screen and (max-width: 1500px) {
    .map-scheme__grid {
        margin: 0 -65px 0 -45px
    }
}

.profession-chain {
    position: relative;
    margin: 8px 20px 12px 0;
    list-style: none
}

.profession-chain__label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.profession-chain__label input {
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E6E6E6;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1
}

.profession-chain__label input:checked {
    background: #FFFFFF;
    border: 7px solid #0040AE
}

.profession-chain__line {
    position: absolute;
    top: 20px;
    left: 10px;
    height: calc(100% - 40px);
    border-left: 2px dashed #E6E6E6
}

.profession-chain__item {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #707070
}

.profession-chain__item:not(:last-child) {
    margin-bottom: 33px
}

.profession-chain__item:hover {
    color: #5B5B5B
}

.profession-chain__item--selected {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0E2752
}

.profession-chain__item--selected:hover {
    color: #0E2752
}

.profession-chain__item--selected ~ * {
    color: #4589FF
}

.profession-chain__item--selected ~ *:hover {
    color: #2b6fe6
}

.profession-chain__item--selected ~ * input {
    background: #4589FF
}

.profession-card {
    flex: 1;
    min-width: 306px;
    padding: 24px;
    background: #E5F7FD;
    border: 1px solid #A9E9FF;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px
}

.profession-card > :not(:last-child) {
    margin-bottom: 16px
}

.profession-card__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0E2752
}

.profession-card__experience {
    margin-top: 4px;
    color: #5B5B5B
}

.profession-card__salary {
    font-weight: bold
}

.profession-card__description {
    line-height: 20px
}

.profession-card__specialities {
    list-style: none
}

.profession-card__speciality {
    color: #0E2752
}

.profession-card__speciality:not(:last-child) {
    margin-bottom: 10px
}

.map-details__top {
    display: flex;
    flex-direction: column;
    align-items: center
}

.map-details__title {
    margin: 40px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0E2752
}

.map-details__logo {
    margin-bottom: 50px;
    width: 166px
}

.map-details__image {
    height: 132px
}

.map-details__block-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7px
}

.map-details__block {
    position: relative;
    margin: 30px 7px 0;
    padding: 28px 24px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px
}

.map-details__block--100 {
    width: 100%
}

.map-details__block--50 {
    flex: 1;
    display: inline-block;
    min-width: 350px
}

.map-details__block--50:first-child {
    margin-right: 7px
}

.map-details__block--50:last-child {
    margin-left: 7px
}

.map-details__block-title {
    position: absolute;
    left: 24px;
    top: -14px;
    padding: 7px 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFFFFF;
    border-radius: 5px
}

.map-details__block-title--teal {
    background: #22B7C2
}

.map-details__block-title--pink {
    background: #DD4491
}

.map-details__block-title--orange {
    background: #EE6837
}

.map-details__block-title--green {
    background: #54D233
}

.map-details__text {
    font-size: 16px;
    line-height: 20px
}

.map-details__back-button {
    padding: 10px 24px;
    font-weight: 500;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0E2752;
    background: #E5F7FD;
    border: 1px solid #A0E1F9;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer
}

.map-details__back-button:hover {
    background: #DAF4FD
}

.map-details__block-group {
    margin-bottom: 100px;
}
.breadcrumb {
    font-size: 16px;
}
.arbis-logo img {
    max-height: 50px;
}
.btn-back {
    height: 31px;
    line-height: 17px;
    font-weight: bold;
    background-color: #004a8f;
    border-color: #004a8f;
}

.program-items {
    border-top: 2px #E8E8E8 solid;
    padding-top: 30px;
}

.program {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2D2A38;
    padding: 6px 8px;
    background: #E8E8E8;
    border-radius: 10px;
    width: fit-content;
}
/* End */
/* /local/components/career/career.department/templates/arbis/style.css?171898166621521 */
