html,
body {
    background: #fff;
    color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    resize: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
a,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

hr {
    margin: 5px 0;
}

caption,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: inherit;
}

input,
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    resize: none;
}

legend {
    color: #000;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body,
html,
p,
div {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
td,
strong,
a,
ul,
li,
button,
label,
input,
div {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

button {
    background-color: transparent;
    border: none;
}

button:focus {
    outline: none;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */

 body.mk .log-mo {
    display: none !important;
 }

 body.mk .log-mk {
    display: block !important;
 }

 body.mt .log-mo {
    display: block !important;
 }

 body.mt .log-mk {
    display: none !important;
 }

.navbar {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.2);
    border: none !important;
}

.pagination {
    margin: 0;
}

.pagination li a.selected {
    color: #ffffff;
    background: #337ab7;
}

.bs-callout {
    margin: 10px 0 30px 0;
    padding: 10px;
    background: #4ca627;
    display: inline-block;
    width: 100%;
}

.navbar .container {
    position: relative;
}

.navbar-form {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-image: -moz-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
}

.navbar-form button {
    float: right;
    max-width: 132px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 0;

    border-color: transparent;
}

.navbar-left .glyphicon-search {
    width: 30px;
    margin-left: -10px;
}

.bs-callout-container {
    padding: 0 10px;
}

.name {
    font-size: 18px;
    float: left;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4b89c6;
    padding: 0 0 5px;
}
.vacancy a.name {
    color: #4b89c6;
    cursor: pointer;
}
.vacancy a.name:hover {
    color: #fe8316;
}

.vacancies .vacancy .employer {
    font-size: 14px;
    /*    float: left;*/
    color: #7a7a7a;
}

.vacancies .salary {
    font-size: 18px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.clear {
    clear: both;
}

.vacancy:first-of-type {
    border-top: 1px solid #e0e0e0;
}

.vacancy {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 35px 50px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    display: inline-block;
}

.condition {
    padding: 15px 0 5px;
}

.contacts {
    background: #fafafa;
    margin: 0 -15px;
    padding: 10px 20px 0;
    border-top: 1px solid #e0e0e0;
}
.contacts h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}
.contacts .comment {
    font-style: italic;
    color: #7a7a7a;
}

.number {
    font-size: 16px;
    color: #4b89c6;
    margin: 10px 0;
    font-weight: 600;
    display: inline-block;
}

.vacancy:nth-child(2n) {
    background: #fafafa;
}

.vacancies .published_at {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #7a7a7a;
    font-size: 13px;

}

.vacancies .vacancy .employer .employer_name {
    color: #9f9e9e;
    margin-bottom: 15px;

    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

.bs-callout-container-top {
    padding: 0;
}

.bs-callout-container-bot .bs-callout {
    border-left: 5px #1b809e;
    border-radius: 3px;
}

.menu-header {
    font-size: 16px;
    font-weight: bold;
    /*border-radius: 5px 5px 0 0;*/
    padding: 5px;
    text-align: center;
    color: #d0d0d0;
    background: #222223;
}

h2 {
    text-align: center;
}

.dropdown-menu {
    top: 86% !important;

    width: 100%;
    padding: 10px 0;
}

.wrapper-content {
    padding: 10px;
}

.items-container {
    padding-right: 10px;
    padding-left: 10px;
}

.preview img {
    height: 600px;
}

.adult {
    /*position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    font-size: 20px;
    float: right;

    color: #ffffff;*/
        display: inline-block;
    vertical-align: middle;
    padding: 5px;
    /*background: #f1f1f1;*/
    margin-top: 10px;
    margin-left: 10px;
}

.title-mini {
    margin: 50px 30px 20px;
    clear: both;
    display: inline-block;
}

.nav_btn_block {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav_btn_block .nav_btn {
    font-family: inherit;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    color: #333333;
    -webkit-appearance: none;

}

.nav_btn_block .nav_btn:hover {
    background: #eceded;
}

.nav_btn_block .nav_btn.active, .vacancies .nav_btn_block .nav_btn.active:hover {
    cursor: default;
    background-image: -moz-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 90, 0) 0%, rgb(255, 157, 41) 100%);
}

.nav_btn_block .nav_btn.last_page {
    margin: 0;
}
.nav_btn_block .nav_btn.first_page {
    margin: 0;
}
/*---------------*/
.logo {
    font-size: 24px;
    color: #000;
    padding: 5px 0 0;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0 !important;
    text-transform: capitalize;
}

.logo-url {
    text-transform: capitalize;
}

.search-text {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}

.search-text:before {
    content: "";
    display: inline-block;
    height: 26px;
    width: 1px;
    background-color: #e6e6e6;
    margin: 0 30px;
    vertical-align: middle;
}

.form-control {
    border: none;
    border-radius: 0;
    height: 40px;
    padding-left: 15px;
    font-weight: bold;
    color: #999;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
    color: #333;
}

.head-line {
    background-color: #e50614;
    padding: 15px 0;
}

.head-line-left img {
    padding-left: 120px;
    /*max-width: 45px;*/
}

.head-line-left {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
        text-transform: capitalize;
}

.head-line-right {
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 3px;
}

/*.btn-primary{

}*/

.navbar-brand > img {
    display: inline-block;
}

.navbar-nav > li > a {
    line-height: 22px;
    font-weight: bold;
    color: #000;
}

.nav > li {
    border-left: 1px solid #e6e6e6;
}

.nav li a img {
    margin: 0 10px 0 0;
}

.list-group {
    font-size: 11px;
    margin-top: 60px;
}

.navbar-form .form-control {
    width: 100%;
}

.catalog-wrap {
    padding: 0;
}

.catalog-search {
    padding-left: 0;
}

.catalog-search .list-group {
    margin-top: 0;
}

.catalog-search .list-group .h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

label {
    font-size: 14px;
    color: #333333;

    display: block;
    margin: 0 0 20px;
}

div.category a {
    color: #ffffff;
}

.iosAttention {
    padding: 5px;
    border: 1px solid #dc0505;
    border-radius: 5px;
}

.globalWrapper, body, html {
    height: 100%;
}

.globalContent {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 600px;
    float: left;
    width: 100%;
}

.globalContent {
    padding-bottom: 220px;
}

footer {
    float: left;
    font-size: 12px;
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 1.4;
}

.footer__icons-list {
    text-align: center;
    list-style-type: none;
    font-size: 0;
    padding: 0;
}

.footer__icons-list li {
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__icons-list li:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer__link-list {
    padding: 0 0 10px 0;
    text-align: center;
}

.footer__link-list li {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.footer__link-list a {
    color: #6f6e6e;;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bolder;
    font-size: 12px;
}


.h3-title {
    display: inline-block;
    margin: 0;
}

.card {
    /*max-width: 800px;*/
}
.card .vacancy {
    max-width: 366px;
    padding: 30px 25px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    min-height: 155px;
}

.card .vacancies .vacancy .name {
    width: 100%;
    white-space: normal;
    max-height: 53px;
}

.card .vacancies .vacancy .employer {
    font-size: 14px;
}

.card .vacancies .salary {
    font-size: 18px;
    position: absolute;
    top: inherit;
    left: 25px;
    margin-top: 30px;
}

.card .vacancy:nth-child(2n) {
    background: none;
}

.card .snippet_requirement, .card .published_at, .card .snippet_responsibility {
    display: none;
}


#vacanciesContent {
    border: none;
    min-height: 300px;
    margin-top: 12px;
}

#vacanciesContent .employer_name {
    display: inline-block;
}

.sorting-item {
    display: inline-block;
    margin-left: 30px;
}

.sorting-item button {
    min-width: 250px;
    padding: 0;
    outline: none;
}
.sorting-item button label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.sorting-item button {
    outline: none !important;
}

.btn-link:focus, .btn-link:hover {
    outline: none !important;
}

.sorting-item button span.glyphicon {
    font-size: 10px;
    color: #9f9e9e;
    margin-left: 10px;
}

.title {
    margin: 50px 0;
}

#specializationSimilar button.list-group-item {
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
}

#specializationSimilar h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#vacanciesContent ~ picture, #vacancyContent picture {
    display: none;
}

#vacanciesContent ~ picture.loading, #vacancyContent picture.loading {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    background: rgba(250, 250, 250, 0.5) url(../images/loader.ico.gif) no-repeat 50% 50%;
}

