header .header-top {
    display:flex;
    font-size: 15px;
    max-width: 1470px;
    margin:0 auto;
}


.header-shop--button {
    white-space: nowrap;
}
header .header-left, .header-right {
    float:left;
    margin: 10px 0;
}

header .header-right{
    width:60%;
}

header .header-left{
    width:50%;
    font-weight: bold;
}

header .header-right .phone-main, .header-right .call-back {
    float: right;
    margin-right: 50px;
    margin-top: 3px;
}

header .phone-main {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

header .static-links {
    margin: 7px; /* ÐžÐ±Ð½ÑƒÐ»ÑÐµÐ¼ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð² */
    padding-left: 15%;
}

header .static-links--element {
    display: inline; /* ÐžÑ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°Ñ‚ÑŒ ÐºÐ°Ðº ÑÑ‚Ñ€Ð¾Ñ‡Ð½Ñ‹Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
    margin-right: 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ»ÐµÐ²Ð° */
}

header .static-links--element:hover a{
    color: #ff6100
}

header .header-center {
    width: 100%;
    background-color: #ff6100;
    display: flex;
}

header .header-center--container {
    display: flex;
    max-width: 1470px;
    width: 100%;
    margin: 15px auto 15px;
    justify-content: space-between;
    align-items: center;
}

header .header-logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin: 0;
    /* margin-right: auto; */
    background-image: url("/upload/images/svg/logo.svg");
}

header .user-buttons {
    margin: 0; /* ÐžÐ±Ð½ÑƒÐ»ÑÐµÐ¼ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð² */
    padding: 4px; /* Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ Ð¿Ð¾Ð»ÐµÐ¹ */
    display: flex;
    align-items:center;
    list-style: none;
}

header .user-buttons a {
    text-decoration: none;
    color: white;
}

header .user-buttons--element {
    margin: 0 12px;
    position: relative;
    list-style-type: none;
}

header .user-buttons--element .inline-icon {
    height: 25px;
}

header .user-buttons--element.search,
header .user-buttons--element.call {
    display: none;
}

header .header-center--mobile-menu {
    display: none;
    margin-left: 15px;
    flex-shrink: 0;
}

li.messenger-buttons img {
    width: 42px;
    margin: 0 12px;
}


@media (max-width: 980px) {
    header{
        padding-bottom: 54px;
    }
    header .header-left,
    header .header-top,
    header .section-menu,
    .header-search--form .search-icon,
    header .user-buttons--element.location
    {
        display: none;
    }
    header .header-right{ width:100%;}
    header .user-buttons--element.search,
    header .user-buttons--element.call,
    header .header-center--mobile-menu{
        display: block;
        height: 25px;
        width: 25px;
    }
    header .header-center {
        height: 54px;
        position: absolute;
        z-index: 995;
    }

    header .header-center.top-fixed {
        position: fixed;
        top: 0;
    }

    .header-center--mobile-menu {
        position: relative;
        padding-left: 30px;
    }

    .header-center--mobile-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 25px;
        height: 4px;
        background: white;
        box-shadow:
                0 10px 0 0 white,
                0 20px 0 0 white;
    }

    body #bx-panel{
        display: none!important;
    }

    header .header-logo {
        margin: 0;
    }
}







