@font-face {
    font-family:'FontAwesome';
    src:url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
    src:url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

*:focus {
    outline: none;
}


#login_form {
    margin: 0 auto;
    width: 220px;
}

#login_form > button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 0 none;
    box-shadow: 1px 1px 2px #999999;
    border-radius: 16px;
    font-size: 0.875rem;
    cursor: pointer;
    color: #ec8153;
}

.login_form_wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url('/img/login_bg.jpg?recache=2'), url('/img/login_bg_compressed2.jpg?recache=2'), url('/img/login_bg_compressed.jpg?recache=2');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login_form_logo {
    height: 80px;
    background: url('/img/site_logo_light.png') no-repeat center center / contain;
}


.search_form input[type="checkbox"],
.search_form input[type="radio"]{
    display: none;
}

.text_overflow_e {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

form.search_form #district_row, form.search_form #districts_row,
form.search_form #locality_row, form.search_form #localities_row,
form.search_form #street_row, form.search_form #streets_row,
form.search_form #house_row, form.search_form #houses_row,
form.search_form #metros_row,
form.search_form #agencies_row{
    display: none;
}

.search_chip{
    cursor: pointer;
    max-width: 100%;
}

.search_chip .chip_content {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    color: inherit;
}

.search_chip sup{
    color: inherit;
}
.search_chip:not(.remove_all):not(.radio_chip):not(.save_filter)::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url('../img/delete_tag_icon.svg') no-repeat center center / contain;
    position: absolute;
    top: calc(50% - 5px);
}

input[type="radio"][name^="spoiler_"]{
    display: none;
}

input[type="radio"][name^="spoiler_"] + div{
    display: none;
    word-wrap: anywhere;
}

input[type="radio"][name^="spoiler_"]:checked + div{
    display: block;
}

label[for^="spoiler_"]{
    cursor: pointer;
}

label[for^="spoiler_full"]{
    display: block;
}

label[for^="spoiler_preview_"]{
    color: #ec8153;
}

@media print{
    label[for^="spoiler_full"]{
        display: none;
    }
    label[for^="spoiler_preview_"]{
        display: none;
    }
    input[type="radio"][name^="spoiler_"] + div{
        display: block;
    }
}

input[id^="offer_user_work"]{
    display: none;
}

label[for^="offer_user_work"]{
    cursor: pointer;
    /*color: #999;*/
}

label[for^="offer_user_work"]::before {
    font: normal normal normal 1rem/1 FontAwesome;
    color: #333;
    display: block;
}

label[for^="offer_user_work"][for$="isSeen"]::before {
    content: "\f06e";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="isSeen"]::before{
    /*content: "\f070";*/
    color: #ec8153;
}

label[for^="offer_user_work"][for$="isFavorited"]::before {
    content: "\f006";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="isFavorited"]::before {
    content: "\f005";
    color: #ec8153;
}

label[for^="offer_user_work"][for$="isHidden"]::before {
    content: "\f056";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="isHidden"]::before {
    content: "\f055";
    color: #ec8153;
}

label[for^="offer_user_work"][for$="noReply"]::before {
    content: "\f1f6";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="noReply"]::before {
    /*content: "\f0f3";*/
    content: "\f1f6";
    color: #ec8153;
}

label[for^="offer_user_work"][for$="isBlocked"]::before {
    content: "\f05e";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="isBlocked"]::before {
    /*content: "\f05d";*/
    content: "\f05e";
    color: #ec8153;
}

label[for^="offer_user_work"][for$="probablyAgent"]::before {
    content: "\f2bd";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="probablyAgent"]::before {
    /*content: "\f2bd";*/
    color: #e42923;
}

label[for^="offer_user_work"][for$="isRatesTracked"]::before {
    content: "\f0e4";
}

input[id^="offer_user_work"]:checked + label[for^="offer_user_work"][for$="isRatesTracked"]::before {
    content: "\f0e4";
    color: #ec8153;
}

label[for^="offer_user_work"][for$="presentation"]::before {
    content: "\f045";
}

