

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4-mobile/style.css?17556028224772*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

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

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4-mobile/); }

.basket-line-block-icon-cart:after { background: no-repeat center url(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;
	font-size: 12px;
	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/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?17753369273872*/
@media (min-width: 992px) {
	.bx-header-personal {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.bx-header-personal .md-header-userpanel,
	.bx-header-personal .md-header-userpanel * {
		box-sizing: border-box;
	}

	.bx-header-personal .md-header-userpanel {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		row-gap: 8px;
		min-width: 220px;
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.bx-header-personal .md-header-userpanel__top {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		column-gap: 14px;
		row-gap: 4px;
		margin: 0;
		padding: 0;
		font-size: 13px;
		line-height: 1.2;
	}

	.bx-header-personal .md-header-userpanel__top-link {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		margin: 0;
		padding: 0;
		color: #4a4a4a;
		text-decoration: none;
		white-space: nowrap;
		transition: color .2s ease, opacity .2s ease;
	}

	.bx-header-personal .md-header-userpanel__top-link:hover {
		color: #111;
		opacity: 1;
		text-decoration: none;
	}

	.bx-header-personal .md-header-userpanel__top-link--register {
		position: relative;
		padding-left: 14px;
	}

	.bx-header-personal .md-header-userpanel__top-link--register::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: 12px;
		background: #d8d8d8;
		transform: translateY(-50%);
	}

	.bx-header-personal .md-header-userpanel__bottom {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.bx-header-personal .md-header-userpanel__cart {
		display: inline-flex;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 10px;
		margin: 0;
		padding: 0;
		color: #222;
		text-decoration: none;
		max-width: 100%;
	}

	.bx-header-personal .md-header-userpanel__cart:hover {
		color: #000;
		text-decoration: none;
	}

	.bx-header-personal .md-header-userpanel__cart-text {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
		line-height: 1.2;
	}

	.bx-header-personal .md-header-userpanel__cart-title {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 600;
		color: #111;
	}

	.bx-header-personal .md-header-userpanel__cart-meta {
		display: block;
		margin: 3px 0 0;
		padding: 0;
		font-size: 12px;
		color: #7a7a7a;
		line-height: 1.35;
		white-space: normal;
	}

	.bx-header-personal .md-header-userpanel__icon {
		display: inline-block;
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		margin: 1px 0 0;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		opacity: .9;
	}

	.bx-header-personal .md-header-userpanel__icon--profile {
		background-image: url('/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4-mobile/images/profile.svg');
	
	}

	.bx-header-personal .md-header-userpanel__icon--cart {
		background-image: url('/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4-mobile/images/cart.svg');
		filter: brightness(0);
	}

	.bx-header-personal .basket-line-block,
	.bx-header-personal .basket-line-block-icon-cart,
	.bx-header-personal .basket-line-block-icon-profile {
		padding: 0;
		margin: 0;
		font-size: inherit;
		white-space: normal;
	}

	.bx-header-personal .basket-line-block-icon-cart::after,
	.bx-header-personal .basket-line-block-icon-profile::after {
		display: none !important;
	}
}



@media (min-width: 992px) {

	.bx-header-personal .md-header-userpanel__cart {
		padding: 10px 14px;
		border-radius: 12px;

		background: #f8f8f8;
		border: 1px solid #ececec;

		transition: all 0.2s ease;
	}

	.bx-header-personal .md-header-userpanel__cart:hover {
		background: #f2f2f2;
		border-color: #e0e0e0;
	}

	.bx-header-personal .md-header-userpanel__cart-title {
		font-weight: 700;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1739812830708*/
.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?1739812826620*/
.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:/bitrix/templates/eshop_bootstrap_v4/styles.css?17754314169429*/
/*Верхнее меню*/
.bx-top-nav-container {
    position: relative;
    padding: 0 10px;
    border-radius: 2px;
    background: #e22b2b;
    color: #fff;
}

/*цвет подвал*/
.bg-dark {
    background-color: #343a40 !important;
}
.bg-secondary {
    background-color: #0a0a0a !important;
}

/*Названия товара в списке раздела*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: clip;
    white-space: normal;
    font-weight: normal;
    text-align: center;
}
.product-item-title a {
    font-size: 11pt; /* Размер шрифта в пунктах */ 
}

/*Цена товара в списке раздела*/
.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 19px;
}

/*Умный фильтр картинки Бренд*/
.smart-filter-checkbox-btn-image {
    display: block;
    width: 138px;
    height: 40px;
    border-radius: 1px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    vertical-align: middle;
    line-height: 24px;
    -webkit-background-size: cover;
}
.smart-filter-checkbox-btn, .smart-filter-checkbox-text-btn {
    position: relative;
    display: inline-block;
    padding: 1px;
    width: 140px;
    height: 42px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 23px;
    cursor: pointer;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}
    .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
 }

/*Размер шрифта в торговых предложений*/
.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 32px;
}

/*Размер Цвета и цвет рамки в торговых предложений*/
.product-item-scu-item-color-container {
    max-width: 60px;
    width: 15%;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--theme-color-primary);
}

.brandblock-text {
    display: block;
    color: #343a40;
    font-size: 18px;
    line-height: 15px;
    flex: 3;
}

/*Заголовок H3 для раздела товаров*/
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.35rem;
    }
}

