

/* Start:/local/templates/zorgepro_eshop/components/bitrix/search.title/zorgepro_search/style.css?1783866656873*/
.zp-search-inner .zp-search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  border: 1px solid var(--zp-gray-border, #e5e7eb);
  border-radius: 14px;
  overflow: hidden;
  background: var(--zp-gray-bg, #f3f4f6);
  box-sizing: border-box;
}
.zp-search-inner .zp-search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  box-sizing: border-box;
    font-weight: 700;
    color: #A0A0A0;
}
.zp-search-inner .zp-search-input:focus {
  outline: none;
}
.zp-search-inner .zp-search-submit {
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  border: none;
  border-radius: 10px;
  background: #1a1a1a;
  cursor: pointer;
  padding: 0;
}
.zp-search-inner .zp-search-submit:hover {
  background: #000;
}

/* End */


/* Start:/local/components/zorgepro/header.catalog.menu/templates/mega/style.css?17836596825758*/
/* Мега-меню каталога — подключается компонентом header.catalog.menu */

.zp-catalog-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 120;
}

.zp-catalog-mega__overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.35);
  z-index: 1;
}

.zp-catalog-mega__panel {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  height: min(72vh, 640px);
  max-height: min(72vh, 640px);
  overflow: hidden;
}

.zp-catalog-mega__layout {
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.zp-catalog-mega__layout--roots-only .zp-catalog-mega__roots-col {
  flex: 1;
  max-width: none;
  border-right: 0;
}

.zp-catalog-mega__roots-col {
  flex: 0 0 min(500px, 38%);
  width: min(500px, 38%);
  max-width: 500px;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #eef0f3;
  display: flex;
  flex-direction: column;
}

.zp-catalog-mega__children-col {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.zp-catalog-mega__roots {
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c4c9d1 #f3f4f6;
}

.zp-catalog-mega__roots::-webkit-scrollbar {
  width: 8px;
}

.zp-catalog-mega__roots::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 8px;
}

.zp-catalog-mega__roots::-webkit-scrollbar-thumb {
  background: #c4c9d1;
  border-radius: 8px;
}

.zp-catalog-mega__roots::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.zp-catalog-mega__root {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: #1c1e21;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    flex-shrink: 0;
}

.zp-catalog-mega__root--leaf {
  grid-template-columns: 80px 1fr;
}

.zp-catalog-mega__root:hover,
.zp-catalog-mega__root.is-active {
  background: #FBFBF9;
}

.zp-catalog-mega__root-media,
.zp-catalog-mega__child-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f8fafc;
}

.zp-catalog-mega__root-media {
  width: 80px;
  height: 80px;
}

.zp-catalog-mega__root-media img,
.zp-catalog-mega__child-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zp-catalog-mega__root-no-img,
.zp-catalog-mega__child-no-img {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

.zp-catalog-mega__root-arrow {
  color: #9ca3af;
}

.zp-catalog-mega__children-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.zp-catalog-mega__children {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 28px;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c4c9d1 #f3f4f6;
  box-sizing: border-box;
}

.zp-catalog-mega__children[hidden] {
  display: none !important;
}

.zp-catalog-mega__children::-webkit-scrollbar {
  width: 8px;
}

.zp-catalog-mega__children::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 8px;
}

.zp-catalog-mega__children::-webkit-scrollbar-thumb {
  background: #c4c9d1;
  border-radius: 8px;
}

.zp-catalog-mega__children-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.zp-catalog-mega__children-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #1c1e21;
}

.zp-catalog-mega__children-all {
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.zp-catalog-mega__children-all:hover {
  color: var(--zp-olive, #6b7c3a);
}

.zp-catalog-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}

.zp-catalog-mega__child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1c1e21;
  text-align: center;
}

