body {
    overflow-x: hidden;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: "PT Sans", Arial, "Lucida Grande", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; text-decoration : none;
}

body .ui-body-c, body .ui-overlay-c {
    text-shadow: 0 0 0;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper,
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
    text-shadow: none !important;
}

.ui-content {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited,
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #000000;
}

a {
    text-decoration: none !important;
    color: #000000;
    font-weight: normal !important;
}

a:active {
    background: #fff9c1 !important;
}

a img {
    border: none;
}

.page {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    z-index: 2;
    transition: all 0.3s;
    top: 0;
}

.slided {
    left: 90% !important;
    transition: all 0.3s;
    position: absolute;
    z-index: 2;
}

.main-menu-panel {
    background-color: #f8f8f8;
    z-index: 1100;
    /*margin-top: 2.9375rem;*/
}

.with-banner .main-menu-panel {
    margin-top: 6.9375rem!important;
}

.mob-mainmenu {
    position: absolute;
    z-index: 1;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-menu-panel ul {
    padding: 0;
    margin: 0;
    /*margin-right: 10%;*/
    background-color: #f8f8f8;
}

.main-menu-panel li {
    display: block;
    position: relative;
}

.main-menu-panel li:first-child{
    border-bottom: solid 0.0625rem #d5d5d5;
}

.main-menu-panel li a > span {
    padding-right: .125rem;
    font-size: 1rem;
}

.main-menu-panel li a > .svg-image {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: .5rem;
    opacity: .5;
}

.main-menu-panel a.active > .svg-image{
    opacity: 1;
}

.main-menu-panel li:first-child {
    border-top: none
}

.main-menu-panel a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    padding: .625rem .625rem .625rem 1.25rem;

}

.main-menu-panel li a {
   /* font-weight: bold !important;*/
    color: #333;
}

.main-menu-panel a.active, .main-menu-panel a.active span {
    /*color: white !important;*/
    background: #ffe79e;
}

.mob-main-menu-username {
    font-size: .9375rem;
    font-weight: bold;
    color: black;
    padding-top: .5rem;
}

.mob-main-menu-login {
    font-size: .9375rem;
    padding: 0 .625rem .5rem;
    color: #747474;
    margin-bottom: .2rem;
}

.mob-pagemask {
    position: absolute;
    margin-left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(230, 230, 230, 0.8);
    transition: all 0.3s;
}

.mob-content-wrapper {
    position: absolute;
    top: 2.8125rem;
    width: 100%;
    height: 100%;
    /* overflow-x: hidden;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -2.8125rem;
}

.mob-content {
    min-width: 15em;
    margin: 0;
    position: relative;
    padding-bottom: 2.8125rem;
}

#restricted-vacancy-wrapper {
    position: absolute;
    top: 2.8125rem;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 122;
}

#restricted-vacancy-content {
    text-align: center;
    width: 100%;
    margin-bottom: 2.8125rem;
}

.mob-footer {
    width: 100%;
    margin-bottom: 2em;

}

.popup-wrapper, .login-wrapper {
    z-index: 90;
    background: #f7f7f7;
    display: none;
    position: absolute;
    top: 2.8125rem;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -2.8125rem;
}

.login-wrapper {
    z-index: 91;
}

.popup-content, .dialog-content, .login-content {
    margin-bottom: 2.8125rem;
    background: white;
}

.dialog-wrapper {
    z-index: 121;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mob-bar {
    margin: 0;
    width: 100%;
    height: 2.8125rem;
    vertical-align: 2.8125rem;
    z-index: 100;
    border-bottom: solid 0.0625rem #aaa;
    background: white !important;
}

.with-banner .mob-bar {
    height: 6.8125rem;
    vertical-align: 6.8125rem;
}

.mob-bar-shadow {
    margin: 0;
    left: 0;
    top: 3rem;
    position: absolute;
    width: 100%;
    height: .5rem;
    z-index: 99;
    opacity: .5;
}

.with-banner .mob-bar-shadow {
    top: 7rem;
}

.mob-bar-button-mainmenu {
    height: 2.0rem;
    width: 2.0rem;
    border: 0.2rem solid #e3e6e7;
    border-radius: 0.4rem;
    margin: 0.8rem 0 0 1.0rem;
    background: url('/images/site/mobile/menu.png') 100% 100% no-repeat #ffffff;
    background-size: cover;
    position: absolute;
}

#bar-menu-button {
    padding: .56rem .5rem .25rem 1rem;
    display: block;
/*    background-image: url(/images/svg/m_logo.png);
    background-size: 2.1875rem 1.5rem;
    background-position: .4375rem .625rem;
    background-repeat: no-repeat;*/
}

/*html.svg #bar-menu-button {
    background-size: 2.1875rem 1.875rem;
    background-image: url(/images/svg/m_logo.svg);
    background-position: .4375rem .4375rem;
}*/

#bar-menu-button.backward {
    background-size: 2.1875rem 1.5rem;
    background-position: .4375rem .625rem;
    background-image: url(/images/svg/ar.png);
}

html.svg #bar-menu-button.backward {
    background-size: 2.1875rem 1.875rem;
    background-image: url(/images/svg/ar.svg);
    background-position: .4375rem .4375rem;
}

#bar-menu-button:active, .main-menu-panel a:active {
    background-color: #cccccc;
}

.mob-bar .ui-btn-right {
    right: 0;
}
.ui-panel-dismiss{
    background: black!important;
}
#header-right-button {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    display: none;
    padding: .5rem 1rem;
    position: absolute;
    right: 3rem;
    top: .25rem;
}
#header-right-menu-button {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    display: none;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: -.25rem;
}

#header-chats-button {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    display: none;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: -.25rem;
}

.with-banner .header-right-search-button{
    top: 4.5rem!important;
}
.with-banner .google-play-banner{
 display: block;
}

.google-play-banner{
 display: none;
}

.mob-footer {
    margin: 2rem 1rem 4rem 1rem;
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
}

.mob-footer-logo {
    margin: 0 0 1em;
    height: 1.4em;
    width: 8em;
    background: url('/images/site/mobile/logo.png') 100% 100% no-repeat;
    background-size: contain;
}