/*Заголовок H3 для описания товара*/
.product-item-detail-tab-content h3 {
    margin-bottom: 1px;
    font-weight: var(--ui-font-weight-bold);
    font-size: 1.35rem;
}

/*Размер шрифта в Статьи*/
.news-detail-content {
    margin-bottom: 5px;
    font-size: 16px;
}

/*Таблица для раздела товаров*/

table {
	width: 100%;
	margin-bottom: 20px;
	border: 15px solid #F2F8F8;
	border-top: 5px solid #F2F8F8;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #F2F8F8;
	border: none;
	border-bottom: 5px solid #F2F8F8;
}
table td {
	padding: 5px;
	border: none;
	border-bottom: 5px solid #F2F8F8;
}
.product-item-container{
    z-index: 17 !important;
    margin-bottom: 24px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
    display: block !important;
    opacity: 1 !important;
}
.product-item-image-wrapper{
    padding-top: 75%;
}











.bx-header-social-wrap {
    display: flex;
    align-items: center;
}

.bx-header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.bx-header-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bx-header-social-link img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}

.bx-header-social-link:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.bx-mobile-head-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
    gap: 10px;
}

.bx-mobile-head-phone {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    margin-right: 6px;
    white-space: nowrap;
}

.bx-mobile-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 8px;
}

.bx-mobile-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.bx-mobile-social-link img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

@media (max-width: 991px) {
    .bx-header-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .bx-mobile-head-phone {
        font-size: 14px;
    }

    .bx-mobile-social {
        gap: 6px;
    }

    .bx-mobile-social-link {
        width: 26px;
        height: 26px;
    }

    .bx-mobile-social-link img {
        width: 16px;
        height: 16px;
    }
}


.md-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  background: #70bb18;
  padding: 24px 20px;
}

.md-advantages__item {
  display: flex;
  align-items: center;
  flex: 1 1 calc(25% - 20px);
  min-width: 220px;
  gap: 14px;
}

.md-advantages__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-advantages__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

.md-advantages__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 767px) {
  .md-advantages {
    flex-direction: column;
    gap: 16px;
  }

  .md-advantages__item {
    flex: none;
    min-width: auto;
  }

  .md-advantages__text {
    font-size: 16px;
  }
}
















.md-footer {
  background: #212529;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}

.md-footer__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 20px 24px;
}

.md-footer__top {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.md-footer__column--contacts {
  min-width: 0;
}

.md-footer__logo {
  margin-bottom: 20px;
}

.md-footer__logo img {
  max-width: 140px;
  width: 100%;
  height: auto;
  display: block;
}

.md-footer__contacts {
  margin-bottom: 20px;
}

.md-footer__contact-item {
  margin-bottom: 10px;
}

.md-footer__contact-label {
display: inline;
  margin-right: 6px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2px;
}

.md-footer__contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.md-footer__contact-link:hover {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
}

.md-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.md-footer__social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}



.md-footer__social-link img {
  width: 20px;
  height: 20px;
  display: block;
}

.md-footer__info {
  margin-bottom: 20px;
}

.md-footer__info-item {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.88);
}

.md-footer__badge iframe {
  display: block;
  max-width: 100%;
}

.md-footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.md-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.md-footer__menu li {
  margin-bottom: 10px;
}

.md-footer__menu a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.md-footer__menu a:hover {
  color: #ffffff;
  text-decoration: none;
}

.md-footer__bottom {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}

.md-footer__notice {
  max-width: 1000px;
  margin: 0 auto 16px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
}

