

/* Start:/local/templates/bbr_shop/components/bitrix/catalog/trn-catalog/style.css?17645989301122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/bbr_shop/components/bitrix/catalog.element/.default/style.css?177081013932649*/
.bx-catalog-element {
  /* Sidebar */
  /*Compare*/
  /* Price */
  /* SCU */
  /*Amount*/
  /**/
  /*Buy button*/
  /* Slider */
  /*Slider Controls*/
  /*magnified*/
  /*	>>>	popup*/
  /* Slider Mobile*/
  /*Label*/
  /* TEXT */
  /*RING*/
  /* Tabs */
  /*Tab fixed*/
  /*Small Card*/
  /*Properties */
}
@media (max-width: 992px) {
  .bx-catalog-element .product-item-detail-info-section {
    padding: 0;
  }
}
.bx-catalog-element .product-item-detail-pay-block {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-pay-block {
    margin-bottom: 65px;
  }
}
.bx-catalog-element .bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}
.bx-catalog-element .product-item-detail-compare-container {
  position: relative;
  margin: 0 -20px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e4e4e4;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  color: #4e4e4e;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}
.bx-catalog-element .product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}
.bx-catalog-element .product-item-detail-price-current {
  color: #d0021b;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 30px;
  line-height: 33px;
  transition: font-size 200ms ease;
}
.bx-catalog-element .product-item-detail-price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
  line-height: 17px;
}
.bx-catalog-element .product-item-scu-container {
  padding: 0 0 2px;
}
.bx-catalog-element .product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}
.bx-catalog-element .product-item-scu-list {
  margin: 0;
}
.bx-catalog-element .product-item-scu-item-list {
  overflow: hidden;
  margin: 0 0 5px -2px;
  padding: 0;
  list-style: none;
}
.bx-catalog-element .product-item-scu-item-color-container,
.bx-catalog-element .product-item-scu-item-text-container {
  display: inline-block;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  padding: 0;
  vertical-align: middle;
  background-color: var(--bg);
  border-radius: 50%;
  overflow: hidden;
}
.bx-catalog-element .product-item-scu-item-color-container.selected,
.bx-catalog-element .product-item-scu-item-text-container.selected {
  background-color: var(--dark-blue);
  color: var(--white);
}
.bx-catalog-element .product-item-scu-item-text-container {
  min-width: 48px;
}
.bx-catalog-element .product-item-scu-item-color-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.bx-catalog-element .bx-no-touch .product-item-scu-item-color-block {
  transition: outline 200ms ease;
}
.bx-catalog-element .product-item-scu-item-color-container.selected .product-item-scu-item-color-block .product-item-scu-item-color {
  outline: 2px solid var(--dark-blue);
}
.bx-catalog-element .product-item-scu-item-color {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  padding: 0;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.bx-catalog-element .product-item-scu-item-text-block {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.bx-catalog-element .bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}
.bx-catalog-element .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: 11px;
  line-height: 18px;
}
.bx-catalog-element .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.bx-catalog-element .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden;
}
.bx-catalog-element .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.bx-catalog-element .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}
.bx-catalog-element .product-item-selected-scu-container {
  word-spacing: 1px;
}
.bx-catalog-element .product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}
.bx-catalog-element .bx-retina .product-item-selected-scu {
  outline-width: 0.5px;
}
.bx-catalog-element .product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.bx-catalog-element .product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}
.bx-catalog-element .product-item-amount-field-btn-plus,
.bx-catalog-element .product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}
.bx-catalog-element .bx-retina .product-item-amount-field-btn-plus,
.bx-catalog-element .bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}
.bx-catalog-element .product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}
.bx-catalog-element .product-item-amount-field-btn-plus:after,
.bx-catalog-element .product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}
.bx-catalog-element .product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease;
}
.bx-catalog-element .product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}
.bx-catalog-element .product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}
.bx-catalog-element .product-item-amount-field-btn-plus:hover:after,
.bx-catalog-element .product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}
.bx-catalog-element .product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: var(--ui-font-weight-bold);
  font-size: 19px;
  line-height: 22px;
  transition: border 300ms ease;
}
.bx-catalog-element .bx-retina .product-item-amount-field {
  border-width: 0.5px;
}
.bx-catalog-element .product-item-amount-field:focus {
  outline: none !important;
}
.bx-catalog-element .bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-catalog-element .bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.bx-catalog-element .product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}
.bx-catalog-element .product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}
.bx-catalog-element .product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: var(--ui-font-weight-bold);
  font-size: 12px;
}
.bx-catalog-element .product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}
.bx-catalog-element .btn.product-item-detail-buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bx-catalog-element .product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}
.bx-catalog-element .btn-link.product-item-detail-buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bx-catalog-element .product-item-detail-slider-container {
  position: relative;
  max-width: 100%;
  background: transparent;
  transition: background 800ms ease;
}
.bx-catalog-element .product-item-detail-slider-block {
  position: relative;
  aspect-ratio: 2/3;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-block {
    height: auto;
    aspect-ratio: auto;
  }
}
.bx-catalog-element .product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}
.bx-catalog-element .product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-images-container {
    position: static;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
}
.bx-catalog-element .product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms linear;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-image {
    width: calc(50% - 5px);
    position: static;
    opacity: 1;
    background: radial-gradient(100% 100% at 50% 0%, #D9DFE7 0%, #EBEEF3 49.52%, #D9DFE7 100%);
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.bx-catalog-element .product-item-detail-slider-image:only-of-type {
  z-index: 10;
  opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: contain;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-image img {
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    position: static;
    transform: none;
    width: 100%;
    max-height: 100%;
  }
}
.bx-catalog-element .product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-progress-bar {
    display: none;
  }
}
.bx-catalog-element .product-item-detail-slider-controls-block {
  display: flex;
  opacity: 1;
  padding: 10px 0;
  text-align: center;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-top: 10px;
}
.bx-catalog-element .product-item-detail-slider-controls-block:before {
  display: block;
  content: attr(data-slides_count);
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-controls-block {
    display: none;
    opacity: 0;
  }
}
.bx-catalog-element .product-item-detail-slider-controls-image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 2px;
  outline: 1px solid #CFD4DF;
  background-color: #CFD4DF;
  text-align: center;
  cursor: pointer;
}
.bx-catalog-element .product-item-detail-slider-controls-image.active {
  background-color: #00A9E4;
  outline-color: #00A9E4;
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  background-size: 100%;
}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image {
  outline-width: 0.5px;
}
.bx-catalog-element .bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}
.bx-catalog-element .product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}
.bx-catalog-element .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 25%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  transition: all 300ms ease;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-left,
  .bx-catalog-element .product-item-detail-slider-right {
    display: none;
  }
}
.bx-catalog-element .product-item-detail-slider-left {
  left: 0;
}
.bx-catalog-element .product-item-detail-slider-right {
  right: 0;
  transform: rotate(180deg);
}
.bx-catalog-element .product-item-detail-slider-left:hover,
.bx-catalog-element .product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}
.bx-catalog-element .product-item-detail-slider-close {
  display: none;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  transition: all 300ms ease;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-image {
  z-index: 100;
}
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 50;
}
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-label-text,
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-block {
  padding-top: 0;
  height: 100vh;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: calc(100% - 95px);
    height: 100%;
    transform: none;
    margin-bottom: 0;
  }
}
@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
  opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px);
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }
  .bx-catalog-element .product-item-detail-slider-left,
  .bx-catalog-element .product-item-detail-slider-right {
    max-width: 75px;
  }
  .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}
