/* * * Main page :: header * * */
.b-mp-header {
    position: relative;
    z-index: 100;
    padding: 24px 0 14px;
    min-width: 320px;
    font: 400 1.6em 'Roboto', sans-serif;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 250ms;
    -o-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
}

@media (max-width: 1263px) {
    .b-mp-header {
        padding: 24px 0 24px;
    }
}

@media (max-width: 767px) {
    .b-mp-header {
        padding: 0;
    }
}

/* * * Main page :: header :: panel * * */
@media (min-width: 768px) and (max-width: 1263px) {
    .b-mp-header_panel > .container > .row {
        position: relative;
    }
    .b-mp-header_panel > .container > .row [class*="row-table"] > [class*="col-"]:nth-child(6) {
        position: absolute;
        top: -11px;
        right: 196px;
    }
}

@media (max-width: 767px) {
    .b-mp-header {
        position: relative;
        padding-top: 58px;
    }
    .b-mp-header_panel {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        right: 0;
        padding: 8px 0;
        min-width: 320px;
        height: 58px;
        color: #797979;
        background: #f8f8f8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }
    .b-mp-header_panel > .container {
        position: relative;
    }
    @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -moz-box) or (display: -ms-flexbox) or (display: flex)) {
        .b-mp-header_panel [class*="row-table"] {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -moz-box;
            display: flex;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            width: auto;
            margin: 0 -4px 0 -4px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .b-mp-header_panel [class*="row-table"] > [class*="col-"] {
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            width: auto !important;
        }
    }

    .b-mp-header.scroll .b-mp-header_panel {
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 1px 5px 9px rgba(0, 0, 0, .08);
        box-shadow: 1px 5px 9px rgba(0, 0, 0, .08);
    }
}

/* * * Main page :: header :: panel :: logo * * */
.b-mp-header_panel_logo {
    display: inline-block;
    position: relative;
    font: 400 14px/1 'Roboto', sans-serif;
    text-align: left;
    text-decoration: none;
    color: #265e5d;
}

.b-mp-header_panel_logo img {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.b-mp-header_panel_logo span {
    display: block;
    position: relative;
    margin: 8px 0 0 22px;
}

@media (max-width: 1263px) {
    .b-mp-header_panel_logo {
        font: 400 11px/1 'Roboto', sans-serif;
    }
    .b-mp-header_panel_logo img {
        width: 235px;
        height: 89px;
    }
    .b-mp-header_panel_logo span {
        margin: 6px 0 0 18px;
    }
}


/* * * Main page :: header :: panel :: contacts * * */
.b-mp-header_panel_contacts {
    margin-top: 18px;
    font: 400 14px/1 'Roboto', sans-serif;
    white-space: nowrap;
    color: #000;
}

.b-mp-header_panel_contacts p {
    display: inline-block;
    vertical-align: baseline;
}

.b-mp-header_panel_contacts p:first-child {
    font: 500 21px/1 'Roboto', sans-serif;
    margin-right: 6px;
}

.b-mp-header_panel_contacts a[href*="tel:"] {
    text-decoration: none;
    color: inherit;
}

.b-mp-header_panel_contacts a[href*="tel:"]:hover {
    color: #1fa6a3;
}

@media (max-width: 1263px) {

    .b-mp-header_panel_contacts {
        margin-top: 34px;
        white-space: normal;
    }

    .b-mp-header_panel_contacts p {
        display: block;
    }

    .b-mp-header_panel_contacts p:first-child {
        margin-right: 0;
    }

    .b-mp-header_panel_contacts p:first-child ~ p {
        margin-top: 2px;
    }

}


/* * * Main page :: header :: panel :: search * * */
.b-mp-header_panel_search {
    margin-top: 17px;
}

.b-mp-header_panel_search_notice {
    margin-top: 6px;
    font: 300 14px/1 'Roboto', sans-serif;
}

.b-mp-header_panel_search .b-header_search {
    margin: 0;
}

.b-mp-header_panel_search_toggle {
    display: block;
    position: relative;
    margin: -1px auto 0;
    padding: 9px;
    width: 26px;
    height: 26px;
    font: 400 26px/1 'Roboto', sans-serif;
    text-decoration: none;
    color: #7d7d7d;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
}

.b-mp-header_panel_search_toggle:hover {
    color: #1fa6a3;
}

@media (max-width: 1263px) {
    .b-mp-header_panel_search {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .b-mp-header_panel_search {
        margin-top: 0;
    }

    .b-mp-header_panel_search .b-header_search {
        position: absolute;
        z-index: 100;
        left: -35vw;
        top: 50px;
        right: -35vw;
        padding: 0 35vw 10px;
    }

    .b-mp-header_panel_search.searchShow .b-header_search {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .b-header.scroll .b-mp-header_panel_search .b-header_search {
        position: fixed;
        top: 58px;
    }
}


/* * * Main page :: header :: info * * */
.b-mp-header_info {
    padding: 10px 0 22px;
    text-align: center;
}

.b-mp-header_info_contacts {
    margin-top: 16px;
    font: 500 24px/1 'Roboto', sans-serif;
    color: #000;
}

.b-mp-header_info_contacts p:last-child {
    margin-top: 3px;
    font: 400 13px/1 'Roboto', sans-serif;
}

.b-mp-header_info_contacts a[href*="tel:"] {
    text-decoration: none;
    color: inherit;
}

.b-mp-header_info_contacts a[href*="tel:"]:hover {
    color: #1fa6a3;
}