#headermobile {
    display: none;
    height: 62px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
    position: sticky;
    top: 0;
    z-index: 100
}

.headermobile-main {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

#headermobile .header-logo img{
    padding: 0;
}


.headermodile-item {
    flex: 1 0 33%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-logo {
    justify-content: center;
}

.header-logo img{
    padding: 10px 0 0 10px;
}

.header-search {
    justify-content: right;
}

.header-search a,
.header-search svg {
    width: 18px;
    height: 18px;
}

.header-search svg {
    position: absolute;
    top: 0;
}

.header-search a,
.header-burger a {
    display: block;
    position: relative;
}

.header-burger svg {
    position: absolute;
    top: 0;
    stroke: #333333;
}

.header-burger a, 
.header-burger svg {
    width: 16px;
    height: 12px;
}



@media (max-width: 991px) {
    #headermobile {
        display: block
    }
}

@media (max-width: 991px) {
    header {
        display: none !important
    }
}

.header-top .row {
    display: flex;
    align-items: center;
    min-height: 86px;
}
/*
.header-bottom {
    height: 54px;
}
*/
.header-v-center {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.header-phone {
    display: flex
}

.header-phone-wrap {
    position: relative
}

.header-phone-number {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
    white-space: nowrap
}

.header-phone-number:hover {
    color: #333333;
    text-decoration: none
}

.header-phone-wrap>.header-phone-number::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 6px;
    height: 13px;
    background: url("/local/templates/centrhimki/img/header/phone.svg")
}

.header-phone-callback {
    font-size: 13px;
    line-height: 24px
}

.header-phone-dropdown {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: -9px;
    right: 0;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
    z-index: 10;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.header-phone-wrap:hover>.header-phone-dropdown {
    display: block
}

.header-phone-dropdown a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #ececec
}

.header-phone-dropdown a:first-child {
    border-top: none
}

.header-phone-dropdown a:hover {
    background-color: #fafafa
}

.header-phone-dropdown span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
    margin-top: 2px;
    font-weight: normal
}


.header-description {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    display: table-cell;
    vertical-align: middle
}


.header-menu,
.header-menu>div {
    height: 54px
}

.header-menu td>a {
    height: 54px
}

.header-nav-wrap {
    height: 100%;
    position: relative
}

.header-nav {
    height: 100%;
    position: relative
}

.header-nav-wide {
    width: 100%
}

.header-nav td {
    padding: 0;
    position: relative
}

.header-nav a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap
}

.header-nav-light a {
    color: #333333
}

.header-nav-dark a:hover {
    text-decoration: none;
    color: #ffffff
}

.header-nav-dots {
    height: 4px;
    padding: 0 9px
}

.header-nav-dots svg {
    width: 12px;
    height: 4px
}

.header-nav-dark .header-nav-dots svg {
    fill: #ffffff
}

.header-nav-light .header-nav-dots svg {
    fill: #333333
}

.header-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    display: none;
    z-index: 100;
    padding: 0;
    margin: 0;
    min-width: 230px;
    max-width: 275px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1)
}

.header-nav-dropdown a {
    display: flex;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    padding: 15px 20px 16px;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    color: #333333;
    white-space: normal
}

.header-nav-dropdown a:hover {
    background-color: #fafafa;
    color: #333333
}

.header-nav td>.header-nav-dropdown li:first-child>a {
    border-top: none
}

.header-nav-dropdown li:last-child a {
    border-bottom: none
}

.header-nav td:last-child>.header-nav-dropdown {
    right: 0;
    left: unset
}

.header-nav td:hover>.header-nav-dropdown:not(.header-nav-hide-in-root) {
    display: block
}

.header-nav-dropdown li {
    position: relative
}

.header-nav-dropdown li .header-nav-dropdown {
    position: absolute;
    left: 100%;
    top: 0
}

.header-nav-dropdown li:hover>.header-nav-dropdown {
    display: block
}

.header-nav-more {
    display: none
}

.header-nav-full-dropdown {
    position: absolute;
    display: none;
    z-index: 100;
    padding: 40px 24px 47px;
    margin: 0;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1)
}

.header-nav-full-dropdown.loading {
    display: none !important
}

.header-nav td:not(.header-nav-more):hover .header-nav-full-dropdown {
    display: block
}

.header-nav-full-dropdown a {
    color: #333333
}

.header-nav-full-dropdown ul {
    margin-bottom: 0;
    padding-left: 0
}

.header-nav-full-dropdown li {
    list-style: none
}

.header-nav-full-dropdown .header-nav-subitem {
    padding: 16px;
    display: flex
}

.header-nav-full-dropdown .header-nav-flex-column {
    flex-direction: column;
    align-items: start
}

.header-nav-full-dropdown .header-nav-img {
    margin: 0 24px 19px 0;
    display: block;
    padding: 0
}

.header-nav-full-dropdown .header-nav-subitem-link {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    height: auto;
    white-space: normal
}

.header-nav-full-dropdown .header-nav-subsubitem {
    display: inline
}

.header-nav-full-dropdown .header-nav-in-column {
    display: block
}

.header-nav-full-dropdown .header-nav-subsubitem-link {
    display: inline;
    padding: 0;
    text-align: left;
    white-space: normal;
    justify-content: unset;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #888
}

.header-nav-full-dropdown .header-nav-subsubitem:not(.header-nav-in-column)::before {
    content: "\2014";
    line-height: 18px;
    font-size: 13px;
    color: #888
}

.header-nav-full-dropdown .header-nav-subsubitem:first-child::before {
    content: ""
}

.is404page .menu-edit-item {
    display: none
}

.header-social {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px
}

.header-social-item {
    color: #333333;
    opacity: 0.35;
    margin-left: 15px;
    margin-right: 15px;
    width: 19px;
    height: 19px;
    display: block;
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s
}

.header-social-item:hover {
    opacity: 1
}

.header-social-item svg {
    width: 19px;
    height: 19px
}

#headerfixed {
    position: fixed;
    top: -200px;
    width: 100%;
    background-color: #ffffff;
    z-index: 150;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .136)
}

.headerfixed-main {
    height: 62px;
    border-bottom: 1px solid #ececec
}

.header-main {
    min-height: 86px;
    display: flex;
    align-items: center
}

.header-description {
    height: 86px
}

.header-basket {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 44px
}

.header-order-btn {
    margin-left: 50px
}

.header-city-wrap {
    margin-left: 3px
}

.header-phone-number {
    font-size: 16px;
    line-height: 22px
}

.header-phone-wrap {
    margin-right: 19px
}

.header-phone-wrap>span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
    margin-top: 1px;
    font-weight: normal;
    margin-left: 20px
}