@charset "UTF-8";.vacancies{display:flex;flex-direction:column;gap:24px 0}.vacancies__group{display:flex;flex-direction:column;gap:16px 0}.vacancies__group .search{margin-bottom:0}.vacancies__filters{display:grid;gap:8px 0}.vacancies__amount{font-weight:600}.vacancies__chips{display:flex;flex-wrap:wrap;gap:8px 4px}.vacancies__chips:empty{display:none}.vacancies__cont{display:flex;flex-direction:column;gap:24px 0;padding-bottom:60px}.vacancies__list{display:flex;flex-direction:column;gap:12px 0}.vacancies__message{display:flex;flex-direction:column;gap:12px 0;padding-bottom:80px}.vacancies__message p{margin-block:0}@media (min-width: 768px){.vacancies{gap:32px 0}.vacancies__group{gap:24px 0}.vacancies__group .search{margin-bottom:0;max-width:100%}.vacancies__filters{grid-template-columns:repeat(3,1fr);gap:0 12px}.vacancies__total{font-size:18px;line-height:28px}.vacancies__chips{gap:8px}.vacancies__cont{gap:32px 0;padding-bottom:80px}.vacancies__list{gap:16px 0}.vacancies__message{max-width:554px;padding-bottom:120px}.vacancies__message p{font-size:18px;line-height:28px}}@media (min-width: 1024px){.vacancies{gap:40px 0}.vacancies__group .search{max-width:849px}.vacancies__filters{display:grid;grid-template-columns:repeat(3,min-content)}.vacancies__filters .custom-select{min-width:200px}.vacancies__cont{gap:40px 0;padding-bottom:100px}.vacancies__cont .button--show-more{width:fit-content}.vacancies__message{padding-bottom:140px}}.vacancy-card{background:#F5F7FA;border-radius:24px;display:flex;flex-direction:column;gap:24px 0;padding:24px}.vacancy-card__button.button{width:fit-content}.vacancy-card__cont{display:flex;flex-direction:column;gap:12px 0}.vacancy-card__group{display:flex;flex-direction:column;gap:8px 0}.vacancy-card__group h2{font-size:18px;font-weight:600}.vacancy-card__notation{display:flex;flex-wrap:wrap;gap:4px 0}.vacancy-card__notation span{color:#505962;font-size:14px;line-height:20px}.vacancy-card__notation span:after{content:"•";margin-inline:4px}.vacancy-card__notation span:last-child:after{content:none}.vacancy-card .button--vacancy-card{margin-right:auto;min-height:56px}.vacancy-card--slider{justify-content:space-between}@media (min-width: 768px){.vacancy-card{gap:0 24px;flex-direction:row;padding:30px}.vacancy-card__button.button{font-size:16px}.vacancy-card__button.button .icon-arrow-right{width:38px;height:38px}.vacancy-card__cont{flex-grow:1}.vacancy-card__group h2{font-size:22px;line-height:29px}.vacancy-card__notation span{font-size:16px;line-height:24px}.vacancy-card .button--vacancy-card{flex:none;margin-left:auto;margin-right:0;margin-top:auto}.vacancy-card--slider{flex-direction:column;row-gap:24px;padding:24px}.vacancy-card--slider .vacancy-card__notation span{font-size:14px;line-height:20px}.vacancy-card--slider .vacancy-card__price{font-size:18px;line-height:28px}.vacancy-card--slider .vacancy-card__cont{gap:20px}}@media (min-width: 1024px){.vacancy-card{gap:0 40px;padding:40px}.vacancy-card__cont{gap:16px 0}.vacancy-card__group h2{font-size:32px;line-height:38px}.vacancy-card__price,.vacancy-card__notation span{font-size:18px;line-height:28px}.vacancy-card__notation span:after{margin-inline:8px}.vacancy-card--slider{row-gap:24px;padding:24px}.vacancy-card--slider .vacancy-card__group h2{font-size:22px;line-height:28px}}.chips{display:flex;align-items:center;gap:8px;color:#505962;font-size:var(--font-size);font-weight:500;line-height:var(--line-height);background-color:#f5f7fa;--bg-hover: #DFE4EC;border:0;border-radius:100px;min-height:var(--min-height);padding:var(--padding);transition:background-color .3s;cursor:pointer;--min-height: 34px;--padding: 8px 12px;--font-size: 14px;--line-height: 16px}.chips i{color:#8898aa;font-size:18px}@media not all and (pointer: coarse){.chips:hover{background-color:var(--bg-hover)}}.chips--green{color:#f5f7fa;background-color:#2f7a85;--bg-hover: #004F61}.chips--green i{color:#f5f7fa}.chips--md{--min-height: 40px;--padding: 8px 16px;--font-size: 16px;--line-height: 20px}@media (min-width: 768px){.chips--sm-md{--min-height: 40px;--padding: 8px 16px;--font-size: 16px;--line-height: 20px}}.custom-select{position:relative;width:100%}.custom-select .os-scrollbar-vertical{right:8px}.custom-select .os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:none}.custom-select.expanded .os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto}.custom-select.disabled{pointer-events:none}.custom-select__trigger{display:flex;align-items:center;background-color:transparent;border:1px solid #DFE4EC;border-radius:var(--radius, 8px);transition:border-color .3s ease;max-width:100%;min-width:100%;height:var(--size);padding:var(--padding);outline:none;cursor:pointer}.custom-select__trigger>i{color:#8898aa;font-size:24px;margin-left:auto;transition:transform .3s}.expanded .custom-select__trigger>i{transform:rotate(180deg)}.expanded .custom-select__trigger{border-color:#2f7a85}.disabled .custom-select__trigger{background-color:#f5f7fa;border-color:#f5f7fa}.disabled .custom-select__trigger>i{color:#bfcad9}@media not all and (pointer: coarse){.custom-select__trigger:hover,.custom-select__label:hover+.custom-select__trigger{border-color:#2f7a85}}.custom-select__label{color:#74818f;font-weight:500;margin-bottom:6px;cursor:pointer}.custom-select__choice{display:block;text-align:left;color:#a3b0c2;font-size:var(--font-size, 16px);line-height:var(--line-height, 24px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;transition:color .3s;flex-grow:1}.choiced .custom-select__choice,.custom-select--multiple .custom-select__choice{color:#383f46}.disabled .custom-select__choice{color:#bfcad9}.custom-select__option-label{cursor:pointer;font-size:14px;line-height:20px;color:#505962;border-radius:4px;padding:7px 12px;transition-property:background-color,color;transition-duration:.3s}.custom-select__option-label:has(.custom-select__input:checked){color:#2f7a85}@media not all and (pointer: coarse){.custom-select__option-label:hover{background-color:#f5f7fa}}.custom-select__input{position:absolute;font-size:0;width:0;height:0;overflow:hidden;visibility:hidden;opacity:0}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;background-color:#fff;border-radius:8px;max-height:220px;padding:8px;opacity:0;pointer-events:none;transition:opacity .3s;box-shadow:0 4px 30px #66727e1a}.expanded .custom-select__dropdown{opacity:1;pointer-events:auto}.custom-select__counter{display:flex;justify-content:center;align-items:center;color:#edf0f5;font-size:14px;line-height:16px;font-weight:500;background-color:#2f7a85;border-radius:28px;min-width:20px;height:20px;padding:1px 3px;margin:0 4px 0 12px;transition:opacity .3s}.custom-select__counter:empty{opacity:0}.disabled .custom-select__counter{background-color:#bfcad9}.custom-select--bg{--size: 56px;--padding: 13px 19px;--radius: 16px;--font-size: 18px;--line-height: 28px}.custom-select--md{--size: 48px;--padding: 11px 19px}.custom-select--sm{--size: 40px;--padding: 9px 19px}.custom-select--multiple .custom-select__option-label{padding:0}@media (min-width: 768px){.custom-select--sm-bg-bg{--size: 56px;--padding: 13px 19px;--radius: 16px;--font-size: 18px;--line-height: 28px}}