.zp-catalog-mega__child:hover .zp-catalog-mega__child-title {
  color: var(--zp-olive, #6b7c3a);
}

.zp-catalog-mega__child-media {
  width: 100%;
  aspect-ratio: 1.15;
  max-width: 140px;
}

.zp-catalog-mega__child-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .zp-catalog-mega__layout {
    flex-direction: column;
  }

  .zp-catalog-mega__roots-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    max-height: 140px;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #eef0f3;
  }

  .zp-catalog-mega__roots {
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    max-height: 140px;
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: pan-x;
  }

  .zp-catalog-mega__root {
    min-width: 220px;
  }

  .zp-catalog-mega__children-col {
    flex: 1;
    min-height: 0;
  }

  .zp-catalog-mega__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zp-catalog-mega__children-title {
    font-size: 22px;
  }
}

/* End */


/* Start:/local/templates/zorgepro_eshop/template_styles.min.css?17821718148176*/
.bx-yellow,.bx-theme-yellow{--primary:#f9a91d;--theme-color-primary:#f9a91d;--theme-color-second:#faba4a;--theme-color-light:#fff;--theme-b-link:#f9a91d;--theme-b-link-hover:#faba4a;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#f9a91d;--theme-b-bd-primary:#f9a91d;--theme-b-sd-primary:rgba(249,169,29,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#faba4a;--theme-b-bd-primary-hover:#daa53e;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#faba4a;--theme-b-bd-primary-active:#daa53e;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#daa53e;--theme-b-bd-primary-disabled:#b7853b}.bx-blue,.bx-theme-blue{--primary:#0083d1;--theme-color-primary:#0083d1;--theme-color-second:#5ca6e4;--theme-color-light:#f0f6f8;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#0083d1;--theme-b-bd-primary:#0083d1;--theme-b-sd-primary:rgba(0,131,209,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5ca6e4;--theme-b-bd-primary-hover:#5599d2;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5ca6e4;--theme-b-bd-primary-active:#5599d2;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#5599d2;--theme-b-bd-primary-disabled:#4d8bbf}.bx-red,.bx-theme-red{--primary:#e22b2b;--theme-color-primary:#e22b2b;--theme-color-second:#e95c5c;--theme-color-light:#f0f0f0;--theme-b-link:#e22b2b;--theme-b-link-hover:#e95c5c;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#e22b2b;--theme-b-bd-primary:#e22b2b;--theme-b-sd-primary:rgba(226,43,43,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#e95c5c;--theme-b-bd-primary-hover:#d05454;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#e95c5c;--theme-b-bd-primary-active:#d05454;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#d05454;--theme-b-bd-primary-disabled:#c04e4e}.bx-green,.bx-theme-green{--primary:#63aa28;--theme-color-primary:#63aa28;--theme-color-second:#5b9f0b;--theme-color-light:#a8d95b;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#63aa28;--theme-b-bd-primary:#63aa28;--theme-b-sd-primary:rgba(99,170,40,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5b9f0b;--theme-b-bd-primary-hover:#56940b;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5b9f0b;--theme-b-bd-primary-active:#56940b;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#56940b;--theme-b-bd-primary-disabled:#497c09}body{background-attachment:fixed;background-size:cover;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}#pagetitle{margin-bottom:35px}h1,h2,h3,h4,h5{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.bx-content-section,.bx-header-section{padding-bottom:2px;background-color:rgba(255,255,255,.95)}.bx-header-logo{order:1}.bx-header-personal{order:3}.bx-header-contact{order:2}.bx-logo-block{display:block;height:50px;border-bottom:0}.bx-logo-block img{max-height:50px;width:auto}@media(max-width:767px){.bx-logo-block img{max-width:100%;max-height:45px;width:auto;height:auto}.bx-header-logo{padding:5px 50px;height:55px;background-color:var(--theme-color-primary)}.bx-logo-block{height:auto}body.bx-theme-green .bx-store-logo{background:#33b111}}.bx-header-phone-block{display:flex;align-items:center}.bx-header-phone-number{color:#000;white-space:nowrap;font:21px/28px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);transition:250ms linear all}.bx-header-phone-icon{display:block;margin-right:10px;width:26px;height:26px;	background: no-repeat center url(/local/templates/zorgepro_eshop/images/phone.svg);}@media(max-width:991px){.bx-header-phone-number{font:15px/18px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}}.bx-header-worktime{color:#000;font:16px/22px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);transition:250ms linear all}.bx-worktime-title{color:#adadad;font:12px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.bx-worktime-schedule{color:#000;font:12px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}@media(max-width:991px){.bx-header-worktime{font:15px/18px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}}.sidebar-block-title{color:#343434;text-transform:uppercase;font-size:14px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.bx-footer-bg{background-color:#1f496a}.bx-footer-logo{border-bottom:none !important;text-decoration:none !important}.bx-footer-logo img{max-width:100%;height:auto}.bx-inclinkspersonal-item.bx-theme-blue:hover{background:#0083d1}.bx-theme-blue.bx-inclinkspersonal-selected{background:#3398d7}.bx-inclinkspersonal-item.bx-theme-black:hover{background:#303030}.bx-theme-black.bx-inclinkspersonal-selected{background:#484848}.bx-inclinkspersonal-item.bx-theme-green:hover{background:#44b1c9}.bx-theme-green.bx-inclinkspersonal-selected{background:#5cc3d1}.bx-inclinkspersonal-item.bx-theme-red:hover{background:#e63c3c}.bx-theme-red.bx-inclinkspersonal-selected{background:#e95c5c}.bx-inclinkspersonal-item.bx-theme-yellow:hover{background:#f4a52e}.bx-theme-yellow.bx-inclinkspersonal-selected{background:#fbb859}.btn-primary,.list-group-item.active{border-color:var(--theme-b-bd-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:hover{border-color:var(--theme-b-bd-primary-hover);background-color:var(--theme-b-bg-primary-hover);color:var(--theme-b-tx-primary-hover)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.btn-primary.disabled,.btn-primary:disabled{border-color:var(--theme-b-bg-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{border-color:var(--theme-b-bd-primary-active);background-color:var(--theme-b-bg-primary-active);color:var(--theme-b-tx-primary-active)}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.form-control:focus{border-color:var(--theme-color-primary);box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}a,.btn-link{color:var(--theme-b-link)}a:hover,.btn-link:hover{color:var(--theme-b-link-hover)}.g-font-size-15{font-size:15px}.g-font-size-17{font-size:17px}.g-font-size-20{font-size:20px}.text-primary{color:var(--primary) !important}.bg-primary{background:var(--primary) !important}.border-primary{border-color:var(--primary) !important}.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5{text-transform:uppercase;font-size:14px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.sidebar li{font-size:12px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.sidebar-icon{width:27px;height:27px;margin-right:5px;border-radius:50%;background-color:var(--theme-color-primary);background-repeat:no-repeat;background-position:center;}

.sidebar-icon-label {
	background-image:  url(/local/templates/zorgepro_eshop/images/label.svg); background-size:19px auto;}

.sidebar-icon-delivery {
	background-image: url(/local/templates/zorgepro_eshop/images/delivery.svg); background-size:17px auto;}

.sidebar-icon-sale {
	background-image: url(/local/templates/zorgepro_eshop/images/sale.svg); background-size:auto 17px;}

.sidebar-icon-self {
	background-image: url(/local/templates/zorgepro_eshop/images/self.svg); background-size:auto 17px;}

.sidebar-icon-phone {
	background-image: url(/local/templates/zorgepro_eshop/images/phone_white.svg); background-size:auto 21px}
html:root {
  --ui-font-family-open-sans: "Inter", sans-serif !important;
  --ui-font-family-secondary: "Inter", sans-serif !important;
}

/* End */
/* /local/templates/zorgepro_eshop/components/bitrix/search.title/zorgepro_search/style.css?1783866656873 */
/* /local/components/zorgepro/header.catalog.menu/templates/mega/style.css?17836596825758 */
/* /local/templates/zorgepro_eshop/template_styles.min.css?17821718148176 */
