

/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/vertical.1/style.css?176173497121336*/
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 {
  position: relative;
  width: 270px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-content {
  border: solid 1px var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color, background-color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle[data-state=deployed] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle[data-state=deployed] .filter-toggle-arrow {
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle:hover {
  color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle:hover svg {
  stroke: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle-arrow {
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-toggle-text {
  font-weight: 600;
  text-transform: uppercase;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property {
  border-top: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: background-color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property:first-of-type {
  border-top: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property > [data-state=collapsed] .filter-property-toggle-arrow {
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property > [data-active=true]:before {
  opacity: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-search-container {
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-search-cancel {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-search-cancel svg {
  transition-duration: var(--duration-base);
  transition-property: stroke;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle {
  position: relative;
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle:hover .filter-property-toggle-text {
  color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle:hover .filter-property-toggle-arrow {
  fill: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle:before {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: auto;
  top: 24px;
  width: 2px;
  content: "";
  background-color: var(--color-primary-base);
  opacity: 0;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle-text {
  color: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle-hint {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-toggle-arrow {
  fill: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-wrap {
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: height;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-element_track {
  background-color: var(--color-neutral-semi-bright);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  background-color: var(--color-neutral-semi-dark);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-expand span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-collapse span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox] label input:not(:disabled) + span {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox] label:hover input:not(:disabled) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=radio] label input:not(:disabled) + span {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=radio] label:hover input:not(:disabled) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] label {
  display: block;
  margin: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] input:checked + .filter-property-value-picture {
  border-color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] input:disabled + .filter-property-value-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] input:not(:disabled):not(:checked) + .filter-property-value-picture:hover {
  border-color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] input:not(:disabled) + .filter-property-value-picture {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] .filter-property-value-picture {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: border-color, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] .filter-property-value-picture span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] .filter-property-value-picture span[data-size=normal] {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture] .filter-property-value-picture span[data-size=big] {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture][data-property-view=circle] .filter-property-value-picture {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture][data-property-view=circle] .filter-property-value-picture span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture][data-property-view=square] .filter-property-value-picture {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture][data-property-view=square] .filter-property-value-picture span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] label {
  display: block;
  margin: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] label > span {
  color: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] label input:not(:disabled) + span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] label:hover input:not(:disabled):not(:checked) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] label:hover input:not(:disabled):not(:checked) + span .filter-property-value-picture {
  border-color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] input:checked + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] input:checked + span .filter-property-value-picture {
  border-color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] input:disabled + span {
  color: var(--color-neutral-quarter-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] input:disabled + span .filter-property-value-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: border-color, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span[data-size=normal] {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span[data-size=big] {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text][data-property-view=circle] .filter-property-value-picture {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text][data-property-view=circle] .filter-property-value-picture span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text][data-property-view=square] .filter-property-value-picture {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-property-type=checkbox-picture-text][data-property-view=square] .filter-property-value-picture span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown {
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-header {
  cursor: pointer;
  border: 1px solid var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-header-svg {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background-color: var(--color-neutral-bright);
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: var(--shadow-dark);
  -moz-box-shadow: var(--shadow-dark);
  box-shadow: var(--shadow-dark);
  transition-duration: var(--duration-base);
  transition-property: visibility, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup label {
  display: block;
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup label:hover {
  color: var(--color-primary-base);
  background-color: var(--color-neutral-thin-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup label.disabled {
  cursor: not-allowed;
  color: var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup label.disabled .filter-dropdown-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup label.active {
  font-weight: 500;
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup .filter-dropdown-item + .filter-dropdown-item label {
  border-top: 1px solid var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup[data-expand=false] {
  visibility: hidden;
  opacity: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y {
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  background-color: var(--color-neutral-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer {
  top: 16px;
  right: 6px;
  bottom: 16px;
  left: 6px;
  height: auto;
  width: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-element_track {
  background-color: var(--color-neutral-semi-bright);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  background-color: var(--color-neutral-quarter-dark);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-size=normal] span {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-size=big] span {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-view=circle] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-view=circle] span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-view=square] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-dropdown-picture > span[data-view=square] span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider {
  position: relative;
  height: 20px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-line {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  top: 9px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-positions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-positions div {
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-color: var(--color-neutral-bright);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
  -moz-box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
  box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-positions div:before {
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  top: 7px;
  content: "";
  background-color: var(--color-primary-base);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-positions div.left {
  left: 0;
  margin-left: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-slider-positions div.right {
  right: 0;
  margin-right: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-button-confirm {
  border-radius: unset !important;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-number-1 {
  --ui-input-text-border-radius: 2px 0 0 2px;
  border-right-width: 0;
  flex-grow: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-number-1:hover + input {
  border-left-color: var(--ui-input-text-scheme);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-number-1:focus + input {
  border-left-color: var(--ui-input-text-scheme);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-property-number-2 {
  --ui-input-text-border-radius: 0 2px 2px 0;
  flex-grow: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-container {
  position: absolute;
  margin: 0;
  top: 0;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: top;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-container[data-position=left] {
  right: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-container[data-position=right] {
  left: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-container:hover .filter-modef-line {
  left: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 #modef_num_ver_1, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 #modef_b_num_ver_1 {
  font-weight: 600;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-svg-container {
  position: relative;
  overflow: hidden;
  width: 42px;
  font-size: 0;
  text-align: right;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-modef-line {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 16px;
  right: 10px;
  height: 1px;
  background-color: var(--color-neutral-bright);
  transition-duration: var(--duration-base);
  transition-property: left;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 [data-role=scroll] {
  overflow: hidden;
  height: auto !important;
  max-height: 30vh !important;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 .filter-buttons {
  overflow: hidden;
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 #del_filter_ver_1 {
  --padding-left: 24px;
  --padding-right: 24px;
  --scheme: var(--color-neutral-quarter-bright);
  --scheme-lighten: var(--color-neutral-semi-bright);
  --scheme-darken: var(--color-neutral-quarter-dark);
  --scheme-contrast: var(--color-neutral-semi-dark);
  --border-width: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex: 0;
  flex-grow: 0;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-1 #del_filter_ver_1:hover svg {
  transform: rotate(-180deg);
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog/catalog.new/section/style.css?17666457404596*/
.bitrix.catalog-1-section {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.bitrix.catalog-1-section .catalog-description {
  line-height: 1.8;
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-1-section .catalog-description-top {
  line-height: 1.8;
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-1-section .catalog-description-bottom {
  line-height: 1.8;
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-1-section .catalog-section {
  position: relative;
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .bitrix.catalog-1-section .catalog-section-filter-horizontal {
    display: none;
  }
}
.bitrix.catalog-1-section .catalog-section-column {
  position: relative;
  z-index: 2;
  display: flex;
  flex-basis: 270px;
  flex-direction: column;
  row-gap: 24px;
  min-width: 270px;
}
@media (max-width: 1024px) {
  .bitrix.catalog-1-section .catalog-section-column {
    display: none;
  }
}
.bitrix.catalog-1-section .catalog-section-content {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
}
.bitrix.catalog-1-section .catalog-section-top-panel {
  display: flex;
  justify-content: end;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .bitrix.catalog-1-section .catalog-section-top-panel[data-mobile-only=true] {
    display: none;
  }
}
.bitrix.catalog-1-section .catalog-section-top-panel .ui-button-flat {
  --svg-color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-1-section .catalog-section-top-panel .ui-button-flat:not([data-active=true]):hover {
  --svg-color: var(--color-primary-bright);
}
.bitrix.catalog-1-section .catalog-section-top-panel .ui-button-flat[data-active=true] {
  --svg-color: var(--color-primary-base);
}
.bitrix.catalog-1-section .catalog-section-top-panel .ui-button-flat > svg {
  width: 24px;
  height: 24px;
  fill: var(--svg-color);
  stroke: var(--svg-color);
  transition-duration: var(--duration-base);
  transition-property: fill, stroke;
}
.bitrix.catalog-1-section .catalog-section-top-panel-views {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1024px) {
  .bitrix.catalog-1-section .catalog-section-top-panel-views > a, .bitrix.catalog-1-section .catalog-section-top-panel-views > div {
    display: none;
  }
}
.bitrix.catalog-1-section .catalog-section-top-panel-sort {
  line-height: 0;
}
@media (max-width: 768px) {
  .bitrix.catalog-1-section .catalog-section-top-panel {
    justify-content: start;
  }
}
.bitrix.catalog-1-section .catalog-section-mobile-filter {
  display: flex;
}
@media (min-width: 1025px) {
  .bitrix.catalog-1-section .catalog-section-mobile-filter {
    display: none;
  }
}
.bitrix.catalog-1-section .catalog-section-mobile-popup {
  contain: content;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.bitrix.catalog-1-section .catalog-section-mobile-popup[data-state=opened] {
  display: block;
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-body {
  contain: content;
  position: absolute;
  inset: 20% 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: var(--color-neutral-bright);
  border-radius: 24px 24px 0 0;
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-header {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 24px;
  background-color: var(--color-neutral-quarter-bright);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-header .ui-button-flat {
  --svg-color: var(--color-neutral-dark);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-header .ui-button-flat:hover {
  --svg-color: var(--color-primary-bright);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-header .ui-button-flat svg {
  width: 32px;
  height: 32px;
  fill: var(--svg-color);
  stroke: var(--svg-color);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-title {
  display: flex;
  flex-grow: 1;
  column-gap: 12px;
  align-items: center;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.4;
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-title svg {
  width: 16px;
  height: 16px;
  fill: var(--color-neutral-dark);
  stroke: var(--color-neutral-dark);
}
.bitrix.catalog-1-section .catalog-section-mobile-popup-content {
  flex-grow: 1;
  overflow-x: hidden;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog.section.list/catalog.blocks.1/style.css?17617349722560*/
@charset "UTF-8";
.bitrix-catalog-section-list.blocks-1 .fragment-section {
  margin-top: -1px;
  margin-left: -1px;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-content {
  position: relative;
  height: 100%;
  padding: 32px;
  border-width: 1px;
  border-style: solid;
  transition-duration: var(--duration-base);
  transition-property: border-color, box-shadow;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-content:hover {
  z-index: 2;
  border-color: transparent;
  box-shadow: var(--shadow-dark);
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-picture {
  display: block;
  width: 48px;
  height: 48px;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-picture[data-size=medium] {
  height: 60px;
  width: 60px;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-picture[data-size=large] {
  width: 124px;
  height: 124px;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-picture img[data-lazyload-use=true] {
  display: block;
  min-width: 100%;
  min-height: 100%;
  background-color: var(--color-neutral-semi-bright);
  border-radius: 2px;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-name-count {
  font-size: 0.93rem;
}
.bitrix-catalog-section-list.blocks-1 .fragment-subsections .fragment-subsection-name a, .bitrix-catalog-section-list.blocks-1 .fragment-subsections .fragment-section-name a {
  font-size: 0.93rem;
}
.bitrix-catalog-section-list.blocks-1 .fragment-subsection ~ .fragment-subsection::before {
  content: "—";
  margin: 0 6px 0 0;
  color: var(--ui-button-scheme-opacity);
}
.bitrix-catalog-section-list.blocks-1 .fragment-subsection-count {
  opacity: 0.4;
}
.bitrix-catalog-section-list.blocks-1 .fragment-section-name a, .bitrix-catalog-section-list.blocks-1 .fragment-subsection-name a {
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
@media all and (max-width: 768px) {
  .bitrix-catalog-section-list.blocks-1 .fragment-section-info {
    text-align: center;
  }
  .bitrix-catalog-section-list.blocks-1 .fragment-section-content {
    padding: 24px;
  }
  .bitrix-catalog-section-list.blocks-1 .fragment-section-content:hover {
    border-color: var(--color-neutral-semi-bright);
    box-shadow: none;
  }
}
@media all and (max-width: 550px) {
  .bitrix-catalog-section-list.blocks-1 .fragment-subsection ~ .fragment-subsection::before {
    content: "";
  }
  .bitrix-catalog-section-list.blocks-1 .fragment-section-description {
    display: none;
  }
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/menu/vertical.1/style.css?17617349713414*/
.ns-bitrix.c-menu.vertical .menu-item-wrapper {
  transition: var(--duration-base);
}
.ns-bitrix.c-menu.vertical .menu-item-wrapper[data-selected=true] .menu-item-text {
  font-weight: 500;
}
.ns-bitrix.c-menu.vertical .menu-item-wrapper a {
  text-decoration: none;
}
.ns-bitrix.c-menu.vertical .menu-item:hover .menu-item-text {
  color: var(--color-primary-base);
}
.ns-bitrix.c-menu.vertical .menu-item:hover .menu-item-icon svg {
  stroke: var(--color-primary-base);
}
.ns-bitrix.c-menu.vertical .menu-item-toggle-text {
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-menu.vertical .menu-item-text {
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-menu.vertical div.menu-item-text {
  font-weight: 500;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-text {
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-menu.vertical.menu-item-submenu-item-wrapper:hover a {
  color: var(--color-primary-bright);
}
.ns-bitrix.c-menu.vertical .menu-item-icon[data-state=collapsed] .menu-item-wrapper {
  background-color: var(--color-neutral-thin-dark);
}
.ns-bitrix.c-menu.vertical .menu-item-common:hover {
  color: var(--color-primary-base);
}
.ns-bitrix.c-menu.vertical .menu-item-common:hover svg {
  stroke: var(--color-primary-base);
}
.ns-bitrix.c-menu.vertical .menu-item-icon {
  height: min-content;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-menu.vertical .menu-item-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.ns-bitrix.c-menu.vertical .menu-item-icon,
.ns-bitrix.c-menu.vertical .menu-submenu-item-icon {
  margin: 0 0 0 auto;
  cursor: pointer;
  transition: var(--duration-base);
}
.ns-bitrix.c-menu.vertical .menu-item-icon[data-state=collapsed],
.ns-bitrix.c-menu.vertical .menu-submenu-item-icon[data-state=collapsed] {
  transform: rotate(180deg);
}
.ns-bitrix.c-menu.vertical .menu-item-icon[data-state=deployed],
.ns-bitrix.c-menu.vertical .menu-submenu-item-icon[data-state=deployed] {
  transform: rotate(0deg);
}
.ns-bitrix.c-menu.vertical .menu-submenu-items[data-hidden=true] {
  height: 0;
  overflow: hidden;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu[data-hidden=true] {
  height: 0;
  overflow: hidden;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper {
  overflow: hidden;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-selected=true] > .menu-item-submenu-item .menu-item-submenu-item-text {
  font-weight: 500;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-hidden=true] {
  height: 0;
  overflow: hidden;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="2"] {
  margin-left: 16px;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="3"] {
  margin-left: 32px;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="4"] {
  margin-left: 48px;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="1"] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="2"], .ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="3"], .ns-bitrix.c-menu.vertical .menu-item-submenu-item-wrapper[data-level="4"] {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/system.pagenavigation/systemModern/style.css?1761734971962*/
.modern-page-navigation {
  padding: 0.5em 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.modern-page-navigation a, .modern-page-current, .modern-page-dots {
  color: var(--color-neutral-dark);
  padding: 6px 10px 0 10px;
  border-radius: 2px;
  text-decoration: none;
  border-color: var(--color-neutral-semi-bright);
  border: 1px solid transparent;
}

.modern-page-navigation a {
  transition-property: all;
  transition-duration: var(--duration-base);
}
.modern-page-navigation a:hover {
  border: 1px solid var(--color-neutral-semi-bright);
}

.modern-page-current {
  font-weight: bold;
  color: var(--color-neutral-bright);
  background-color: var(--color-primary-base);
  padding-bottom: 6px;
}

span.modern-page-first {
  padding-left: 10px !important;
}

@media (max-width: 550px) {
  .modern-page-navigation {
    gap: 8px;
  }
  .modern-page-dots {
    display: none;
  }
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog.section/catalog.static.blocks/product/standard.1/style.css?176664574016656*/
.bitrix.catalog-section-static-blocks {
  display: flex;
  flex-direction: column;
}
.bitrix.catalog-section-static-blocks .product-slider {
  contain: content;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.bitrix.catalog-section-static-blocks .product-slider-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bitrix.catalog-section-static-blocks .product-slider-slide > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}
.bitrix.catalog-section-static-blocks .product-notify-discount {
  padding: 0.3rem 0.6rem;
  background-color: var(--color-additional-6);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-neutral-dark);
  pointer-events: none;
}
.bitrix.catalog-section-static-blocks .product-notify-discount[data-hidden=true] {
  display: none;
}
.bitrix.catalog-section-static-blocks .product-action-button {
  --svg-color: var(--color-neutral-semi-dark);
  contain: strict;
  display: block;
  width: 24px;
  height: 24px;
}
.bitrix.catalog-section-static-blocks .product-action-button > svg {
  width: 100%;
  height: 100%;
  fill: var(--svg-color);
  stroke: var(--svg-color);
  will-change: fill, stroke;
}
.bitrix.catalog-section-static-blocks .product-action-button [data-active=true] {
  --svg-color: var(--color-primary-base);
}
.bitrix.catalog-section-static-blocks .product-action-button:not(:disabled):hover {
  --svg-color: var(--color-primary-bright);
}
.bitrix.catalog-section-static-blocks .banner .product-picture > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bitrix.catalog-section-static-blocks .banner .product-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 80%;
  background: linear-gradient(180deg, rgba(27, 30, 37, 0) 35%, rgba(27, 30, 37, 0.5) 100%);
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.bitrix.catalog-section-static-blocks .banner .product-fade-active {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(27, 30, 37, 0.5);
  opacity: 0;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.bitrix.catalog-section-static-blocks .banner .product-url {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.bitrix.catalog-section-static-blocks .banner .product-banner-container {
  contain: layout style;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 100%;
  background-color: var(--color-neutral-bright);
  border: 1px solid var(--color-neutral-semi-bright);
  border-radius: 2px;
  transition-duration: var(--duration-base);
  transition-property: border-color, box-shadow;
}
@media (min-width: 1025px) {
  .bitrix.catalog-section-static-blocks .banner .product-banner-container:hover .product-fade {
    opacity: 0;
  }
  .bitrix.catalog-section-static-blocks .banner .product-banner-container:hover .product-fade-active {
    opacity: 1;
  }
}
.bitrix.catalog-section-static-blocks .banner .product-banner-info {
  position: absolute;
  right: 32px;
  bottom: 48px;
  left: 32px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .bitrix.catalog-section-static-blocks .banner .product-banner-info {
    grid-template-columns: 1fr;
  }
}
.bitrix.catalog-section-static-blocks .banner .product-name > a {
  font-weight: 600;
  color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks .banner .product-rating {
  color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks .banner .product-price-discount-value {
  color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks .banner .product-price-value {
  color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks .product-name > a {
  color: var(--color-neutral-dark);
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
@supports (display: -webkit-box) {
  .bitrix.catalog-section-static-blocks .product-name > a {
    contain: paint;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.bitrix.catalog-section-static-blocks .product-name > a:hover {
  color: var(--color-primary-bright);
}
.bitrix.catalog-section-static-blocks .product-article {
  contain: content;
  display: flex;
  column-gap: 6px;
  align-items: baseline;
  font-size: 0.9rem;
  line-height: 1.2;
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-section-static-blocks .product-article[data-hidden=true] {
  display: none;
}
.bitrix.catalog-section-static-blocks .product-measure {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bitrix.catalog-section-static-blocks .product-measure-cursor {
  cursor: pointer;
}
.bitrix.catalog-section-static-blocks .product-measure-cursor svg {
  transition-property: transform;
  transition-duration: var(--duration-base);
}
.bitrix.catalog-section-static-blocks .product-measure-cursor.is-active svg {
  transform: rotate(180deg);
}
.bitrix.catalog-section-static-blocks .product-measure-selector {
  display: flex;
  gap: 8px;
  position: relative;
}
.bitrix.catalog-section-static-blocks .product-measure-main {
  display: flex;
}
.bitrix.catalog-section-static-blocks .product-measure-price {
  font-weight: 600;
}
.bitrix.catalog-section-static-blocks .product-measure-ratio {
  display: flex;
  position: absolute;
  top: -28px;
  gap: 8px;
}
.bitrix.catalog-section-static-blocks .product-measure-ratio-header {
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-section-static-blocks .product-measure-ratio-value {
  font-weight: 600;
}
.bitrix.catalog-section-static-blocks .product-measure-item {
  white-space: nowrap;
  transition-duration: var(--duration-base);
  transition-property: color;
  color: var(--color-neutral-semi-dark);
  cursor: pointer;
}
@media (min-width: 769px) {
  .bitrix.catalog-section-static-blocks .product-measure-item:hover {
    color: var(--color-primary-base);
  }
}
.bitrix.catalog-section-static-blocks .product-measure-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: var(--color-neutral-bright);
  padding: 4px 8px !important;
  flex-direction: column;
  z-index: 1;
  box-shadow: var(--shadow-dark);
  gap: 4px;
}
.bitrix.catalog-section-static-blocks .product-measure-list[data-hidden=false] {
  display: flex;
}
.bitrix.catalog-section-static-blocks .product-price {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.bitrix.catalog-section-static-blocks .product-price-value {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-neutral-dark);
}
@media (max-width: 768px) {
  .bitrix.catalog-section-static-blocks .product-price-value {
    font-size: 1rem;
  }
}
.bitrix.catalog-section-static-blocks .product-price-discount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.bitrix.catalog-section-static-blocks .product-price-discount-value {
  font-size: 0.9rem;
  line-height: 1;
  color: var(--color-neutral-semi-dark);
  text-decoration: line-through;
}
.bitrix.catalog-section-static-blocks .product-price-discount-percent, .bitrix.catalog-section-static-blocks .product-price-discount-difference {
  padding: 4px 8px;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
}
.bitrix.catalog-section-static-blocks .product-price-discount-percent {
  background-color: var(--color-additional-4);
  color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks .product-price-discount-difference {
  background-color: #fbcd56;
  color: var(--color-neutral-dark);
}
.bitrix.catalog-section-static-blocks .product-prices {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 16px;
  align-items: center;
}
.bitrix.catalog-section-static-blocks .product-prices-button {
  --ui-button-padding-horizontal: 6px;
  --ui-button-padding-vertical: 6px;
  --ui-button-border-color: #E8E8E8;
  --ui-button-background-color-active: transparent;
  --ui-button-background-color-focus: transparent;
  --ui-button-background-color-focus-visible: transparent;
  --ui-button-background-color-hover: transparent;
}
.bitrix.catalog-section-static-blocks .product-prices-button svg {
  width: 15px;
  height: 3px;
  fill: var(--color-neutral-dark);
  stroke: var(--color-neutral-dark);
}
.bitrix.catalog-section-static-blocks .product-prices-button:hover svg {
  fill: var(--color-primary-bright);
  stroke: var(--color-primary-bright);
}
.bitrix.catalog-section-static-blocks .product-bonus {
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.93rem;
}
.bitrix.catalog-section-static-blocks .product-bonus svg {
  width: 16px;
  height: 16px;
}
.bitrix.catalog-section-static-blocks .product-rating {
  display: flex;
  column-gap: 4px;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-section-static-blocks .product-rating > svg {
  width: 16px;
  height: 16px;
  fill: var(--color-primary-base);
  stroke: var(--color-primary-base);
}
.bitrix.catalog-section-static-blocks .product-calculator {
  display: flex;
  column-gap: 6px;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}
.bitrix.catalog-section-static-blocks .product-calculator[data-hidden=true] {
  display: none;
}
.bitrix.catalog-section-static-blocks .product-calculator span:nth-child(1) {
  color: var(--color-neutral-semi-dark);
}
.bitrix.catalog-section-static-blocks .product-calculator span:nth-child(2) {
  font-weight: 600;
  color: var(--color-neutral-dark);
}
.bitrix.catalog-section-static-blocks .standard-1 {
  --product-width: 250px;
  contain: layout style;
  position: relative;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(var(--product-width), 1fr));
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 {
    --product-width: 200px;
  }
}
@media (max-width: 450px) {
  .bitrix.catalog-section-static-blocks .standard-1 {
    --product-width: 175px;
  }
}
@media (max-width: 400px) {
  .bitrix.catalog-section-static-blocks .standard-1 {
    --product-width: 150px;
  }
}
@media (min-width: 1025px) {
  .bitrix.catalog-section-static-blocks .standard-1:hover {
    z-index: 2;
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product {
  contain: layout style;
  position: relative;
  z-index: 1;
  margin: -1px 0 0 -1px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-container {
  contain: layout style;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 100%;
  padding: 24px 24px 32px;
  background-color: var(--color-neutral-bright);
  border: 1px solid var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: border-color, box-shadow;
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-container {
    padding: 16px 16px 24px;
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product-info {
  flex-grow: 1;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-gallery {
  contain: layout style;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-banner {
  contain: layout style;
  z-index: 1;
  display: block;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-notify-discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-rating {
  margin-bottom: 8px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-article {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-article {
    display: none;
  }
}
@media (min-width: 769px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-article[data-hidden=false] + .product-quantity {
    margin-top: 8px;
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product-quantity {
  margin-top: 16px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-purchase {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-basket {
  display: grid;
  grid-template: auto/1fr;
  gap: 6px;
}
.bitrix.catalog-section-static-blocks .standard-1 .product-basket[data-mode=standard] {
  grid-template: auto/repeat(auto-fit, minmax(125px, 1fr));
}
.bitrix.catalog-section-static-blocks .standard-1 .product-calculator {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 32px;
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-calculator {
    right: 16px;
    left: 16px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-offers {
    display: none;
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product-hidden {
  position: absolute;
  inset: 100% -1px auto;
  display: none;
  flex-direction: column;
  row-gap: 24px;
  margin-top: -1px;
  padding: 8px 24px 24px;
  background-color: var(--color-neutral-bright);
  transition-duration: var(--duration-base);
  transition-property: box-shadow;
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-hidden {
    position: static;
    display: flex;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product:hover {
    z-index: 2;
  }
  .bitrix.catalog-section-static-blocks .standard-1 .product:hover .product-container {
    border-color: var(--color-neutral-bright);
    box-shadow: var(--shadow-dark);
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product:hover .product-hidden {
    display: flex;
    box-shadow: 0 19px 24px 3px rgba(171, 171, 171, 0.18);
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product.banner {
  grid-column: 2 span;
}
@media (max-width: 339px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product.banner {
    grid-column: 1 span;
  }
}
@media (min-width: 1025px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers[data-hover=true] .product-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers[data-buy-hidden=false] .product-hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-quantity {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-price:not(.product-min-price), .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-basket {
    display: none;
  }
}
.bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-min-price, .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-url {
  display: none;
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-min-price, .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-url {
    display: block;
  }
}
@media (max-width: 1024px) {
  .bitrix.catalog-section-static-blocks .standard-1 .product-with-offers .product-calculator {
    display: none;
  }
}
.bitrix.catalog-section-static-blocks > .pagination-lazy {
  --svg-color: var(--color-primary-base);
  contain: content;
  max-width: 200px;
  margin: 24px auto 0;
}
.bitrix.catalog-section-static-blocks > .pagination-lazy:hover, .bitrix.catalog-section-static-blocks > .pagination-lazy:active, .bitrix.catalog-section-static-blocks > .pagination-lazy:focus {
  --svg-color: var(--color-neutral-bright);
}
.bitrix.catalog-section-static-blocks > .pagination-lazy svg {
  fill: var(--svg-color);
  stroke: var(--svg-color);
  transition-duration: var(--duration-base);
  transition-property: fill, stroke;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/display.properties.standard/style.css?1761734973773*/
.intec-vue.display-properties-standard {
  display: flex;
  flex-flow: column wrap;
  row-gap: 10px;
}
.intec-vue.display-properties-standard .display-property {
  font-size: 0.93rem;
  line-height: 1.8;
}
.intec-vue.display-properties-standard .display-property-name {
  color: var(--color-neutral-semi-dark);
}
.intec-vue.display-properties-standard .display-property-value {
  color: var(--color-neutral-dark);
}
.intec-vue.display-properties-standard .display-property-value a {
  color: var(--color-primary-base);
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.intec-vue.display-properties-standard .display-property-value a:hover {
  color: var(--color-primary-bright);
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/price.discount.standard/style.css?1761734973150*/
.intec.price-discount-standard {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/price.range.standard/style.css?1766645741783*/
.intec.price-range-standard {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.intec.price-range-standard .price-range {
  display: flex;
  column-gap: 2px;
  align-items: baseline;
}
.intec.price-range-standard .price-range-from-to {
  font-size: 0.9rem;
  line-height: 1;
  color: var(--color-neutral-semi-dark);
}
.intec.price-range-standard .price-range-underline {
  flex-grow: 1;
  border-bottom: 1px dashed var(--color-neutral-semi-bright);
}
.intec.price-range-standard .price-range-value {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.intec.price-range-standard .price-range .price-range-from-to, .intec.price-range-standard .price-range .price-range-value {
  flex-shrink: 0;
  flex-basis: max-content;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/quantity.standard/style.css?17666457411156*/
.intec.quantity-standard {
  --font-size: 0.9rem;
  --line-height: 1.4;
  --indicator-size: 4px;
  --indicator-color: var(--color-additional-2);
  --value-color: var(--color-neutral-semi-dark);
  display: flex;
  align-items: center;
}
.intec.quantity-standard .quantity-indicator {
  flex-shrink: 0;
  width: var(--indicator-size);
  height: var(--indicator-size);
  margin-right: 4px;
  background-color: var(--indicator-color);
  border-radius: 50%;
}
.intec.quantity-standard .quantity-message {
  display: -webkit-box;
  overflow: hidden;
  min-width: 65px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--indicator-color);
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.intec.quantity-standard .quantity-value {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--value-color);
}
.intec.quantity-standard.quantity-unavailable {
  --indicator-color: var(--color-neutral-semi-dark);
}
.intec.quantity-standard.quantity-few {
  --indicator-color: var(--color-additional-4);
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/sku.standard/style.css?17666457412089*/
.intec.sku-standard {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.intec.sku-standard .sku-property {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.intec.sku-standard .sku-header {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}
.intec.sku-standard .sku-header-title {
  color: var(--color-neutral-semi-dark);
}
.intec.sku-standard .sku-header-value {
  color: var(--color-neutral-dark);
}
.intec.sku-standard .sku-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.intec.sku-standard .sku-value {
  min-width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid var(--color-neutral-semi-bright);
  border-radius: var(--button-border-radius);
  cursor: pointer;
  appearance: none;
  transition-duration: var(--duration-base);
  transition-property: border-color, background-color, color, box-shadow, opacity;
}
.intec.sku-standard .sku-value:not(:disabled):hover {
  border-color: var(--color-primary-bright);
}
.intec.sku-standard .sku-value:not(:disabled):focus {
  border-color: var(--color-primary-bright);
  outline: none;
}
.intec.sku-standard .sku-value:not(:disabled):focus-visible {
  border-color: var(--color-primary-bright);
  box-shadow: 0 0 0 0.22rem var(--ui-button-scheme-opacity, rgba(27, 30, 37, 0.25));
  outline: none;
}
.intec.sku-standard .sku-value:disabled {
  cursor: not-allowed;
}
.intec.sku-standard .sku-value-selected {
  border-color: var(--color-primary-base);
}
.intec.sku-standard .sku-value-picture {
  overflow: hidden;
  width: 32px;
  padding: 1px;
}
.intec.sku-standard .sku-value-picture img {
  width: 100%;
  height: 100%;
  border-radius: var(--button-border-radius);
}
.intec.sku-standard .sku-value-text {
  padding: 0 8px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-neutral-dark);
  text-align: center;
}
.intec.sku-standard .sku-value-text:disabled {
  background-color: var(--color-neutral-semi-bright);
  color: var(--color-neutral-semi-dark);
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/vue/stickers.standard/style.css?1761734973116*/
.intec.stickers-standard {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/mobile.1/style.css?176173497120035*/
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 {
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color, background-color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle[data-state=deployed] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle[data-state=deployed] .filter-toggle-arrow {
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle:hover {
  color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle:hover svg {
  stroke: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle-arrow {
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-toggle-text {
  font-weight: 500;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property {
  border-top: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: background-color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property > [data-state=collapsed] .filter-property-toggle-arrow {
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property > [data-active=true]:before {
  opacity: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-search-container {
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-search-cancel {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-search-cancel svg {
  transition-duration: var(--duration-base);
  transition-property: stroke;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle {
  position: relative;
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle:hover .filter-property-toggle-text {
  color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle:hover .filter-property-toggle-arrow {
  fill: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle:before {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: auto;
  top: 24px;
  width: 2px;
  content: "";
  background-color: var(--color-primary-base);
  opacity: 0;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle-text {
  color: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle-hint {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-toggle-arrow {
  fill: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-wrap {
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: height;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-element_track {
  background-color: var(--color-neutral-semi-bright);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-wrap .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  background-color: var(--color-neutral-semi-dark);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-expand span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-collapse span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox] label input:not(:disabled) + span {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox] label:hover input:not(:disabled) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=radio] label input:not(:disabled) + span {
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=radio] label:hover input:not(:disabled) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] label {
  display: block;
  margin: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] input:checked + .filter-property-value-picture {
  border-color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] input:disabled + .filter-property-value-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] input:not(:disabled):not(:checked) + .filter-property-value-picture:hover {
  border-color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] input:not(:disabled) + .filter-property-value-picture {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] .filter-property-value-picture {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: border-color, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] .filter-property-value-picture span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] .filter-property-value-picture span[data-size=normal] {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture] .filter-property-value-picture span[data-size=big] {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture][data-property-view=circle] .filter-property-value-picture {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture][data-property-view=circle] .filter-property-value-picture span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture][data-property-view=square] .filter-property-value-picture {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture][data-property-view=square] .filter-property-value-picture span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] label {
  display: block;
  margin: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] label > span {
  color: var(--color-neutral-semi-dark);
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] label input:not(:disabled) + span {
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] label:hover input:not(:disabled):not(:checked) + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] label:hover input:not(:disabled):not(:checked) + span .filter-property-value-picture {
  border-color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] input:checked + span {
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] input:checked + span .filter-property-value-picture {
  border-color: var(--color-primary-base);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] input:disabled + span {
  color: var(--color-neutral-quarter-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] input:disabled + span .filter-property-value-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: border-color, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span[data-size=normal] {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text] .filter-property-value-picture span[data-size=big] {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text][data-property-view=circle] .filter-property-value-picture {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text][data-property-view=circle] .filter-property-value-picture span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text][data-property-view=square] .filter-property-value-picture {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-property-type=checkbox-picture-text][data-property-view=square] .filter-property-value-picture span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown {
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-header {
  cursor: pointer;
  border: 1px solid var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-header-svg {
  font-size: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background-color: var(--color-neutral-bright);
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: var(--shadow-dark);
  -moz-box-shadow: var(--shadow-dark);
  box-shadow: var(--shadow-dark);
  transition-duration: var(--duration-base);
  transition-property: visibility, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup label {
  display: block;
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup label:hover {
  color: var(--color-primary-base);
  background-color: var(--color-neutral-thin-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup label.disabled {
  cursor: not-allowed;
  color: var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup label.disabled .filter-dropdown-picture {
  opacity: 0.3;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup label.active {
  font-weight: 500;
  color: var(--color-neutral-dark);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup .filter-dropdown-item + .filter-dropdown-item label {
  border-top: 1px solid var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup[data-expand=false] {
  visibility: hidden;
  opacity: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y {
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  background-color: var(--color-neutral-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer {
  top: 16px;
  right: 6px;
  bottom: 16px;
  left: 6px;
  height: auto;
  width: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-element_track {
  background-color: var(--color-neutral-semi-bright);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-popup .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  background-color: var(--color-neutral-quarter-dark);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span {
  display: block;
  border: solid 1px var(--color-neutral-semi-bright);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span span {
  display: block;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-size=normal] span {
  height: 24px;
  width: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-size=big] span {
  height: 36px;
  width: 36px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-view=circle] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-view=circle] span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-view=square] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-dropdown-picture > span[data-view=square] span {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider {
  position: relative;
  height: 20px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-line {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  top: 9px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-positions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-positions div {
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-color: var(--color-neutral-bright);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
  -moz-box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
  box-shadow: 0 2px 18px -3px rgba(27, 30, 37, 0.23);
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-positions div:before {
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  top: 7px;
  content: "";
  background-color: var(--color-primary-base);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-positions div.left {
  left: 0;
  margin-left: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-slider-positions div.right {
  right: 0;
  margin-right: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-number {
  gap: 16px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-number-1 {
  --ui-input-text-border-radius: 2px 0 0 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-number-2 {
  --ui-input-text-border-radius: 0 2px 2px 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-container {
  position: absolute;
  top: 0;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: top;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-container[data-position=left] {
  right: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-container[data-position=right] {
  left: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-container:hover .filter-modef-line {
  left: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 #modef_num, .c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 #modef_b_num {
  font-weight: 600;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-svg-container {
  position: relative;
  overflow: hidden;
  width: 42px;
  font-size: 0;
  text-align: right;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-modef-line {
  position: absolute;
  top: calc(50% - 1px);
  left: 16px;
  right: 10px;
  height: 2px;
  background-color: var(--color-neutral-bright);
  transition-duration: var(--duration-base);
  transition-property: left;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 [data-role=scroll] {
  overflow: hidden;
  height: auto !important;
  max-height: 30vh !important;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 #del_filter_mob_1 svg {
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 #del_filter_mob_1:hover svg {
  transform: rotate(-180deg);
}
@media all and (max-width: 425px) {
  .c-catalog-smart-filter.c-catalog-smart-filter-mobile-1 .filter-property-number {
    gap: 0;
  }
}

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

/* End */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/vertical.1/style.css?176173497121336 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog/catalog.new/section/style.css?17666457404596 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.section.list/catalog.blocks.1/style.css?17617349722560 */
/* /bitrix/templates/kosmos_s1/components/bitrix/menu/vertical.1/style.css?17617349713414 */
/* /bitrix/templates/kosmos_s1/components/bitrix/system.pagenavigation/systemModern/style.css?1761734971962 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.section/catalog.static.blocks/product/standard.1/style.css?176664574016656 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/display.properties.standard/style.css?1761734973773 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/price.discount.standard/style.css?1761734973150 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/price.range.standard/style.css?1766645741783 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/quantity.standard/style.css?17666457411156 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/sku.standard/style.css?17666457412089 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/vue/stickers.standard/style.css?1761734973116 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/mobile.1/style.css?176173497120035 */
