.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)*/
    outline-color: rgb(77, 144, 254);
    outline-offset:-2px;
    outline-style:auto;
    outline-width:1px;
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0 !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: grey transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent grey transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-input {
    display: inline-block;
    vertical-align: top;
    height: 70px !important;
    box-sizing: border-box;
    box-shadow: none;
    padding: 23px 30px 23px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #25292f;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #969696;
    transition: background-color ease-in-out .15s
}

.selectize-input.dropdown-active,
.selectize-input:hover {
    /* border: 1px solid #0af;
    box-shadow: 0 0 0 2px #cef !important */
}

.select_error .selectize-input {
    color: #f03b51;
    border-bottom: 2px solid #f03b51;
}

.select_error .selectize-input.dropdown-active,
.select_error .selectize-input:hover {
    /* border-color: #0af */
}

.select_error + .form__error-msg {
    display: block;
}

.selectize-input .item {
    vertical-align: top;
    white-space: nowrap;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 16px;
    font-weight: 400
}

.selectize-input .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 46px;
    height: 36px;
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 20%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 20%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 20%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

.vacancy__form .selectize-input .item:after {
    background: #eaedf5;
    background: -moz-linear-gradient(left, rgba(240, 242, 248, 0) 0, #f0f2f8 20%, #f0f2f8 100%);
    background: -webkit-linear-gradient(left, rgba(240, 242, 248, 0) 0, #f0f2f8 20%, #f0f2f8 100%);
    background: linear-gradient(to right, rgba(240, 242, 248, 0) 0, #f0f2f8 20%, #f0f2f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f2f8', endColorstr='#f0f2f8', GradientType=1)
}

.selectize-input.focus {
    box-shadow: none
}

.selectize-input.dropdown-active:before {
    left: 12px;
    right: 15px;
    background: #fff
}

.selectize-control {
    height: 70px !important;
    line-height: 70px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    border-color: rgba(240, 242, 248, .5);
    background-color: #dce0eb
}

.selectize-control .selectize-input.disabled:hover {
    border-color: rgba(240, 242, 248, .5);
    box-shadow: none !important
}

.selectize-control.single .selectize-input {
    font-size: 0
}

.selectize-control.single .selectize-input input[type=select-one],
.selectize-control.single .selectize-input input[type=text] {
    display: inline-block;
    vertical-align: top;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 16px;
    font-weight: 400;
    color: #25292f;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    padding-right: 3px !important
}

.selectize-control.single .selectize-input input[type=select-one]::-webkit-input-placeholder,
.selectize-control.single .selectize-input input[type=text]::-webkit-input-placeholder {
    color: #25292f;
    font-size: 16px;
    font-weight: 400;
}
.selectize-control.single .selectize-input input[type=select-one]:-webkit-input-placeholder,
.selectize-control.single .selectize-input input[type=text]:-webkit-input-placeholder {
    color: #25292f;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}

.selectize-control.single .selectize-input input[type=select-one]::-moz-placeholder,
.selectize-control.single .selectize-input input[type=text]::-moz-placeholder {
    color: #25292f;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}

.selectize-control.single .selectize-input input[type=select-one]:-ms-input-placeholder,
.selectize-control.single .selectize-input input[type=text]:-ms-input-placeholder {
    color: #25292f;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}

.selectize-control.single .selectize-input input[type=select-one]:-moz-placeholder,
.selectize-control.single .selectize-input input[type=text]:-moz-placeholder {
    color: #25292f;
    font-size: 16px;
    font-weight: 400;
}

.selectize-control.single .selectize-input .item+input[type=select-one],
.selectize-control.single .selectize-input .item+input[type=text] {
    width: auto !important
}

.selectize-control.single .selectize-input:after {
    width: 12px;
    height: 7px;
    border: 0;
    right: 18px;
    margin-top: -2px;
    background-image: url(../img/ctrl/arr.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.selectize-control.single .selectize-input.dropdown-active:after {
    background-image: url(../img/ctrl/arr.svg);
    margin-top: -2px
}

.selectize-control.single .selectize-input:hover:not(.disabled) .item {
    color: rgba(0, 0, 0, .4)
}

.selectize-control.single .selectize-input:hover:not(.disabled):after {
    background-image: url(../img/ctrl/arr.svg)
}

.selectize-dropdown {
    display: block !important;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #acb6c3;
    border-top: 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    transition: opacity .2s linear, visibility .2s linear
}

.selectize-dropdown-content {
    position: relative;
    z-index: 1;
    margin-right: -18px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-dropdown-content .create.hidden {
    display: none !important
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 12px 20px
}

.selectize-dropdown [data-selectable] {
    padding: 12px 20px;
    border-top: 0 solid rgba(151, 151, 151, .2);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2f3441
}

@media (max-width:575px) {
    .selectize-dropdown [data-selectable] {
        font-size: 13px;
        font-weight: 400
    }
}

.selectize-dropdown [data-selectable]:hover {
    background-color: #f0f2f8;
    color: #2f3441
}

.selectize-dropdown [data-selectable]:first-child {
    border-top: 0;
    padding-top: 12px
}

.selectize-dropdown [data-selectable]:last-child {
    padding-bottom: 12px
}

.selectize-dropdown [data-selectable] .highlight {
    background: 0 0;
    border-radius: 0;
    color: #12299f
}

.selectize-dropdown .active {
    background-color: #fff;
    color: #000
}

.selectize-dropdown>.nano-pane {
    position: absolute;
    width: 4px;
    right: 6px;
    top: 5px;
    bottom: 5px;
    border-radius: 1px;
    background: #f0f2f8;
    opacity: 1;
    z-index: 9
}

.selectize-dropdown>.nano-pane>.nano-slider {
    border-radius: 1px;
    background-color: #acb6c3;
    transition: background-color .1s ease-in-out;
    margin: 0
}

.selectize-dropdown>.nano-pane:hover>.nano-slider {
    background-color: #acb6c3
}

.selectize__container {
    position: relative
}

.select {
    position: relative;
    font-family: 'roboto', sans-serif;
}

.select select {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.select__select {
    position: relative
}

.select .selectize-control.single .selectize-input .item+input[type="select-one"],
.select .selectize-control.single .selectize-input .item+input[type="text"] {
    opacity: 0;
    visibility: hidden
}

.select [data-select-create=true]+.selectize-control.single .selectize-input .item+input[type="select-one"],
.select [data-select-create=true]+.selectize-control.single .selectize-input .item+input[type="text"] {
    opacity: 1;
    visibility: visible
}

.nano {
    width: 100%;
    position: relative;
    overflow: hidden
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.nano .nano-content:focus {
    outline: thin dotted
}

.nano .nano-content::-webkit-scrollbar {
    display: none
}

.nano>.nano-pane {
    width: 10px;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden\9;
    opacity: .01
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}