

/* Start:/local/components/softmg/header/templates/latest/style.css?17836715469082*/
header {
  display: grid;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  gap: 32px;
  padding: 32px 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header {
    padding-block: 26px;
  }
}
header .header__top {
  display: grid;
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  header .header__top {
    display: none;
  }
}
header .header__bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  header .header__bottom {
    grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
    gap: 5px;
  }
}
header .header__top-menu {
  display: flex;
  gap: 32px;
}

/* Выбор города в верхнем меню */
header .header-geo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
}

header .header-geo__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #8a8a8a;
}

header .header-geo__toggle {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #3d6eee;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dotted currentColor;
}

header .header-geo__toggle:hover {
  color: #3d6eee;
  text-decoration: none;
  border-bottom-color: #3d6eee;
}

/* Попап выбора города (fancybox inline) */
.header-geo-popup {
  width: clamp(360px, 50vw, 720px);
  max-width: 50vw;
  padding: 32px 34px;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
  font-family: "Proxima Nova Rg", serif;
  color: #333;
}

.header-geo-popup__title {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #333;
}

.header-geo-popup__form {
  display: grid;
  gap: 14px;
}

.header-geo-popup__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 14px;
}

.header-geo-popup .bx-sls {
  margin-right: 0 !important;
  min-width: 0;
  width: 100%;
}

.header-geo-popup .bx-sls .dropdown-block.bx-ui-sls-input-block {
  min-height: 48px;
  border: 1px solid #e1e5ee;
  border-radius: 12px;
  padding-inline: 16px;
  background: #fff;
  display: flex;
  align-items: center;
}

