

/* Start:/local/templates/universe_s1/components/bitrix/menu/vertical.podbor/style.css?17787703807331*/
.ns-bitrix.c-menu.c-menu-vertical-1 {
  display: block;
  background: #fff;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-items {
  height: 0;
  overflow: hidden;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-items[data-expanded=true] {
  height: auto;
  overflow: visible;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog {
  padding: 0 30px 0 0;
  position: relative;
  cursor: pointer;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog + .menu-items {
  margin-top: 28px;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1B1E25;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog-arrow {
  display: block;
  position: absolute;
  left: auto;
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  top: 50%;
  right: 12px;
  bottom: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-catalog-arrow[data-active=true] {
  transform: rotate(-90deg);
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item {
  display: block;
  position: relative;
  border: 1px solid #f2f2f2;
  border-top: none;
  color: #808080;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item:first-child {
  border-top: 1px solid #f2f2f2;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item[data-selected=true] {
  background: #fbfcfd;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item[data-selected=true] .menu-item-text {
  font-weight: 600;
  color: #404040;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item:hover {
  background: #fbfcfd;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-text {
  display: block;
  position: relative;
  padding: 20px 35px 19px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-picture {
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-picture svg {
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-arrow {
  display: block;
  position: absolute;
  left: auto;
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
  top: 50%;
  right: 15px;
  bottom: auto;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu {
  display: none;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  opacity: 0;
  left: 100%;
  background: #fff;
  min-width: 100%;
  z-index: 20;
  cursor: default;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item {
  display: block;
  position: relative;
  border: 1px solid #f2f2f2;
  border-top: none;
  color: #808080;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -ms-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item:first-child {
  border-top: 1px solid #f2f2f2;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item:hover {
  background: #fbfcfd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item[data-selected=true] {
  background: #fbfcfd;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item[data-selected=true] > .menu-item-submenu-item-text {
  color: #404040;
  font-weight: 600;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item-text {
  display: block;
  position: relative;
  padding: 20px 35px 19px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="simple.1"] .menu-item-submenu-item-arrow {
  display: block;
  position: absolute;
  left: auto;
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
  top: 50%;
  right: 15px;
  bottom: auto;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] {
  width: 941px;
  box-shadow: 0 4px 32px rgba(27, 30, 37, 0.08);
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] .menu-item-submenu-wrapper {
  padding: 30px 40px;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] .menu-item-submenu-item {
  text-decoration: none;
  color: #1d1d1d;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] .menu-item-submenu-item-picture {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] .menu-item-submenu-item-picture svg {
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-submenu[data-view="pictures.1"] .menu-item-submenu-item-text {
  font-size: 16px;
  color: #808080;
}

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

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/catalog.smart.filter/vertical.3/style.css?177877038026818*/
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  z-index: 20;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-show-more-button {
  display: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 30px 0 30px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-show-more-button[data-status=enabled] {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-show-more-button i {
  margin-left: 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-show-more-button[data-expanded=true] i {
  transform: rotateZ(-180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper {
  margin-bottom: 24px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 2px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper [data-role="smart.filter.search"] {
  border: none;
  padding: 12px 12px 12px 16px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper [data-role="smart.filter.search"]:focus {
  outline: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper i {
  cursor: pointer;
  padding: 12px;
  color: #808080;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper i[data-status=disabled] {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper i[data-status=enabled] {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .smart-filter-search-wrapper i[data-status=enabled]:before {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 [data-role="nothing.found"][data-status=disabled] {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 [data-role="nothing.found"][data-status=enabled] {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 [data-role=scrollbar] {
  position: relative;
  max-height: 250px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .scrollbar-inner > .scroll-element.scroll-y {
  right: 0px;
  width: 4px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .scrollbar-inner > .scroll-element.scroll-y .scroll-element_track {
  background-color: #E8E8E8;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  background-color: #B0B0B0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 [data-role="scrollbar.item"][data-active=true] {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 [data-role="scrollbar.item"][data-active=false] {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2[data-ajax=true] .catalog-smart-filter-items {
  border-bottom: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2[data-mobile=true] .catalog-smart-filter-toggle {
  margin: 25px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2[data-mobile=true] .catalog-smart-filter-toggle + .catalog-smart-filter-content .catalog-smart-filter-content-wrapper {
  margin-top: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle {
  cursor: pointer;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle + .catalog-smart-filter-content .catalog-smart-filter-content-wrapper {
  margin-top: 25px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle[data-expanded=true] .catalog-smart-filter-toggle-arrow i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-icon,
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-text {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-icon {
  margin-right: 10px;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-text {
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-arrow {
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-arrow i {
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-arrow:hover i {
  color: #ffffff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-content {
  display: block;
  position: relative;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-content-wrapper {
  display: block;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-items {
  display: block;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item {
  display: block;
  border-top: 1px solid #f2f2f2;
  padding: 24px 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item:first-child {
  border-top: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item .bx-filter-container-modef {
  position: relative;
  display: block;
  z-index: 10;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item .bx-filter-container-modef .catalog-smart-filter-popup {
  position: absolute;
  display: block;
  left: 100%;
  top: 40px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-expanded=false] .catalog-smart-filter-item-content {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-expanded=true] .catalog-smart-filter-item-header {
  margin-bottom: 24px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-expanded=true] .catalog-smart-filter-item-header-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=K] .catalog-smart-filter-item-values, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=H] .catalog-smart-filter-item-values {
  margin: -5px 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=K] .catalog-smart-filter-item-value, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=H] .catalog-smart-filter-item-value {
  padding: 5px 0;
  line-height: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=G] .catalog-smart-filter-item-value, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=H] .catalog-smart-filter-item-value {
  cursor: pointer;
  line-height: 1.428572;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=G] .catalog-smart-filter-item-value input, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=H] .catalog-smart-filter-item-value input {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-content-wrapper, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-content-wrapper {
  z-index: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-value-title, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-value-title {
  font-size: 12px;
  line-height: 1.333334;
  margin-bottom: 8px;
  color: #b0b0b0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-value.catalog-smart-filter-item-value-minimum .catalog-smart-filter-item-value-title, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-value.catalog-smart-filter-item-value-minimum .catalog-smart-filter-item-value-title {
  text-align: left;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-value.catalog-smart-filter-item-value-maximum .catalog-smart-filter-item-value-title, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-value.catalog-smart-filter-item-value-maximum .catalog-smart-filter-item-value-title {
  text-align: right;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-slider, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-slider {
  margin-top: 15px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-bounds, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=B] .catalog-smart-filter-item-bounds {
  margin-top: 10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-header {
  cursor: pointer;
  color: #808080;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-hint {
  position: relative;
  z-index: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-hint-content {
  display: block;
  position: absolute;
  bottom: calc(100% + 20px);
  left: -20px;
  width: 180px;
  padding: 16px;
  background-color: #fff;
  border-radius: 2px;
  word-break: break-word;
  box-shadow: 0 0 24px rgba(27, 30, 37, 0.08);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-hint-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 8px solid transparent;
  border-top: 12px solid #fff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-hint-content[data-state=hidden] {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-content {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value:hover .catalog-smart-filter-item-value-checkbox {
  border-color: #0065ff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value input:checked + .catalog-smart-filter-item-value-checkbox {
  border-color: #0065ff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value input:checked + .catalog-smart-filter-item-value-checkbox .catalog-smart-filter-item-value-checkbox-icon {
  opacity: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value input:disabled + .catalog-smart-filter-item-value-checkbox {
  border-color: #e8e8e8 !important;
  opacity: 0.25;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value input:disabled + .catalog-smart-filter-item-value-checkbox .catalog-smart-filter-item-value-checkbox-icon {
  opacity: 0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value-checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent;
  width: 24px;
  height: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: border-color, opacity;
  -moz-transition-property: border-color, opacity;
  -ms-transition-property: border-color, opacity;
  -o-transition-property: border-color, opacity;
  transition-property: border-color, opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value-checkbox-picture {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value-checkbox-icon {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider {
  display: block;
  position: relative;
  height: 20px;
  z-index: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-track {
  display: block;
  position: absolute;
  height: 2px;
  background: #f2f2f2;
  top: 9px;
  right: auto;
  bottom: auto;
  left: auto;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-track.catalog-smart-filter-item-slider-track-filtered {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-track.catalog-smart-filter-item-slider-track-active {
  background: #0065ff;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker {
  display: block;
  position: relative;
  margin: 0 10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker-drag {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 16px rgba(27, 30, 37, 0.12);
  -moz-box-shadow: 0 2px 16px rgba(27, 30, 37, 0.12);
  box-shadow: 0 2px 16px rgba(27, 30, 37, 0.12);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker-drag.catalog-smart-filter-item-slider-tracker-drag-left {
  left: 0;
  margin-left: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker-drag.catalog-smart-filter-item-slider-tracker-drag-right {
  right: 0;
  margin-right: -10px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker-drag-point {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #0065ff;
  border-radius: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-bound {
  font-size: 12px;
  line-height: 1.333334;
  color: #b0b0b0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-bound.catalog-smart-filter-item-bound-minimum {
  text-align: left;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-bound.catalog-smart-filter-item-bound-maximum {
  text-align: right;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select {
  display: block;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-selection {
  padding: 12px 16px;
  margin-right: 40px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-selection .popup-window-item.popup-window-item-all .popup-window-item-picture-wrapper {
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-selection-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 20px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 40px;
  background: #fbfcfd;
  color: #808080;
  border-left: 1px solid #f2f2f2;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-arrow-wrapper {
  height: 100%;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-popup {
  display: none;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  border-width: 1px;
  padding: 19px;
  letter-spacing: 0.1em;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-reset {
  border-color: #f2f2f2;
  color: #b0b0b0;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-reset:hover, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-reset:focus, .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-reset:active {
  background-color: #f2f2f2;
  color: #909090;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button-icon {
  font-size: 14px;
  line-height: 1;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup {
  display: none;
  font-size: 0;
  white-space: nowrap;
  padding-left: 30px;
  margin-left: 15px;
  background-color: #FFF;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup.catalog-smart-filter-popup-hidden {
  display: none !important;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-text,
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-link,
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-close {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-text {
  margin-right: 30px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-link {
  color: #fff;
  text-decoration: none;
  padding: 20px 15px;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-close {
  color: #c50000;
  padding: 20px 20px;
  cursor: pointer;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-popup-close:hover {
  color: #fff;
  background-color: #c50000;
}
@media all and (max-width: 768px) {
  .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item .bx-filter-container-modef {
    display: none;
  }
}

.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 {
  position: relative;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  min-width: auto;
  width: 100%;
  -webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, 0.1);
  -moz-box-shadow: 0 7px 21px rgba(83, 92, 105, 0.1);
  box-shadow: 0 7px 21px rgba(83, 92, 105, 0.1);
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-items {
  display: block;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item-wrap {
  display: block;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item-wrap:first-child .popup-window-item {
  border-top: none;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item-wrap-2 {
  display: block;
  margin: 0;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item {
  cursor: pointer;
  padding: 8px 16px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item:hover {
  background-color: #fbfcfd;
}
.popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item.popup-window-item-all .popup-window-item-picture-wrapper {
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
}
.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-selection .popup-window-item-picture-wrapper, .popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item-picture-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-select-selection .popup-window-item-text, .popup-window.popup-window-catalog-smart-filter.popup-window-catalog-smart-filter-vertical-2 .popup-window-item-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.428572;
  color: #404040;
}

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

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17787703802487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

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

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/catalog.section/catalog.text.5/style.css?177877038014986*/
.mobile_view{
    display: none;
}
.stock-info.stock-info_empty {
    border-color: #333 !important;
    color: #c50000;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product__basket__buttons .product__basket__buttons__link:hover .stock-info.stock-info_empty {
    border-color: inherit !important;
    color: inherit;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row td:last-child{text-align: center;}
@media screen and (min-width: 1351px) {
    .awaiting:not(.awaiting_marketplace) {
        line-height: 24px !important;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-coll-new .catalog-section-item-image {
        width: 150px !important;
        height: 150px !important;
        min-width: 150px !important;
    }
}
@media screen and (max-width: 1350px) {
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row td,
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__name, 
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__count {
        font-size: 9px;
        min-width: 4em;
        padding-inline: .3em;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .art-wrapper__mobile {
        display: none !important;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .art-wrapper {
        display: flex !important;
    }
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-background, 
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item {
        min-height: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row td,
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__name, 
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__count {
        font-size: 8px;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__name {
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* @media screen and (max-width: 972px) {
    .catalog-section-item-purchase-buttons{
        display: none;
    }
    .mobile_view .catalog-section-item-purchase-buttons{
        display: block;
    }
} */

@media screen and (max-width:360px){
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row td,
    .prices {
        font-size: 7px;
    }
    .product-buttons-wrap  > *{
        margin: auto;
    }
}
@media screen and (max-width:436px){
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-counter-wrapper{
        grid-template-columns: auto !important;
    }
    .product-row-new .intec-ui-part-input {
        width: 100% !important;
    }
    .product__buttons__mp {
        width: 100%;
    }
}
body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__action .catalog-section-item-purchase-button {
    align-items: center;
    /* display: flex; */
    justify-content: center;
    line-height: 21px !important;
    min-width: auto !important;
}
@media screen and (min-width:719px) and (max-width:727px){
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-purchase-button{
        font-size: 13px !important;
    }
}
@media screen and (min-width:719px) and (max-width:436px){
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-purchase-button{
        font-size: 13px !important;
    }
}

@media (max-width: 971px) {
    .product__basket__buttons>div.awaiting {
        min-height: 44px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }
    .product__basket__buttons>div.awaiting br {
        display: none;
    }
    .product-coll-new .product__buttons__mp {
        flex: initial !important;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .product-coll-new .product__buttons__mp {
        margin-inline: auto !important;
    }
}
.none_img_lazy{
	display: none !important;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row tr:last-child .summ{
    border: none;
    text-align:left;
}

.products-price-wrapper {
    border: 1px solid #000;
    /*padding: 2px;*/
    width: 420px;
}
.product-buttons-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 5px 8px;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-row-new .product__basket__buttons {
    display: flex;
}
.products-actions-wrapper {
    box-sizing: border-box;
    border: 1px solid #000;
    display: block;
    order: 2;
    padding: 3px;
}
.product-coll-new {
    display: flex;
    gap: 5px;
}
.catalog-section-item-content {
    align-items: flex-start;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
}
@media screen and (min-width: 1351px) {
    .products-actions-wrapper {
        order: initial;
		flex: 1;
    }
    .art-wrapper {
        width: initial !important;
    }
    .product-coll-new .product__basket__buttons__link:nth-child(1) {
        white-space: nowrap;
        width: auto !important;
    }
	.products-price-wrapper {
		flex: 1;
		min-width: 420px;
	}
}
@media screen and (max-width: 1350px) {
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product__basket__buttons .product__basket__buttons__link {
        line-height: 28px !important;
    }
    .catalog-section-item-content.tablet_view {
        display: flex;
        flex-direction: column;
    }
    .product__buttons.tablet-variant {
        display: none !important;
    }
    .products-price-wrapper {
        width: 100%;
    }
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .af-buttons button {
        line-height: 28px !important;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .af-buttons button:nth-last-child(1) {
        display: none !important;
    }
    .product-buttons-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products-actions-wrapper {
        width: 100%;
    }
    .products-price-wrapper .prices {
        padding-left: 0 !important;
    }
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-input {
        height: initial !important;
    }
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-decrement, 
    body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-increment {
        line-height: 21px !important;
        width: 30px !important;
        border: 1px solid #575757;
        box-sizing: border-box;
    }
}

body .product-actions-table {
    display: grid;
    padding: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 972px) {
    body .product-actions-table {
        grid-template-columns: 1fr;
    }
    body .product-actions-table {
        display: table;
        min-width: 100%;
        table-layout: fixed;
    }
    body .product-actions-table__line {
        display: table-row;
    }
    body .product-actions-table__name,
    body .product-actions-table__count,
    body .product-actions-table__counter,
    body .product-actions-table__action {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    body .product-actions-table__line:not(:last-child) .product-actions-table__name,
    body .product-actions-table__line:not(:last-child) .product-actions-table__count,
    body .product-actions-table__line:not(:last-child) .product-actions-table__counter,
    body .product-actions-table__line:not(:last-child) .product-actions-table__action {
        border-bottom: 1px solid #000;
    }
    body .product-actions-table__name,
    body .product-actions-table__counter {
        width: auto;
    }
    body .product-actions-table__action {
        padding-inline: 5px;
        width: 40px;
    }
}
.product-actions-table__line {
    align-items: stretch;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    display: flex;
    gap: 0;
    justify-content: space-between;
    width: 100%;
}
.product-actions-table__name {
    align-items: center;
    display: flex;
    font-size: 10px;
    font-weight: bold;
    justify-content: flex-start;
    overflow: hidden;
    padding: 3px 5px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 4em;
}
.product-actions-table__count {
    align-items: center;
    border-left: 1px solid #000;
    display: flex;
    font-size: 12px;
    justify-content: center;
    overflow: hidden;
    padding: 3px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 2.5em;
}
.product-actions-table__counter,
.product-actions-table__action {
    align-items: center;
    border-left: 1px solid #000;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 3px 2px;
    width: auto;
}
.product-actions-table__action {
    width: 32px;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-decrement,
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-increment {
    padding: 4px 6px !important;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric {
    width: 100%;
}

.product-row-new .product-actions-table__counter .intec-ui-part-input {
    width: 32px !important;
}
body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .catalog-section-item-purchase-button {
    line-height: 24px !important;
}

.products-top-wrapper .product__buttons__mp a {
    padding: 0 2px 0 0;
}
.products-top-wrapper .widget-social-item-icon {
    height: 28px !important;
    width: 28px !important;
}
body .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-purchase-button {
    font-size: 12px !important;
    line-height: 20px !important;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .prices__row tr:nth-of-type(1) {
    font-size: 12px;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-decrement,
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-increment {
    font-size: 20px;
    line-height: 20px;
    padding: 2px 5px 1px !important;
    text-align: center;
}
@media screen and (max-width: 720px) {
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-decrement,
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-increment {
        padding: 0 5px 0 !important;
    }
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric {
    gap: 2px !important;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-input {
    padding: 2px 3px !important;
}
.buttons-tablet-under-image {
    display: none !important;
}
.products-top-wrapper {
    align-items:  center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-block: 5px 10px;
    width: 100%;
}
.catalog-section-item-price-buttons {
    display: none !important;
}
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__counter, 
.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-actions-table__action {
    min-height: 30px !important;
}
@media screen and (max-width: 550px) {
    .ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .product-articul {
        display: block !important;
        flex-direction: row !important;
    }
}
body .product-actions-table__action .intec-ui-control-button i {
    display: block;
}
body .product-actions-table__action .intec-ui-control-button i:before {
    display: block;
    margin: 3px 1px;
}
body .product-row-new .product-coll-new:nth-child(2) {
    margin-bottom: 0;
}

.tooltipAf {
    display: inline-block;
    vertical-align: middle;
}
.tooltipAf.tooltipAf_info {
    align-items: center;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    font-weight: bold;
    height: 1.1em;
    line-height: 1;
    justify-content: center;
    position: relative;
    width: 1.1em;
    border: 1px solid #000;
}
.tooltipAf.tooltipAf_info .tooltipAf__item {
    border: 1px solid #2d2d2d;
    border-radius: .5em;
    bottom: 98% !important;
    color: #2d2d2d;
    font-size: .75rem;
    font-weight: 600;
    left: 50% !important;
    max-width: 20rem;
    min-width: 10rem;
    padding: .75em;
    right: auto !important;
    text-align: center;
    top: auto !important;
    transform: translate(-50%, 0) !important;
    white-space: normal;
    width: max-content;
}
.tooltipAf.tooltipAf_info:hover .tooltipAf__item {
    pointer-events: all;
}

.price-tooltip-wrapper {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-name p {
    text-align: right;
}

@media (max-width: 900px) {
    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-name {
        display:block;
    }
    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-text-5 .catalog-section-item-name p {
        margin: 10px 0 0;
        text-align:center;
    }
}

.toolip_msk {
    height: 1.4em;
    width: 1.4em;
    font-size: .9em;
    align-items: center;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    font-weight: bold;
    line-height: 1;
    justify-content: center;
    position: relative;
    border: 1px solid #000;
}
@media (max-width: 900px) {

    .toolip_msk {
        width: 1.5em;
        height: 1.5em;
    }

}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/catalog.product.subscribe/custom1/style.css?17787703801029*/
.popup-window.popup-window-subscribe .popup-window-titlebar-text {
  padding: 0;
  font-size: 18px;
  line-height: 150%;
  color: #1B1E25;
}
.popup-window.popup-window-subscribe .popup-window-content {
  margin-bottom: 26px;
}
.popup-window.popup-window-subscribe .bx-catalog-popup-message {
  margin: 0;
  font-size: 14px;
  color: #404040;
}
.popup-window.popup-window-subscribe form > p {
  margin-top: -10px;
  margin-bottom: 10px;
}
.popup-window.popup-window-subscribe form .bx-catalog-subscribe-form-container-label {
  margin-bottom: 4px;
  line-height: 1.5;
  color: #606060;
}
.popup-window.popup-window-subscribe .bx-catalog-popup-message {
  margin: 0;
  font-size: 14px;
  color: #404040;
}
.popup-window.popup-window-subscribe .popup-window-buttons {
  padding: 0;
}
.popup-window.popup-window-subscribe .intec-ui.intec-ui-control-button {
  padding: 8px 22px;
}
.popup-window.popup-window-subscribe .intec-ui.intec-ui-control-button:not(:first-child) {
  margin-left: 8px;
}

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

/* End */
/* /local/templates/universe_s1/components/bitrix/menu/vertical.podbor/style.css?17787703807331 */
/* /local/templates/universe_s1/components/bitrix/catalog.smart.filter/vertical.3/style.css?177877038026818 */
/* /local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17787703802487 */
/* /local/templates/universe_s1/components/bitrix/catalog.section/catalog.text.5/style.css?177877038014986 */
/* /local/templates/universe_s1/components/bitrix/catalog.product.subscribe/custom1/style.css?17787703801029 */