.mob-footer-phone {
    border: 0.1em solid #b5b4b4;
    border-radius: 0.2em;
    background-color: #ffffff;
    color: #ea590d;
    margin: -0.1em 0.5em 0;
    padding: 0.1em 0.3em 0.1em
}

.mob-footer-biglink {
    font-size: 1.4em;
    font-weight: 800;
    border-bottom: 0.1em solid #ea590d;
    color: #ea590d;
    line-height: 2em
}

.mob-main-search-container {
    width: auto;
    padding: 1em;
    background-color: #ffce73;
    margin: 0 1em;
    border-radius: 0 0 .5em .5em;
}

.mob-main-searchbox, .mob-main-pass {
    width: 100%;
    padding: .375rem .375rem .375rem 0;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    -webkit-appearance: searchfield;

}

.mob-main-searchbox-reg {
    width: 100%;
    padding: .6rem 0 0 0;
    font-size: 1rem;
    background-color: transparent;
    border: none;
}

.mob-main-empty-search-box {
    padding-left: .2em
}

.mob-main-searchbutton {
    width: 100%;
    padding: 1.2rem 0;
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #f16627;
    border-radius: 0.25rem;
    border: none;
}

.mob-main-search-button {
    width: 100%;
    padding: .625rem 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #f16627;
    border-radius: 0.125rem;
    border: none;
}

.mob-main-create-resume-button {
    padding: .625rem 1rem!important;
    font-size: 1.125rem;
    color: #ffffff!important;
    background-color: #f16627;
    border-radius: 0.125rem;
    border: none;
    margin: 1rem;
    text-align: center;
}

h1 {
    font-weight: bold;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: bold;
    font-size: inherit;
    margin: 0;
}

h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 .5em;
}

.mob-main-cancelbutton {
    width: 100%;
    height: 2em;
    padding: 0.2em;
    font-size: 1.2em;
    font-weight: 800;
    color: #ffffff;
    background-color: #c19c57;
    border-radius: 0.4em;
    border: none;
    margin: 1em 0em 0em
}

h1 {
    font-weight: bold;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: bold;
    margin: .1em 0 .2em 0;
    font-size: 1.25rem;
}

.form-wrapper > h2 {
    padding-right: 1.25rem;
}

h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 .5em;
}

.float-left {
    float: left;
}

.clear {
    float: none;
    clear: both;
}

.big-label {
    font-size: 1.2em
}

.bold {
    font-weight: 400
}

.real-bold {
    font-weight: bold !important;
}

.visible {
    display: block !important;
}

.visible2 {
    visibility: visible !important;
}

.hidden {
    display: none !important;
}

.margin-sides {
    margin-left: .6rem;
    margin-right: .6rem !important;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.bullet:before {
    content: "\e615";
    font-family: 'icomoon';
    font-size: 1rem;
    right: 1.25rem;
    margin: 0;
    position: absolute;
    color: #d2d2d2;
}

.list-filter .search-history-line.bullet:before {
    margin: .6rem 0 0 0;
}

.black:after {
    color: #000000 !important;
    font-weight: 800;
    margin: -1.4em 1em 0 0;
}

.clearfilter {
    font-size: 1rem;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    height: 2.7em;
    width: 1.7rem;
    text-align: right;
    padding-right: 1.125rem;
}

.orange-text {
    color: #ea590d;
}

.orange-bg {
    background-color: #ea590d;
}
.real-orange-bg{
    background-color: #f16627 !important;
}
.list-view {
    margin: 0;
}

.list-filter .hWrapper {
    background: #ffffff;
}

/* start карточка вакансии в списке выдачи поиска*/
.result-field {
    background: #f16627;
    padding: .625rem;
    color: white;
}

#vacancy-list .vvl-one,
.actual-vacancies .vvl-one {
    list-style-type: none;
    background: #ffffff;
    border-bottom: .0625rem solid #000;
    position: relative;
}

.actual-vacancies .vvl-one{

}


#vacancy-list .vvl-one.vvl-vip- {
    background-color: #fff9c1 !important;
}

.vvl-vip-, #vacancy-list .vvl-one.vvl-vip- {
    background-image: url(/images/site/structure/exclusive.png);
    background-position: top right;
    background-color: transparent;
    background-repeat: no-repeat;
}

.vvl-vip- .vacancy-name {
    color: #f26122;
}

.salary- {
    font-size: .9375rem;
    color: #2f2f2f;
    padding: .25rem .6rem .5625rem 0;
    display: inline-block;
}

/*
.vvl-no-paid- .salary- {
    background: #d9d9d9;
    color: #000000;
}
*/
.vvl-one .logo- {
    vertical-align: top;
}

.vvl-one:last-child {
    border-bottom: .1em solid #cccccc;
}

ul {
    margin: 0;
    padding: 0;
}

.ui-btn {
    text-align: inherit;
    margin: 0;
    white-space: inherit
}

.vvl-vip- .ui-btn {
    background: #fff9c1;
}

.search-result-line {
    position: relative;
    display: block;
    padding: 0 1.25rem;
}

.logo {
    float: right;
    margin: 0 1.25rem .25rem 0;
    width: 4.4375rem;
    height: 4.4375rem;
    border: solid #dadada .0625rem;
    border-radius: .25rem;
    line-height: 4.4375rem;
    text-align: center;
    background: white;
}

.logo img {
    max-width: 4.4375rem;
    max-height: 4.4375rem;
}

.company-wrapper {
    position: relative;
    min-height: 5rem;
}

/* end карточка вакансии в списке выдачи поиска*/

/* start виджет Невавние поиски*/
.search-history-header {
    color: #666666;
    padding: 1rem 1.25rem .3125rem 1.25rem;
    font-size: .9375rem;
    font-weight: normal;
    border-top: #dadada .0625rem solid;
    border-bottom: #dadada .0625rem solid;
    background-color: white;
}

.search-history {
    list-style: none;
    margin-left: 0;
    padding: 0
}

.search-history-line {
    display: block;
    color: #ff631b !important;
    padding: .5rem 1.25rem .5rem 1.25rem;
    position: relative;
    border-bottom: #dadada .1em solid;
    cursor: pointer;
    min-height: 1rem;
    background-color: #f8f8f8;
    font-size: .75rem;
    font-weight: normal !important;
}

