.mesage p,
.page-content p,
.bx_item_description p {
    word-wrap: break-word;
    word-break: break-word;
}

/*   */
.list-unstyled li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.list-unstyled li::before {
    display: none;
}

.fancy-checkbox {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 34px;
    cursor: pointer;
}

.fancy-checkbox:hover::before {
    background-color: #fbccd3;
}

.fancy-checkbox::after {
    position: absolute;
    content: '';
    left: 5px;
    top: 50%;
    transform: translateY(-150%) rotate(45deg);
    width: 5px;
    height: 9px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    opacity: 0;
    transition: 250ms;
}

.fancy-checkbox::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    transition: 50ms;
}

.fancy-checkbox.active::after {
    opacity: 1;
    transform: translateY(-60%) rotate(45deg);
}

.fancy-checkbox.active::before {
    background-color: #f70d28;
    box-shadow: 0 0 0px 1px #f70d28;
}

/*    */


.content .youtube-form-visible {
    padding: 9px 37px;
}

.input-video input {
    margin-top: 15px;
}

.color-items {
    padding-bottom: 15px;
}


input:invalid {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /*background: red;*/
}

input::-moz-submit-invalid {
    background: red;
}

input::-moz-ui-invalid {
    background: red;
}

.functional a {
    margin: 5px 2px;
}


#map {
    margin-top: 15px;
    margin-bottom: 15px;
}


.kp .kp-info.active2 {
    background: #f70d28;
}


.dropmenu {
    right: 88px;
    font-size: 15px;
    padding: 15px;
}


.dropmenu > li > a {
    padding: 5px 25px;
    display: inline-block;
}

.dropmenu > li > a.no_pad {
    padding: 5px 0 5px 0;
}

.dropmenu > li > a.number {
    padding: 0px 3px;
    background: #f70d28;
    color: #fff;
    border-radius: 50px;
    width: 21px;
    text-align: center;
}

.dropmenu > li > a.number:hover {
    background-color: black;
    color: #fff;
}

.dropmenu > li > a:hover, .dropmenu > li > a:focus {
    background-color: #fff;
    border-bottom: 1px solid #f70d28;
    color: #f70d28;
}


/**/
.styl {
    height: 150px;
    border: 1px solid #d4d4d4;
    background: #f7f7f7;
    border-radius: 25px 25px 0 0;
    padding: 20px 0 0 20px;
    margin-top: 15px;
    overflow: auto;
    outline: none;
}

.emojis-width {
    width: 325px;
    left: -294px;
}

.emojis img {
    width: 29px;
    height: 29px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.emoj {
    height: 25px;
    padding-right: 5px;
}

.emojis img:hover {
    cursor: pointer;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text)
}

/*  */

.mini_crop {
    border-radius: 50%;
    position: unset;
    width: 75px;
}

/*  */
.catalog-profile-links > a.active {
    padding: 6px;
    color: #fff;
    background: #f70d28;
    border-radius: 12px;
}

/*   */
.preview img {
    height: 310px;
}


/*   */
.div_like_botton {
    text-align: center;
    color: white;
    background: #f70d28;
    padding: 5px 0;
    border-radius: 15px;
    cursor: pointer;
}

.div_like_botton:hover {
    color: #6b5e60;
}


/*  */
.write_rew {
    text-align: center;

}

.write_rew a {
    background: #f70d28;
    padding: 10px;
    color: white;
    border-radius: 26px;
}


/*  */
.close {
    padding-right: 24px;
    padding-top: 10px;
    color: black;
}


/*     */
/*.line-menu a{
	display: inline-block;
}*/

/*      */
.btn-action h3 {
    color: #fff;
    margin: 5px 0;
    padding: 5px;
    display: inline-block;
    background-color: #f70d28;
}


/*   */

/*.catalog-portfolio-item{
    display: inline-grid;
}*/


.catalog-portfolio-list {
    display: table;
}

.kp-portfolio-item {
    float: left;
    margin-right: 11px;
}

.table_kp {
    font-size: 17px;
}

.bx_item_description p {
    font-size: 17px;
}

.kp .kp-info.active {
    background: #f70d28;
}

.kp .kp-info:hover {
    background: #f70d28;
}


.line {
    display: inline;
}