label[for^="offer_user_work"][for$="print"]::before {
    content: "\f02f";
}

.work_with_offer button[type="submit"]{
    display: none;
}

@media print{
    .work_with_offer{
        display: none;
    }
}

.work_with_offer_note,
.offer_note_without_inline_edit{
    position: relative;
    background-color: rgb(246,246,246);
    border-radius: 8px;
}

.work_with_offer_note textarea{
    display: none;
}

.work_with_offer_note button[type="submit"] {
    margin-right: 2px;
    margin-bottom: 2px;
    border: 0 none;
    background-color: rgb(51,51,51);
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
    float: right;
    border-radius: 8px;
}

@media print{
    .work_with_offer_note,
    .offer_note_without_inline_edit {
        display: none;
    }
}

.note_content_editable,
.offer_note_without_inline_edit{
    width: 100%;
    padding: 5px;
    border: 1px solid transparent;
    word-wrap: break-word;
    min-height: 30px;
}

.note_content_editable[placeholder]:empty::before {
    content: attr(placeholder);
    color: #bbb;
    cursor: text;
}

.note_content_editable[placeholder]:empty:focus::before {
    content: "";
}

.offer_note_without_inline_edit{
    cursor: pointer;
}

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

.fancybox_images_container{
    display: none;
}

.fancybox-container > .fancybox-inner > :not(.fancybox-stage) *{
    color: #fff;
}

.fancybox-bg {
    background: rgb(250,250,250);
    opacity: 1 !important;
}

.fancybox-content, .fancybox-image{
    /*box-shadow: 0 4px 15px 0 rgba(127,127,127,.7);*/
}

.fancybox-content{
    border-radius: 10px;
}

.fancybox-slide.vertical-align-top:before{
    vertical-align: top;
}

.no_photo{
    border-radius: 16px;
    padding: 6px 26px;
    background-color: #eee;
    color: #fff;
}

.offer_on_map {
    text-decoration: none;
}

.offer_address {
    color: #0366cb;
    cursor: pointer;
}

.line-preloader{
    margin: 10px 0 20px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background: url(/img/line-preloader.gif) center no-repeat;
    height: 61px;
    display: none;
}

.icon-shield{
    cursor: default;
    color: #ec8153;
}

.icon-shield::after {
    content: '\f132';
    font: normal normal normal 1rem/1 FontAwesome;
}

.icon-eye::after {
    content: '\f06e';
    font: normal normal normal .9rem/1 FontAwesome;
}

.up_arrow{
    position: fixed;
    right: 20px;
    bottom: -100px;
    transition: bottom ease 0.5s;
    cursor: pointer;
    z-index: 8;
}

.up_arrow {
    background-color: #fff;
    border-radius: 50%;
    /*box-shadow: 0 1px 2px #ddd, 0 -1px 2px #ddd, 1px 0 2px #ddd, -1px 0 2px #ddd;*/
    padding: 8px;
}

.up_arrow::before {
    content: "\f062";
    display: block;
    font: normal normal normal 2rem/1 FontAwesome;
    color: #555;
}

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

.offer_price .went_up, .offer_price .went_down {
    display: inline-block;
}

.offer_price .went_up:before{
    color: red;
    content: '\f176';
    font: normal normal normal 1rem/1 FontAwesome;
}

.offer_price .went_down:before{
    color: #11bb40;
    content: '\f175';
    font: normal normal normal 1rem/1 FontAwesome;
}

.save_link, .help_request {
    padding: 4px 10px;
    border-radius: 8px;
    color: #fff;
}

.save_link{
    /* background-color: #0076eb; */
    background-color: #515966;
}

.help_request{
    /* background-color: #c4569f; */
    background-color: #515966;
}

.save_link::before, .help_request::before, #link_edit_form_popup_opener::before {
    content: "\f045";
    font: normal normal normal 1rem/1 FontAwesome;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.save_link::before{
    content: "\f045";
}

.help_request::before{
    content: "\f086";
}

