

/* Start:/local/templates/b2b/components/bitrix/menu/.default/style.css?1727072613313*/
.header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu li {
    /*padding-left: calc(var(--bs-gutter-x) / 2);*/
    /*padding-right: calc(var(--bs-gutter-x) / 2);*/
}

.header-menu li a{
    color: var(--bs-dark);
    text-decoration: none;
    font-weight: bold;
}
/* End */


/* Start:/local/templates/b2b/components/bitrix/sale.basket.basket.line/.default/style.css?17270726134826*/
.bx-basket { }
.basket-line {

}
.basket-line-block {
	position: relative;
	white-space: nowrap;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.basket-line-block-icon-cart:before,
.basket-line-block-icon-profile:before {
	/*position: absolute;*/
	/*top: -1px;*/
	/*left: -25px;*/
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:before { background: no-repeat center url(/local/templates/b2b/components/bitrix/sale.basket.basket.line/.default/images/profile.svg); }

.basket-line-block-icon-cart:before { background: no-repeat center url(/local/templates/b2b/components/bitrix/sale.basket.basket.line/.default/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1723744079708*/
.searche-title {}

.search-title-button {
	background-image: url(/bitrix/components/bitrix/search.title/templates/bootstrap_v4/images/icon-search.svg); background-repeat:no-repeat;background-position:center;min-width:45px;height:calc(1.5em + 0.75rem)}.title-search-result{border:1px solid #ced4da;display:none;overflow:hidden;z-index:205;background-color:#fff;padding:10px;border-radius:3px}.search-title-result-item{border-bottom:1px solid #ddd}.search-title .search-title-result-item:last-child{border-bottom:0}.search-title-result-item-link{font-size:16px;transition:170ms linear all}.search-title-result-item-price{font-size:16px}.search-title-result-item-current-price{font-weight:bold}.search-title-result-item-old-price{font-size:80%;text-decoration:line-through}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1723744078620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/b2b/template_styles.css?172899130811676*/
.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; }

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  --bs-border-radius: 8px; }

:root {
  --color: #212529 ; }

body {
  background-attachment: fixed;
  background-size: cover;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

#pagetitle {
  margin-bottom: 35px; }

/*h1,h2,h3,h4,h5 {*/
/*	*/
/*	font-weight: var(--ui-font-weight-regular, 400);*/
/*}*/
.bx-content-section,
.bx-header-section {
  padding-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.95); }

/*region HEADER*/
.bx-header-logo {
  order: 1; }

.bx-header-catalog {
  order: 2; }

.bx-header-menu {
  order: 3; }

.bx-header-contact {
  order: 4; }

.bx-header-personal {
  order: 5; }

/*region Logo*/
.bx-logo-block {
  display: block;
  border-bottom: none; }

.bx-logo-block img {
  width: 160px;
  height: 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; } }
/*endregion*/
/*region included Phone*/
.bx-header-phone-block {
  display: flex;
  align-items: center; }

.bx-header-phone-number {
  color: #000;
  white-space: nowrap;
  font-weight: 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/b2b/images/phone.svg); }

@media (max-width: 991px) {
  .bx-header-phone-number {
    font-weight: var(--ui-font-weight-semi-bold, 600); } }
/*endregion*/
/*region included Worktime*/
.bx-header-worktime {
  color: #000;
  font-weight: var(--ui-font-weight-semi-bold, 600);
  transition: 250ms linear all; }

.bx-worktime-title {
  color: #adadad;
  font-weight: var(--ui-font-weight-regular, 400); }

.bx-worktime-schedule {
  color: #000;
  font-weight: var(--ui-font-weight-regular, 400); }

@media (max-width: 991px) {
  .bx-header-worktime {
    font-weight: var(--ui-font-weight-regular, 400); } }
/*endregion*/
/*endregion*/
.sidebar-block-title {
  color: #343434;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--ui-font-weight-semi-bold, 600); }

/*region FOOTER*/
.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; }

/*endregion*/
.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; }

/*region Bootstrap modified*/
.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 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 0.2rem var(--theme-b-sd-primary); }

.form-control:focus {
  border-color: var(--theme-color-primary);
  box-shadow: 0 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; }

/*endregion*/
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--ui-font-weight-semi-bold, 600); }

.sidebar li {
  font-size: 12px;
  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/b2b/images/label.svg);
  background-size: 19px auto; }

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

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

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

.sidebar-icon-phone {
  background-image: url(/local/templates/b2b/images/phone_white.svg);
  background-size: auto 21px; }

.header-manager {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative; }

.header-manager_desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.header-manager_photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative; }

.header-manager_photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover; }

.header-manager__desc {
  display: flex;
  flex-direction: column; }

.header-manager__name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: var(--color);
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.header-manager__status {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -4px;
  bottom: -4px;
  border-radius: 100%;
  border: 2px solid #fff; }

.header-manager__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0; }

.header-manager__note {
  font-size: 12px;
  color: #949494;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.header-manager__menu {
  position: absolute;
  top: calc(100% - var(--bs-gutter-x) / 2);
  padding: calc(var(--bs-gutter-x) / 2);
  border-radius: var(--bs-border-radius);
  background-color: #fff;
  z-index: 1;
  display: none;
  left: 0;
  right: 0;
  list-style: none; }

.header-manager__menu--active {
  display: block; }

.header-basket {
  display: flex;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: calc(var(--bs-gutter-x) / 2);
  max-width: 220px; }

.header-basket__icon {
  position: relative;
  width: 40px;
  height: 24px; }
  @media screen and (min-width: 1400px) {
    .header-basket__icon {
      margin-right: calc(var(--bs-gutter-x) / 2); } }

.header-basket__icon svg {
  width: 24px;
  height: 24px; }

.header-basket__desc {
  display: none; }
  @media screen and (min-width: 1400px) {
    .header-basket__desc {
      display: block; } }

.header-basket__icon span {
  background-color: var(--primary);
  color: #fff;
  border: 2px solid #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%; }

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .footer-menu ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .footer-menu ul li {
      margin: 0;
      padding: 0 calc(var(--bs-gutter-x) / 2); }
    .footer-menu ul a {
      color: #fff;
      text-decoration: none; }
      .footer-menu ul a:hover {
        color: #fff; }

footer hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: var(--primary);
  opacity: 1; }

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

/* End */
/* /local/templates/b2b/components/bitrix/menu/.default/style.css?1727072613313 */
/* /local/templates/b2b/components/bitrix/sale.basket.basket.line/.default/style.css?17270726134826 */
/* /bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1723744079708 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1723744078620 */
/* /local/templates/b2b/template_styles.css?172899130811676 */