.bx-catalog-element .product-item-label-text,
.bx-catalog-element .product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  transition: opacity 450ms ease;
}
.bx-catalog-element .product-item-label-text span,
.bx-catalog-element .product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: var(--dark-blue);
  color: var(--white);
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
  border-radius: 25px;
}
.bx-catalog-element .bx-red .product-item-label-text span,
.bx-catalog-element .bx-red .product-item-label-ring {
  background-color: #fba90c;
}
.bx-catalog-element .product-item-label-text > div,
.bx-catalog-element .product-item-label-ring > div {
  line-height: 0;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-label-text,
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}
.bx-catalog-element .product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: var(--ui-font-weight-bold);
}
.bx-catalog-element .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}
.bx-catalog-element .product-item-label-text.product-item-label-big span {
  padding: 15px 25px;
  height: 54px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .bx-catalog-element .product-item-label-text > div {
    line-height: 0;
  }
  .bx-catalog-element .product-item-label-text.product-item-label-small span,
  .bx-catalog-element .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }
}
.bx-catalog-element .product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: var(--ui-font-weight-bold);
}
.bx-catalog-element .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.bx-catalog-element .product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .bx-catalog-element .product-item-label-ring.product-item-label-small,
  .bx-catalog-element .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .bx-catalog-element .product-item-big-card .product-item-label-ring.product-item-label-small,
  .bx-catalog-element .product-item-label-ring.product-item-label-big,
  .bx-catalog-element .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .bx-catalog-element .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