.list-filter .search-history-line {
    display: block;
    color: #ffffff !important;
    padding: .5rem 1.25rem 0 1.25rem;
    position: relative;
    cursor: pointer;
    min-height: 1rem;
    background-color: #f16627;
    font-size: .9375rem;
    font-weight: normal !important;
    border: solid .1rem #f16627;
}

.search-history-line b {
    font-size: 1.125rem;
    display: block;
    font-weight: bold;
    color: #000000;
}

.search-history-button {
    padding: .5rem 1.25rem !important;
}

.list-filter .search-history-line b {
    color: #ffffff;
}

.search-history-line .scope-gray {
    position: absolute;
    width: .7em;
    height: .7em;
    left: .1em;
    top: .8em;
}

.search-history-line .icon-right-arrow {
    color: black !important;
    font-size: .5625rem;
}

.search-history-clear-button {
    float: right;
    font-weight: normal;
    font-size: .9em;
    padding: 0 .3em .1em .3em;
    cursor: pointer;
    margin-right: 1em;
    line-height: .9em;
    margin-top: 0.3em;
}

/* start виджет Недавние поиски */
/* общие элементы */
.array-r {
    background: url(/images/site/mobile/arr_r_grey.png) no-repeat right .5em center;
    padding-right: 1em;
}

.array-r-black {
    background: url(/images/site/mobile/arr_r_black.png) no-repeat right .5em center;
}

.float-right {
    float: right
}

h1 {
    font-size: 1.2em
}

.left-padding {
    padding-left: .5em
}

.ui-standart-padding-left {
    padding-left: 1.25rem;
}

.bottom-padding {
    padding-bottom: .5em
}

.trade-orange {
    color: #ff631b !important;
}

.trade-gray {
    color: #cdcdcd !important;
}

#agreementLink {
    text-decoration: none;
    color: #f16627 !important;
}

.categories-list-element {
    padding-left: 1.25rem;
    height: 2.66rem;
    position: relative;
    background-color: #ffffff;
    vertical-align: -webkit-baseline-middle;
}

.categories-list-element:active, .vacancies-by-category:active {
    background: #feefe9;
}

.categories-button {
    display: block;
    margin: .5em .65em;
    font-size: 1.5em;
    font-weight: bold;
    padding: .2em .7em;
    background-color: #ffce73;
    border-radius: .3em;
}

#search-loader {
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    opacity: .5;
}

#search-loader i {
    font-size: 3em;
}

.header-title {
    font-size: 1.25rem;
    font-weight: bold !important;
    padding: .625rem 1.5rem .1875rem 3rem;
    display: inline-block !important;
    margin: -.5rem 0 0 -.5rem;
    font-family: "PT Sans", sans-serif;
    white-space: nowrap;
    max-width: 90%;
}

#main-logo-menu, #main-logo-back {
    position: absolute;
}

#advsearch {
    display: none;
    background: white;
    padding-top: 2.8125rem;
}

.with-banner #advsearch {
    padding-top: 6.8125rem;
}
.margin-left-1em {
    margin-left: 1em
}

.margin-bottom {
    margin-bottom: 1em;
}

/* start карточка вакансии */
.map-link {
    display: block
}

.vvloa-box {
    border-bottom: .0625rem solid #dadada;
    padding: .625rem 1.25rem;
}

.vvloa-box.first {
    border-top: .0625rem solid #dadada;
}

.vvloa-box.link {
    background: #f8f8f8;
}

.standart-padding {
    padding: .5em .5em .5em 1em;
}

.vacancy-card {
    padding-top: .3em;
}

.vacancy-card .salary- {
    padding: .125rem .5rem 0;
    background: #f16627;
    display: inline-block;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: .75rem;
}

.vacancy-name {
    margin: .6em 0 .2em 0;
    font-weight: bold;
    font-size: .9375rem;
    line-height: 1.0625rem;
}

.vacancy-card .vacancy-name {
    font-size: 1.125rem;
    margin: .625rem 1.25rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.375rem;
}

.vacancy-card h2 {
    font-size: 1.25rem;
}

.send-resume-button {
    padding: .438rem .65rem;
    color: #ffffff !important;
    border-radius: .2rem;
    font-size: 1.125rem;
    font-weight: bold;
    margin: .45rem .6rem;
    background: #ff631b;
    line-height: 1.25rem;
    display: inline-block;
    text-align: center;
}

a.send-resume-pseudolink{
    background: transparent!important;
    color: #ff631b!important;
    border-bottom: 0.0625rem dashed;
    padding: 0!important;
    margin: 0.8125rem .65rem!important;
    border-radius: 0;
}

.helper-button{
    font-weight: normal;
    border-bottom: 0.0625rem dashed;
    color:lightgray!important;
}
.phone-button {
    padding: .375rem;
    border: .1em solid #f26122;
    color: white;
    border-radius: .2rem;
    font-size: 1.25rem;
    margin: .29em 3em .29em .75em;
    background: #f26122;
    font-weight: bold;
    line-height: 1.2rem;
    display: block;
    text-align: center;
}

#vacancy-list .favorite-button {
    padding: .625rem;

}

.favorite-button {
    position: absolute;
    left: 0;
    /*top: 50%;*/
    bottom: .688rem;
    padding: 0 1.25rem;
    /*margin-top: -.625rem;*/
}

.favorite-button i {
    font-size: 1.3em;
}

/* end карточка вакансии */

.mob-advsearch-wrapper {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.mob-advsearch-container {
    width: auto;
    padding: 1em;
    margin: 0;
    background-color: #ffce73;
}

.mob-advsearch-filters {
    width: 100%;
    padding: 0 1em 0 0;
    margin: 0;
}

.mob-advsearch-filters li {
    display: block;
    background-color: #ffffff;
    text-align: left;
    border-top: solid .1rem #c7c7c7;
    line-height: 2.7rem;
    padding: 0 2.3rem 0 .6rem;
    position: relative;
}

.mob-advsearch-filters li.active {
    background-color: #ffffff;
}

.mob-advsearch-filters li:last-child {
    border-bottom: solid .1rem #c7c7c7;
}

.mob-advsearch-filters-desc,
#advsearch .filter-description {
    margin: -0.5em 0 0 0;
    padding: 0 0 0.5em 0;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1em;
}