.dropdown-menu {
    min-width: 300px;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    font-size: 14px;
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #f70d28;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    /*right: 100%;*/
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > .left {
    left: auto;
    right: 100%;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-menu-left .dropdown-submenu > a:after {
    float: left;
    margin-right: 10px;
    border: 5px solid transparent;
    border-right: 5px solid #ccc;
}

.dropdown-menu-left .dropdown-submenu:hover > a:after {
    float: left;
    margin-right: 10px;
    border: 5px solid transparent;
    border-right: 5px solid #555;
}


.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*.dropdown-submenu-left{
	left: auto;

}*/
.dropdown:hover > .dropdown-menu {
    display: block;
}


.kp-menu-link {
    border-bottom: none !important;
    margin-bottom: 10px !important;
}

/*    */


.filter_btn {
    padding-top: 10px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    max-width: 97%;
}

.bx_filter.bx_red .bx_filter_section {
    background: #fff;
    border: 2px solid #f70d28;
}

.popup-window {
    width: 247px;
    font-family: 'Proxima Nova', sans-serif;
}

.bx_filter_select_container {
    width: 247px;
}

.bx_filter.bx_red .bx_filter_search_button {
    color: #fff;
    background: #f70d28;
}

.bx_filter.bx_red .bx_filter_search_button:hover {
    color: #fff;
    background: #000;
}

.bx_filter .bx_filter_search_reset {
    color: #000;
}


.kp-card-left {
    /*width: 30px;*/
    height: 154px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.container{overflow:hidden;width:200px}*/
/*.box{white-space:nowrap}
.box div{
	display: inline-block;
}*/


.kp-card-right p {
    font-size: 20px;
    margin: 0;
}

.kp-card-right .pricespan {
    padding: 2px;
    color: #fff;
    background: #f70d28;
    /*display: block;*/
}


.bx_item_detail .bx_item_slider .bx_bigimages {
    margin: 0;
    padding-top: 60%;
    max-width: 640px;
}

.bx_item_detail .bx_item_container .bx_lt {
    width: 70%;
}

.bx_item_detail .bx_item_container .bx_rt {
    width: 25%;
    margin-left: 0;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
    margin-left: 0px;
    margin: 0 auto;
}

.item_info_section .tel {
    font-size: 18px;
    padding: 13px;
    border: 1px solid #ccc;
}

.bx_item_detail .bx_item_container .bx_rb {
    width: 100%;
}


.bx_item_detail .prop, .bx_item_detail .bx_item_description p {
    font-size: 17px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item {
    background-position: 50% 50%;
}

.img-color {
    border-radius: 10px;
}

.img-color:hover {
    /*border-radius: 50%;*/
    box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 8px #f70d28;
    /*box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5);*/
}

.color-select {
    box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 8px #f70d28;
    /*box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5);*/
}


.kp .kp-info.active2 {
    background: #f70d28;
}


/*     */
/*   select */
.by_select {
    width: 100%;
    padding: 6px;
    border-radius: 6px;
    color: #444;
    border: 1px solid #d4d4d4;
}


/*      */

#mesage_podlog .close {
    top: 45px;
    right: -17px;
    background: none;
}


/*   */
.button-add {
    padding: 10px 60px;
    font-size: 20px;
    width: 300px;
}


/*    */
.btn-link {
    cursor: pointer;
    font-size: 18px;
    color: #f70d28;
    margin-right: 10px;
}

.btn-link:hover {
    color: #f70d28;
}

span.active {
    color: #000;
    cursor: default;
}


/*   */
.back {
    border-bottom: 1px solid #f70d28;
}


/*     */
.file-input-name {
    display: none;
}

.content .lent-form-button, .content .lent-form-button:hover {
    background: #f70d28;
}

.content .lent-form-button:hover {
    background: #d90a22;
}

.img_comm {
    height: 140px;
}


a.active.js-show-krest {
    background: #f70d28;
    color: #fff;
}


.del_mess {
    position: relative;
    display: none;
    padding: 0 7px;
    background: #fff;
    float: right;
    color: #f70d28;
    cursor: pointer;
    border-radius: 30px;
    z-index: 55;
    right: -10px;
}


.count_mess {
    position: relative;
    padding: 0 7px;
    background: #f70d28;
    float: left;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    z-index: 44;
    right: 8px;
}


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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none; /*<- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


/*    */
.blue_block {
    background-color: #a5c8e2;
    padding: 9px 4px 2px 4px;
    margin-bottom: 7px;
}

.btn-radio {
    border: 1px solid black;
}

.btn-radio:active, .btn-radio.active {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.68);
}

.second_pay {
    display: inline;
}

.table-title {
    padding: 5px;
    background-color: #ccc;
    margin-top: 18px;
    font-weight: bold;
}

.text-blue {
    color: #2a6496;
    font-weight: bold;

}

small {
    color: #717171;
}

.functional-job a {
    width: 100%;
    text-align: center;
}

.square {
    display: inline;
    border: 1px solid #7f7d7d;
    padding-right: 20px;
    margin-right: 6px;
    margin-left: 13px;
}

.square.active {
    background: #f70d28;
}

.otklik {
    text-align: center;
    padding-top: 15px;
}


.vacancy-infos {
    padding-bottom: 20px;
}

.vacancy .vacancy-info {
    width: auto;
    padding: 10px;
}

.vacancy .vacancy-info.active {
    background: #f70d28;
}


.red_tel {
    width: max-content;
    background-color: #f70d28;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.kp .kp-vip {
    background: #d3e9f6;
    margin-bottom: 10px;
}

.kp-item-wrapper.vip {
    border: 2px solid red;
}

.kp-item-wrapper.yellow {
    border: 14px solid yellow;
}

.top_vacancy-item {
    display: inline-block;
    border: 1px solid black;
}

.search-job {
    display: table;
}

.triangle-down {
    cursor: pointer;
    color: #f70d28;
    padding: 0px 7px;
    font-size: 29px;
    background-color: #f6f6f5;
}

.search-job-input {
    border-right: 0;
    width: 163px !important;
}

.job-menu, #js-sub_menu {
    /*padding: 0;*/
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-bottom: 7px;
}

.select-count span {
    border: 1px solid #ccc;
    padding: 1px 2px;
}

.functional-job input {
    width: 100%;
    text-align: center;
    padding: 5px;
    /*margin: 0px;*/
    font-size: 12px;
    border: 1px solid #f70d28;
    display: inline-block;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #fff;
    color: #f70d28;
    margin: 5px 2px;
}

.functional-job input:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}