.bx-catalog-element .product-item-label-top {
  top: 15px;
}
.bx-catalog-element .product-item-label-center {
  left: 50%;
  transform: translateX(-50%);
}
.bx-catalog-element .product-item-label-center > div {
  text-align: center;
}
.bx-catalog-element .product-item-label-left {
  left: 15px;
}
.bx-catalog-element .product-item-label-left > div {
  text-align: left;
}
.bx-catalog-element .product-item-label-bottom {
  bottom: 15px;
}
.bx-catalog-element .product-item-label-middle {
  top: 50%;
  transform: translateY(-50%);
}
.bx-catalog-element .product-item-label-right {
  right: 15px;
}
.bx-catalog-element .product-item-label-right > div {
  text-align: right;
}
.bx-catalog-element .product-item-label-center.product-item-label-middle {
  transform: translateY(-50%) translateX(-50%);
}
.bx-catalog-element .product-item-detail-tabs-container {
  height: 74px;
}
.bx-catalog-element .product-item-detail-tabs-list {
  display: flex;
  max-width: fit-content;
  min-width: 100%;
  gap: 10px;
  margin: 0;
  padding: 10px;
  margin-top: 50px;
  list-style: none;
  background: #fff;
  border-radius: 37px;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-tabs-list {
    min-width: auto;
  }
}
.bx-catalog-element .product-item-detail-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (min-width: 640px) {
  .bx-catalog-element .product-item-detail-tab {
    width: auto;
  }
}
.bx-catalog-element .product-item-detail-tab.active .product-item-detail-tab-link {
  background-color: var(--dark-blue);
  color: var(--white);
}
.bx-catalog-element .product-item-detail-tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 26px;
  padding: 15px 25px;
  background-color: var(--bg);
  color: var(--gray-text);
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
  line-height: 45px;
  transition: all 250ms ease;
}
.bx-catalog-element .product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #1485ce;
  content: "";
  transition: all 250ms ease;
}
.bx-catalog-element .product-item-detail-tab-link:hover,
.bx-catalog-element .product-item-detail-tab.active .product-item-detail-tab-link {
  text-decoration: none;
}
.bx-catalog-element .product-item-detail-tab-link:hover:after,
.bx-catalog-element .product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}
.bx-catalog-element .product-item-detail-tab-link:active:after {
  height: 6px;
}
.bx-catalog-element .product-item-detail-tab-content {
  padding: 25px 0;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 350ms linear;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}