.mob-shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    display: none;
    padding: 0;

}

.mob-shade-loading {
    background: url('/images/site/icons/activity.GIF') 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    /*  background-origin: content-box*/
    background-size: auto;
}

.mob-dialog-box {
    max-height: 100%;
    background-color: #ffffff;
    border: none !important;
    z-index: 120;
    overflow-x: hidden;
    overflow-y: auto;
}

.mob-dialog-box-header {
    width: auto;
    padding: .6rem;
    border-bottom: solid .1rem #c7c7c7;
}

.mob-dialog-box-content {
    padding: 0 0 0;
    width: auto;
    overflow-x: hidden;
}

.mob-dialog-box-content label {
    margin: 0 0 0 1em;
}

.mob-dialog-box-footer {
    padding: .6em 0 .6em;
    width: auto;
    background: #f16627;
    color: #ffffff;
    height: 2rem;
}

.mob-dialog-box-button {
    width: auto;
    height: 2em;
    padding: 0em 1em 0em;
    text-align: center;
    line-height: 2em;
    user-select: none;
    -webkit-user-select: none;
}

.mob-dialog-box-input {
    width: 75%;
    height: 2em;
    padding: 0.1em;
    margin: 0.5em 1em 0.5em 1em;
    font-size: 1.2em;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: inset 0.1em 0.1em 0.3em rgba(122, 122, 122, 0.3);
    border: 1px solid #aaaaaa;
}

.mob-advsearch-checkboxlist {
    width: 100%;
    padding: 0 1em 0 0;
    margin: 0;
}

.mob-advsearch-checkboxlist .item {
    display: block;
    background-color: #ffffff;
    text-align: left;
    border-bottom: solid 1px #aaaaaa;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2.6em;
    padding: 0 3em 0 1em;
    position: relative;
}

.mob-advsearch-checkboxlist .item input {
    height: 2em;
    width: 2em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mob-advsearch-checkboxlist .checkbox-wrapper {
    margin: -0.75em 0 0 0;
    top: 50%;
    right: 0.5em;
    padding: 0 0 0 0;
    width: 1.5em;
    height: 1.5em;
    float: left;
    position: absolute;
}

.mob-advsearch-checkboxlist .title-wrapper {
    margin: 0;
    padding: 0;
    width: 10em;
    height: 2.6em;
    float: left;
    line-height: 2.6em;
}

.mob-advsearch-checkboxlist .item:last-child {
    border-bottom: none
}

/* селектор городов! */

.geoplace-selector {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.geo-list {
    width: auto;
    height: 400px;
    padding: 12px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ffffff;
}

.geo-list .level {
    padding-left: 1em;
}

.geo-list .item {
    font-size: 1.1em;
    margin: 0 0.5em 0 0.5em;
}

.geo-list .item.selected {
    background: #FBE6BE
}

.geo-list .item.active {
    background: #FFE682 !important
}

.geo-list .item.parent {
    font-weight: 700 !important;
}

.geo-list .item.f-hidden {
    display: none !important;
}

.mob-advsearch-inputfilter {
    width: 100%;
    padding: .1rem;
    margin: .6rem 0;
    font-size: 1rem;
    background-color: #f8f8f8;
    border: none;
}

.mob-advsearch-inputfilter-wrapper {
    width: auto;
    padding: 0 0.6rem 0;
    background-color: #f8f8f8;
    border-bottom: solid .1rem #c7c7c7;
}

.mob-advsearch-nestedcheckboxlist-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 15rem;
    z-index: 125;
}

.mob-advsearch-nestedcheckboxlist {
    width: 100%;
    height: auto;
    margin: 0;
}

#categoryItemsList .level {
    display: none;
}

#categoryItemsList {
    padding-top: .5rem;
}

.mob-advsearch-nestedcheckboxlist .item {
    display: block;
    vertical-align: middle;
    background-color: #ffffff;
    text-align: left;
    position: relative;
}

/*.mob-advsearch-nestedcheckboxlist .item.cat {
    display: block;
    min-height: 2.6em;
    height: auto !important;
    line-height: 2.6em;
    position: relative;
}*/

/*.mob-advsearch-nestedcheckboxlist .item.highlight {
    display: block !important;
    background-color: #fff9c1 !important;
}*/

.mob-advsearch-nestedcheckboxlist .item.parent {
    background-color: #ffffff;
}

.mob-advsearch-nestedcheckboxlist .item .title-wrapper {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: .6rem 0;
}

.mob-advsearch-nestedcheckboxlist .item .title-wrapper-cat {
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
    line-height: 1.1em;
    font-size: 1rem;
}

.mob-advsearch-nestedcheckboxlist .item .checkbox-wrapper {
    margin: -0.75em 0 0 0;
    top: 50%;
    right: 0.5em;
    padding: 0 0 0 0;
    width: 1.5em;
    height: 1.5em;
    float: left;
    position: absolute;
}

.mob-advsearch-nestedcheckboxlist .item.l2 .title-wrapper {
    padding-left: 1.5em;
}

.mob-advsearch-nestedcheckboxlist .item.l1 .title-wrapper {
    padding-left: 0.7em;
}

.mob-advsearch-nestedcheckboxlist .item.cat.l1 .title-wrapper-cat {
    padding: 0 0 0 1em !important;
}

.mob-advsearch-nestedcheckboxlist .item:first-child {
    border-top: solid 1px #aaaaaa;
}

.mob-advsearch-ncheckbox {
    height: 2em;
    width: 2em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mob-advsearch-checkboxlist .item {
    display: block;
    background-color: #ffffff;
    text-align: left;
    border-bottom: solid .1rem #c7c7c7;
    font-size: 1rem;
}

.mob-advsearch-checkboxlist .item:last-child {
    border-bottom: none
}

.header-text {
    font-size: 1.5em;
    padding: .5em .75em .5em .75em;
    display: block;
}

.m-selector {
    width: 100%;
    font-size: 1rem;
    padding: .6rem;
}

.m-selector option {
    padding: .6em
}

.resume-sent {
    margin: .29em 01em
}

.light-login dd {
    margin-right: 2em;
    margin-left: 1em;
}

.light-login .input-label {
    padding: .5em 1em 0 1em;
    display: block;
}

.link-in-login {
    margin-left: 1em !important;
    text-decoration: underline;
    font-size: 1.2em
}

.light-login .cf-star {
    display: none
}

#header-right-button.invert-button, #header-right-button.has-filter {
    color: #ffffff;
    background: #f16627;
}

