:root{
  --ngk-icon-blue: #0170c5;
  --ngk-icon-blue-dark: #2f67ad;
  --ngk-icon-orange: #f35e1e;
  --ngk-icon-orange-strong: #ff5a00;
  --ngk-icon-white: #fff;
}

.header_info .header_work_time,
.header_info .header_address,
.header_info .header_feedback,
.footer_work_time,
.footer_address{
  position: relative;
  background: none !important;
  box-sizing: border-box;
}

.header_info .header_work_time:before,
.header_info .header_address:before,
.header_info .header_feedback:before,
.footer_work_time:before,
.footer_address:before{
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}

.header_info .header_work_time:before{
  left: 19px;
  top: 50%;
  width: 38px;
  height: 38px;
  color: var(--ngk-icon-orange);
  -webkit-mask-image: url(../images/ngk-icons/phone.svg);
  mask-image: url(../images/ngk-icons/phone.svg);
  transform: translateY(-50%);
}

.header_info .header_address:before{
  left: 29px;
  top: 50%;
  width: 38px;
  height: 42px;
  color: var(--ngk-icon-blue);
  -webkit-mask-image: url(../images/ngk-icons/location.svg);
  mask-image: url(../images/ngk-icons/location.svg);
  transform: translateY(-50%);
}

.header_info .header_feedback:before{
  left: 32px;
  top: 50%;
  width: 36px;
  height: 36px;
  color: #376db2;
  -webkit-mask-image: url(../images/ngk-icons/mail.svg);
  mask-image: url(../images/ngk-icons/mail.svg);
  transform: translateY(-50%);
}

.header_search_btn,
.header-mobile-search{
  position: relative;
  background: none !important;
}

.header_search_btn:before,
.header-mobile-search:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 31px;
  height: 31px;
  background: var(--ngk-icon-white);
  -webkit-mask: url(../images/ngk-icons/search.svg) 50% 50% / contain no-repeat;
  mask: url(../images/ngk-icons/search.svg) 50% 50% / contain no-repeat;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.header-mobile-search:before{
  background: var(--ngk-icon-orange-strong);
}

.header_cart span:first-child,
.header_cart span.mobile-cntText,
.header_cart span.mobile-empty,
.product_btn.compare span,
.product_btn.download span{
  position: relative;
  background: none !important;
}

.header_cart span:first-child:before,
.header_cart span.mobile-cntText:before,
.header_cart span.mobile-empty:before,
.product_btn.compare span:before,
.product_btn.download span:before{
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}

.header_cart span:first-child:before{
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  color: var(--ngk-icon-white);
  -webkit-mask-image: url(../images/ngk-icons/cart.svg);
  mask-image: url(../images/ngk-icons/cart.svg);
  transform: translateY(-50%);
}

.header_cart span.mobile-cntText:before,
.header_cart span.mobile-empty:before{
  position: static;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: var(--ngk-icon-orange-strong);
  -webkit-mask-image: url(../images/ngk-icons/cart.svg);
  mask-image: url(../images/ngk-icons/cart.svg);
}

.header_login_btn:before{
  background: var(--ngk-icon-orange-strong) !important;
  -webkit-mask: url(../images/ngk-icons/login.svg) 50% 50% / 30px 30px no-repeat;
  mask: url(../images/ngk-icons/login.svg) 50% 50% / 30px 30px no-repeat;
}

.header_login_btn:hover:before{
  background: var(--ngk-icon-orange) !important;
}

.header_compare:before{
  background: var(--ngk-icon-white) !important;
  -webkit-mask: url(../images/ngk-icons/compare.svg) 50% 50% / 30px 30px no-repeat !important;
  mask: url(../images/ngk-icons/compare.svg) 50% 50% / 30px 30px no-repeat !important;
}

.product_btn.compare span:before,
.product_btn.download span:before{
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  color: var(--ngk-icon-blue);
  transform: translateY(-50%);
}

.product_btn.compare span:before{
  -webkit-mask-image: url(../images/ngk-icons/compare.svg);
  mask-image: url(../images/ngk-icons/compare.svg);
}

.product_btn.download span:before{
  -webkit-mask-image: url(../images/ngk-icons/download.svg);
  mask-image: url(../images/ngk-icons/download.svg);
}

.show_all_btn:before,
.search_res_btn:before{
  background: currentColor !important;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.show_all_btn:before{
  color: var(--ngk-icon-blue);
  -webkit-mask-image: url(../images/ngk-icons/settings.svg);
  mask-image: url(../images/ngk-icons/settings.svg);
}

.show_all_btn:hover:before{
  color: #299fe8;
}

.search_res_btn:before{
  color: #fd4100;
  -webkit-mask-image: url(../images/ngk-icons/reset.svg);
  mask-image: url(../images/ngk-icons/reset.svg);
}

.footer_work_time,
.footer_address{
  padding-left: 50px;
}

.footer_work_time:before{
  left: 1px;
  top: 2px;
  width: 34px;
  height: 34px;
  color: var(--ngk-icon-orange);
  -webkit-mask-image: url(../images/ngk-icons/phone.svg);
  mask-image: url(../images/ngk-icons/phone.svg);
}

.footer_address:before{
  left: 3px;
  top: 0;
  width: 34px;
  height: 38px;
  color: var(--ngk-icon-blue);
  -webkit-mask-image: url(../images/ngk-icons/location.svg);
  mask-image: url(../images/ngk-icons/location.svg);
}

.ngk-compare-page .comparison_box_right_item_img a[href*="DELETE_FROM_COMPARE_RESULT"]{
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: -6px !important;
  right: 22px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96) !important;
  border: 2px solid rgba(243, 94, 30, .55);
  box-shadow: 0 2px 8px rgba(79, 0, 0, .14);
  text-decoration: none;
  box-sizing: border-box;
}

.ngk-compare-page .comparison_box_right_item_img a[href*="DELETE_FROM_COMPARE_RESULT"] img{
  display: none !important;
}

.ngk-compare-page .comparison_box_right_item_img a[href*="DELETE_FROM_COMPARE_RESULT"]:before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: var(--ngk-icon-orange);
  -webkit-mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
  mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
}

.menu-responsive.open:after{
  background: var(--ngk-icon-blue) !important;
  -webkit-mask: url(../images/ngk-icons/close.svg) 50% 50% / 30px 30px no-repeat;
  mask: url(../images/ngk-icons/close.svg) 50% 50% / 30px 30px no-repeat;
}

.header-menu-responsive.open{
  background-image: none !important;
  position: relative;
}

.header-menu-responsive.open:after{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: var(--ngk-icon-white);
  -webkit-mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
  mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
  transform: translateY(-50%);
}

.fancybox-close,
.arcticmodal-close.fancybox-close{
  background-image: none !important;
  position: relative;
}

.fancybox-close:before,
.arcticmodal-close.fancybox-close:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  background: var(--ngk-icon-orange);
  -webkit-mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
  mask: url(../images/ngk-icons/close.svg) 50% 50% / contain no-repeat;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .header_info .header_work_time:before,
  .header_info .header_address:before,
  .header_info .header_feedback:before{
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 12px 0 0;
    transform: none;
  }

  .header_compare:before{
    background: var(--ngk-icon-blue) !important;
    -webkit-mask-size: 30px 30px !important;
    mask-size: 30px 30px !important;
  }
}
