.header-navigation-top{
    width: 100%;
    margin-left: 20px;
}
.nav_list-wrapper .nav_list>li>a {
    color: #212121;
}
.header_top{
    padding: 20px 0;
}
.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 15px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 25px;
}
#main_header a {
    transition:unset;
} 
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}
    
.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}
    
.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}
    
#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo-fixed svg {
    max-height:36px;
}
    
.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background:0;
    color:#FFF;
    border:0;
    display:block;
    float:left;
    outline:0;
    cursor:pointer;
    width: 52px
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#212121;
    line-height:normal;
}

#main_header .phonenum.show-modal {
    font-size:.6666em;
}
     
.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo-fixed,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}

.search_btn:hover,
.prv_top_dropdown:hover .caret,
.prv_top_number:hover {
    color:var(--prv_color_bg)!important;
}

.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}

.navbar-logo-fixed {
    margin-left: 50px;
    display:flex;
    align-items:center;
}
.navbar-logo-fixed>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo-fixed>span {
        margin-left:20px;
    }
}
.navbar-logo-fixed:hover{
    text-decoration: none;
}
.navbar-logo-fixed:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: static;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;  
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo-fixed:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo-fixed>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}

@media(min-width:768px){
    .navbar-logo-fixed>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    .head-slide {
      padding-top:30px;
    }
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo-fixed:hover>span{color: var(--prv_btn_color);}