.header-geo-popup .bx-sls .dropdown-icon {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.header-geo-popup .bx-sls .dropdown-field {
  height: 46px;
  font-family: "Proxima Nova Rg", serif;
  padding-left: 34px !important;
  padding-right: 32px !important;
  font-size: 16px;
  line-height: 46px;
  box-sizing: border-box;
  margin: 0;
}

.header-geo-popup .bx-sls .bx-ui-sls-fake,
.header-geo-popup .bx-sls .bx-ui-sls-route {
  min-height: 46px;
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Rg", serif;
  padding-left: 34px !important;
  padding-right: 32px !important;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 0;
}

.header-geo-popup .bx-sls .dropdown-field::placeholder {
  color: #9aa3b2;
}

.header-geo-popup .bx-sls .bx-ui-sls-clear {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.header-geo-popup__stores-title {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  margin-top: 8px;
}

.header-geo-popup__stores {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 12px;
  align-items: start;
}

.header-geo-popup__city {
  display: inline-block;
  font-family: "Proxima Nova Rg", serif;
  color: #333;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  text-decoration: none;
}

.header-geo-popup__city:hover {
  color: #3d6eee;
  text-decoration: underline;
}

.header-geo-popup__city--disabled {
  opacity: 0.5;
  cursor: default;
}

.header-geo-popup__contacts {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

.header-geo-popup__contacts a {
  color: #3d6eee;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media (max-width: 768px) {
  .header-geo-popup {
    width: 92vw;
    max-width: 92vw;
    padding: 24px 20px;
  }
  .header-geo-popup__title {
    font-size: 20px;
  }

  .header-geo-popup__form {
    gap: 12px;
  }

  .header-geo-popup__controls {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .header-geo-popup__stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 10px;
  }
  .header-geo-popup__city {
    font-size: 15px;
  }
}

.fancybox-content .header-geo-popup,
.fancybox__content .header-geo-popup {
  width: clamp(360px, 50vw, 720px);
  max-width: 50vw;
}

.header-geo__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 26px;
  border-radius: 999px;
  border: none;
  background: #3d6eee;
  color: #fff;
  font-size: 16px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  text-decoration: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.header-geo__submit:hover {
  color: #fff;
  background: #2f5fe0;
}

.header-geo__submit:focus-visible {
  outline: 2px solid #2f5fe0;
  outline-offset: 2px;
}

.header-geo-popup a:hover {
  color: #3d6eee;
}

@media (max-width: 768px) {
  .header-geo__submit {
    width: 100%;
  }
}
header .header__contacts {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
header .header__contacts .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 1;
}
header .header__email-icon svg {
  width: 24px;
  height: 24px;
}
header .header__telegram-icon svg {
  width: 22px;
  height: 22px;
  transform: translateY(2px);
}
header .header__price-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #3d6eee;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
header .header__price-link:hover {
  color: #fff;
  text-decoration: none;
  background: #2f5fe0;
}
header .header__price-link:focus-visible {
  outline: 2px solid #2f5fe0;
  outline-offset: 2px;
}
header .header__price-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
header .header__price-link-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  header .header__top {
    grid-template-columns: 1fr 190px auto;
    gap: 16px;
  }
  header .header__contacts {
    gap: 12px;
  }
  header .header__price-link {
    padding-inline: 12px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  header .header__profile {
    display: none;
  }
}
header .header__profile .auth-user {
  display: flex;
  gap: 8px;
}
header .header__profile .auth-user .exit a {
  transform: translateY(0.125em);
}
header .header__bottom-menu {
  display: flex;
  gap: 16px;
  justify-content: end;
  min-width: 0;
}
header .header__bottom-menu a {
  min-width: 0;
}
@media (max-width: 768px) {
  header .header__bottom-menu a > span:not(.icon) {
    display: none;
  }
}
header .header__search {
  position: relative;
  display: flex;
  gap: 10px;
  align-content: stretch;
  min-width: 0;
}
header .header__mobile-geo-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #484848;
  cursor: pointer;
}
header .header__mobile-geo-button svg {
  width: 24px;
  height: 24px;
}
header .header__search-bar {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1050px) {
  header {
    gap: 24px;
  }
  header .header__top {
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  }
  header .header__top-menu {
    gap: 24px;
  }
  header .header__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "profile actions"
      "search search";
    gap: 18px 24px;
  }
  header .header__profile {
    grid-area: profile;
    min-width: 0;
  }
  header .header__search {
    grid-area: search;
    min-width: 0;
  }
  header .header__bottom-menu {
    grid-area: actions;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  header .header__search {
    gap: 14px;
    align-items: center;
  }
  header .header__mobile-geo-button {
    display: inline-flex;
    flex: 0 0 24px;
  }
  header .header__search-bar {
    display: none;
  }
}
header .header__mobile-logo {
  display: none;
}
header .header__mobile-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  header .header__mobile-logo {
    display: block;
  }
}

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

/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/menu/dop_top_menu/style.css?1780478656625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/zakka-new-template/components/bitrix/menu/dop_top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/sale.location.selector.search/mdm/style.css?17804786566654*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	padding: 0;
}
.bx-sls .bx-ui-sls-container {
	overflow: hidden;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-route{
	position: absolute !important;
	top: 0;
	left: 0;
	color: #aba8ac !important;
	background-color: transparent !important;
	border-color: transparent !important;
	opacity: 1 !important;
	box-shadow: none !important;

	padding-right: 22px;
	background-position: right 1px;
	background-repeat: no-repeat;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/menu/header-categories/style.css?17804786566580*/
.header-categories__open-button {
  background: #3D6EEE;
  border-radius: 10px;
  padding: 12px 20px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  gap: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 650;
}
.header-categories__open-button--hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 101;
  transform: translateY(0.125em);
}
.header-categories__open-button--hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
}
.header-categories__open-button.active .header-categories__open-button--hamburger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.header-categories__open-button.active .header-categories__open-button--hamburger span:nth-child(2) {
  opacity: 0;
}
.header-categories__open-button.active .header-categories__open-button--hamburger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.header-categories__list {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 39.99px 89.98px 0 rgba(0, 0, 0, 0.0588235294);
  width: 100%;
  padding: 20px 28px;
  background: #FFFFFF;
  top: calc(100% + 12px);
  grid-template-columns: 1fr 2fr;
  display: none;
}
.header-categories__list.active {
  display: grid;
}
.header-categories__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header-categories__categories {
  border-right: 1px solid #DEDFE1;
  padding: 8px 40px 8px 0;
}
.header-categories__subcategories {
  padding: 12px 44px;
}
.header-categories__subcategories a {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.header-categories__subcategories a:hover {
  color: #3D6EEE;
  text-decoration: none;
}
/* Подсветка активного пункта меню второго уровня */
.header-categories__subcategories li.active-second-level a,
.header-categories__subcategory-mobile li.active-second-level a {
  color: #3D6EEE !important;
  font-weight: 600 !important;
}
/* Альтернативный селектор для большей специфичности */
.header-categories__subcategories ul li.active-second-level > a,
.header-categories__subcategory-mobile ul li.active-second-level > a {
  color: #3D6EEE !important;
  font-weight: 600 !important;
}
.header-categories__subcategories ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  gap: 8px;
}
.header-categories__category {
  stroke: #484848;
}
.header-categories__category-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-categories__category-link a {
  color: #484848;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.header-categories__category-link a:hover {
  text-decoration: none;
}
.header-categories__category.active .header-categories__category-link {
  stroke: #3D6EEE;
}
.header-categories__category.active .header-categories__category-link a {
  color: #3D6EEE;
}
.header-categories__category-icon {
  width: auto;
  height: 1em;
  aspect-ratio: 1/1;
}
.header-categories__category-icon svg {
  height: 100%;
  width: 100%;
}
.header-categories__subcategory_group {
  display: none;
}
.header-categories__subcategory_group.active {
  display: block;
}
.header-categories__subcategory-mobile {
  display: none;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  color: #484848;
  padding-left: 9px;
}

