.eye-link.eye-mode {
  margin-left: 25px;
  margin-right: 10px;
}

.eye-link.eye-mode svg:hover {
  cursor: pointer;
}

.phone_header .prv_top_number{
  color: var(--prv_color) !important;
  font-weight: 400 !important;
}
.phone_header .prv_top_number:hover{
  color: blue !important;
}

.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 {
  margin-left: 0;
}

#main_header a {
  transition: unset;
}

#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 0.2s linear;
}

.header-mobile .hamburger-btn {
  background: 0;
  color: #FFF;
  border: 0;
  float: left;
  outline: 0;
  cursor: pointer;
  width: 48px;
  height: 40px;
  background: var(--prv_button_bg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2px;
}

.header-mobile .hamburger-btn:hover,
.header-mobile .hamburger-btn:focus,
.header-mobile .hamburger-btn:active,
.header-mobile .hamburger-btn:active:hover,
.header-mobile .hamburger-btn:active:focus {
  outline: 0;
}

.header-mobile .hamburger-btn .icon-bar {
  background-color: #ffffff;
  width: 19px;
}

.header-mobile .hamburger-btn:hover .icon-bar,
.header-mobile .hamburger-btn:active .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
  background-color: #ffffff;
}

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

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

#main_header .phonenum.show-modal {
  font-size: 0.6666em;
}

.logo-link:hover {
  opacity: 0.8;
}

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

#main_header .navbar-logo, #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;
}

.search_btn:hover,
.prv_top_dropdown:hover .caret,
.prv_top_number:hover {
  color: #fff !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;
}

.left-mobile-block {
  display: flex;
  align-items: center;
}

.right-mobile-block {
  display: flex;
  align-items: center;
}

.header-mobile .navbar-logo {
  margin-left: 5px;
  display: flex;
  align-items: center;
  max-width: 100px;
}

.header-mobile {
  padding-top: 12px;
  padding-bottom: 22px;
}

.header-mobile .navbar-logo > span {
  margin-left: 10px;
  text-transform: uppercase;
  color: #212121;
  font-size: 22px;
  font-weight: 700;
}
.header-mobile .header-mobile_top {
  margin-bottom: 15px;
}
.header-mobile .header-mobile_bottom {
  margin-top: 28px;
}
.header-mobile .header-callback {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-mobile .header-callback a {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.16;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #222222;
}
.header-mobile .header-callback svg {
  margin-right: 6px;
}

@media (min-width: 768px) {
  .header-mobile .navbar-logo > span {
    margin-left: 20px;
  }
}
.header-mobile .navbar-logo:hover {
  text-decoration: none;
}

.header-mobile .navbar-logo:hover span {
  color: var(--prv_btn_color);
  opacity: 0.9;
}

.search_wrapper {
  position: static;
}

.search_cnt {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 993;
  transition: 0.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: #222222;
  display: block;
  line-height: 1.6;
  vertical-align: top;
  width: 100%;
  font-size: 0.8125rem;
  height: 40px;
  border: 0;
  padding: 10px 45px 10px 27px;
  background: #F1F1F1;
  border-radius: 2px;
  font-weight: 400;
}

.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 0.5s ease, opacity 0.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: 0.8571em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.search_input {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}

.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, .navbar-logo:hover {
  text-decoration: none;
}

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

#main_header .btn, #main_header .btn:focus {
  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 > 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);
}

/*# sourceMappingURL=style.css.map */