#salarySelect {
    outline: 0;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 0;
    height: 41px;
    padding: 6px 15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.bs-callout-container-top {
    margin-top: 80px;
}

a, a:hover {
    text-decoration: none !important;
}

.card .vacancy {
    height: 170px;
    min-height: auto;
}

.globalContent {
    padding: 0;
}

.vacancies:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper-content {
    padding: 0;
}

.index-scope .col-lg-3 {
    padding-right: 25px;
}

.index-scope .error-msg {
    padding-top: 225px;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    background: transparent url(../images/error.png) no-repeat 50% 40% / 100px auto;
    padding-bottom: 30px;
}

.index-scope label {
    width: 100%;
    position: relative;
}

.index-scope .vacanciesContent2 li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4b89c6;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.vacanciesContent2 li a sup {
    color: #999999;
    position: inherit;
    vertical-align: super;
    padding-left: 5px;
}

.vacanciesContent2 li {
    list-style-type: none;
    float: left;
    width: 33.333333%;
    padding-bottom: 10px;
    display: inline-block;
}

.vacanciesContent2 li a {
    font-size: 16px;
    color: #4b89c6;
    font-weight: 700;
}

.vacanciesContent2 {
    display: block;
}

.vacanciesContent2 ul {
    padding: 0;
}

.index-scope .regionSelect,
.index-scope .profSelect-value,
.index-scope .citiesSelect-value {
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 0;
    height: 41px;
    padding: 6px 0 6px 20px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: lighter;
    margin-top: 10px;
    box-sizing: border-box;
}

