

/* Start:/local/templates/desktop/components/bitrix/catalog.element/.default/style.css?16812161229410*/
.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__controls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20px;
}
.product__controls-item + .product__controls-item {
  margin-left: 36px;
}
.product__controls-wrapper {
  padding-left: 0;
  padding-bottom: 20px;
}
.product__controls-text {
  display: block;
  color: #666666;
  pointer-events: none;
}
.product__controls-text--black {
  color: #222222;
  padding-left: 6px;
}
.product__controls-text--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__controls-icon {
  margin-left: 4px;
}
.product__controls-icon.p-item__favorite-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
.product__controls-icon.p-item__favorite-btn:active svg {
  -webkit-transform: scale(1.35);
      -ms-transform: scale(1.35);
          transform: scale(1.35);
}
.product__icon-favorite {
  width: 18px !important;
  height: 16px !important;
  margin-left: 4px;
}

.share__popup {
  z-index: 101;
  position: absolute;
  top: calc(100% + 10px);
  left: 44px;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.share__popup.active {
  visibility: visible;
  opacity: 1;
}
.share__popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  -webkit-box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
          box-shadow: 0px 1px 16px 0 rgba(130, 131, 133, 0.49);
}
.share__popup-inner {
  z-index: 1;
  position: relative;
  padding: 20px;
  background: white;
}
.share__popup-title {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: black;
}
.share__popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}
.share__popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 25px;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  color: white;
  min-width: unset;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.share__popup-btn + .share__popup-btn {
  margin-left: 25px;
}
.share__popup-btn:hover {
  border-color: #007CAA;
  background: #007CAA;
}
.share__popup-btn-submit {
  color: white;
  background: #007CAA;
}
.share__text {
  display: block;
  margin-top: 20px;
  color: gray;
}
.share__copy {
  height: 28px;
  padding: 0 8px;
  border-radius: 0;
  border: 1px solid #d8dbdd;
  background: #fff;
  color: #3158b4;
  outline: none;
}
.share__copy-wrapper {
  position: relative;
  margin-top: 16px;
}
.share__copy-wrapper::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  height: calc(100% - 2px);
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.share__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__contact-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.share__contact-item {
  position: relative;
}
.share__contact-item + .share__contact-item {
  margin-left: 24px;
}
.share__contact-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.detail__title-text {
  margin-bottom: 0 !important;
}
.detail__title-wrap {
  margin: 0 !important;
  border-bottom: none !important;
}

.btn-detail:active {
  border: none !important;
  background: none !important;
}
.btn-detail:active svg {
  fill: red !important;
}
.btn-detail svg {
  fill: none !important;
}
.btn-detail.active {
  border: none !important;
  background: none !important;
}
.btn-detail.active svg {
  fill: red !important;
}

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0;
}

.magnifier-lens {
  position: absolute;
  border: solid 1px #ccc;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
}

.magnifier-loader {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  color: #fff;
  text-align: center;
  background: transparent;
  background: rgba(50, 50, 50, 0.5);
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232);
}

.magnifier-loader-text {
  font: 13px Arial;
  margin-top: 10px;
}

.magnifier-large {
  position: absolute;
  z-index: 100;
}

.magnifier-preview {
  padding: 0;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.magnifier-preview img {
  position: absolute;
  top: 0;
  left: 0;
}

.opaque {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.hidden {
  display: none;
}

body {
  overflow-x: hidden;
}

/* .content {
    overflow: initial !important;
} */
a:not([class]) {
  color: #007caa;
}

.d-text__color-item.color__item {
  position: relative;
}

.d-text__color-item.color__item a {
  position: absolute;
  left: 0;
}

.d-text__color-item.color__item .show-text-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 2px 0;
  font-weight: bold;
  font-size: 12px;
  background: green;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.detail__characteristic-list--100 {
  width: 100%;
}

.detail__prop-variants {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.detail__prop-variant {
  padding: 5px;
  border: 1px solid #7db1bc;
  margin-right: 10px;
  min-width: 75px;
  text-align: center;
}

.detail__prop-variant.active {
  border-color: #007caa;
  background-color: #fff;
  color: #000;
}

.detail__prop-variant a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #444;
}

.detail__characteristic-list p {
  margin: 18px 0 9px;
}

.detail__characteristic-list .not-in-stock {
  padding: 7px 23px;
  border: 1px solid #ffb2b2;
  background-color: white;
  color: #fd6060;
}

/* share block for detail page */
.detail__cart-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  /* padding: 30px; */
  /* background: white; */
}

.detail__cart-share-title {
  display: block;
  margin-bottom: 5px;
}

/* === */
.total-price__wrapper {
  display: none;
  margin-top: 1em;
  text-align: center;
}

.total-price__label {
  display: block;
  font-size: 16px;
}

.total-price {
  display: block;
  margin-top: 0.35em;
}

.promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo__block-item + .promo__block-item {
  margin-left: 25px;
}

.promo__block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.promo__block-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo__block-star {
  display: block;
}

.promo__block-star + .promo__block-star {
  margin-left: 2px;
}

.detail__reviews {
  margin-top: 10px;
}

.detail__reviews-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.detail__reviews-item {
  width: 100% !important;
  margin-top: 12px;
}

.more__line a {
  text-decoration: none;
  color: #a2a2a2;
}

.more__line::before, .more__line::after {
  cursor: default;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/desktop/components/bitrix/catalog.section.list/template-main-popular-list/style.css?16197044057151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */
/* /local/templates/desktop/components/bitrix/catalog.element/.default/style.css?16812161229410 */
/* /local/templates/desktop/components/bitrix/catalog.section.list/template-main-popular-list/style.css?16197044057151 */