.mobile-search-bar {
  display: none;
}

@media (max-width: 768px) {
  html.header-categories-menu-open,
  body.header-categories-menu-open {
    overflow: hidden;
    height: 100%;
  }
  body.header-categories-menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-categories__open-button {
    background: none;
    padding: 0;
  }
  .header-categories__open-button > span:not(.header-categories__open-button--hamburger) {
    display: none;
  }
  .header-categories__open-button--hamburger {
    transform: none;
  }
  .header-categories__open-button--hamburger span {
    background: #484848;
  }
  .header-categories__open-button.active {
    position: fixed;
    left: 25px;
    top: 33px;
    z-index: 999;
  }
  .header-categories__list {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: calc(100dvh - 38px);
    max-height: calc(100dvh - 38px);
    box-sizing: border-box;
    grid-template-columns: 1fr;
    padding: 60px 13px 14px 9px;
    margin: 19px 15px;
    box-shadow: 0 39.99px 89.98px 0 rgba(0, 0, 0, 0.0588235294);
    border-radius: 10px;
    overflow: hidden;
  }
  .header-categories__categories {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    border-right: none;
  }
  .header-categories__list ul {
    width: 100%;
    min-width: 0;
  }
  .header-categories__category-link {
    min-width: 0;
  }
  .header-categories__category-link a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .header-categories__subcategories {
    display: none;
  }
  .header-categories__category {
    border-bottom: 1px solid #DEDFE1;
  }
  .header-categories__category.active {
    border-bottom: none;
  }
  .header-categories__category-link {
    padding-bottom: 15px;
    padding-right: 16px;
    cursor: pointer;
  }
  .header-categories__category.active .header-categories__category-link {
    stroke: #484848;
  }
  .header-categories__category.active .header-categories__category-link a {
    color: #484848;
  }
  .header-categories__category-icon {
    rotate: 90deg;
    transition: rotate 0.18s ease;
  }
  .header-categories__category.active .header-categories__category-icon {
    rotate: -90deg;
  }
  .header-categories__subcategory-mobile {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: max-height 0.2s ease, opacity 0.16s ease, transform 0.2s ease;
  }
  .header-categories__category.active .header-categories__subcategory-mobile {
    opacity: 1;
    transform: translateY(0);
  }
  .header-categories__category.active .header-categories__subcategory-mobile ul {
    font-weight: 400;
    gap: 5px;
  }
  .mobile-search-bar {
    display: block;
  }
}

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