.bx-catalog-element .product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px;
}
.bx-catalog-element .bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}
.bx-catalog-element .product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 220ms linear;
}
.bx-catalog-element .product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}
.bx-catalog-element .product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}
.bx-catalog-element .bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}
.bx-catalog-element .product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
}
.bx-catalog-element .product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse;
}
.bx-catalog-element .product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left;
}
.bx-catalog-element .product-item-detail-short-card-image img {
  max-width: none;
  height: 65px;
}
.bx-catalog-element .product-item-detail-short-title-container {
  max-width: 650px;
}
.bx-catalog-element .product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
}
.bx-catalog-element .product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}
.bx-catalog-element .product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}
.bx-catalog-element .product-item-detail-tab-content {
  display: none;
}
.bx-catalog-element .product-item-detail-tab-content.active {
  display: block;
}
.bx-catalog-element .product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
}
.bx-catalog-element .product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
}
.bx-catalog-element .product-item-detail-properties-wrapper {
  display: none;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}
.bx-catalog-element .product-item-detail-properties-wrapper:has(dl) {
  display: block;
}
.bx-catalog-element .product-item-detail-properties dl {
  clear: both;
}
.bx-catalog-element .product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}
.bx-catalog-element .product-item-detail-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}
.bx-catalog-element .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bx-catalog-element input[type=number] {
  -moz-appearance: textfield;
}
.bx-catalog-element input::-webkit-outer-spin-button,
.bx-catalog-element input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media screen and (min-width: 980px) {
  .bx-catalog-element .trn-detail-tabs {
    min-height: 520px;
  }
}
.bx-catalog-element .trn-price-wrapper {
  gap: 15px;
}
.bx-catalog-element .trn-price-wrapper .product-item-detail-price-current {
  margin: 0;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.05rem;
  background: #fff;
  box-shadow: 0 4px 18px rgba(60, 80, 120, 0.08);
}
.size-table caption {
  caption-side: top;
  margin-bottom: 10px;
  color: var(--dark-blue);
}
.size-table th, .size-table td {
  padding: 13px 18px;
  text-align: center;
  border: 1px solid #e2e6ee;
}
.size-table th {
  background: #f4f8fb;
  color: var(--dark-blue);
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 2px solid var(--dark-blue);
}
.size-table tr {
  transition: background 0.2s;
}
.size-table tr:hover {
  background: #e6ecf7;
}
.size-table td {
  font-weight: 400;
}
.size-table td:first-child {
  font-weight: 600;
  color: #222;
  background: white;
}

.trn-popup {
  border-radius: 20px;
  padding: 30px;
  width: 363px;
  box-shadow: 0 10px 21px 0 rgba(8, 42, 84, 0.07), 0 39px 39px 0 rgba(8, 42, 84, 0.06), 0 87px 52px 0 rgba(8, 42, 84, 0.04), 0 154px 62px 0 rgba(8, 42, 84, 0.01), 0 241px 68px 0 rgba(8, 42, 84, 0);
  background: var(--bg);
}
.trn-popup.--open {
  position: fixed !important;
  top: 99px !important;
  right: calc((100% - 1200px) / 2) !important;
  left: auto !important;
}
.trn-popup .p-b {
  margin-bottom: 5px;
}
.trn-popup .popup-window-buttons {
  padding: 20px 0 0;
}

#size-table-popup h5 {
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  #size-table-popup {
    width: 98% !important;
    left: 1% !important;
  }
  #size-table-popup h5 {
    margin-top: 12px;
  }
}

#trnSizeTableLink {
  display: none !important;
}

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

/* End */


/* Start:/local/templates/bbr_shop/css/baguetteBox.min.css?17645989303609*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17645988801816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1764598880381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */
/* /local/templates/bbr_shop/components/bitrix/catalog/trn-catalog/style.css?17645989301122 */
/* /local/templates/bbr_shop/components/bitrix/catalog.element/.default/style.css?177081013932649 */
/* /local/templates/bbr_shop/css/baguetteBox.min.css?17645989303609 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17645988801816 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1764598880381 */