.search-result-line:visited .vacancy-name {
    color: #833983 !important;
}

/*.vvl-vip- .search-result-line{
    background-image: url(/images/site/structure/exclusive.png);
    background-position: top right;
    background-repeat: no-repeat;
}*/
.border-none {
    border: none
}

.vacancy-response-shadow {
    position: absolute;
    left: 0;
    bottom: 3em;
    height: .5em;
    width: 100%;
    z-index: 98;
    opacity: .2

}

.company-card-info {
    background-color: #f5f5f5;
    padding: .6rem;
    border-bottom: solid .1rem #c7c7c7;
}

#response-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.8125rem;
    width: 100%;
    background: #f8f8f8;
    z-index: 99;

}

.ct-count {
    color: gray;
    margin-right: .2em;
    font-size: 1rem;
    line-height: 2.66rem;
}

.ct-count-new {
    color: #f26122;
}

.company- {
    font-size: .75rem;
    color: #666666;
}

.vacancy-card .company- {
    font-size: .9375rem;
}

#favorite-message {
    overflow: hidden;
    text-align: center;
    height: 0
}

/*#dialogbox {
    position: absolute;
    max-height: 100%;
    margin: .6rem;
    z-index:999;
    top: 2.8125rem;
}*/

.rounded-box {
    border: solid #b2b2b2 .1rem;
    border-radius: .125rem;
    margin: .75rem 1rem 0;
    position: relative;
}

.rounded-box.empty-search-history {
    margin: 4.5rem .6rem 2rem;
}

.rounded-box .hr {
    border-bottom: solid .1rem #b2b2b2;
    height: 0;
    margin: 0 .6rem;
}

.rounded-box .label-icon {
    width: 1.6rem;
    text-align: center;
}

.vacancies-by-category {
    height: 3.125rem;
    background-color: #f8f8f8;
    border-top: .1rem solid #dadada;
    display: block;
    line-height: 3.125rem;
    padding-left: 1.25rem;
}

.vacancies-by-category.empty-search-history {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;

}

.in-category-counter {
    background: #f5f5f5;
    color: #221e1f;
    line-height: 2.85rem;
}

.in-category-counter.selected {
    background: #f16627;
    color: white;
}

.in-category-counter.selected b {
    font-weight: normal;
}

.whole-width {
    width: 100%;
}

.header-text-response {
    font-size: 1.12rem;
    padding: .8125rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    border-bottom: .1rem solid #c7c7c7;
}

.response-send-button {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #f16627;
    border: none;
    text-align: center;
}

#bottom-fixed-area {
    position: absolute;

    bottom: 0;
    width: 100%;
    z-index: 90;
    display: none;
}

#explist {
    overflow-x: hidden;
    overflow-y: auto;
}

.registration-button {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #f16627;
    border: none;
    margin-top: 1rem;
}

mark {
    color: #f16627;
    background: transparent;
    font-weight: bold;
}

.autocomplete {
    position: absolute;
    left: 0;
    background: #f8f8f8;
    z-index: 2;
    width: 100%;
    border: solid .1rem #c7c7c7;
    border-bottom: none;
    display: none;
}

#autocompleteList ul, #autocompleteList li {
    list-style: none;
}

#autocompleteList li {
    border-bottom: solid .1rem #c7c7c7;
    padding: .4rem .6rem;
}

.f-counters a {
    display: inline-block;
    float: left;
    padding-left: .6rem;
}

.f-e- {
    color: red;
}

.sexy-checker {
    padding: .25rem;
}

.sexy-checker-checkbox {
    display: none;
}

.ui-panel-inner {
    padding: 0;
}

.ui-radio-double {
    width: 50%;
}

.ui-radio-six {
    width: 16.6%;
}

.ui-controlgroup-horizontal .ui-controlgroup-controls {
    display: block;
    vertical-align: middle;
}

.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn {
    border-right-width: 0;
}

.ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on:after, html .ui-bar-a .ui-checkbox-on:after, html .ui-body-a .ui-checkbox-on:after, html body .ui-group-theme-a .ui-checkbox-on:after, .ui-btn.ui-checkbox-on.ui-btn-a:after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active {
    background-color: #f16627 !important;
    border-color: #f16627 !important;;
    color: #fff;
    text-shadow: none !important;
}

.ui-controlgroup-horizontal .ui-radio-double .ui-btn {
    text-align: center;
    padding: .75rem 0;
    line-height: .75rem !important;
    background: #fff;
}

.form-wrapper {
    background: #fff;
    padding-left: 20px;
    font-family: 'PT Sans', sans-serif !important;
    min-height: 100%;
}

.ui-radio-double .ui-btn, .ui-radio-double label.ui-btn {
    font-weight: normal !important;
    border: .125rem solid #f16627 !important;
    border-radius: 0;
}

.ui-controlgroup-horizontal .ui-radio-double .ui-btn.ui-first-child {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.ui-controlgroup-horizontal .ui-radio-double .ui-btn.ui-last-child {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.ui-header-fixed.ui-fixed-hidden {
    position: fixed;
}

.ui-controlgroup-controls > label {
    position: static !important;
    height: auto !important;
    width: auto !important;
}

.ui-mini {
    margin: 0;
}

.error {
    background-color: rgba(255, 0, 0, .25) !important;
}

.error-text {
    color: red;
    font-size: .75rem;
    font-weight: bold;
    line-height: .75rem;
    padding: .5rem;
}

.resume-part-header {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f16627;
    margin-bottom: 1rem;
}

.mob-input {
    border: 1px solid #b1b1b1;
    padding: .5rem;
    border-radius: 2px;
}

.ui-shadow-inset:not(.rounded-box) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-form {
    display: none;
    border-bottom: 2px solid #b1b1b1;
    padding: .5rem;
    margin-bottom: 1rem;
    background: #f5f5f5;
}

.representative-string {
    padding-bottom: .25rem;
    border-bottom: 1px dotted #b1b1b1;
    margin-bottom: .5rem;
    display: block;
}

.company-name {
    font-weight: bold;
}

.divider {
    height: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #b1b1b1;
}

#geoItemsList label, #categoryItemsList label {
    background: white;
    border: none;
}

#categoryItemsList > .ui-li-static, #geoItemsList .ui-li-static {
    padding: 0;
}