.md-footer__copyright {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

@media (max-width: 1199px) {
  .md-footer__top {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .md-footer__container {
    padding: 40px 16px 24px;
  }

  .md-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
}

@media (max-width: 767px) {
  .md-footer {
    font-size: 14px;
  }

  .md-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .md-footer__title {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .md-footer__logo img {
    max-width: 200px;
  }

  .md-footer__socials {
    gap: 10px;
  }

  .md-footer__social-link {
    width: 38px;
    height: 38px;
  }

  .md-footer__bottom {
    margin-top: 28px;
    padding-top: 20px;
  }

  .md-footer__notice {
    font-size: 12px;
  }

  .md-footer__copyright {
    font-size: 13px;
  }
}





/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?177547627619438*/
.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-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

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

.bx-logo-block img {
	max-height: 70px;
	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; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 18px/20px 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(/bitrix/templates/eshop_bootstrap_v4/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);
	}
}

/*endregion*/

/*region included Worktime*/
.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);
	}
}

/*endregion*/

/*endregion*/

.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);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.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*/

.bx-sidebar-block { }

.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(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

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

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

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

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











.md-top-nav {
    background: #e22b2b;
    border-radius: 4px;
    position: relative;
    z-index: 30;
}

.md-top-nav__toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.md-top-nav__burger {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}

.md-top-nav__toggle-text {
    margin-left: auto;
}

.md-top-menu {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.md-top-menu__item {
    position: relative;
}

.md-top-menu__head {
    display: flex;
    align-items: stretch;
}

.md-top-menu__link {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.md-top-menu__link:hover,
.md-top-menu__item.is-active > .md-top-menu__head > .md-top-menu__link {
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,0.12);
}

.md-top-menu__arrow {
    display: block;
    width: 36px;
    min-width: 36px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
}

.md-top-menu__arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
}

.md-top-menu__item--parent > .md-top-menu__head {
    display: flex;
    align-items: center;
}

.md-top-menu__item--parent > .md-top-menu__head > .md-top-menu__link {
    padding-right: 8px;
}

@media (min-width: 768px) {
    .md-top-menu__item--parent > .md-top-menu__head > .md-top-menu__arrow {
        display: block;
    }

    .md-top-menu__item--parent:hover > .md-top-menu__head > .md-top-menu__arrow::before {
        transform: rotate(45deg);
    }
}

@media (max-width: 767px) {
    .md-top-menu__arrow {
        display: block;
        flex: 0 0 42px;
        width: 42px;
        min-width: 42px;
    }

    .md-top-menu__item.is-open > .md-top-menu__head > .md-top-menu__arrow::before {
        transform: rotate(225deg);
        margin-top: -2px;
    }
}

.md-top-menu__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    z-index: 1000;
}

.md-top-menu__submenu-item {
    margin: 0;
}

.md-top-menu__submenu-link {
    display: block;
    padding: 11px 16px;
    color: #212529;
    text-decoration: none;
    line-height: 1.35;
}

.md-top-menu__submenu-link:hover,
.md-top-menu__submenu-item.is-active > .md-top-menu__submenu-link {
    background: #f5f5f5;
    color: #212529;
    text-decoration: none;
}

@media (min-width: 768px) {
    .md-top-menu__item--parent:hover > .md-top-menu__submenu {
        display: block;
    }
}

