

/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog/services.standard/style.css?17617349723444*/
@keyframes mibile-panel-roll {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.bitrix-catalog.services-standard .catalog-sidebar-sticky {
  position: sticky;
  top: 100px;
}
.bitrix-catalog.services-standard .catalog-panel-views {
  justify-content: end;
}
.bitrix-catalog.services-standard .mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.bitrix-catalog.services-standard .mobile-panel-body {
  position: absolute;
  inset: 20% 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-left: 16px;
  margin-right: 16px;
  background-color: var(--color-neutral-bright);
  border-radius: 24px 24px 0 0;
}
.bitrix-catalog.services-standard .mobile-panel-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.services-standard .mobile-panel-header {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 24px;
  background-color: var(--color-neutral-quarter-bright);
}
.bitrix-catalog.services-standard .mobile-panel-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.services-standard .mobile-panel-title-icon {
  width: 16px;
  height: 16px;
}
.bitrix-catalog.services-standard .mobile-panel-title-icon svg {
  stroke: var(--color-neutral-dark);
}
.bitrix-catalog.services-standard .mobile-panel-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.bitrix-catalog.services-standard .mobile-panel-close:hover svg {
  stroke: var(--color-primary-bright);
}
.bitrix-catalog.services-standard .mobile-panel-close svg {
  stroke: var(--color-neutral-semi-dark);
}
.bitrix-catalog.services-standard .mobile-panel-content {
  flex-grow: 1;
  overflow-x: hidden;
}
.bitrix-catalog.services-standard .mobile-panel-opened {
  display: block;
}
.bitrix-catalog.services-standard .mobile-panel-title-icon svg, .bitrix-catalog.services-standard .mobile-panel-close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: var(--duration-base);
  transition-property: stroke;
}

.bitrix-catalog.services-standard .mobile-panel-opening, .bitrix-catalog.services-standard .mobile-panel-closing {
  pointer-events: none;
}
.bitrix-catalog.services-standard .mobile-panel-opening .mobile-panel-overlay, .bitrix-catalog.services-standard .mobile-panel-closing .mobile-panel-overlay {
  animation-name: fx-fade;
  animation-duration: 0.4s;
}
.bitrix-catalog.services-standard .mobile-panel-opening .mobile-panel-body, .bitrix-catalog.services-standard .mobile-panel-closing .mobile-panel-body {
  animation-name: mibile-panel-roll;
  animation-duration: 0.4s;
}

.bitrix-catalog.services-standard .mobile-panel-closing .mobile-panel-overlay, .bitrix-catalog.services-standard .mobile-panel-closing .mobile-panel-body {
  animation-direction: reverse;
}

