

/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/style.css?16353487321763*/
#spoc-accordion{
    padding-bottom: 50px;
}
#spoc-accordion .text{
    font-size: 1rem;
    font-family: circle,Arial,Helvetica,Helvetica CY,Nimbus Sans L,sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0px;
}
#spoc-accordion .toggle{
    letter-spacing: .075rem;
    font-size: 1.25rem !important;
    font-weight: 700;
    min-height: 48px;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}
#spoc-accordion .toggle>span{
    font-size: 16px;
}
#spoc-accordion .toggle:before{
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: .3s;
}
#spoc-accordion .toggle.active:before{
    transform: rotate(-135deg);
    top: 22px;
}
#spoc-accordion .toggle + div{
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
#spoc-accordion .content-wrapper{
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    padding-left: 50px;
    padding-right: 20px;
    box-sizing: border-box;
}
#spoc-accordion .content-wrapper.active{
    border: 1px solid #000;
}
#spoc-accordion .content-wrapper ul{
    margin: 0px;
    padding-top: 15px;
}
#spoc-accordion .content-wrapper ul>li{
    margin-bottom: 5px;
}
.container.shop-feedback{
    padding-bottom: 35px !important;
}
.oppacity_element{
    opacity:50%;
}

@media(max-width: 1017px){
    #spoc-accordion{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        min-width: auto;
    }
}
/* End */


/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/section.style.css?17817890793485*/
@media (max-width: 426px) {
  #vendors {
    display: none;
  }
}

.fly-box * {
  box-sizing: border-box;
}

.list-header-container {
  width: calc(100% - 20pt);
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: 10pt;
}

.list-header-container .button-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}

.list-header-container .breadcrumb-box,
.list-header-container .counters-box {
  display: none;
}

.list-header-container .counters-box,
.list-header-container .filter-box {
  margin-right: 6pt;
}

.list-util-button .button-icon {
  width: 16pt;
  height: 16pt;
  display: inline-block;
  margin-right: 2pt;
}

/* .list-util-button .button-icon img svg path {
  fill: #C7C7C7;
} */

.list-util-button .button-icon.filtering {
  background: transparent url("/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/images/icon-filtering.svg") center center no-repeat;
}

.list-util-button .button-icon.sorting {
  background: transparent url("/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/images/icon-sorting.svg") center center no-repeat;
}

.list-header-container .list-util-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5pt 0;
  min-width: 64pt;
  border: 1.5px solid #d0d0d0;
  border-radius: 999px;
  background: #fff;
  font-size: 9pt;
  color: #222;
  cursor: pointer;
  font-family: sans-serif;
  white-space: nowrap;
  width: 170px;
  justify-content: center;
}

.sort-btn:hover {
  background: #f5f5f5;
}

.fly-box {
  position: fixed;
  z-index: 10200;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F1F1F1;
  width: 350px;
  padding: 0;
  display: none;
}

.fly-box.open {
  display: block;
}

.fly-box .fly-box-header {
  border-bottom: 1px solid white;
  margin: 16pt 12pt 0 12pt;
  padding: 0 0 12pt 0;
  width: calc(100% - 24pt);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fly-box .fly-box-title {
  font-size: 1.5em;
  font-family: "SourceSansPro-Bold";

}

.fly-box .fly-box-close {
  width: 18pt;
  height: 18pt;
  background: transparent url("/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/images/icon-close.svg") center center no-repeat;
  cursor: pointer;
}

.fly-box .fly-box-body {
  margin: 0 12pt;
  padding: 0;
  width: calc(100% - 24pt);
  overflow-y: auto;
  height: calc(100% - 98pt);
}

.fly-box a.sort-item {
  width: 100%;
  padding: 12pt 0 12pt 12pt;

  display: block;
  /* border-bottom: 1px solid black; */
  font-size: 1.3em;
  text-decoration: none;
}

.fly-box a.sort-item.selected::after {
  color: orange;
  content: " ";
  background: transparent url("/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/images/icon-checked.svg") center center no-repeat;
  width: 20pt;
  height: 12pt;
  margin-left: 4pt;
  display: inline-block;
}

.fly-box a.sort-item:nth-child(odd) {

  background-color: white;
}

.fly-box a.sort-item:nth-child(even) {
  background-color: #DCDDDF;
}

/* DESKTOP */
@media screen and (min-width: 768px) {
  .list-header-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {

  .list-header-container {
    justify-content: space-between;
  }

  .list-header-container .breadcrumb-box,
  .list-header-container .counters-box {
    display: block;
  }

  .list-header-container .list-util-button {
    gap: 2px;
    padding: 8pt 0;
    min-width: 64pt;
    font-size: 9pt;
    width: 110px;
  }
}

/* End */


/* Start:/local/components/ozon/catalog.smart.filter/templates/v2/style.css?177988177822693*/
.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 13px;
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n + 1) {
    clear: both;
  }
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #039be5;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  outline: none;
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
}