.index-scope .citiesSelect-hidden-list {
    display: none;
}

.index-scope .citiesSelect-list {
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    /*z-index: -1;*/
}

.index-scope .citiesSelect, .index-scope .regionSelect {
    position: relative;
}

.vacancy-wrap {
    border: 1px solid #e0e0e0;
    margin-top: 35px;
}

#vacancyContent {
    padding: 30px;
}

#vacancyContent h3,
#vacancyContent .salary,
#vacancyContent .employer,
#vacancyContent .desc {
    /*padding: 0 20px;*/
}

#vacancyContent h3 {
    font-weight: 900;
    font-size: 24px;
    padding-bottom: 15px;
}

#vacancyContent p {
    padding-bottom: 10px;
}

#vacancyContent strong,
#vacancyContent b {
    font-weight: 700;
}

#vacancyContent ul,
#vacancyContent ol {
    list-style: disc inside;
}

#vacancyContent ul li > p,
#vacancyContent ol li > p {
    display: inline;
    padding: 0;
}

#vacancyContent .salary,
#vacancyContent .employer {
    float: left;
    width: 100%;
    position: relative;
}

#vacancyContent .salary .employer_logo,
#vacancyContent .employer .employer_logo {
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 200px;
    max-height: 200px;
}

#vacancyContent .employer_trusted {
    /*opacity: .3;*/
    display: inline-block;
    margin-right: 0;
}

#vacancyContent button {
    padding-left: 5px;
    color: #9f9e9e;
}

#vacancyContent .published_at {
    padding: 10px;
    font-size: small;
    font-weight: 500;
}

.vacanciesContent-page .salary {
    padding-bottom: 10px;
    left: 0;
    margin-top: 0;
    top: 0;
}

.vacanciesContent-page .published_at {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.index-scope .salary, #vacancyContent .salary {
    font-weight: 500;
    font-size: 18px;   
}
.btn-contact {
    margin-top: 25px;
}

.btn-contact .btn {
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

address {
    font-size: 12px;
    margin: 0;
    font-style: italic;
}
.index-scope .vacancy address {
    padding-bottom: 15px;
}
.index-scope .card .vacancy address {
    display: none;
    position: absolute;
    bottom: 5px;
    padding: 0;
}
#vacancyContent address {
    padding-top: 5px;
    font-style: normal;
    color: #333333;
}
address .station_color {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#vacancyContent .desc {
    color: #666666;
    padding-bottom: 20px;
}

#collapseExample .well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