.bitrix-catalog.services-standard.catalog-compare-result-container {
  overflow: hidden;
}
.bitrix-catalog.services-standard.catalog-compare-result-container p > font.notetext {
  color: var(--color-neutral-dark);
}
@media all and (max-width: 425px) {
  .bitrix-catalog.services-standard .mobile-panel-body {
    margin-left: unset;
    margin-right: unset;
  }
}

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


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/catalog.section.list/services.list/style.css?17617349724690*/
.bitrix-catalog-section-list.services-list .image-effect {
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .image-effect:hover {
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  -ms-transform: scale(1.035);
  -o-transform: scale(1.035);
  transform: scale(1.035);
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-wrapper {
  border: 1px solid var(--color-neutral-semi-bright);
  gap: 24px 40px;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-wrapper .catalog-section-list-item-arrow svg {
  stroke: var(--color-neutral-semi-dark);
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-wrapper:hover {
  box-shadow: var(--shadow-dark);
  border-color: transparent;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-wrapper:hover .catalog-section-list-item-arrow svg {
  stroke: var(--color-primary-base);
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-wrapper:hover .catalog-section-list-item-arrow .catalog-section-list-item-dash {
  position: absolute;
  left: calc(100% - 40px);
  background-color: var(--color-primary-base);
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-picture {
  width: 100%;
  max-width: 263px;
  min-width: 263px;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-picture svg {
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-name {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-arrow {
  position: relative;
  width: 32px;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-arrow .catalog-section-list-item-dash {
  position: absolute;
  top: 50%;
  right: 11px;
  left: calc(100% - 30px);
  height: 1px;
  background-color: var(--color-neutral-semi-dark);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-arrow svg {
  margin-left: auto;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsection-wrap {
  white-space: nowrap;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsection-wrap:last-child .catalog-section-list-item-subsection-delimiter {
  display: none;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsection {
  white-space: normal;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsection,
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button {
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
  cursor: pointer;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button {
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button svg {
  transition-duration: var(--duration-base);
  transition-property: stroke;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button[data-state=collapsed] .close {
  display: none;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button[data-state=deployed] .open {
  display: none;
}
.bitrix-catalog-section-list.services-list .catalog-section-list-item-subsections-button[data-state=deployed] svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media all and (max-width: 768px) {
  .bitrix-catalog-section-list.services-list .catalog-section-list-item-picture {
    min-width: auto;
  }
  .bitrix-catalog-section-list.services-list .catalog-section-list-item-picture + .catalog-section-list-item-information {
    margin-top: 0;
  }
}
@media all and (max-width: 425px) {
  .bitrix-catalog-section-list.services-list .catalog-section-list-item-subsection-wrap {
    display: block;
  }
}

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

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1753276057754*/
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: var(--ui-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:/bitrix/templates/kosmos_s1/components/bitrix/catalog.section/services.list/style.css?17617349724623*/
.bitrix-catalog-section.services-list .image-effect {
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section.services-list .image-effect:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bitrix-catalog-section.services-list .catalog-section-items > div + div {
  margin-top: -1px;
}
.bitrix-catalog-section.services-list .catalog-section-item {
  position: relative;
  border: 1px solid var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section.services-list .catalog-section-item .catalog-section-item-arrow svg {
  stroke: var(--color-neutral-semi-dark);
}
.bitrix-catalog-section.services-list .catalog-section-item .catalog-section-item-arrow:hover svg {
  stroke: var(--color-primary-base);
}
.bitrix-catalog-section.services-list .catalog-section-item .catalog-section-item-arrow:hover .catalog-section-item-dash {
  position: absolute;
  left: calc(100% - 40px);
  background-color: var(--color-primary-base);
}
.bitrix-catalog-section.services-list .catalog-section-item-picture {
  width: 100%;
  max-width: 263px;
  min-width: 263px;
}
.bitrix-catalog-section.services-list .catalog-section-item-picture svg {
  transition-duration: var(--duration-base);
  transition-property: all;
}
@media (max-width: 1024px) {
  .bitrix-catalog-section.services-list .catalog-section-item-picture {
    aspect-ratio: 16/9;
    max-width: none;
    margin-right: 0;
  }
}
.bitrix-catalog-section.services-list .catalog-section-item-name {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.bitrix-catalog-section.services-list .catalog-section-item-order-price {
  --ui-price-font-weight: 500;
  gap: 8px 14px;
}
.bitrix-catalog-section.services-list .catalog-section-item-arrow {
  position: relative;
  width: 32px;
}
.bitrix-catalog-section.services-list .catalog-section-item-arrow .catalog-section-item-dash {
  position: absolute;
  top: 50%;
  right: 11px;
  left: calc(100% - 30px);
  height: 1px;
  background-color: var(--color-neutral-semi-dark);
  transform: translateY(-50%);
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section.services-list .catalog-section-item-arrow svg {
  margin-left: auto;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties {
  gap: 8px;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties-item {
  gap: 14px 8px;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-name,
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-value {
  display: inline-block;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-name.block,
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-value.block {
  display: block;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-name a,
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-value a {
  color: var(--color-primary-base);
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-name a:hover,
.bitrix-catalog-section.services-list .catalog-section-item-properties-item-value a:hover {
  color: var(--color-primary-bright);
}
@media all and (min-width: 769px) {
  .bitrix-catalog-section.services-list .catalog-section-item:after {
    position: absolute;
    z-index: 10;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    display: block;
    content: "";
    pointer-events: none;
    border: solid 1px transparent;
    transition-duration: var(--duration-base);
    transition-property: border-color, box-shadow;
  }
  .bitrix-catalog-section.services-list .catalog-section-item:hover:after {
    border-color: var(--color-neutral-bright);
    -webkit-box-shadow: var(--shadow-dark);
    -moz-box-shadow: var(--shadow-dark);
    box-shadow: var(--shadow-dark);
  }
}
@media all and (max-width: 768px) {
  .bitrix-catalog-section.services-list .catalog-section-item-picture {
    min-width: auto;
  }
  .bitrix-catalog-section.services-list .catalog-section-item-picture + .catalog-section-item-information {
    margin-top: 0;
  }
}

/*# 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/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/intec.kosmos/sidebar/sections/view/items/blocks.standard.1/style.min.css?17617349734773*/
.intec-sidebar.sections{display:grid;row-gap:32px}.intec-sidebar.sections .sidebar-banner picture{display:block;overflow:hidden;border-radius:2px}.intec-sidebar.sections .sidebar-forms{position:relative;display:flex;flex-direction:column}.intec-sidebar.sections .sidebar-forms-item{position:relative;display:flex;column-gap:24px;align-items:center;padding:18px 28px;background-color:var(--color-neutral-bright);border:1px solid var(--color-neutral-semi-bright);cursor:pointer;appearance:none;transition:border-color,box-shadow,var(--duration-base)}.intec-sidebar.sections .sidebar-forms-item:focus-visible{outline:0}.intec-sidebar.sections .sidebar-forms-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.intec-sidebar.sections .sidebar-forms-item:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.intec-sidebar.sections .sidebar-forms-item[data-awaiting=true] span{display:none}.intec-sidebar.sections .sidebar-forms-item[data-awaiting=true] int-spinner-loading{display:inline-flex}.intec-sidebar.sections .sidebar-forms-item svg{width:24px;height:24px;fill:var(--color-primary-base);stroke:var(--color-primary-base)}.intec-sidebar.sections .sidebar-forms-item span{line-height:1.4;color:var(--color-neutral-semi-dark)}.intec-sidebar.sections .sidebar-forms-item int-spinner-loading{--int-spinner-loading-background-color:var(--color-primary-base);display:none}.intec-sidebar.sections .sidebar-forms-item+.sidebar-forms-item{margin-top:-1px}.intec-sidebar.sections .sidebar-forms-item:focus-visible,.intec-sidebar.sections .sidebar-forms-item:hover{z-index:1;border-color:var(--color-neutral-bright);box-shadow:var(--shadow-dark)}.intec-sidebar.sections .sidebar-manager{display:flex;flex-direction:column}.intec-sidebar.sections .sidebar-manager picture{display:block;overflow:hidden;width:115px;height:115px;margin:0 auto 20px;border-radius:50%}.intec-sidebar.sections .sidebar-manager-content{padding:32px;background-color:var(--color-neutral-bright);border:1px solid var(--color-neutral-semi-bright);border-radius:2px;text-align:center}.intec-sidebar.sections .sidebar-manager-position{margin-bottom:8px;font-size:1rem;line-height:1.4;color:var(--color-neutral-semi-dark)}.intec-sidebar.sections .sidebar-manager-name{font-size:1.15rem;font-weight:500;line-height:1.2;color:var(--color-neutral-dark)}.intec-sidebar.sections .sidebar-manager-contacts{display:flex;flex-direction:column;row-gap:8px;margin-top:24px}.intec-sidebar.sections .sidebar-manager-contact{display:flex;column-gap:8px;align-items:center;width:max-content;margin:0 auto}.intec-sidebar.sections .sidebar-manager-contact svg{width:16px;height:16px;fill:var(--color-neutral-semi-dark);stroke:var(--color-neutral-semi-dark)}.intec-sidebar.sections .sidebar-manager-contact div{flex-grow:1;line-height:1.4}.intec-sidebar.sections .sidebar-manager-contact a{color:var(--color-neutral-dark);text-decoration:none;transition:color,var(--duration-base)}.intec-sidebar.sections .sidebar-manager-contact a:hover{color:var(--color-primary-bright)}.intec-sidebar.sections .sidebar-subscribe{display:flex;flex-direction:column}.intec-sidebar.sections .sidebar-subscribe-content{padding:32px;border:1px solid var(--color-neutral-semi-bright);border-radius:2px 2px 0 0}.intec-sidebar.sections .sidebar-subscribe-icon{display:block;width:64px;height:64px;margin:0 auto 24px;stroke:var(--color-primary-base)}.intec-sidebar.sections .sidebar-subscribe-name{font-size:1.15rem;font-weight:500;line-height:1.4;color:var(--color-neutral-dark);text-align:center}.intec-sidebar.sections .sidebar-subscribe-description{margin-top:10px;font-size:1rem;line-height:1.4;color:var(--color-neutral-semi-dark);text-align:center}.intec-sidebar.sections .sidebar-block-title{margin-bottom:24px;font-size:1.15rem;font-weight:500;line-height:1.2}.intec-sidebar.sections .sidebar-manager-feedback,.intec-sidebar.sections .sidebar-subscribe-activator{--ui-button-padding-vertical:1.3rem;--ui-button-background-color-transparent:var(--color-neutral-bright);--ui-button-border-color:var(--color-neutral-semi-bright);--ui-button-border-radius:0 0 2px 2px;--ui-button-color-transparent:var(--color-neutral-dark);margin-top:-1px}.intec-sidebar.sections [data-awaiting=true].sidebar-manager-feedback span,.intec-sidebar.sections [data-awaiting=true].sidebar-subscribe-activator span{display:none}.intec-sidebar.sections [data-awaiting=true].sidebar-manager-feedback int-spinner-loading,.intec-sidebar.sections [data-awaiting=true].sidebar-subscribe-activator int-spinner-loading{display:inline-flex}.intec-sidebar.sections .sidebar-manager-feedback int-spinner-loading,.intec-sidebar.sections .sidebar-subscribe-activator int-spinner-loading{display:none}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/bitrix/templates/kosmos_s1/components/intec.kosmos/news/sidebar/view/items/blocks.standard.1/style.min.css?17666457411735*/
.intec-news.sidebar .blocks-standard-1 .item{padding-bottom:24px;border-bottom:1px solid var(--color-neutral-semi-bright)}.intec-news.sidebar .blocks-standard-1 .item:last-child{padding-bottom:0;border-bottom:none}.intec-news.sidebar .blocks-standard-1 .item-info{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:24px}.intec-news.sidebar .blocks-standard-1 .item-info-badge{display:flex;column-gap:8px;align-items:center}.intec-news.sidebar .blocks-standard-1 .item-info-badge span{font-size:.9rem;line-height:1;color:var(--color-neutral-semi-dark)}.intec-news.sidebar .blocks-standard-1 .item-info-badge svg{width:19px;height:19px;stroke:var(--color-neutral-semi-dark)}.intec-news.sidebar .blocks-standard-1 .item-name{font-weight:500;line-height:1.6}.intec-news.sidebar .blocks-standard-1 .item-name a{color:var(--color-neutral-dark);text-decoration:none;transition:color var(--duration-base)}.intec-news.sidebar .blocks-standard-1 .item-name a:hover{color:var(--color-primary-bright)}.intec-news.sidebar .blocks-standard-1 .item-description{margin-top:16px;font-size:1rem;line-height:1.6;color:var(--color-neutral-semi-dark)}.intec-news.sidebar .blocks-standard-1 .item-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;font-size:.9rem;line-height:1;color:var(--color-neutral-semi-dark)}.intec-news.sidebar .blocks-standard-1 .item-tags [data-active]{cursor:pointer;transition:color var(--duration-base)}.intec-news.sidebar .blocks-standard-1 .item-tags [data-active]:hover{color:var(--color-primary-bright)}.intec-news.sidebar .blocks-standard-1 .item-tags [data-active=true]{color:var(--color-primary-base)}.intec-news.sidebar .blocks-standard-1 .item+.item{padding-top:24px}
/*# sourceMappingURL=style.min.css.map */
/* End */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog/services.standard/style.css?17617349723444 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/mobile.1/style.css?176173497120035 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.section.list/services.list/style.css?17617349724690 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1753276057754 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.section/services.list/style.css?17617349724623 */
/* /bitrix/templates/kosmos_s1/components/bitrix/menu/vertical.1/style.css?17617349713414 */
/* /bitrix/templates/kosmos_s1/components/bitrix/catalog.smart.filter/vertical.1/style.css?176173497121336 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/sidebar/sections/view/items/blocks.standard.1/style.min.css?17617349734773 */
/* /bitrix/templates/kosmos_s1/components/intec.kosmos/news/sidebar/view/items/blocks.standard.1/style.min.css?17666457411735 */