/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
		 -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
			border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */

  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/

  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #ccd5db;
}

.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
		 -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
			border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
}

.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
}

/*
*	Select popup
*
*/

.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}

.bx-filter .bx-filter-input-checkbox input[type="radio"],
.bx-filter .bx-filter-input-checkbox input[type="checkbox"] {}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
  border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
		 -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
			border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  box-shadow: none;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/

  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  /*position:relative;*/
  /*top:4px;*/

  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  box-shadow: none;
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: 0.2;
}

/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/

  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*
*/

.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #fff;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #fff;
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
  position: fixed;
  z-index: 1001;
  top: auto;
  right: 12pt;
  bottom: 0;
  left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 318px;
  min-height: 50pt;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

#modef a.btn-clean {
  background-color: #f5f5f5;
  color: #333333 !important;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  padding: 0;
  font-size: 12px;
  line-height: 36px;
  text-decoration: none;

  text-transform: uppercase;
  cursor: pointer;
  width: 135px;
}

.bx-filter .bx-filter-popup-result a.js-filter-url-go,
.bx-filter-popup-result a.js-filter-url-go {
  width: 135px;
  background-color: #f06a2d;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_left.png) 4 20 4 4 repeat;
  -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -webkit-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_right.png) 4 4 4 20 repeat;
  -moz-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_right.png) 4 4 4 20 repeat;
  -o-border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(/local/components/ozon/catalog.smart.filter/templates/v2/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
  right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

.desc-active-filt-mobile {
  display: none;
}

@media (max-width: 991px) {
  .desc-active-filt-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    /* font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		/* border: 1px solid #c6dae7;
		border: 1px solid #306dd5;
		background: rgba(255,255,255,.9); */

    /* position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 25% !important;
    bottom: 0 !important;
    left: 0 !important;
    border: none;
    background-color: #fff;
    padding: 10px 15px !important;
    margin: -7px 0 0; */
  }

  /* .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  } */

  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }



  .bx-touch .bx-filter .bx-filter-popup-result a.js-filter-url-go {
    /* color: #fff !important; */
    /* float: right !important; */
    /* background-color: #00509f !important; */
  }
}

.podcat__touch {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #2b5fa6;
  border-radius: 2px;
}

.podcat__touch:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #fff;
}

.podcat__touch:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: calc(100% - 6px);
  height: 1px;
  background-color: #fff;
}

.podcat.active .podcat__touch:before {
  display: none;
}

.podcat.active .podcat__touch:before {
  display: none;
}

.podcat__level {
  display: none !important;
  padding-left: 15px !important;
}

.podcat.active .podcat__level {
  display: block !important;
}

.podcat__level a:hover {
  text-decoration: underline;
}

.podcat__level a span {
  color: #9e9e9e;
}

.text-bold {
  font-weight: 700 !important;
}

.text-blue {
  color: #2b5fa6 !important;
}

.cat-side .mobile-fix>ul {
  max-height: 308px;
}

.podcat.active .podcat__touch {
  background-color: #dae0e4;
}