/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/search.title/latest/style.css?17804786564558*/
div.title-search-result {
  border: 1px solid #6F7C7F;
  overflow: hidden;
  z-index: 205;
  width: auto !important;
  margin-left: 2px;
  margin-top: 0px;
  background: none repeat scroll 0% 0% #FFF;
  padding-top: 0px;
}

table.title-search-result {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

table.title-search-result th {
  background-color: #F7F7F7;
  border-right: 1px solid #e8e8e8;
  color: #949494;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  padding-right: 12px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
  display: none;
}

table.title-search-result td {
  background-color: white;
  color: black;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 5px;
  text-align: left;
  white-space: nowrap;
}

table.title-search-result td:hover {
  background: #0aa252;
  color: #ffffff;
}

table.title-search-result td.title-search-item {
  padding-left: 15px;
  padding-right: 15px;
}

table.title-search-result td.title-search-item a {
  padding-left: 0;
  padding-right: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: top;
  display: block;
}

table.title-search-result td.title-search-item img {
  vertical-align: top;
  display: none;
}

table.title-search-result td.title-search-item b {
  color: #4a4a4a;
  font-weight: normal;
}

table.title-search-result td.title-search-item:hover b {
  color: #ffffff;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #6F7C7F;
  color: #ffffff;
}

table.title-search-result .title-search-separator {
  display: none;
}

table.title-search-result td.title-search-more {
  font-size: 11px;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  border-top: 1px solid #dbdbdb;
}

table.title-search-result td.title-search-more a {
  padding-left: 0;
  padding-right: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: top;
  display: block;
}

table.title-search-result td.title-search-all {
  padding-left: 15px;
  padding-right: 15px;
}

table.title-search-result td.title-search-all a {
  padding-left: 0;
  padding-right: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: top;
  display: block;
}

table.title-search-result td.title-search-all:hover a {
  color: #ffffff;
}

table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px;
}

div.title-search-fader {
  display: none !important;
  background-image: url("/local/templates/zakka-new-template/components/bitrix/search.title/latest/images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

.header-search {
  width: 100%;
  height: 100%;
}

.header-search-bar {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}
.header-search-bar__input {
  min-width: 0;
  padding-inline: 20px;
  border: 1px solid #484848;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  color: #484848;
}
.header-search-bar__input::placeholder {
  color: rgba(72, 72, 72, 0.3019607843);
}
.header-search-bar__submit {
  border: none;
  background: #3D6EEE;
  padding: 12px 20px;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  fill: #FFFFFF;
}
.header-search-bar__submit-icon {
  display: block;
  width: 16px;
  height: 16px;
}
.header-search-bar__submit-icon svg {
  max-height: 100%;
  max-width: 100%;
}

.header-search.mobile-view .header-search-bar {
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #DEDFE1;
  margin-bottom: 24px;
}
.header-search.mobile-view .header-search-bar__input {
  order: 1;
  border-radius: unset;
  border: none;
  padding-inline: unset;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
}
.header-search.mobile-view .header-search-bar__submit {
  background: none;
  border-radius: unset;
  fill: #484848;
  width: max-content;
  padding: 12px;
}
.header-search.mobile-view .header-search-bar__submit-icon {
  display: block;
  width: 16px;
  height: 16px;
}
.header-search.mobile-view .header-search-bar__submit-icon svg {
  max-height: 100%;
  max-width: 100%;
}

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

/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/sale.basket.basket.small/cart-tpl/style.css?1780478656350*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/menu/statmenu/style.css?1780478656625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/zakka-new-template/components/bitrix/menu/statmenu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/system.auth.form/form_auth/style.css?1780478656152*/
#auth-popup .auth-wrapper {
 align-items: stretch;
}
#auth-popup .auth-wrapper .errorreport {
	display: block;
	margin-top: 5px;
	color: red;
}