@media (max-width: 767px) {
    .md-top-nav__toggle {
        display: flex;
    }

    .md-top-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .md-top-nav.is-open .md-top-menu {
        display: flex;
    }

    .md-top-menu__item {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .md-top-menu__head {
        width: 100%;
        justify-content: space-between;
    }

    .md-top-menu__link {
        flex: 1 1 auto;
        min-width: 0;
        white-space: normal;
        padding: 14px 16px;
    }

    .md-top-menu__arrow {
        display: block;
        flex: 0 0 42px;
    }

    .md-top-menu__submenu {
        position: static;
        min-width: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: #ffffff;
    }

    .md-top-menu__item.is-open > .md-top-menu__submenu {
        display: block;
    }

    .md-top-menu__submenu-link {
        padding: 12px 18px 12px 28px;
        border-top: 1px solid #efefef;
    }

    .md-top-menu__item.is-open > .md-top-menu__head > .md-top-menu__arrow::before {
        transform: rotate(225deg);
        margin-top: -2px;
    }
}




@media (max-width: 767px) {
    .md-top-menu__item--parent > .md-top-menu__head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .md-top-menu__item--parent > .md-top-menu__head > .md-top-menu__link {
        display: flex !important;
        align-items: center !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        padding: 14px 16px !important;
        white-space: normal !important;
    }

    .md-top-menu__item--parent > .md-top-menu__head > .md-top-menu__arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .md-top-menu__item--parent > .md-top-menu__head > .md-top-menu__arrow::before {
        content: "" !important;
        display: block !important;
        width: 8px !important;
        height: 8px !important;
        border-right: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
        transform: rotate(45deg) !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -6px !important;
        margin-left: -4px !important;
    }

    .md-top-menu__item--parent.is-open > .md-top-menu__head > .md-top-menu__arrow::before {
        transform: rotate(225deg) !important;
        margin-top: -2px !important;
    }
}











.md-text-page {
    font-size: 16px;
    line-height: 1.75;
    color: #212529;
    word-wrap: break-word;
}

.md-text-page > *:first-child {
    margin-top: 0;
}

.md-text-page > *:last-child {
    margin-bottom: 0;
}

.md-text-page p {
    margin: 0 0 18px;
}

.md-text-page h1,
.md-text-page h2,
.md-text-page h3,
.md-text-page h4,
.md-text-page h5,
.md-text-page h6 {
    margin: 32px 0 16px;
    line-height: 1.3;
    color: #111;
}

.md-text-page h1 {
    font-size: 34px;
}

.md-text-page h2 {
    font-size: 28px;
}

.md-text-page h3 {
    font-size: 24px;
}

.md-text-page h4 {
    font-size: 20px;
}

.md-text-page h5 {
    font-size: 18px;
}

.md-text-page h6 {
    font-size: 16px;
}

.md-text-page ul,
.md-text-page ol {
    margin: 0 0 20px 22px;
    padding: 0;
}

.md-text-page ul li,
.md-text-page ol li {
    margin-bottom: 10px;
}

.md-text-page a {
    color: #0d6efd;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.md-text-page a:hover {
    text-decoration: none;
}

.md-text-page strong,
.md-text-page b {
    font-weight: 700;
    color: #111;
}

.md-text-page img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    border-radius: 12px;
}

.md-text-page figure {
    margin: 24px 0;
}

.md-text-page figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
}

.md-text-page blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
    color: #495057;
    border-radius: 8px;
}

.md-text-page table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    font-size: 15px;
}

.md-text-page table th,
.md-text-page table td {
    padding: 12px 14px;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

.md-text-page table th {
    background: #f8f9fa;
    font-weight: 700;
}

.md-text-page hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.md-text-page .md-note {
    margin: 24px 0;
    padding: 16px 18px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.md-text-page .md-warning {
    margin: 24px 0;
    padding: 16px 18px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    border-radius: 10px;
    color: #664d03;
}

@media (max-width: 991px) {
    .md-text-page {
        font-size: 15px;
        line-height: 1.7;
    }

    .md-text-page h1 {
        font-size: 30px;
    }

    .md-text-page h2 {
        font-size: 25px;
    }

    .md-text-page h3 {
        font-size: 22px;
    }

    .md-text-page h4 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .md-text-page {
        font-size: 15px;
        line-height: 1.65;
    }

    .md-text-page p {
        margin-bottom: 16px;
    }

    .md-text-page h1,
    .md-text-page h2,
    .md-text-page h3,
    .md-text-page h4,
    .md-text-page h5,
    .md-text-page h6 {
        margin: 26px 0 14px;
    }

    .md-text-page h1 {
        font-size: 28px;
    }

    .md-text-page h2 {
        font-size: 23px;
    }

    .md-text-page h3 {
        font-size: 20px;
    }

    .md-text-page h4 {
        font-size: 18px;
    }

    .md-text-page h5,
    .md-text-page h6 {
        font-size: 16px;
    }

    .md-text-page ul,
    .md-text-page ol {
        margin-left: 18px;
    }

    .md-text-page table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .md-text-page img {
        margin: 20px auto;
        border-radius: 10px;
    }

    .md-text-page blockquote {
        padding: 16px;
    }
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4-mobile/style.css?17556028224772 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?17753369273872 */
/* /bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1739812830708 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1739812826620 */
/* /bitrix/templates/eshop_bootstrap_v4/styles.css?17754314169429 */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?177547627619438 */