.cat-side-tit i {
  display: inline-block !important;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.cat-side-tit i svg {
  fill: #dae0e4;
}

.custom-mark-size>.bk-span {
  background-color: #4d6aaf !important;
  color: white !important;
  text-decoration: none;
  font-size: 13px;
  display: block;
}

.check-qrid .one-check-filter input:checked+span {
  background-color: #4d6aaf !important;
  color: white;
}

.check-qrid .one-filter-descr-in {
  padding-left: 10px;
  padding-right: 10px;
}

.check-qrid .one-check-filter {
  float: left;
  width: auto;
  margin: 0 5px 5px 0;
  padding: 0;
}

.check-qrid .one-check-filter label {
  padding: 0;
}

.check-qrid .one-check-filter span {
  border: 1px solid #f1f1f1;
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  text-align: center;
}

.check-qrid .one-check-filter input:checked+span {
  background-color: #f1f1f1;
}

/* #modef {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
} */

/* #modef a {
  text-decoration: none !important;
  color: #306dd5;
} */

.one-filter .one-filter-name:before {}

.one-filter .one-filter-name {
  width: 100%;
  padding: 12pt 0 12pt 12pt;
  display: block;
  /* border-bottom: 1px solid black; */
  font-size: 1.3em;
  text-decoration: none;
  font-weight: normal;
}

.one-filter .bk-span.filter-link {
  text-decoration: none;
}

.one-tab-filter .one-filter:nth-child(odd) {

  background-color: white;
}

.one-tab-filter .one-filter:nth-child(even) {
  background-color: #DCDDDF;
}

/* End */


/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/breadcrumb/.default/style.css?1745576669999*/
.bx_breadcrumbs {
  margin-bottom: 15px;
  padding-top: 0px;
}
.bx_breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.bx_breadcrumbs ul li {
  display: inline-block;
  line-height: 20px;
}
.bx_breadcrumbs ul li a {
  display: block;
  padding: 0 10px 0 0;
  background: url(/local/templates/ozon_bizs_wide2/components/bitrix/breadcrumb/.default/images/breadcrumbs_arrow.png) no-repeat center right;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.5;
  margin: 0 5px 0 0;
}
.bx_breadcrumbs ul li:first-child a {
  padding-left: 0;
}
.bx_breadcrumbs ul li:last-child a {
  background: none;
}
.bx_breadcrumbs ul li a:hover {
  text-decoration: underline;
  line-height: 20px;
  opacity: 1;
}
.bx_breadcrumbs ul li span {
  /* display: block; */
  /* padding: 0 15px 0 0; */
  /* text-decoration: none; */
  font-size: 13px;
  color: #828282;
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/bitrix/catalog.compare.list/.default/style.css?1774982478764*/
.catalog-compare-list * {
  box-sizing: border-box;
}

#workarea_wide .compare_catalog_section {
  margin: 0 0 16pt 0;
  width: 100%;
}

.catalog-compare-list .data-table {
  margin-left: 15px;
  margin-right: 15px;
}

#workarea_wide .catalog-compare-list h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-compare-list .data-table a {
  margin-bottom: 6pt;
  display: inline-block;
}

.catalog-compare-list .data-table a.compdel {
  margin-bottom: 0;
  margin-left: 4pt;
}

.catalog-compare-list input {
  margin-top: 6pt;

  padding: 5pt 0;
  border: 1.5px solid #d0d0d0;
  border-radius: 999px;
  background: #fff;
  font-size: 9pt;
  color: #222;
  cursor: pointer;
  white-space: nowrap;
  width: 170px;
}

/* End */


/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/system.pagenavigation/modern/style.css?1613573863744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/local/templates/ozon_bizs_wide2/components/bitrix/catalog.section/v4/style.css?17798780805994*/
.product-list-container {
  width: calc(100% - 20pt);
  margin: 0 10pt;
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; */

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 колонки */
  /* gap: 10px; */
}

.product-list-container * {
  box-sizing: border-box;
}

.product-list-container .product-card-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-list-container .product-card {
  background-color: white;
  position: relative;
}

.product-list-container .product-card:nth-child(2n-1) {
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.product-list-container .product-card:nth-child(2n) {
  border-top: 1px solid #eaeaea;
  /* border-left: 1px solid #eaeaea; */
}

.product-list-container .product-card,
.product-list-container .product-card-banner {
  /* height: 276pt; */
  padding: 0;
  margin: 0;
  flex: 0 0 50%;

}

.product-list-container .product-card.zoomed,
.product-list-container .product-card-banner.zoomed {
  /* height: 377pt; */
}

.product-list-container .product-card .picture-box {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  background-color: white;
  margin-top: 40px;
}

.product-list-container .product-card.zoomed .picture-box {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  background-color: white;
  margin-top: 0;
}


.product-list-container .product-card .picture-box img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: 50% 50%;
  width: 90%;
}

.product-list-container .product-card.zoomed .picture-box img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: 50% 50%;
  width: 80%;
  height: 150%;
  max-height: 150%;

}