#link_edit_form_popup_opener::before{
    vertical-align: top;
    content: "\f013";
}

.icon-metro-mean-walk{
    position: relative;
    width: 14px;
    height: 14px;
    background-size: cover;
    display: inline-block;
    top: 2px;
    left: 2px;
    background-image: url(https://esbn.ru/img/peshkom.png);
}

.icon-metro-mean-drive:before {
    content: '\f207';
}

.youtube_link:before{
    color: red;
    content: '\f16a';
    font: normal normal normal 3rem/1 FontAwesome;
    left: calc(50% - 1.5rem);
    top: calc(50% - 25px);
    position: absolute;
    z-index: 0;
}

#process_notifications_wrapper {
    position: fixed;
    top: 0;
    z-index: 99999;
    padding: 0 10px;
}

.process_notification {
    padding: 7px 15px;
    text-align: center;
    background-color: rgba(3,102,203, 0.8);
    color: #fff;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.process_notification.is_error{
    background-color: rgba(255,0,0, 0.8);
}

.process_notification_header {
    color: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}

.process_notification_body {
    color: inherit;
}

.process_notification_close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(150,150,150,.7);
    border-radius: 50%;
    background-color: rgba(255,255,255,.7);
}

.offer_market_delta {
  border-radius: 10px;
  width: fit-content;
  margin: auto;
  padding: 2px 8px;
  color: white;
  background: #ec8153;
}
.offer_market_delta.delta_plus {
  background: #22c55e;
}
.offer_market_delta.delta_minus {
  background: #ef4444;
}
.offer_market_delta.delta_none {
  background: #a5a5a5;
}

.unreliable_mark::before {
    content: "\F128";
}

.popup_opener {
    cursor: pointer;
}

.inline_popups_container {
    position: relative;
}

.inline_popups_container .inline_popup_wrapper {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    display: none;
    box-sizing: border-box;
    min-width: 195px;
    flex-direction: column;
    background-color: #fff;
    z-index: 1049;
    box-shadow: 0 10px 22px 0 rgba(0,0,0,.2);
    border-radius: 8px;
}

.inline_popups_container .inline_popup_wrapper.right {
    right: -10px;
}

.inline_popups_container .inline_popup_wrapper.left {
    left: -10px;
}

.inline_popups_container .inline_popup_wrapper.bottom {
    top: unset;
    bottom: calc(100% + 7px);
}

.inline_popup_wrapper.shown {
    display: flex;
}

.inline_popups_container > .inline_popup_wrapper::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -5px;
    background-color: #fff;
}

.inline_popups_container .inline_popup_wrapper.right::before {
    right: 18px;
}

.inline_popups_container .inline_popup_wrapper.left::before {
    left: 18px;
}

.inline_popups_container .inline_popup_wrapper.bottom::before {
    top: unset;
    bottom: -5px;
    transform: rotate(-45deg);
}

.offer_note_without_inline_edit > .inline_popups_container > .inline_popup_wrapper {
    left: 25%;
    width: 50%;
    top: unset;
    bottom: calc(100% + 5px);
    /*box-shadow: 0 -10px 22px 0 rgba(0,0,0,.2);*/
}

@media (max-width: 500px) {
    .offer_note_without_inline_edit > .inline_popups_container > .inline_popup_wrapper {
        left: 0;
        width: 100%;
    }
}

.offer_note_without_inline_edit > .inline_popups_container .inline_popup_wrapper::before {
    top: unset;
    bottom: -4px;
}

.save_filter_body > *{
    text-decoration: none;
    padding: 6px 0;
    /* border-left: 1px solid #bbb; */
    /*border-top: 1px solid #bbb;*/
    /* border-bottom: 1px solid #bbb; */
    flex: 1;
    cursor: pointer;
    background-color: rgb(246,246,246);
    border-radius: 8px;
}

.save_filter_body > *{
    margin: 0 5px;
}

