

/* Start:/local/templates/mfc/components/bitrix/search.title/search_portal/style.css?17460045323486*/
.bx_search_container {
    height: 50px;
    line-height: 50px;
}

.bx_search_container .bx_field {
    position: relative;
    margin-top: 15px;
    height: 30px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    background: #fff;
    line-height: 30px;
}

.bx_search_container .bx_field .bx_input_text {
    position: absolute;
    left: 0;
    height: 30px;
    outline: none;
    border: none;
    background: none;
    line-height: 30px;
    width: 100%;
    padding-right: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.bx_search_container .bx_field .bx_input_submit {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 34px;
    border: none;
    background: url('/local/templates/mfc/components/bitrix/search.title/search_portal/images/search_lupe2.png') no-repeat left center;
    cursor: pointer;

}

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 999;
    min-width: 370px;
    margin-left: 0;
    margin-top: 0;
    background-color: #FFF;
}


div.title-search-fader {
    display: none;
    background-image: url('/local/templates/mfc/components/bitrix/search.title/search_portal/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 12px;
}

div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche {
}

.bx_searche .bx_img_element {
    background: #fafafa;
    float: left;
    width: 45px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}

.bx_searche .bx_item_element {
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #623B2A;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.7s;
}

.bx_searche .bx_item_element a b {
    color: #000;
    font-weight: bold;
    transition: all 0.7s;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    text-decoration: none;
    color: #e84a36;
    transition: all 0.7s;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #e84a36
}

.bx_item_block.all_result a {
    margin-top: 0;
}

/* End */


/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967*/
.pagination {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.pagination a {
    min-width: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #C39367;
    padding: 6px 14px;
    border: 1px solid #C39367;
    display: inline-block;
    transition: all .5s;
    margin: 0 5px 0 0;
    text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
    text-decoration: none;
    color: #fff;
    background: #e04e39;
    transition: all .5s;
    border: 1px solid #e04e39;
}
.pagination a img {
    width: 12px;
}
.pagination a.next img {
    margin: -7px -3px -3px -3px;
}
.pagination a.next:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
    transition: all .5s;
}
.pagination a.prev img {
    transform: rotate(180deg);
    margin: -7px -3px -3px -3px;
}
.pagination a.prev:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
}

/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/offices/style.css?1722437098480*/
.offices__item {
    box-shadow: 0 4px 12px 0 #00000029;
    padding: 15px 20px;
    display: flex;
    text-decoration: none;
    transition: all 0.5s;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 7px;
}
.offices__item:hover {
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: 0 4px 12px 0 #0000004f;
}
.offices__item span {
    padding-left: 15px;
    margin: unset;
    color: #4d3e33;
}

/* End */
/* /local/templates/mfc/components/bitrix/search.title/search_portal/style.css?17460045323486 */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967 */
/* /local/templates/mfc/components/bitrix/news.list/offices/style.css?1722437098480 */