.product-list-container .product-card-banner {
  /* border: 1px solid #C7C7C7; */
  background-color: white;
}

.product-list-container .product-card-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-list-container .product-card .util-box {
  width: 100%;
  height: 35pt;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6pt 6pt 0 6pt;
  position: absolute;
  top: 0;
  left: 0;
}

.product-list-container .label {
  background-color: gray;
  color: white;
  font-size: 10pt;
  padding: 2pt 5pt;
  border-radius: 13pt;
  line-height: 12pt;
}

.product-list-container .label.rallback {
  background-color: #ea3322;
}

.product-list-container .label.new {
  background-color: #1f4e92;
}

.product-list-container .label-box-right {
  width: 73%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
}

.product-list-container .compare {
  position: relative;
  margin-left: 0;
  bottom: auto;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.product-list-container .compare svg {
  margin-top: 4px;
  width: 22px;
  height: 22px;
  fill: rgba(10, 10, 10, 0.2);
}

.product-list-container .compare.checked_compare .compare_success {
  fill: white;
  background-color: #42a928;
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: -7px;
  right: -5px;
  border-radius: 50%;
}


.product-list-container .available_inform_on {
  font-size: 9pt;
  line-height: 1.3em;
  background: url(/local/templates/ozon_bizs_wide2/components/bitrix/catalog.section/v4/images/icon_checkmark.svg) left center no-repeat;
  color: #02972A;
  padding-left: 16px;
  background-size: 13px;
}

.product-list-container .available_sizes {
  color: #838383;
}

.product-list-container .available_inform_off {
  display: flex;
  align-items: center;
  font-size: 9pt;
  line-height: 1.3em;
  padding-left: 16px;

  background: url(/local/templates/ozon_bizs_wide2/images/icons/close-line.svg) left center no-repeat;
  color: #c31f2f;
  background-size: 13px;
}


.product-list-container .badge-new {
  background-color: #1a1aff;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.product-list-container .product-card .name-box {
  /* margin-top: 8pt; */
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  padding: 0 6pt;
}

.product-list-container .product-card .name-box a {
  text-decoration: none;
}

.product-list-container .product-card .model-box {
  width: 100%;
  height: 18px;
  text-align: center;
  color: #838383;
  font-size: 14px;
}

.product-list-container .product-card .price-box {
  margin: 4pt 0 12pt 0;
  width: 100%;
  text-align: center;
}

.product-list-container .product-card-banner.hidden {
  display: none;
}

.price .price-line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  font-size: 11pt;
  line-height: 18pt;
  color: black;
}

.price .price-line .price-col {
  margin: 0 4pt;
}

.price .price-line .blue {
  color: #4d6aaf;
  font-size: 16px;
  font-weight: 700;
}

.price .price-line s {
  font-size: 11pt;
  color: #c3c3c3;
}



/* UP */

@media (min-width: 525px) {

  .product-list-container .product-card,
  .product-list-container .product-card-banner {
    /* width: 230px; */
    /* height: 430px; */
  }

  .product-list-container .product-card .picture-box {
    /* aspect-ratio: 1 / 1.1; */
  }

  .product-list-container .compare svg {
    margin-top: 4px;
    width: 26px;
    height: 26px;
  }

}

@media (min-width:1024px) {

  .product-list-container {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8pt;
  }

  .product-list-container .product-card {
    border: 1px solid #eaeaea;

  }

  .product-list-container .product-card,
  .product-list-container .product-card-banner {
    flex: 0 0 25%;

  }
}

/* End */
/* /local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/style.css?16353487321763 */
/* /local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/section.style.css?17817890793485 */
/* /local/components/ozon/catalog.smart.filter/templates/v2/style.css?177988177822693 */
/* /local/templates/ozon_bizs_wide2/components/bitrix/breadcrumb/.default/style.css?1745576669999 */
/* /local/templates/ozon_bizs_wide2/components/bitrix/catalog/v4/bitrix/catalog.compare.list/.default/style.css?1774982478764 */
/* /local/templates/ozon_bizs_wide2/components/bitrix/system.pagenavigation/modern/style.css?1613573863744 */
/* /local/templates/ozon_bizs_wide2/components/bitrix/catalog.section/v4/style.css?17798780805994 */
