

/* Start:/local/assets/css/mfc-full.css?16220273292635*/
.mfc-map-container div.text-block {
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
}

.mfc-map-container .text-block i {
    float: left;
    padding: 8px 0 0 15px;
    font-size: 25px;
}

.mfc-map-container .text-block span {
    margin-left: -25px;
}

.mfc #searchMfc {
    border-top: 1px solid hsla(29, 43%, 58%, 0.3);
    border-bottom: 1px solid hsla(29, 43%, 58%, 0.3);
}

#searchMfc {
    width: 100%;
    border: none;
    border-top: 1px solid hsla(200, 100%, 15%, 0.1);
    border-bottom: 1px solid hsla(200, 100%, 15%, 0.1);
    padding: 5px 10px;
}
#searchMfc[type="search"]{
    box-sizing:border-box;
}

#mfc-list {
    overflow-y: scroll;
    overflow-x: hidden;
}

#inMapBlock {
    width: 100%;
}

@media (min-width: 769px){
    #inMapBlock {
        width: 350px;
        margin: -10px;
    }
}

@media (max-width: 768px){
    .mfc-map-container{
        margin: 0 !important;
    }
    #mfc-card{
        margin: 0 !important;
    }
}

#toggleButton {
    /*margin: 0;*/
    outline: 0;
    border: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .92;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    color: #000;
    width: auto;
    position: absolute;
    bottom: -15px;
    /*left: 120%;*/
    padding: 0 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffdb4d;
    line-height: 44px;
}

#toggleButton:focus,#toggleButton:hover{
    text-decoration: none !important;
}
#toggleButton.btn-primary{
    background-color: #fff;
}

#mfc-card {
    margin: 16px 0 24px 0;
}

.mfc .button-back h6{
    margin-top: 1em !important;
}

.mfc-icon-business{
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 1em;
    padding-left: 1.5em;
    color: #E04E39;
}
.mfc-icon-business:before{
    position: absolute;
    left: -6px;
    top: -3px;
    font-size: 1.25em;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
}

.mfc-icon.mfc-icon-business{
    font-size: 1em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.mfc-icon.mfc-icon-business:before{
    top: -3px;
    width: 25px;
    height: 25px;
}

.business-center:before{
    background-image: url('/local/assets/img/mfc/mfc_center.svg');
}
.business-zone:before{
    background-image: url('/local/assets/img/mfc/mfc_zone.svg');
}
/* End */
/* /local/assets/css/mfc-full.css?16220273292635 */