.employ_input {
    height: 43px;
}

.employ_btn {
    padding: 10px 15px;
    margin-top: 0;
}

.employ_table_title {
    margin-top: 17px;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
}

.employ_table_title .employ-col {
    border: 1px solid rgba(86, 61, 124, .2);

}

.employ-col-body {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.employ-item {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.form-group input[type=date] {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.empl-button label {
    font-size: 20px;
    background-color: #efefef;
    font-weight: bold;
}

.empl-button label.active:nth-child(1) {
    color: red;
}

.empl-button label.active:nth-child(2) {
    color: orange;
}

.empl-button label.active:nth-child(3) {
    color: blue;
}

.empl-button label.active:nth-child(4) {
    color: #009eff;
}

.empl-button label.active:nth-child(5) {
    color: green;
}


ul li,
ol li {
    list-style: none;
}

.emp-line li {
    display: flex;
    justify-content: space-between;
}

li div:nth-child(2) {
    flex: 1 0;
    /*border-bottom: 1px dotted #000;*/
    border-bottom: 2px solid #f70d28;
    height: 1em;
    margin: 0 .4em;
}


.emp-line span {
    padding-right: 5px;
}

.emp-line span.active {
    /*color: green;*/
    font-weight: bold;
}

.emp-line span.active:nth-child(3) {
    color: red;
}

.emp-line span.active:nth-child(4) {
    color: orange;
}

.emp-line span.active:nth-child(5) {
    color: blue;
}

.emp-line span.active:nth-child(6) {
    color: #009eff;
}

.emp-line span.active:nth-child(7) {
    color: green;
}

.job-item h4, .job-item h3, .job-item h2, .job-item h1 {
    display: inline;
}

.favorites {
    cursor: pointer;
}

.favorites.active {
    color: #f70d28;;
}

.fio_rezume {
    padding: 15px 15px;
    display: block;
}

.alarm {
    padding-top: 15px;
    font-size: 18px;
    color: #f70d28;
}

/*     */
.hide-contact {
    display: none;
}


.text-alert {
    padding: 16px;
    border: 3px solid #f70d28;
    color: #f70d28;
    font-size: 15px;
    display: none;
}


/*
  fancy-tooltip
*/

.fancy-tooltip {
    position: relative;
    border-bottom: 1px dashed gray;
    cursor: help;
}

.tooltip-text {
    position: absolute;
    bottom: -334%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 260px;
    max-width: 290px;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-size: 16px;
    padding: 12px 20px 12px 20px;
    line-height: 1.2;
    border-radius: 8px;
    font-weight: 300 !important;
    font-family: ubuntu !important;
    background-color: #ccc;
    pointer-events: none;
    opacity: 0;
    transition: all 150ms;
}

.tooltip-text::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    bottom: 48px;
    left: 79%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #ccc;
    pointer-events: none;
}

.fancy-tooltip.active .tooltip-text {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

/*
   fancy-tooltip
*/


.sees {
    cursor: pointer;
}

.block-see {
    padding-top: 19px;
    display: none;
}

.ct-label {
    font-size: 16px;
}

.ct-point {
    cursor: pointer;
}

.ct-point:hover {
    stroke-width: 15px;
    transition: .4s;
}


.functional-job-prev input {
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #f70d28;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #f70d28;
    margin: 5px 2px;
    background: #d3e9f6;
}


.itemOtclick, .itemNotice {
    position: relative;
    border: 1px solid #999999;
    padding: 7px;
    margin-bottom: 7px;
}


.itemNotice.no-read, .itemOtclick.no-read {
    background: #b1d8ef;
}

.itemNotice span, .itemOtclick span {
    position: absolute;
    color: #f70d28;
    right: -20px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
}

.other_razdel {
    text-align: right;
    padding-right: 8px;
    color: red;
    cursor: pointer;
}

.hidden-el {
    display: none;
}

.link-block {
    display: block;
    color: black;
}

.link-block:hover {
    text-decoration: none;
    color: black;
}

.vacancy-page-info .functional-job a {
    cursor: pointer;
    font-size: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.result-search {
    font-size: 20px;
    text-align: center;
    display: block;
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.policy {
    border: 1px solid #ccc;
    padding: 5px;
}


.lk-submit-button:disabled {
    background: #c6c5c5;
    color: #5d5b5b;
}

.no-valid {
    display: none;
    color: red;
    font-size: 13px;
}

.panel-otclick > .panel-heading {
    background-color: #d3e9f6;
    border: none;
    border-radius: none;
}

.panel-otclick {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid #d3e9f6;
    border-radius: 0px;

    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-group .panel-otclick {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}

.color-red {
    color: #fa1933;
}


.vip .job_name:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: 'vip';
    font-style: italic;
    font-size: 12px;
    background: red;
    color: white;
    margin-left: 7px;
    margin-right: 7px;
    padding: 3px 5px;
    vertical-align: middle;
}

.info-ad {
    padding: 15px;
    border: 1px solid #ccc;
    background: #d4e5f2;
    font-size: 17px;
}

.info-ad span {
    color: #fa1933;
}

.form-horizontal.lk .form-group input[type=number] {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-add-position-mobile {
    display: none;
    width: 100%;
    padding: 9px 15px;
    margin-bottom: 8px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f70d28;
    color: #fff;
    text-align: center;
}

.btn-add-position-mobile:hover {
    color: #fff;
    text-decoration: none;
}


/*
*
 */


.favorites-menu_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.favorites-menu .favorites-menu_item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.favorites-menu .favorites-menu_info.active {
    background: #f70d28;
}

.favorites-menu .favorites-menu_info {
    display: inline-block;
    width: 170px;
    padding: 9px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #d3d3d3;
}

.hide-height {
    height: 128px;
    overflow: hidden;
}

.auto-height {
    height: auto !important;
}

.table-soc-link span {
    display: none;
}

.table-soc-link a svg {
    width: 30px;
    height: 30px;
}

.table-soc-link .table-facebook-logo svg {
    width: 40px;
    height: 40px;
}

.table-soc-link .table-youtube-logo svg {
    width: 45px;
    height: 45px;
}

@media (min-width: 480px) {
    .table-soc-link .table-vk-logo {
        display: inline-block;
        margin-top: 5px;
        margin-right: 5px;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.file-input-wrapper {
    cursor: pointer;
}

@media (max-width: 480px) {
    .content .lent-form-button.fix .fa-paper-plane-o:before {
        content: none;
    }
}