.ui-content .ui-listview, .ui-panel-inner > .ui-listview {
    margin: 0;
}

#categoryItemsList .ui-checkbox, #geoItemsList .ui-checkbox, #categoryItemsList .ui-radio, #geoItemsList .ui-radio {
    margin: 0 0 0 -.625rem;
    position: relative;

}

#categoryItemsList .clipping-text.real-bold {
    padding-right: 2.25rem !important;
}

#categoryItemsList .ui-checkbox-on .clipping-text {
    color: #f16627;
    font-weight: bold;
}

label.placeholder-label {
    margin: 0 0 -.5rem 0;
    color: #ff631b;
    font-size: .85rem;
    padding-top: .5rem;
}

.resume_photo_icon {
    background: #f16627;
    border-radius: 0.1875rem;
    font-size: 1.125rem !important;
    font-weight: bold;
    color: #fff;
    margin: 1rem 1.25rem 0.5rem 0;
    padding: 14px;
}

.resume_photo_icon:active {
    background: #ff5100;
}

/*label.placeholder-label.required:after{
    content: '*';
    color: #a70000;
    padding-left: .25rem;
    font-weight: bold;
}*/
.ui-page-theme-a .ui-radio-on:after, html .ui-bar-a .ui-radio-on:after, html .ui-body-a .ui-radio-on:after, html body .ui-group-theme-a .ui-radio-on:after, .ui-btn.ui-radio-on.ui-btn-a:after {
    border-color: #f16627;
}

.orange- {
    color: #ff7600;
}

.green- {
    color: #469500;
}

.red- {
    color: #900;
}

.gray- {
    color: #999;
}

.darkgray-, .darkgray- * {
    color: #747474;
}

.f-gray- {
    color: #999 !important;
}

.custom-select-wrapper .ui-select .ui-btn > span:not(.ui-li-count) {
    display: block;
    overflow: visible !important;
    white-space: normal !important;
    font-weight: normal;
    padding-bottom: 0;
}

.custom-select-wrapper .ui-select div {
    overflow: visible !important;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    border: none;
}

.ui-orange-btn {
    padding: .8rem 1rem !important;
    text-align: center;
    background-color: #f16627 !important;
    text-shadow: none !important;
    color: white !important;
    line-height: 12px !important;
    height: 10px !important;
    font-size: 1.2rem !important;
    margin: .5rem 0;
}

.ui-orange-outline-btn {
    padding: auto 1rem;
    text-align: center;
    background-color: white !important;
    text-shadow: none !important;
    color: #f16627 !important;
    border: 1px solid #f16627 !important;
    line-height: 12px !important;
    height: 10px !important;
    font-size: 15px !important;
    display: block;
}

.ui-input-text {
    margin: 0;
    border: none;
    border-bottom: 1px solid #bababa !important;
    border-radius: 0;
    text-shadow: none !important;
    font-size: 15px;
}

.ui-input-text input, textarea.ui-input-text {
    line-height: 1.3rem;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 0 20px 0 0;
}

.ui-input-text.ui-focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f16627;
}

.ui-input-text input, textarea.ui-input-text {
    margin: 0 0;
    min-height: 20px;
    text-align: left;
    border: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding-bottom: 0;
}

.custom-select-wrapper .ui-select > .ui-btn, .custom-select-wrapper .ui-select > .ui-btn:hover, .custom-select-wrapper .ui-select > .ui-btn:active {
    font-size: 1.3rem;
    background-color: white;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    padding: 0.2rem 0 0.3rem 0;
    color: #333;
}

.custom-select-wrapper .ui-select > .ui-btn:before, .pseudo-select:after {
    content: "\e615";
    float: right;
    padding-right: 1.25rem;
    font-family: 'icomoon';
    font-size: .75rem;
    color: #f16627;
    position: relative;
    bottom: 0;
}

.sub-form-link:after {
    content: "\e615";
    float: right;
    padding-right: 1.25rem;
    font-family: 'icomoon';
    font-size: .75rem;
    color: #f16627;
    position: relative;
    bottom: -6px;
}

.checkbox-link {
    position: absolute !important;
    border: none !important;
    padding-right: 20px;
    right: 0;
    bottom: -4px;
    z-index: 4;
}

.sub-form-link {
    color: #f16627 !important;
    font-weight: bold !important;;
    font-size: 1.125rem;
}

.add-sub-form.pseudo-select:after {
    bottom: 1rem;
}

.ui-controlgroup-controls .ui-radio, .ui-controlgroup-controls .ui-checkbox {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

.ui-controlgroup-controls .ui-radio > label.ui-btn, .ui-controlgroup-controls .ui-checkbox > label.ui-btn {
    background-color: #ccc;
}

.add-sub-form {
    display: block;
    border-bottom: 1px solid #bababa;
    position: relative;
}

.add-sub-form.ui-orange-btn {
    padding: .8rem 1rem !important;
    border-radius: 0.3rem;
}

.representative-string.add-sub-form {
    height: auto;
    position: relative;
}

#categoryItemsList .representative-string.add-sub-form {
    height: 1.875rem;
    padding: 0;
}

#categoryItemsList .add-sub-form.pseudo-select:after {
    bottom: .9375rem;
}

.clipping-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    /*padding-right: 30px;*/
}

.pseudo-select .clipping-text {
    padding-right: 2rem;
}

.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio, .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox {
    float: left;
    clear: none;
    margin-left: .0625rem;
    padding: .0625rem 0;
    border-radius: .125rem;
}

.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio label {
    padding: 10px 15px;
    line-height: 1;
    height: 21px;
    font-size: 1.2rem !important;
}

.driving-license label {
    padding: 1rem 1rem;
    font-size: 1.2rem;
}

.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio-off, .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox-off {
    color: #000000;
}

input, select, textarea, button, .ui-btn {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: 'PT Sans', sans-serif !important;
}