#collapseExample {
    padding: 20px 20px 0;
}

#vacancyContent .vanacy_section strong {
    color: #333333;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}
#vacancyContent .vanacy_section li strong {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
#vacancyContent .vanacy_section ul li {
    padding-bottom: 10px;
    list-style: none;
}

#vacancyContent .vanacy_section ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fe8316;
}

#vacancyContent .vanacy_section ul li p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.vacancies .vacancy .employer .employer_name {
    margin-bottom: 15px;
}

.card hr {
    display: none;
}

.index-scope.container {
    padding: 0;
}

.navbar-form button {
    background: #ff0000;
    width: 100%;
    max-width: 100%;
}

.navbar-form button:hover {
    background-color: #ff0000;
}

.error-valied {
    box-shadow: inset 0 0 10px 2px rgba(255, 0, 0, 0.4) !important;
}

select, button {
    -webkit-appearance: none;
}

select option {
    width: 100% !important;
    box-sizing: border-box;
}

.search-block.bs-callout form {
    padding: 0;
    margin: 0;
}

.search-block.bs-callout form .form-group {
    padding: 0;
}

.search-block.bs-callout form .form-padding {
    padding: 0 10px;
}

.search-block.bs-callout form .form-padding-left {
    padding-left: 10px;
}

.header-search-wrapp {
    background: url(../images/header.jpg) no-repeat 50% 50% / cover;
    padding-top: 140px;
    padding-bottom: 80px;
}

.header-search-wrapp h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.header-search-wrapp .bs-callout-container-top {
    margin-top: 20px;
    text-align: center;
}

.header-search-wrapp-itm .wrapper-content {
    padding: 0;
}

.index-scope {
    width: 100%;
    margin: 0;
}

.form-group-first {
    max-width: 350px;
}

.form-group h2 {
    font-weight: bold;
    font-size: 35px;
    text-align: left;
}

.form-group h5 {
    font-size: 18px;
    margin-top: 20px;
}

.form-group hr {
    margin: 20px 0;
}



.form-group-two {
    max-width: 258px;
}

.index-scope .card .vacancy {
    width: 33.33333336%;
    min-width: inherit;
    max-width: inherit;
    float: left;
    display: block;
    transition: 0.3s;
}

.index-scope .card .vacancy:hover {
    box-shadow: 0 7px 10px 0 rgba(0,0,0,.1);
    transition: 0.3s;
}

.index-scope .card .vacancies:after {
    content: '';
    display: block;
    clear: both;
}

.index-scope h3, .h3-title {
    font-size: 24px;
    font-weight: 900;
}

.index-scope .title {
    margin: 50px 0;
}

