.eye-link.eye-mode {
    margin-left: 25px;
}

.eye-link.eye-mode svg:hover {
    cursor: pointer;
}

.header-navigation-top {
    width: 100%;
    margin-left: 9px;
}

.nav_list-wrapper .nav_list > li > a {
    color: #212121;
}

.header_top {
    padding: 20px 1px;
}

.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}

.priority-nav {
    max-width: 1400px;
    width: 100%;
}

.header_bottom ul.nav_list > li > a {
    padding: 16px 4px;
    text-align: center;
}

.nav-panel-fixed .nav_list > li > a {
    padding: 16px 13px;
    font-size: 13px;
}

.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 {
    margin-left: 25px;
}

.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom: 1px solid #f5f5f5;
}

.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,
.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;
}

.logo-link:hover {
    opacity: .8;
}

.header-logo-img {
    height: 38px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.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;
}

.nav-panel-fixed .navbar-logo {
    max-width: 160px;
    display: flex;
    align-items: center;
}

.nav-panel-fixed .navbar-logo img {
    object-fit: cover;
    width: 100%;
}

.nav-panel-fixed .navbar-logo > span {
    margin-left: 10px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .nav-panel-fixed .navbar-logo > span {
        margin-left: 20px;
    }
}

.nav-panel-fixed .navbar-logo:hover {
    text-decoration: none;
}

.nav-panel-fixed .navbar-logo: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, .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, .nav-panel-fixed .navbar-logo:hover {
    text-decoration: none;
}

.logo-link,
.open > .dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .nav-panel-fixed .navbar-logo > span {
        margin-left: 20px;
    }
}

@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);
}