.sub-form-remover {
    font-size: 10px;
    position: relative;
    bottom: 34px;
    right: 0;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

.ui-text-left {
    text-align: left;
    padding-left: 9px;
}

.ui-inline-block {
    display: inline-block;
}

.ui-border-none {
    border: none;
}

.time-label {
    font-size: 12px;
    color: #666;
    padding-top: 0.2rem;
}

.main-text {
    font-size: 1.2rem;
    color: #000;
    padding-right: 2.25rem;
}

.small-text {
    font-size: .75rem;
    padding-right: 30px;
}

.submit-button {
    margin: 20px 0;
}

.ui-orange-btn:active {
    background-color: #DD4000 !important;
}

.clearfix {
    clear: both;
}

.sub-form-remover > span {
    font-size: .5rem;
    font-weight: bold !important;
}

.category-counter {
    position: absolute;
    right: 15px;
    height: 20px;
    line-height: 20px;
    top: 1px;
    width: 20px;
    background: #ff631b;
    color: white;
    text-align: center;
    font-size: .8125rem;
    border-radius: 3px;
    z-index: 1;
}

.geoplaces-counter {
    position: absolute;
    right: 40px;
    height: 20px;
    line-height: 20px;
    top: 7px;
    width: 20px;
    background: #ff631b;
    color: white;
    text-align: center;
    font-size: .8125rem;
    border-radius: 3px;
    z-index: 1;
}

.geoplaces-counter.centered {
    top: 9px;
}

.white-bar {
    padding: 0 1.25rem;
    background-color: white !important;
}

.service-amount-addtext {
    display: inline;
    overflow: hidden;
    position: absolute;
    left: 25px;
    top: 11px;

    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#Resume_pay_sum {
    padding-right: 80px;
}

.pay-sum-hide {
    margin: 4px 0;
}

.pay-sum-hide > label {
    padding-left: 26px;
    padding-top: 2px;
    padding-bottom: 4px;
    background-color: white !important;
}

.pay-sum-hide .ui-btn-icon-left:after {
    left: 0;
    margin-left: 0;
}

.currency-selector {
    float: right;
    position: relative;
    bottom: 22px;
    right: 1.25rem;
}

.currency-selector .ui-select {
    display: inline-block;
    margin: 0;
}

#Resume_currency_id-button {
    background: white;
    border: none;
    box-shadow: none;
    padding: 0 0 0 10px;
}

#Resume_currency_id-button span {
    padding-bottom: 0;
    display: inline !important;
}

#Resume_currency_id-button:before {
    content: "\e604";
    float: right;
    padding-left: 5px;
    font-family: 'icomoon';
    font-size: .75rem;
    color: #f16627;
    position: relative;
    bottom: 0;
}

h2.form-label {
    font-size: 1.6rem;
    margin: 1rem 0 0.2rem 0;
    color: black;
    line-height: 1.2;
}

a.resume-ctrl {
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
    background: #bfbfbf;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    font-size: 0.85rem;
    color: #fff !important;
}

a.resume-ctrl:hover {
    background: #9a9a9a;
}

a.resume-ctrl:active {
    background: #f16627 !important;
}

.resume-status {
    pointer-events: none;
}

.resume-status.red-,
.resume-line.red-{
    color: #ab0000;
    background: #ffbdbc;
}

.resume-status.blue-,
.resume-line.blue-{
    color: #007A92;
    background: #B6F2FA;
}

.resume-status.green-,
.resume-line.green-{
    color: #469500;
    background: #DDFFA2;
}

.resume-status.orange-,
.resume-line.orange-{
    color: #ff631b;
    background: #ffdb8b;
}

.resume-status .icon-right-arrow,
.resume-line .icon-right-arrow
{
    position: absolute;
    height: 100%;
    top: 50%;
    right: 1.25rem;
    margin-top: -.375rem; /* половина от font-size*/
    font-size: .75rem;
}

.resume-status .icon-unlock, .resume-status .icon-lock {
    position: absolute;
    left: 1.4375rem;
    font-size: 1.375rem;
    height: 100%;
    top: 50%;
    margin-top: -.6875rem;
}

.status-selector .ui-select {
    position: absolute;
    z-index: 0;
    height: 99%;
    width: 99%;
    top: 0;
    left: .125rem;
    overflow: hidden;
}

#resume-list > li.resume-line {
    margin-top: 1.25rem;
    list-style: none;
    padding-left: .9375rem;
    margin-left: -.9375rem;
    padding-top: .6875rem;
}

#resume-list:last-child {
    margin-bottom: 1.25rem;
}

.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 1em;
    background: white;
}

#resume-list .status {
    padding: .125rem .5rem 0 0
}

#resume-list .status-error {
    color: #a70000;
    font-weight: bold;
}

#resume-list .status-warning {
    color: #a70000;
}

.required:not(input, textarea) {
    color: #a70000 !important;
}

#Resume_name_form input {
    font-size: 1.5rem !important;
}

.create-new-resume-button {
    margin: .5rem 1.25rem 2.125rem 0;
    padding: 14px;
    font-size: 1.125rem !important;
    font-weight: bold !important;
    border-radius: .1875rem;
}

.rejected-resume-message {
    font-size: .75rem;
    padding: .5rem 1.25rem;
    background: #fdd8d8;
    color: #c70000;
    margin-top: .5rem;
}

.orange-link {
    color: #ff631b !important;
    text-decoration: underline !important;
    font-size: .75rem;
}

.pseudo-placeholder, .ui-select.pseudo-placeholder span {
    color: #888 !important;
    font-size: 1.25rem;
}

.required-asterisk {
    position: absolute;
    font-size: 1.25rem;
    color: #ff631b;
}

.required-asterisk-input {
    left: .4375rem;
    padding-top: .25rem;
}
.required-asterisk-form {
    left: .4375rem;
    padding-top: 1.5rem;
}

.required-asterisk-textarea {
    left: 7px;
    /*  padding-top: 9px;*/
}

.required-asterisk-pseudo-select {
    left: -.8125rem;
    padding-top: 3px;
}

.required-asterisk-custom-select {
    left: -.8125rem;
    top: 0;
    padding-top: 4px;
}

.ui-listview > li.ui-last-child {
    border-bottom: none;
}

.ui-listview > li.ui-first-child {
    border-top: none;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: white;
    border-color: #bbb;
    color: #333;
    text-shadow: none !important;
}