.index-scope .link-index, .index-scope__vacancy .link-index {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.index-scope .link-index:after, .index-scope__vacancy .link-index:after {
    content: '';
    width: 5px;
    height: 8px;
    background: url(../images/arr.png) no-repeat 50% 50% / cover;
    display: inline-block;
    margin-left: 10px;

}

.index-scope .vacancy .name {
    font-weight: 600;
    max-width: 600px;
}

.index-scope .search-panel:after {
    content: '';
    display: block;
    clear: both;
}

.index-scope__vacancy {
    background-color: #fafafa;
}

.index-scope .col-lg-12 {
    /*padding: 0;*/
}

.index-scope .preloader {
    text-align: center;
    width: 100%;
    padding: 150px;
    font-size: 16px;
    font-weight: 500;
}

.index-scope .preloader > div {
    width: 100%;
    display: block;

}

.index-scope .preloader > div span:nth-child(1) {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    animation: pr_a 1.2s ease-in-out infinite;
    -webkit-animation: pr_a 1.2s ease-in-out infinite;
}

.index-scope .preloader > div span:nth-child(2) {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    animation: pr_b 1.2s ease-in infinite;
    -webkit-animation: pr_b 1.2s ease-in infinite;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.index-scope .preloader > div span:nth-child(3) {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    animation: pr_b 1.2s ease-in infinite;
    -webkit-animation: pr_b 1.2s ease-in infinite;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

@keyframes pr_a {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

@-webkit-keyframes pr_a {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

@keyframes pr_b {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

@-webkit-keyframes pr_b {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

@keyframes pr_c {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

@-webkit-keyframes pr_c {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

.card .vacancies .vacancy .name {
    font-weight: 900;
}

@keyframes blink {
    10% {
        background: #f5caca;
    }
    20% {
        background: #FFF;
    }
    50% {
        background: #f5caca;
    }
    60% {
        background: #FFF;
    }
    90% {
        background: #f5caca;
    }
}


.header-search-wrapp .header-search-wrapp__links a {
    font-size: 14px;
    color: #c2c2c3;
    position: relative;
}

.header-search-wrapp .header-search-wrapp__links a:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: #8e8e8f;

}

.header-search-wrapp .header-search-wrapp__links a.point:before {
    content: '';
    background: url(../images/point.png) no-repeat 50% 50% / auto;
    display: inline-block;
    width: 15px;
    height: 18px;
    position: absolute;
    left: -25px;
}

.header-search-wrapp .header-search-wrapp__links a.arrow:before {
    content: '';
    background: transparent url(../images/arr2.png) no-repeat 50% 50% / auto;
    display: inline-block;
    width: 5px;
    height: 8px;
    position: absolute;
    right: -15px;
    top: 6px;
}

.header-search-wrapp .header-search-wrapp__links li {
    display: inline-block;
    padding: 0 40px;
}

.header-search-wrapp select option {
    font-size: 11px;
}

footer {
    margin-top: 50px;
    position: relative;
}

footer .footer__icons-list {
    padding: 25px 0;
}

#mts_rules_box,
#mts_rules_text {
    width: 100% !important;
    max-width: 500px !important;
}

#title {
    clear: both;
}

span.findword {
    font-style: italic;
    text-decoration: underline;
}

span.findword:before {
    content: 'ТЋ';
}

span.findword:after {
    content: 'ТЛ';
}

span.fsize {
    font-size: .9em;

    float: right;

    margin-right: 120px;
}

.b-text-index .logo {
    margin: 30px 0;
    
}

.b-text-index .logo img {
    float: left;
}

.b-text-index .logo p {
    float: right;
    width: calc( 100% - 60px );
}

.b-text-index {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}

.b-text-index p {
    max-width: 90%;
}

.b-text-index img {
    max-width: 220px;
}

.vacanciesContent2 {
    margin: 0 0 30px;
    display: inline-block;
}

.b-spec {
    max-width: 340px;
    margin: 0 20px 0 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
}

a.spec-link {
    font-family: Montserrat-Medium, sans-serif;
    display: inline-block;
    margin: 0 0 10px 0;
}

.ver-zp {
    display: none;
}

/*custom modal*/
.modal-title {
    font-size: 24px;
    overflow: hidden;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    font-weight: 900;
}

.modal-body {
    font-size: 14px;
    position: relative;
    min-height: 300px;
}

.modal-body p {
    padding-bottom: 10px;
}

.modal-body strong,
.modal-body b {
    font-weight: 700;
}

.modal-body ul,
.modal-body ol {
    list-style: disc inside;
}

.modal-body ul li > p,
.modal-body ol li > p {
    display: inline;
    padding: 0;
}

.modal-body .salary,
.modal-body .employer {
    font-size: 22px;
    float: left;
    width: 100%;
    position: relative;
}

.modal-body .salary .employer_logo,
.modal-body .employer .employer_logo {
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 200px;
    max-height: 200px;
}

.close {
    font-size: 34px;
}

.modal-header .close {
    margin-top: -10px;
}

.employer_trusted {
    /*opacity: .3;*/
    display: inline-block;
    margin-right: 10px;
}
.modal-body .salary .employer_trusted,
.modal-body .employer .employer_trusted {
    width: 16px;
    margin-left: 6px;
}
.modal-body .published_at {
    padding: 10px;
    font-size: small;
    font-weight: 500;
}

.vacancies .vacancy .employer .employer_trusted {
    float: left;
    margin: 5px 10px 0 0;
}

.employer_trusted:hover {
    opacity: .6;
}

.select2-container {
    margin-top: 15px;
}

.head-city .select2-container {
    margin-top: 0;
}

.select2-dropdown {
    margin-top: -5px;
}

label {
    margin-bottom: 20px;
}

.notFound {
    font-size: 18px;
    display: block;
    margin: 114px auto;
    text-align: center;
    color: #7a7a7a;
}

button details {
    display: none;
}
.select2-container--default .select2-selection--single {
    outline: 0;
}
.popover {
    max-width: 600px;
}

.login-page {
    margin-top: 100px;
}

.footer-text {
    margin-top: 20px;
}

.footer-links {
    margin-top: 20px;
}

.b-operator {
    font-size: 12px;
}

.operator {
    display: inline-block;
    width: 19%;
    text-align: center;
    vertical-align: top;
}

#collapseExample_ {
    max-width: 80%;
    width: 100%;
    display: inline-block;
}

/*MEDIA*/

@media all and (max-width: 1199px) {
    .form-group-first {
        max-width: 270px;
    }
    .form-group-two {
        max-width: 250px;
    }
    .list-group-item {
        font-size: 150% !important;
    }
    .vacancies .vacancy .name {
        width: 66%;
    }
}

@media all and (max-width: 1100px) {
    .globalContent {
        padding-bottom: 310px;
    }
    .container {
        width: 100%;
        max-width: 760px;
    }

    .header-search-wrapp .header-search-wrapp__links li {
        padding: 0 20px;
    }

    .index-scope .card .vacancy {
        width: 50%;
    }

    .vacanciesContent2 li a {
        margin-right: 50px;
    }

    .container > .navbar-header {
        width: 60%;
        float: left;
    }

    .container > .navbar-collapse {
        width: 40%;
    }
    .form-group-first {
        max-width: 210px;
    }
    .form-group-two {
        max-width: 195px;
    }
    .head-line-left img {
        padding-left: 0;
    }
    .vacanciesContent2 li {
        width: 50%;
    }
    .search-text {
        display: none;
    }
    .head-line-left {
        padding-left: 0;
    }
    .in-bot-img {
        padding: 0;
    }
    .in-bot-img img {
        max-width: 185px;
    }
    .catalog-search {
        width: 100%;
        padding: 0 !important;
    }
    .catalog-wrap {
        width: 100%;
    }
    .index-scope label {
        width: 33%;
        float: left;
        padding: 0 5px;
    }
    .vacancies .salary {
        position: relative;
        top: -2px;
        right: 0;
    }
    #specializationSimilar {
        float: left;
        width: 100%;
    }
    .nav_btn_block {
        text-align: center;
    }

}

@media all and (max-width: 992px) {
    .modal-body .salary,
    .modal-body .employer {
        font-size: 18px;
    }
    .globalContent {
        padding-bottom: 370px;
    }
    .preview img {
        height: 500px;
    }
    .modal-title .modal-title {
        font-size: 20px;
    }
    .list-group-item {
        font-size: 130% !important;
    }
}

@media screen and (max-width: 767px) {
    .adult {
        margin-top: 8px;
    }
    .globalContent {
        padding-bottom: 400px;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    .navbar-nav > li > a {
        font-size: 0;
    }

    #navbar > .nav {
        float: right;
    }

    #navbar > .nav > li {
        display: inline-block !important;
    }

    body.mt #navbar .log-mk {
        display: none !important
    }

    body.mk #navbar .log-mo {
        display: none !important
    }

    #navbar .navbar-nav {
        margin: 0;
    }

    .navbar {
        min-height: 40px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar-brand > img {
        width: 50px;
    }

    .search-block.bs-callout form .form-padding {
        padding: 0;
    }

    .search-block.bs-callout form > div {
        width: 50%;
        display: block;
        float: left;
    }

    .search-block.bs-callout form > div {

    }

    .search-block.bs-callout form:after {
        content: '';
        display: block;
        clear: both;
    }

    .navbar-form {
        border: none;
    }

    .search-block.bs-callout form .form-group {
        margin: 0;
        padding: 5px !important;
    }

    .search-block.bs-callout form .form-padding-left {
        padding: 0;
    }
    .in-bot-text {
        width: 100%;
    }
    .in-bot-img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .modal-body .salary .employer_logo,
    .modal-body .employer .employer_logo {
        top: 10px;
        right: 10px;
        max-width: 100px;
        max-height: 100px;
    }
    .form-group-first, .form-group-two {
        width: 50%;
        max-width: 100%;
    }
    .navbar-form {
        box-shadow: none;
    }
    .header-search-wrapp {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .head-line-left {
        text-align: center;
        padding: 0;
    }
    .head-line-right {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
    .header-search-wrapp .header-search-wrapp__links li {
        padding: 10px 30px;
    }
    body {
        padding-top: 45px;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .pull-right.visible-xs {
        position: absolute;
        z-index: 100;
        top: 1px;
        right: 0;

        margin-right: 11px;
    }

    .row-offcanvas {
        position: relative;

        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right,
    .sidebar-offcanvas {
        /*right: -50%; */
    }

    .row-offcanvas-left,
    .sidebar-offcanvas {
        /*left: -50%;*/
    }

    .row-offcanvas-right.active {
        /*right: 50%;*/
    }

    .row-offcanvas-left.active {
        /*left: 50%; */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
    .item-content img {
        height: 150px;
    }
    .adult {
        right: 55px;
    }
    .catalog-search {
        padding-right: 0 !important;
    }
    .bs-callout-container-top {
        margin-top: 20px;
    }
    .login-page {
        margin-top: 20px;
    }
}

@media screen and (max-width: 560px) {
    .index-scope .card .vacancy {
        width: 100%;
    }
    .vacanciesContent2 li {
        width: 100%;
    }
    .container > .navbar-collapse,
    .container > .navbar-header {
        width: 50%;
    }

    .nav li a img {
        margin: 0;
    }

    .header-search-wrapp {
        padding-top: 30px;
    }

    .search-block.bs-callout form .form-group:nth-child(3),
    .search-block.bs-callout form .form-group:nth-child(4) {
        width: 100%;
    }

    .bs-callout {
        padding: 5px;
    }

    .header-search-wrapp .header-search-wrapp__links li {
        display: block;
        width: 100%;
    }

    .header-search-wrapp .header-search-wrapp__links a:after {
        display: none;
    }

    .header-search-wrapp .header-search-wrapp__links a {
        border-bottom: 1px solid #8e8e8f;
        margin-bottom: 10px;
    }

    .header-search-wrapp .header-search-wrapp__links a:after {
        display: none;
    }
    .modal-body .salary .employer_logo,
    .modal-body .employer .employer_logo {
        display: none;
    }
    .modal-title {
        font-size: 14px;
        white-space: normal;
    }
    .modal-body .salary .employer_name,
    .modal-body .employer .employer_name {
        margin-top: 30px;
    }
    .modal-body .salary,
    .modal-body .employer {
        font-size: 15px;
    }
    .globalContent {
        padding-bottom: 510px;
    }
    .globalContent {
        padding-bottom: 700px;
    }
    .navbar-brand {
        font-size: 18px;
    }
    .adult {
        float: left;
    }
    .vacancies .vacancy .name {
        width: 100%;
    }
    .index-scope label {
        width: 50%;
    }
}

@media all and (max-width: 480px) {
    .link-index {
        float: left !important;
        margin-top: 10px;
    }
    .vacanciesContent2 li a {
        font-size: 15px;
    }
    .vacancy {
        padding: 10px 10px 50px;
    }
    .index-scope label {
        width: 100%;
    }
    #vacancyContent {
        padding: 10px;
    }
    .index-scope label {
        padding: 0;
    }
    .index-scope h3, .h3-title {
        display: block;
    }
    .btn-contact .btn {
        width: 100%;
    }
    .navbar-brand > img {
        width: 43px;
    }
    .navbar-brand {
        font-size: 13px;
    }
    .logo {
        padding-top: 8px;
    }
    .sorting-item {
        margin-left: 20px;
    }
    .operator {
        width: 100%;
    }

    #collapseExample_ {
        max-width: 100%;
    }
    .adult {
            margin-top: 11px;
    margin-left: 7px;
    font-size: 10px;
    }
    .navbar-header {
        width: 60% !important;
    }
}

@media all and (max-width: 310px) {
    .globalContent {
        padding-bottom: 900px;
    }
}