/* End */


/* Start:/local/templates/zakka-new-template/template_styles.css?17804786563811*/
@charset "utf-8";
 
font.notetext{
color:#333333  !important;
}

input.required.error{
border:1px solid #FF0000 !important;
}

.ppbg2{
display:block; position:fixed; top:0; left:0; height:100%; width:100%; z-index:1000;
}

.goodimg img{
    max-width:100%;
}

.ajax_loader {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
    background: rgb(30, 30, 30);
    opacity: .4;
}
.ajax_loader div{
    position: fixed;
    top: 50%;
    left: 50%;
}
.categories-block-2{
    display: flex;
}

/* ===== B2C UI: Personal Profile page (scoped) ===== */
.personal-page--profile .personal-blocks{
    font-family: Manrope, sans-serif;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: start;
}
.personal-page--profile .personal-blocks .left,
.personal-page--profile .personal-blocks .right{
    width: auto;
    margin: 0;
}
@media screen and (max-width: 991px){
    .personal-page--profile .personal-blocks{
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.personal-page--profile .personal-blocks .personal-block{
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 20px;
    margin: 0 0 16px 0;
    box-sizing: border-box;
}
.personal-page--profile .personal-blocks .personal-block:last-child{
    margin-bottom: 0;
}

.personal-page--profile .personal-blocks .personal-block .title-block{
    border: 0;
    padding: 0;
    margin: 0 0 14px 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.personal-page--profile .personal-blocks .personal-block .personal-info,
.personal-page--profile .personal-blocks .personal-block .address-list,
.personal-page--profile .personal-blocks .personal-block .personal-subscribes-list{
    padding-left: 0;
}
.personal-page--profile .personal-blocks .personal-block .personal-info .info{
    color: #374151;
    line-height: 1.55;
    margin-bottom: 14px;
}

.personal-page--profile .personal-blocks .personal-block .personal-info .info .info-item{
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 12px;
    row-gap: 2px;
    align-items: baseline;
    margin-bottom: 10px;
}
@media screen and (max-width: 575px){
    .personal-page--profile .personal-blocks .personal-block .personal-info .info .info-item{
        grid-template-columns: 1fr;
        row-gap: 4px;
    }
}
.personal-page--profile .personal-blocks .personal-block .personal-info .info .info-item .label{
    width: auto;
    color: #6B7280;
    font-weight: 500;
}
.personal-page--profile .personal-blocks .personal-block .personal-info .info .info-item .value{
    width: auto;
    color: #111827;
    font-weight: 600;
}

.personal-page--profile .personal-blocks .personal-block .personal-info .personal-edit{
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}
.personal-page--profile .personal-blocks .personal-block .personal-info .personal-edit a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #D6D9E0;
    background: #F9FAFB;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.personal-page--profile .personal-blocks .personal-block .personal-info .personal-edit a:hover{
    background: #F3F4F6;
    border-color: #C7CDD8;
    text-decoration: none;
}

/* End */
/* /local/components/softmg/header/templates/latest/style.css?17836715469082 */
/* /local/templates/zakka-new-template/components/bitrix/menu/dop_top_menu/style.css?1780478656625 */
/* /local/templates/zakka-new-template/components/bitrix/sale.location.selector.search/mdm/style.css?17804786566654 */
/* /local/templates/zakka-new-template/components/bitrix/menu/header-categories/style.css?17804786566580 */
/* /local/templates/zakka-new-template/components/bitrix/search.title/latest/style.css?17804786564558 */
/* /local/templates/zakka-new-template/components/bitrix/sale.basket.basket.small/cart-tpl/style.css?1780478656350 */
/* /local/templates/zakka-new-template/components/bitrix/menu/statmenu/style.css?1780478656625 */
/* /local/templates/zakka-new-template/components/bitrix/system.auth.form/form_auth/style.css?1780478656152 */
/* /local/templates/zakka-new-template/template_styles.css?17804786563811 */