.opacity-0 {
    opacity: 0;
}

.ui-select .ui-focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-select {
    margin-top: 0;
}

.font-15 {
    font-size: .9375rem !important;
}

.font-12 {
    font-size: .75rem !important;
}

.ui-mobile label, .ui-controlgroup-label {
    display: block;
    margin: 0;
}

.vacancies-by-category:active, .ui-listview li label:active, .representative-string:active {
    background: #c7c7c7 !important;
}

.f-counters {
    padding-left: 2.75rem;
}

.f-counters a {
    padding: .5rem .25rem !important;
}

.auth-man {
    font-size: 1.25rem;
    float: left;
    height: 3rem;
    padding-top: .75rem;
    padding-left: 1.25rem;
    padding-right: .5rem;
}

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #888;
}

/*textarea::-webkit-input-placeholder {
    color: #888;
}*/

#app-splash {
    background-color: #fff;
    color: white;
    font-family: "PT Sans Narrow", sans-serif;
    padding-bottom: 2%;
    font-size: 38px;
    position: relative;
    display: none;
}

.app-splash .set-new-text {
    font-size: 1em;
    margin-bottom: .2em;
}

.app-splash .mobile-app-text {
    font-size: 1.45em;
}

.app-splash .orange-button {
    background-color: #ff631b;
}

.app-splash .orange-button:active {
    background-color: #c64d16;
}

.app-splash .gray-button {
    background-color: #a8a8a8;
    margin-bottom: .2em;
}

.app-splash .gray-button:active {
    background-color: #989898;
}

.app-splash .color-button {
    display: block;
    padding: .3em;
    text-align: center;
    border-radius: .1em;
    margin: .2em .6em;
    font-size: .684em;
    box-shadow: #000001;
}

.app-splash .list-text {
    color: #000;
    font-size: .55em;
    line-height: 1em;
    font-weight: bold;
    padding: .25em .6em;
}

.app-splash a {
    color: #fff;
}

.list-dashes {
    color: #000000;
    font-size: .605em;
    font-weight: bold;
    padding-left: .6em;
    padding-right: .25em;
    float: left;
}

.left-round-border{
    border-bottom-left-radius: 0.4rem;
    border-left: .0625rem solid #b3b3b3;
    border-bottom: .0625rem solid #b3b3b3;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    top: -0.25rem;
    display: inline-block;
}

.response-list .vvl-one {
    list-style-type: none;
    background: #ffffff;
    border-bottom: 0.0625rem solid #d5d5d5;
    border-top: 0.0625rem solid #fff;
    position: relative;
    padding: .4rem 0;
}

.response-list .vvl-one .remove-view {
    position: absolute;
    right: 1rem;
    top: 0.1rem;
    font-size: 1.5rem;
}
.response-list .new-view {
    font-weight: bold;
    background: #d6ffcc none repeat scroll 0 0;
}

/*подсказки в форме*/
.helper-item {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    background-color: #ffe45d;
    padding: 1rem;
    font-size: 0.75rem;
}
.helper-item:before{
    content: "\e600";
    font-family: icomoon;
    color: #ff631b;
    font-size: .75rem;
    position: absolute;
    right: .65rem;
    top: .65rem;
}
.helper-item p{
    margin: 0;
}

.menu-counter{
    float: right;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #ff631b;
    padding-right: .5rem;
}

.active .menu-counter{
    color: #fff!important;
}

.vbr-count-label {
    color: #FFF;
    background-color: #F00;
    border-radius: .375rem;
    margin: 0 0 0 .375rem;
    padding: .125rem .25rem;
    font-weight: bold;
    font-size: .75rem;
    text-align: center;
    line-height: .75rem;
    display: inline-block;
}

.actual-vacancies li{
    list-style: none;
}

.form-wrapper .actual-vacancies .search-result-line {
    position: relative;
    display: block;
    padding: 0 1.25rem 0 .9375rem;
}

/* just for testing */
.assetsTest {

}
span.counter-plus{
    background-color: #f00;
    border-radius: .5rem;
    color: #fff;
    font-weight: bold;
    padding: 0 .25rem;
    text-align: center;
}

/* phone_fields */
.phone_field{
    position: relative;
    z-index: 1;
}
.phone_country{
    float: left;
    width: 3.9375rem !important;
}
.phone_code{
    float: left;
    width: 4.5625rem !important;
}
.phone_number{
    float: left;
    width: 8rem !important;
}
.phone_comment{
    float: left;
    width: 9.375rem !important;
}
.phone_plus_dd{
    height: 1.875rem;
}
.phone_plus {
    float: right;
    margin: 0 0.625rem -0.0625rem;
    padding: 0.1875rem 0.4375rem;
    background: #d0d0d0  none repeat scroll 0 0;
    border: 0.0625rem solid #d0d0d0;
    border-radius: 0.25rem;
    color: #ffffff;
    font: 0.9375rem/0.9375rem Arial;
    cursor: pointer;
}
.cf-val .cf-error{
    left: 28.125rem;
    position: absolute;
    top: 0.3125rem;
}
.cf-labels {
    color: #a6a6a6;
    font-size: 0.75rem;
    line-height: 0.4375rem;
    margin-top: -0.5rem;
}
.phone_input_m1{
    margin-left: 1.4375rem;
}

.phone_input_m2{
    margin-left: 3.3125rem ;
}

.phone_input_m3{
    margin-left: 4.125rem ;
}
.phone_input_block .ui-input-text{
    border-bottom: none !important;
}
.phone_input_block .ui-controlgroup {
    border-bottom: 0.0625rem solid #bababa !important;
}
.phone_brackets{
    float: left;
    margin-left: -0.75rem;
    margin-top: -0.125rem;
}
.phone_input_block .ui-input-text input {
    text-align: center;
}
.geoplaceCityString {
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}
.r_gradient{
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40%;
    height: 20px;
}
.vvl-ord- .r_gradient{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.vvl-vip- .r_gradient{
    background: -moz-linear-gradient(left, rgba(255,249,193,0) 0%, rgba(255,249,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,249,193,0) 0%,rgba(255,249,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,249,193,0) 0%,rgba(255,249,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9c1', endColorstr='#fff9c1',GradientType=1 ); /* IE6-9 */
}