.save_filter_header input[type="text"],
.save_filter_header input[type="email"],
.save_filter_header textarea,
.save_filter_header div[contenteditable]{
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 0 none;
    border-radius: 8px;
    background-color: rgb(246,246,246);
    cursor: text;
}

.save_filter_header textarea{
    resize: none;
}

.validation_note {
    position: absolute;
    width: 177px;
    z-index: 1;
    box-shadow: 1px 1px 5px #ccc;
}

.validation_note:before{
    content: "";
    position: absolute;
    top: -4px;
    left: 20px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    transform: rotate(45deg);
}

.validation_text {
    padding: 4px;
    background-color: #fff;
    color: red;
    text-align: center;
    line-height: 20px;
}

.search_chip.save_filter {
    background-color: #0fb0ef;
    color: #fff;
}

.fixed_header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* box-shadow: 0 1px 9px rgba(127,127,127,.7); */
    height: 55px;
    background-color: transparent;
    z-index: 3;
}

.popup_header {
    background-color: rgb(250,250,250);
}

.work_width {
    width: 1170px;
    max-width: calc(100% - 14px);
    margin: 0 auto;
}

.button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    min-height: 16px !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    color: #999999;
    border: 2px solid #999999;
}

.regular_button {
    border-radius: 8px;
    background-color: #fff;
    padding: 6px 10px;
    margin: 5px;
    color: #555;
    display: inline-block;
    position: relative;
    border: 0 none;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.new_form_block {
    padding: 10px;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px 0 rgba(127,127,127,.22);
}

.demo_opacity:before,
.demo_opacity > .title,
.demo_opacity .header_link_container,
.demo_opacity .dropped_down_container > :not(.show_dropped_down_on_hover),
.demo_a_opacity
{
    opacity: 0.5;
}

input.like_ios_toggle{
    display: none;
}

input.like_ios_toggle + label {
    float: right;
    position: relative;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    width: 42px;
    height: 16px;
    margin-top: -2px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #f8f8f8;
    cursor: pointer;
    vertical-align: bottom;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input.like_ios_toggle + label::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 14px;
    text-indent: 40px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: white;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input.like_ios_toggle:not(.inverted):checked + label,
input.like_ios_toggle.inverted:not(:checked) + label{
    -webkit-box-shadow: inset 0 0 0 20px rgb(51, 51, 51),0 0 0 2px rgb(51, 51, 51);
    -moz-box-shadow: inset 0 0 0 20px rgb(51, 51, 51),0 0 0 2px rgb(51, 51, 51);
    box-shadow: inset 0 0 0 20px rgb(51, 51, 51),0 0 0 2px rgb(51, 51, 51);
}

input.like_ios_toggle:not(.inverted):checked + label::before,
input.like_ios_toggle.inverted:not(:checked) + label::before{
    left: calc(100% - 20px);
    -webkit-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

input.like_ios_toggle:not(.inverted):not(:checked) + label,
input.like_ios_toggle.inverted:checked + label{
    -webkit-box-shadow: inset 0 0 0 0px rgba(51,51,51,1),0 0 0 2px #dddddd;
    -moz-box-shadow: inset 0 0 0 0px rgba(51,51,51,1),0 0 0 2px #dddddd;
    box-shadow: inset 0 0 0 0px rgba(51,51,51,1),0 0 0 2px #dddddd;
}

input.like_ios_toggle:not(.inverted):not(:checked) + label::before,
input.like_ios_toggle.inverted:checked + label::before{
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}

.sales_search_button:before,
.sales_predict_button:before{
    font: normal normal normal 0.9em/20px FontAwesome;
    text-align: center;
    white-space: nowrap;
}

.sales_search_button:before{
    content: "\f002";
}

.sales_predict_button:before {
    content: "\f158";
}

.sales_search_button,
.sales_predict_button{
    display: none;
    cursor: pointer;
}

.sale:hover .sales_search_button,
.sale:hover .sales_predict_button{
    display: block;
}

/*.sale{
    cursor: pointer;
}*/

input[type="checkbox"] + label.next_sibling_toggler{
    cursor: pointer;
    display: block;
    position: relative;
}

input[type="checkbox"] + label.next_sibling_toggler:after{
    content: "";
    width: 12px;
    height: 6px;
    display: inline-block;
    background: url('/img/arrow-down.svg') no-repeat;
    transform: rotate(0deg);
    transition: transform 0.15s 0s;
    margin-left: 5px;
    vertical-align: middle;
}

input[type="checkbox"]:checked + label.next_sibling_toggler:after{
    transform: rotate(180deg);
    transition: transform 0.15s 0s;
}

input[type="checkbox"] + label.next_sibling_toggler + .show_on_input_before_label_checked{
    display: none;
}

input[type="checkbox"]:checked + label.next_sibling_toggler + .show_on_input_before_label_checked{
    display: block;
}

@media(max-width: 480px){
    .sale .room_number_title,
    .offer_in_predict .room_number_title{
        display: none;
    }
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

.edit_sale_strategy{
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 10px;
}

.edit_saved_link_offer_note:before,
.edit_sale_strategy:before{
    display: block;
    content: '\f040';
}

.edit_saved_link_offer_note:before{
    font: normal normal normal 0.9rem/1 FontAwesome;
}

.edit_sale_strategy:before{
    font: normal normal normal 1rem/1 FontAwesome;
}

.sales_checks_default:before,
.sales_checks_analogs:before,
.sales_checks_source_house:before,
.sales_checks_last:before{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.sales_checks_default:before{
    background-color: #ec8153;
}

.sales_checks_analogs:before{
    background-color: violet;
}

.sales_checks_source_house:before{
    background-color: rgb(17, 225, 218);
}

.sales_checks_last:before{
    background-color: #d4d4d4;
}

.text_search_clear{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 27px;
    display: flex;
    cursor: pointer;
    padding: 1px;
}

.text_search_clear + input[type="text"]{
    padding-right: 24px;
}

#predict_counter_wrapper {
    left: 15px;
    padding: 10px 17px;
    text-decoration: none;
    color: #777;
}
#predict_counter_wrapper > span{
    color: inherit;
}
@media(max-width: 500px){
    #predict_counter_wrapper {
        left: 0;
        position: absolute;
        bottom: 100%;
        padding: 5px;
    }
}

.user_price_wrapper{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    text-align: center;
    height: 32.5px;
}
input.user_price_input, input.user_prices_block_title_input {
    font-size: 16px !important;
    font-weight: bold;
}
input.user_prices_block_title_input {
    max-width: 228px;
}
@media(max-width: 500px){
    .user_price_wrapper{
        margin-top: -4px;
    }
}
.not_enough_data_text{
    font-size: 14px;
    color: inherit;
}

.show_user_price_form{
    cursor: pointer;
    background-color: #7588a373;
    color: #fff;
    padding: 4px 8px;
    font-weight: 500;
    border-radius: 14px;
    width: 105px;
    font-size: 14px;
    white-space: nowrap
}
.show_user_price_form:after,
.user_prices_block_title:after{
    font: normal normal normal 0.9rem/1 FontAwesome;
    display: inline-block;
    content: '\f040';
    margin-left: 1px;
}
.user_prices_block_title:after{
    font-size: 19px;
}
.user_prices_block_title{
    cursor: pointer;
}
.user_price_form {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
.user_price_input{
    max-width: 200px;
}
.user_price_value_wrapper{
    color: inherit
}
.user_price_value{
    color: inherit;
    margin-top: 8px;
    display: inline-block;
}
.user_price_unit{
    color: inherit;
}
@media(max-width: 500px){
    .user_price_input {
        max-width: 110px;
        padding: 5px 10px !important;
        height: auto !important;
    }
}
.remove_offer_for_comparative_analysis{
    height: 30px;
    line-height: 30px;
    width: 32px;
    background-color: rgb(246,246,246);
    border-radius: 8px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.remove_offer_for_comparative_analysis:after{
    font: normal normal normal 18px/30px FontAwesome;
    display: inline-block;
    content: '\f014';
}