

/* Start:/local/components/skadium/include.block/templates/shead/style.css?17447203541598*/
.shead {
  position: relative;
  color: #fff;
  padding-bottom: 165px;
}
.shead._compact {
  padding-bottom: 50px;
}
.shead:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px 40px 0px 0px;
  background: #f2f3f4;
  height: 15px;
}
.shead-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -200px;
  background: #333;
  overflow: hidden;
}
.shead-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shead-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.60);
}
.shead > .container {
  position: relative;
}
.shead .breadcrumbs {
  margin-top: 25px;
}
.shead-r1 {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 35px;
}
.shead h1 {
  font-size: 50px;
}
.shead-r1 .share {
  flex-shrink: 0;
  margin-left: auto;
}
.shead-r1 .share.ui.dropdown {
  border-radius: 10px;
  height: 50px;
  padding: 0 30px;
  background: #FFF;
  color: #000;
}
.shead-r1 .share.ui.dropdown > .share-text {
  border-bottom: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 1060px) {
  .shead {
    margin-bottom: 10px;
    padding-bottom: 35px;
  }
  .shead._compact {
    padding-bottom: 35px;
  }
  .shead-bg {
    top: -130px;
  }
  .shead-r1 {
    gap: 10px;
    margin-top: 15px;
  }
  .shead h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .shead-r1 .share.ui.dropdown{
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/s1.1/components/bitrix/breadcrumb/.default/style.css?17447203552784*/

.breadcrumbs-list {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	margin: 0 -20px;
	padding: 0 20px;
	font-size: 13px;
	overflow: hidden;
	overflow-x: auto;
}
.breadcrumbs:hover .breadcrumbs-list{
	overflow: visible;
}
.breadcrumbs-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.breadcrumbs-item {
	position: relative;
	line-height: 1;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 13px;
}
.breadcrumbs-item:first-child .breadcrumbs-sep{
	display: none;
}
.breadcrumbs-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	gap: 4px;
}
.breadcrumbs-link .text{
	white-space: nowrap;
}
a.breadcrumbs-link {
	color: inherit;
	transition: color .2s, opacity .2s;
}
a.breadcrumbs-link:hover{
	opacity: .7;
}
span.breadcrumbs-link{
	opacity: .7;
}
.breadcrumbs-link .icon-arrow{
	width: 6px;
	height: 4px;
	fill: currentColor;
}
.breadcrumbs-sep{
	flex-shrink: 0;
	color: inherit;
	font-size: 10px;
}
.breadcrumbs-sep svg{
	stroke: currentColor;
}
.breadcrumbs-drop{
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.breadcrumbs-item:hover .breadcrumbs-drop{
	opacity: 1;
	visibility: visible;
}
.breadcrumbs-item:hover .breadcrumbs-link{
	position: relative;
	z-index: 2;
}
.breadcrumbs-bread{
	margin-top: 15px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 200px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
	opacity: 0;
	transition: opacity .3s;
}
.breadcrumbs-item:hover .breadcrumbs-bread{
	opacity: 1;
}
.breadcrumbs-bread::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar {
	width: 4px;
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar-thumb {
	background: #eee;
}
.breadcrumbs-bread-item + .breadcrumbs-bread-item{
	margin-top: 8px;
}
.breadcrumbs-bread-link{
	font-size: 15px;
	line-height: 1.1;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	color: inherit;
	opacity: .5;
	transition: color .2s, opacity .2s;
}
.breadcrumbs-bread-link:hover{
	opacity: 1;
	color: var(--c1);
}
.breadcrumbs-bread-link.active{
	opacity: 1;
	color: inherit;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	color: var(--c1);
	border-bottom: 1px solid rgba(var(--c1_rgb) .2);
	transition: border .2s;
}
.breadcrumbs-bread-link_all:hover{
	border-bottom-color: transparent;
}
@media (max-width: 1060px) {
	.breadcrumbs-list {
		gap: 6px;
		font-size: 13px;
	}
	.breadcrumbs-item {
		gap: 6px;
	}
}
/* End */


/* Start:/local/components/skadium/page/templates/catalog/skadium/include.block/catalog-section/style.css?17477195683675*/
.root-catalog .shead {
  padding-bottom: 120px;
}
.catalog {
  margin-top: -90px !important;
}
.catalog-cats {
  margin-bottom: 40px;
}
.catalog-controls {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  display: flex;
  position: relative;
  gap: 10px;
}
.catalog-controls-button {
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 160px;
  padding: 0 25px;
  gap: 8px;
  border-radius: 10px;
  background: #323232;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .2s;
  overflow: hidden;
}
.catalog-controls-button:hover {
  background: #222;
}
.catalog-controls-button svg {
  flex-shrink: 0;
  fill: currentColor;
}
.catalog-controls-button-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 15px;
  border-radius: 20px;
  background: #fff;
  color: #323232;
  font-size: 11px;
  font-weight: 700;
}
.catalog-controls-search {
  position: relative;
  flex-basis: 340px;
}
.catalog-search .search-input {
  width: 100%;
  padding: 0 25px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  outline: none;
  border: none;
  transition: outline-color .2s;
}
.catalog-search .search-input:focus {
  outline: 2px solid #323232;
}
.catalog-search .search-i1 {
  position: absolute;
  left: auto;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #7C868D;
  width: 18px;
  height: auto;
}
.catalog-search .search-btn.btn{
  display: none;
}
.catalog-controls-filter{
  flex-grow: 1;
  display: flex;
  gap: 10px;
}
.catalog-controls-filter .filter-ui-dropdown {
  flex-grow: 1;
  max-width: 340px;
}
.catalog-controls-reset-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  cursor: pointer;
}
.catalog-controls-reset-link.hidden{
  display: none;
}
.catalog-controls-reset-link svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.catalog-controls-reset-link:hover {
  color: #000;
}


.catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog-items .list {
  display: contents;
}
.catalog-items .page-pagination {
  grid-column: -1 / 1;
}
.catalog-items .sstocks {
  grid-column: -1 / 1;
  grid-row: 2;
  margin: 30px 0;
}
.catalog-stocks .sstocks {
  margin-top: 100px;
}

@media (max-width: 1600px) {

  .catalog-controls-filter,
  .catalog-controls-reset-link {
    display: none;
  }
  .catalog-controls-search {
    flex-grow: 1;
  }

  .catalog-items {
    grid-template-columns: repeat(3, 1fr);
  }
}



@media (max-width: 1060px) {
  .root-catalog .shead {
    padding-bottom: 35px;
  }

  .catalog {
    margin-top: 0 !important;
  }
  .catalog-cats {
    margin-bottom: 20px;
  }

  .catalog-controls {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .catalog-controls-button {
    margin-right: 0;
    height: 50px;
    width: 100%;
    padding: 0 20px;
  }
  .catalog-controls-button-badge {
    margin-left: auto;
  }
  .catalog-controls-search {
    display: none;
  }

  .catalog-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .catalog-items .sstocks {
    margin: 20px 0;
    grid-row: 4;
  }
  .catalog-stocks .sstocks {
    margin-top: 60px;
  }
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/catalog.smart.filter/.default/style.css?174472035514114*/
.filter-modef {
  display: none;
}
.filter-parameter {
  position: relative;
}
.filter-parameter-help {
  margin-left: auto;
  font-size: 15px;
  color: rgba(0, 0, 0, .3);
}
.filter-parameter .checkbox-toggle {
  width: 100%;
}

.filter-ui-dropdown.ui.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  height: 60px;
  padding: 0 25px;
  background: #fff;
  border-radius: 10px;
  border: none;
  transition: border .2s, color .2s;
}
.filter-ui-dropdown.ui.dropdown > .text {
  left: 0;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-ui-dropdown.ui.dropdown > .default.text {
  color: #7c868d;
}
.filter-ui-dropdown.ui.dropdown > .icon {
  fill: #4e4e4e;
  transition: transform .2s;
}
.filter-ui-dropdown.ui.dropdown.active > .icon {
  fill: #000;
  transform: rotate(180deg);
}
.filter-ui-dropdown.ui.search.dropdown > input.search {
  height: 100%;
  left: 0;
  right: 0;
}
.filter-ui-dropdown.ui.dropdown .menu {
  top: calc(100% + 10px);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 100%;
  background: #fff;
  border: none;
}
.filter-ui-dropdown.ui.dropdown.upward .menu {
  top: auto;
  bottom: calc(100% + 10px);
}
.filter-ui-dropdown.ui.dropdown .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item.disabled {
  order: 1;
}
.filter-ui-dropdown.ui.dropdown .item.active {
  color: #000;
  font-weight: 500;
}
.filter-ui-dropdown.ui.dropdown .item:hover {
  background: rgba(0, 0, 0, .05);
}
.filter-ui-dropdown .ui.checkbox label {
  padding-left: 35px;
  font-size: 15px;
  padding-top: 3px;
}
.filter-ui-dropdown.ui.dropdown .item-reset:before {
  display: none;
}
.filter-ui-dropdown.ui.dropdown .item-reset {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  font-weight: 400 !important;
  background: transparent !important;
  font-size: 14px;
  opacity: .5;
  cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item-reset:hover {
  background: rgba(0, 0, 0, .05) !important;
}
.filter-ui-dropdown.ui.dropdown .item-reset-wi {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.filter-ui-dropdown.ui.dropdown .item-reset-i {
  width: 8px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
  transition: opacity .2s, visibility .2s;
}

.filter-parameter-numbers-item .bx-ft-sub {
  display: none;
  position: absolute;
  font-style: normal;
  left: 16px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.30);
}
.filter-parameter-input-group input {
  display: block;
  margin: 0;
  width: 100%;
  height: 44px;
  font-size: 15px;
  padding: 0 30px;
  text-align: right;
  color: #000;
  line-height: 1;
  border: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  outline: none;
  transition: outline-color .2s;
}
.filter-parameter-input-group input:focus {
  outline: 2px solid #323232;
  z-index: 1;
}
.filter-parameter-input-group .input-placeholder {
  position: absolute;
  left: 20px;
  color: #ccc;
  font-size: 15px;
  z-index: 5;
  pointer-events: none;
}

@media only screen and (min-width: 1061px) {
  .filter-parameter-radio-btns {
    display: flex;
    border-radius: 5px;
    padding: 2px;
    background: #e2e2e2;
  }
  .filter-parameter-radio-btns-item {
    position: relative;
    flex-grow: 1;
  }
  .filter-parameter-radio-btns-item label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000;
    padding-left: 0;
    width: 100%;
    font-weight: 500;
    height: 44px;
    border-radius: 5px;
    cursor: pointer;
  }
  .filter-parameter-radio-btns-item label span {
    position: relative;
    z-index: 1;
  }
  .filter-parameter-radio-btns-item:not(:last-child) label:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 26px;
    width: 1px;
    background: rgba(0, 0, 0, .1);
    transform: translateY(-50%);
  }
  .filter-parameter-radio-btns-item input {
    position: absolute;
    visibility: hidden;
  }
  .filter-parameter-radio-btns-item input:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    background: #fff;
    border-radius: 5px;
  }
  .filter-parameter-radio-btns-item:first-child input:checked + label:after {
    left: 0;
  }
  .filter-parameter-radio-btns-item:last-child input:checked + label:after {
    right: 0;
  }
}


.filter-parameter-numbers .filter-parameter-input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.filter-parameter-numbers .filter-ui-dropdown-number.ui.dropdown > input {
  display: block !important;
}
.filter-ui-dropdown-number.ui.dropdown > .icon {
  position: absolute;
  right: 16px;
  fill: #9a9a9a;
  transition: transform .2s;
}
.filter-ui-dropdown-number.ui.dropdown.active > .icon {
  fill: #666;
  transform: rotate(180deg);
}
.filter-ui-dropdown-number.ui.dropdown .menu {
  top: calc(100% + 10px);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 100%;
  background: #fff;
  border-color: #878787;
}
.filter-ui-dropdown-number.ui.dropdown.upward .menu {
  top: auto;
  bottom: calc(100% + 10px);
}
.filter-ui-dropdown-number.ui.dropdown .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  transition: background-color .2s;
  cursor: pointer;
}
.filter-ui-dropdown-number.ui.dropdown .item.disabled {
  order: 1;
}

.filter-parameter-checkbox-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.filter-parameter-checkbox.ui.checkbox {
  width: 100%;
  cursor: pointer;
}
.filter-parameter-checkbox.ui.checkbox label {
  font-size: 15px;
  color: #000;
  padding-left: 30px;
  display: block;
  width: 100%;
}
.filter-parameter-checkbox.ui.checkbox input:checked ~ label {
  color: #000;
}
.filter-parameter-checkbox.ui.checkbox .checkbox-text {
  line-height: 1.3;
}
.filter-parameter-checkbox.ui.checkbox .count {
  display: none;
}


/*
*Track
*
*/
.bx-ui-slider-track-container {
  order: -1;
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bx-ui-slider-track {
  width: 100%;
  position: relative;
  height: 3px;
  margin-left: 0;
  margin-right: 0;
  background: #cfcfcf;
  border-radius: 50px;
}
.bx-ui-slider-parts {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.bx-ui-slider-part span {
  font-size: 12px;
  color: #9a9a9a;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}
.bx-ui-slider-range {
  z-index: 5;
}
.bx-ui-slider-pricebar {
  z-index: 5;
}
.bx-ui-slider-pricebar-vd {
  z-index: 2;
  background: #000;
}
.bx-ui-slider-pricebar-vn {
  z-index: 0;
  /*background: #a8dff3;/* COLOR */
}
.bx-ui-slider-pricebar-v {
  z-index: 4;
  background: #000;
  /*background: #499fd8;/* COLOR */
}
.bx-ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  z-index: 10;
}
.bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}
.bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}
.bx-ui-slider-handle.left {
  left: 0;
  margin-left: -1px;
}
.bx-ui-slider-handle.right {
  right: 0;
  margin-right: -1px;
}
.filter-parameter-numbers,
.filter-parameter-price-block {
  display: flex;
  gap: 16px;
}
.filter-parameter-numbers-item {
  position: relative;
  flex-grow: 1;
}


.filter-parameter-search {
  position: relative;
  margin-bottom: 15px;
}
.filter-parameter-search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #f5f5f5;
}
.filter-parameter-search svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: transparent;
  opacity: .3;
  width: 16px;
  height: auto;
}


.filter-btns-found{
  color: #222;
  font-size: 15px;
}
.filter-submit-btn.btn {
  width: 100%;
  height: 50px;
  font-size: 15px;
  text-transform: none;
}
.filter-reset-btn.btn {
  height: auto;
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  cursor: pointer;
}
.filter-reset-btn.btn svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.filter-reset-btn.btn:hover {
  color: #000;
}


.filter-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tag-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  transition: background .2s;
  cursor: pointer;
}
.filter-tag-item:hover {
  background: #eee;
}
.filter-tag-item-wicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #b9b9c1;
  border-radius: 50%;
  color: #fff;
}
.filter-tag-item-wicon svg {
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 3px;
}


.fpm.active {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block !important;
  z-index: 22;
}
.fpm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}
.fpm-wrap {
  position: relative;
  height: 100%;
  width: 440px;
  margin-left: auto;
  background: #fff;
  padding: 40px 50px 50px;
  overflow: auto;
}
.fpm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fpm-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60px;
  height: 60px;
  color: #000;
  margin-right: -20px;
  padding-right: 20px;
  margin-top: -20px;
  padding-top: 20px;
  cursor: pointer;
  transition: color .2s;
}
.fpm-close svg {
  stroke: currentColor;
}
.fpm-h {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}


.filter-hor {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}
.filter-hor .filter-form {
  display: flex;
  gap: 10px;
}
.filter-hor .filter-parameters {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}
.filter-hor .filter-parameter {
  flex-grow: 1;
  max-width: 340px;
}
.filter-hor .filter-parameter-head {
  display: none;
}


.filter-ver .filter-parameters {
  display: flex;
  flex-direction: column;
}
.filter-ver .filter-parameter {
  border-top: 1px solid #eee;
}
.filter-ver .filter-parameter:first-child{
  border-top: none;
}
.filter-ver .filter-parameter.open {
  padding-bottom: 25px;
}
.filter-ver .filter-parameter-head {
  position: relative;
  display: flex;
  padding: 25px 0;
  cursor: pointer;
}
.filter-ver .filter-parameter-head-title {
  padding-right: 25px;
  font-size: 17px;
  font-weight: 500;
}
.filter-ver .filter-parameter-head-fa {
  flex-shrink: 0;
  display: block;
  position: absolute;
  right: 0;
  transition: transform .2s;
}
.filter-ver .filter-parameter.open .filter-parameter-head-fa{
  transform: rotate(180deg);
}
.filter-ver .filter-parameter-head-fa svg {
  fill: currentColor;
}
.filter-ver .filter-parameter-head-value {
  display: none;
}

.filter-ver .filter-parameter-block {
  display: flex;
  flex-direction: column;
}
.filter-ver .filter-parameter:not(.open) .filter-parameter-block {
  display: none;
}
.filter-ver .filter-parameter.is-search .filter-parameter-list-item:not(._search-show) {
  display: none;
}

.filter-ver .filter-parameter._one-value.open {
  padding-top: 20px;
  padding-bottom: 20px;
}
.filter-ver .filter-ui-dropdown.ui.dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .menu {
  display: contents !important;
  visibility: visible;
}
.filter-ver .filter-ui-dropdown.ui.dropdown > *:not(.menu) {
  display: none;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .item-reset {
  display: none;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .item {
  height: auto;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  background: transparent !important;
}
.filter-ver .filter-parameter-list {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-ver .filter-parameter-checkbox-btns-item,
.filter-ver .filter-parameter-radio-btns-item {
  width: 100%;
}
.filter-ver .filter-btns {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.filter-ver .filter-btns-submit {
  width: 100%;
}

@media (max-width: 1060px) {
  .fpm-wrap {
    height: 100%;
    width: 100%;
    padding: 0 10px 160px;
  }
  .fpm-head {
    margin-bottom: 0;
  }
  .fpm-close {
    width: 60px;
    height: 70px;
    margin-right: -10px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
  }
  .filter-ver .filter-btns {
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px 40px;
    border-radius: 10px 10px 0px 0px;
    background: #F2F3F4;
    z-index: 5;
  }
  .filter-btns-found {
    font-size: 13px;
  }
  .filter-btns-reset {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .fpp-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* End */


/* Start:/local/components/skadium/page/templates/catalog/skadium/include.block/catalog-cat-mini/style.css?17447203541983*/
.catmini {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 30px 14px;
}
.catmini-item {
  display: block;
  max-width: 100%;
  text-align: center;
  color: inherit;
  font-size: 15px;
  transition: color .2s;
}
.catmini-item:hover {
  color: var(--c3);
}
.catmini-item-thumb {
  position: relative;
  height: 140px;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
.catmini-item-thumb img {
  max-width: 120px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catmini-item-name {
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  transition: text-underline .2s;
}
.catmini-item.active .catmini-item-name,
.catmini-item:hover .catmini-item-name {
  text-decoration-color: transparent;
}

.catmini-item.active {
  color: var(--c4);
}
.catmini-item.active .catmini-item-thumb:after {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border-radius: 15px;
  border: 3px solid var(--c4);
}
@media (max-width: 1060px) {
  .catmini {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .catmini-item {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    transition: color .2s, background .2s;
  }
  .catmini-item.active {
    background: #000;
    color: #fff;
  }
  .catmini-item-thumb {
    display: none;
  }
  .catmini-item-name {
    margin-top: 0;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
  }
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/search.title/.default/style.css?17447203553664*/
.search {
	position: relative;
}
.search-form {
	position: relative;
	margin: 0;
}
.search-btn.btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	height: 46px;
	border-radius: 5px;
	background: #EDF3F8;
	color: var(--c1);
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s;
}
.search-btn.btn:hover{
	background: #ddd;
}
.search-input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	font-size: 17px;
	font-weight: 500;
	padding: 0 150px 0 50px;
	margin: 0;
	outline: none;
	line-height: 1;
	transition: background .2s;
}
.search-input:hover,
.search-input:focus {
	border-color: #ddd;
}
.search-i1{
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	stroke: currentColor;
}
.title-search-result {
	display: none;
	margin-top: 20px;
	overflow: hidden;
	z-index: 1005;
}
.bx-search {
	max-height: calc(100vh - 200px);
	overflow: auto;
	padding-bottom: 5px;
}
.bx-search-item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 17px;
	color: inherit;
	transition: color .2s;
}
.bx-search-item b{
	font-weight: 500;
}
.bx-search-item:hover{
	color: var(--c4_hover);
}
.bx-search-item + .bx-search-item {
	margin-top: 10px;
}
.bx-search-thumb {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 5px;
}
.bx-search-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
}
.bx-search-link {
	line-height: 1.3;
}
.bx-search-all {
	margin-top: 20px;
}
.bx-search-all-link.btn {
	background: #111;
	height: 46px;
	border-radius: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 15px;
	padding: 0 25px;
	transition: color .2s, background-color .2s;
}
.bx-search-all-link.btn:hover {
	background: #222;
}

.bx-search-item-ib2 .bx-search-thumb{
	padding: 5px;
}
.bx-search-item-ib2 .bx-search-thumb img{
	object-fit: contain;
}

.title-search-result.d925 {
	margin-top: 0;
	padding-bottom: 60px;
	overflow: visible;
}
.title-search-result.d925:before{
	content: '';
	position: absolute;
	left: -60px;
	right: -60px;
	top: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	background: #fff;
	z-index: -1;
}


.title-search-result._catalog {
	background: #fff;
	margin-top: 5px;
	padding: 20px;
	border-radius: 10px;
}
@media (max-width: 1060px) {
	.search-input {
		height: 48px;
		font-size: 15px;
		padding: 0 110px 0 40px;
	}
	.search-i1 {
		left: 15px;
		width: 16px;
		height: auto;
	}
	.search-btn.btn {
		right: 4px;
		width: 100px;
		height: 40px;
	}
	.bx-search.custom-scroll::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
	.bx-search-item {
		gap: 10px;
		font-size: 15px;
	}
	.bx-search-thumb {
		width: 80px;
		height: 50px;
	}
	.bx-search-link {
		max-height: calc(1em* 2* 1.3);
		line-height: 1.3;
		overflow: hidden;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.bx-search-all-link.btn {
		width: 100%;
	}
	.title-search-result {
		margin-top: 5px;
		color: #000;
		padding: 15px;
		background: #fff;
		border-radius: 8px;
		border: 1px solid #E3E3E3;
	}

	.title-search-result.d925{
		padding: 0;
		border: none;
		margin-top: 10px;
	}
}
@media (max-width: 340px) {
	.search-input {
		padding-right: 90px;
	}
	.search-btn.btn {
		width: 75px;
	}
	.bx-search-item {
		font-size: 13px;
	}
	.bx-search-thumb {
		width: 60px;
		height: 40px;
	}
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794*/
.pagination {
	margin-top: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.pagination-more {
	order: 1;
}
.pagination-btn-more,
.pagination-list-link,
.pagination-pn-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	padding: 0 25px;
	border-radius: 10px;
	background: #323232;
	cursor: pointer;
	text-decoration: none;
	transition: color .2s, background .2s, border .2s, box-shadow .2s, opacity .2s;
}
a.pagination-list-link:hover,
.pagination-btn-more:hover,
.pagination-pn-link:hover{
	background: #222;
}

.pagination-btn-more {
	position: relative;
	text-decoration: none;
	gap: 10px;
}
.pagination-btn-more svg {
	stroke: currentColor;
	flex-shrink: 0;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.pagination-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pagination-list-link {
	min-width: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
span.pagination-list-link {
	color: #000;
	background: #fff;
}
.pagination-pn-link svg {
	position: relative;
	stroke: currentColor;
	display: none;
}


@media (max-width: 1060px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination-pn {
		display: none;
	}
	.pagination-list {
		gap: 4px;
	}
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
	.pagination-list-link {
		min-width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.pagination-more {
		width: 100%;
	}
	.pagination-btn-more{
		font-size: 15px;
	}
	.pagination-btn-more svg {
		width: 17px;
		height: auto;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/catalog-item/style.css?17447203544497*/
.catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  transition: border .2s, background-color .2s, box-shadow .2s;
}
.catalog-item:before{
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 3px solid transparent;
  border-radius: 30px;
  pointer-events: none;
  transition: border .2s;
}
.catalog-item:hover {
  z-index: 1;
}
.catalog-item:hover:before {
  border-color: var(--c4);
}
.catalog-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-height: calc(1em * 2 * 1.3);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.catalog-item:hover .catalog-item-title {
  color: var(--c4);
}
.catalog-item-thumb {
  position: relative;
  margin: 25px 0;
  display: block;
}
.catalog-item-thumb picture {
  display: block;
  height: 300px;
}
.catalog-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-item-badges {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  z-index: 1;
}
.catalog-item-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 500px;
}
.catalog-item-badge.st1 {
  background: var(--c4);
}
.catalog-item-badge.st2 {
  background: var(--c3);
}
.catalog-item-badge svg {
  stroke: currentColor;
}
.catalog-item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.catalog-item-r {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog-item-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.catalog-item-prices-h {
  width: 100%;
  font-size: 13px;
  margin-bottom: 4px;
  opacity: .6;
}
.catalog-item-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.catalog-item-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.catalog-item-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.catalog-item-action {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.catalog-item-btn.btn {
  gap: 10px;
  width: 140px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-item-btn svg {
  flex-shrink: 0;
  fill: currentColor;
}
.catalog-item-btn.btn:hover {
  background: var(--c4);
  color: #fff;
}
.catalog-item-it1{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  opacity: .6;
}
@media (max-width: 1260px) {
  .catalog-item {
    padding: 25px;
  }
  .catalog-item-r {
    align-items: stretch;
    gap: 15px;
    flex-direction: column;
  }
}
@media (max-width: 1060px) {
  .catalog-item {
    padding: 15px;
    border-radius: 10px;
  }
  .catalog-item:before{
    display: none;
  }
  .catalog-item-title {
    font-size: 15px;
  }
  .catalog-item-thumb {
    margin: 15px 0;
    flex-grow: 1;
  }
  .catalog-item-thumb picture {
    height: 130px;
  }
  .catalog-item-badge {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }
  .catalog-item-badge svg {
    width: 16px;
    height: auto;
  }
  .catalog-item-r {
    display: contents;
  }
  .catalog-item-prices-h {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .catalog-item-price-old,
  .catalog-item-price-current {
    font-size: 15px;
  }
  .catalog-item-price-old:after {
    height: 1px;
  }
  .catalog-item-it1 {
    margin-top: 7px;
    font-size: 11px;
  }
  .catalog-item-action {
    margin: 10px 0 0 0;
    order: 1;
  }
  .catalog-item-btn.btn {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 11px;
  }
  .catalog-item-btn svg {
    width: 10px;
    height: auto;
  }
}
@media (max-width: 360px) {
  .catalog-item {
    padding: 15px 10px;
  }
  .catalog-item-thumb picture {
    height: 110px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sstocks/style.css?17447203543302*/
.sstocks .container {
  position: relative;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.sstocks-bg {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: calc(100vw - var(--scrollbar)* 1px);
  width: calc(100% + 80px);
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 40px;
  background: #2a3c39;
  z-index: -1;
}

.sstocks-c {
  display: flex;
  flex-direction: column;
}
.sstocks-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 10%;
  background: linear-gradient(159deg, #5bb748 12.67%, #0fb584 53.22%, #028691 93.77%);
}
.sstocks-m svg {
  fill: currentColor;
}
.sstocks-h {
  margin-top: 15px;
}
.sstocks-descr {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
  opacity: .7;
}
.sstocks-timer {
  margin-top: auto;
}
.sstocks-timer-h {
  font-size: 15px;
  margin-bottom: 12px;
}
.sstocks-timer .timer-result {
  gap: 8px;
}
.sstocks-timer .timer-item-num {
  width: 55px;
  height: 55px;
  background: #fff;
  font-size: 30px;
}
.sstocks-items .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


@media (max-width: 1600px) {
  .sstocks .container {
    grid-template-columns: 100%;
  }
  .sstocks-c {
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .sstocks-sl {
    position: relative;
    padding-left: 90px;
  }
  .sstocks-m {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .sstocks-h {
    flex-shrink: 0;
    margin: 0;
  }
  .sstocks-timer {
    flex-shrink: 0;
  }
}

@media (max-width: 1060px) {
  .sstocks-bg {
    border-radius: 0;
    left: -10px;
    right: -10px;
    max-width: none;
    width: auto;
    transform: none;
  }
  .sstocks .container {
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .sstocks-c {
    flex-direction: column;
    gap: 15px;
  }
  .sstocks-sl {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
  }
  .sstocks-h.s-h2 {
    font-size: 34px;
  }
  .sstocks-m {
    position: static;
    width: 50px;
    height: 50px;
  }

  .sstocks-descr {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .sstocks-timer-h {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .sstocks-timer .timer-result {
    gap: 6px;
  }

  .sstocks-items .list) {
    display: flex;
    gap: 10px;
  }
  .sstocks-items .list.slick-initialized {
    display: block;
  }
  .sstocks-items .slick-list {
    overflow: visible;
  }
  .sstocks-items .slick-track {
    display: flex;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .sstocks-items .list-item {
    flex-shrink: 0;
    width: 320px;
    max-width: calc(100vw - 25px);
  }
  .sstocks-items .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .sstocks-items .slick-dots button:after {
    background: #fff;
  }
  .sstocks-items .slick-dots .slick-active button:after {
    background: #2a3c39;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/timer/style.css?1744720355902*/
.timer-result {
  display: flex;
  gap: 10px;
}
.timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.timer-item-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  border-radius: 10px;
  background: #f2f2f2;
  color: #2A3C39;
  font-size: 35px;
  font-weight: 700;
}
.timer-item-t {
  font-size: 15px;
  opacity: .5;
  text-transform: lowercase;
}
.timer-sep {
  position: relative;
  left: .06em;
  top: .07em;
  font-size: 44px;
  letter-spacing: 5px;
}
@media (max-width: 1060px) {
  .timer-result {
    gap: 6px;
  }
  .timer-item {
    gap: 6px;
  }
  .timer-item-num {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
  .timer-item-t {
    font-size: 13px;
  }
  .timer-sep {
    font-size: 38px;
    top: .1em;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/stock-item/style.css?17447203542404*/
.stock-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  color: #fff;
  height: 520px;
  padding: 15px;
  overflow: hidden;
}
.stock-item-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
}
stock-item-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, .1);
}
.stock-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stock-item-с {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(15px);
  padding: 20px;
  z-index: 1;
}
.stock-item-title {
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
.stock-item-title b {
  font-weight: 700;
}
.stock-item-prices {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 20px;
}
.stock-item-prices-h {
  width: 100%;
  font-size: 13px;
  margin-bottom: 4px;
  opacity: .6;
}
.stock-item-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.stock-item-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.stock-item-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.stock-item-action {
  margin-top: 10px;
  flex-shrink: 0;
}
.stock-item-btn.btn {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.stock-item-btn.btn:hover {
  background: #f2f2f2;
}
.stock-item-info {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  opacity: .6;
}
@media (max-width: 1060px) {
  .stock-item {
    height: 480px;
    padding: 10px;
  }
  .stock-item-с {
    min-height: 232px;
  }
  .stock-item-title {
    font-size: 21px;
  }
  .stock-item-prices-h {
    font-size: 11px;
  }
  .stock-item-info {
    font-size: 13px;
  }
  .stock-item-price-old,
  .stock-item-price-current {
    font-size: 21px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-stock-modal/style.css?1744720354593*/
.popup-modal.popup-stock-modal.fancybox-content{
	max-width: 960px;
}
.popup-stock-modal-columns{
	display: grid;
	grid-template-columns: 370px 1fr;
	gap: 70px;
}
.popup-stock-modal-media .stock-item {
	height: 100%;
}
.popup-stock-modal-media .stock-item-с {
	min-height: 0;
}
.popup-stock-modal-media .stock-item-action{
	display: none;
}
@media (max-width: 1060px) {
	.popup-modal.popup-stock-modal.fancybox-content {
		max-width: 340px;
	}
	.popup-stock-modal-columns {
		display: block;
	}
	.popup-stock-modal-media {
		padding-right: 0;
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/_/templates/.default/modal/style.css?17447203543554*/
.popup-modal.fancybox-content{
	display: none;
	max-width: 520px;
	width: calc(100% - 20px);
	padding: 0;
	margin: 60px 0;
	background: transparent;
	overflow: visible;
}
.popup-modal-wrap {
	border-radius: 20px;
	background: #fff;
	padding: 45px 60px 50px 60px;
	color: #000;
	transform: translate(0, -25%);
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
	overflow: hidden;
}
.fancybox-slide--current .popup-modal-wrap {
	transform: translate(0,0);
	opacity: 1;
	transition: transform .2s ease-out,opacity .2s ease-out
}
.popup-modal-progress-h{
	margin-bottom: 12px;
	color: #9294A0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
}
.popup-modal-progress-line{
	margin-bottom: 30px;
	position: relative;
	flex-grow: 1;
	border-radius: 50px;
	height: 12px;
	background: #F5F5F5;
	overflow: hidden;
}
.popup-modal-progress-line:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	z-index: 1;
	background-color: #399F3C;
	border-radius: 50px;
	width: 0;
}
.fancybox-slide--current .popup-modal-progress-line:after{
	transition: width .5s .2s ease-out;
	width: 90%;
	animation: modal-progress-bar 2s linear infinite;
}
@keyframes modal-progress-bar {
	from {
		background-position: 0 0
	}
	to {
		background-position: 20px 0
	}
}

.popup-modal-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}
.popup-modal-sub-title{
	margin-bottom: 20px;
	margin-top: 10px;
	color: #9294A0;
	font-size: 17px;
	line-height: 1.3;
}
.popup-modal-group{
	margin-top: 20px;
}
.popup-modal-submit.btn {
	width: 100%;
}
.popup-modal .fancybox-close-small {
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	opacity: 1;
	color: #000;
	opacity: 0;
}
.fancybox-slide--html .popup-modal .fancybox-close-small{
	padding: 15px;
}
.fancybox-slide--current .popup-modal .fancybox-close-small{
	opacity: 1;
	transition: opacity .2s .2s ease-out;
}
.popup-modal > .preloader{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (max-width: 1060px) {
	.popup-modal.fancybox-content{
		margin: 0;
		max-width: 340px;
	}
	.popup-modal.fancybox-content:not(._mf){
		margin: 20px 0;
	}
	.popup-modal-wrap {
		border-radius: 10px;
		padding: 25px 30px 30px;
	}
	.popup-modal-progress-line {
		margin-bottom: 20px;
	}
	.popup-modal-progress-h {
		margin-bottom: 8px;
		max-width: 200px;
		font-size: 11px;
		line-height: 1.3;
	}
	.popup-modal-title {
		font-size: 21px;
	}
	.popup-modal-sub-title {
		font-size: 15px;
		margin-top: 8px;
	}
	.popup-modal-group .form-label {
		font-size: 11px;
		margin-bottom: 8px;
	}
	.popup-modal-group input.form-input {
		height: 60px;
	}
	.popup-modal-submit.btn {
		height: 60px;
		padding: 0 20px;
	}
	.popup-modal-group-private {
		margin-top: 15px;
	}

	.fancybox-slide--html .popup-modal:not(._mf) .fancybox-close-small {
		padding: 16px;
		right: 5px;
		top: 3px;
	}
}

@media only screen and (max-width: 360px) {
	.popup-modal-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/form-private/style.css?1744720354767*/
.form-private{
  display: inline-flex;
}
.form-private input[type=checkbox]{
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.form-private.ui.checkbox label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 1em;
  color: inherit;
  opacity: 1;
}
.form-private-text{
  color: #9294A0;
  font-size: 13px;
  line-height: 1.3;
}
.form-private-text .link{
  color: #738A78;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media (max-width: 1060px) {
  .form-private-text {
    font-size: 11px;
    line-height: 1.3;
    display: inline-block;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-order-modal/style.css?17447203542201*/
.popup-modal.popup-order-modal.fancybox-content {
  max-width: 960px;
}
.popup-order-modal-columns {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 60px;
}
.popup-order-modal-media {
  position: relative;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}
.popup-order-modal-media:after {
  content: '';
  position: absolute;
  right: 0;
  top: -50px;
  bottom: -50px;
  width: 1px;
  background: rgba(0, 0, 0, .1);
}
.popup-order-modal-media picture{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.popup-order-modal-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-order-modal-media-t1 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
.popup-order-modal-media-price-h {
  font-size: 13px;
  margin-bottom: 10px;
  color: #9294A0;
}
.popup-order-modal-media-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 20px;
}
.popup-order-modal-media-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.popup-order-modal-media-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.popup-order-modal-media-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.popup-order-modal-media-t2 {
  margin-top: 10px;
  color: #9294A0;
  font-size: 15px;
  line-height: 1.5;
}



.popup-order-modal-media .catalog-item-thumb {
  order: -1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.popup-order-modal-media .catalog-item-title {
  margin-bottom: 20px;
}
.popup-order-modal-media .catalog-item-action {
  display: none;
}

@media (max-width: 1060px) {
  .popup-modal.popup-order-modal.fancybox-content {
    max-width: 340px;
  }
  .popup-order-modal-columns {
    display: block;
  }
  .popup-order-modal-media {
    padding-right: 0;
    display: none;
  }
  .popup-order-modal-media:after{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/st2d/style.css?17447203542499*/
.st2d {
  position: relative;
}
.st2d-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2400px;
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 40px;
}
.st2d-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st2d-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(68deg, rgba(0, 0, 0, 0.70) 28.88%, rgba(0, 0, 0, 0.00) 63.4%);
}
.st2d-c {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.st2d-t1 {
  position: relative;
  opacity: .7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.st2d-t1:after {
  content: '';
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.st2d-cc{
  margin: 80px 0;
}
.st2d-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.st2d-m svg {
  fill: #555;
}
.st2d-descr {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
.st2d-descr b {
  font-weight: 500;
}
.st2d-action {
  margin-top: 50px;
}
.st2d-action-btn.btn {
  max-width: 340px;
  width: 100%;
}
.st2d-it1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  opacity: .5;
}
@media (max-width: 1800px) {
  .st2d-bg {
    width: 100%;
  }
}
@media (max-width: 1060px) {
  .st2d-bg {
    width: calc(100% - 20px);
    border-radius: 20px;
  }
  .st2d-c {
    padding: 25px;
  }
  .st2d-t1 {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .st2d-cc {
    margin: 70px 0;
  }
  .st2d-descr {
    max-width: 400px;
    margin-top: 15px;
    font-size: 15px;
  }
  .st2d-action {
    margin-top: 20px;
  }
  .st2d-action-btn.btn {
    max-width: 300px;
  }
  .st2d-it1 {
    font-size: 15px;
    line-height: 1.5;
    opacity: .5;
  }
}
@media (max-width: 360px) {
  .st2d-bg {
    width: 100%;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/snewsitems/style.css?1744720354702*/
.snewsitems-items .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}

@media (max-width: 1600px) {
  .snewsitems-items .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  .snewsitems-items .list-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1060px) {
  .snewsitems-items .list {
    display: flex;
    gap: 20px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }
  .snewsitems-items .list-item:nth-child(n+4) {
    display: block;
  }
  .snewsitems-items .list-item {
    width: 300px;
    max-width: calc(100vw - 35px);
    flex-shrink: 0;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/news-item/style.css?17447203542148*/
.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  cursor: pointer;
}
.news-item-r {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.news-item-cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid rgba(146, 148, 160, .3);
  color: #9294a0;
  font-size: 15px;
  font-weight: 500;
}
.news-item-thumb {
  margin-bottom: 20px;
}
.news-item-thumb picture {
  position: relative;
  display: block;
  padding-bottom: 65%;
  border-radius: 10px;
  overflow: hidden;
}
.news-item-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-height: calc(1em * 3 * 1.3);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.news-item:hover .news-item-title {
  color: var(--c3);
}
.news-item-date {
  margin-top: 20px;
  color: #9294a0;
  font-size: 15px;
}
.news-item-preview {
  margin-top: 20px;
  color: #9294a0;
  font-size: 19px;
  line-height: 1.5;
  overflow: hidden;
  max-height: calc(1em * 5 * 1.5);
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}

@media (max-width: 1260px) {
  .news-item-title {
    font-size: 23px;
  }
}
@media (max-width: 1060px) {
  .news-item-thumb {
    margin-bottom: 15px;
  }
  .news-item-thumb picture {
    height: 220px;
    padding: 0;
  }
  .news-item-thumb picture img {
    position: relative;
  }
  .news-item-cat {
    height: 28px;
    font-size: 13px;
  }
  .news-item-title {
    font-size: 21px;
    max-height: calc(1em * 4 * 1.3);
    -webkit-line-clamp: 4;
  }
  .news-item-preview {
    margin-top: 10px;
    font-size: 15px;
  }
  .news-item-date {
    margin-top: 12px;
  }
  .news-item-r {
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sservmini/style.css?17447203542091*/
.sservmini-h {
  margin-bottom: 30px;
}
.sservmini-h.s-h2 {
  font-weight: 400;
}
.sservmini-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 24px;
}
.sservmini-items-item {
  width: 200px;
}
.sservmini-item {
  display: block;
  max-width: 100%;
  text-align: center;
  color: inherit;
  font-size: 19px;
  transition: color .2s;
}
.sservmini-item:hover {
  color: var(--c3);
}
.sservmini-item-thumb {
  height: 200px;
  border-radius: 20px;
  background: #fff;
  padding: 25px;
}
.sservmini-item-thumb picture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sservmini-item-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sservmini-item-name {
  margin-top: 20px;
  line-height: 1.3;
  letter-spacing: 0.38px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  transition: text-underline .2s;
}
.sservmini-item:hover .sservmini-item-name {
  text-decoration-color: transparent;
}
@media (max-width: 1600px) {
  .sservmini-items-item {
    width: 180px;
  }
  .sservmini-items {
    column-gap: 20px;
  }
}
@media (max-width: 1260px) {
  .sservmini-items-item {
    width: 200px;
  }
}
@media (max-width: 1060px) {
  .sservmini-h {
    margin-bottom: 15px;
  }
  .sservmini-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sservmini-items-item {
    flex-shrink: 0;
    width: 140px;
  }
  .sservmini-item {
    font-size: 15px;
  }
  .sservmini-item-thumb {
    height: 160px;
  }
  .sservmini-item-name {
    margin-top: 12px;
    text-underline-offset: 18%;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sd14/style.css?17447203541570*/
.sd14-h {
  margin-bottom: 30px;
}
.sd14-h.s-h2 {
  font-weight: 400;
}
.sd14-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sd14-item {
  padding: 40px 50px;
  border-radius: 20px;
  background: #fff;
}
.sd14-item-h {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.sd14-item-ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sd14-item-li-link {
  color: var(--c4);
  font-size: 19px;
  line-height: 1.3;
  transition: color .2s;
}
.sd14-item-li-link:hover {
  color: var(--c3);
}
.sd14-item:not([data-tab-content]){
  display: block !important;
}
.sd14-nav{
  display: none;
}
@media (max-width: 1600px) {
  .sd14-items {
    gap: 15px;
  }
  .sd14-item {
    padding: 30px;
  }
}
@media (max-width: 1260px) {
  .sd14-items {
    position: relative;
    gap: 10px;
  }
  .sd14-item {
    padding: 25px;
  }
  .sd14-item-h {
    font-size: 22px;
  }
  .sd14-item-ul {
    gap: 12px;
  }
  .sd14-item-li-link {
    font-size: 17px;
  }
}
@media (max-width: 1060px) {
  .sd14-h {
    margin-bottom: 5px;
  }
  .sd14-items {
    display: block;
  }
  .sd14-nav {
    display: block;
    margin-bottom: 20px;
  }
  .sd14-nav .tabs-nav-link {
    font-size: 19px;
    font-weight: 500;
  }
  .sd14-nav .tabs-nav-link.active {
    color: var(--c4);
  }
  .sd14-nav .tabs-nav-link:after{
    background: var(--c4);
  }
  .sd14-item:not([data-tab-content]):nth-child(n+2){
    display: none;
  }
}

/* End */


/* Start:/local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827*/
.sservpopular-h{
	margin-bottom: 20px;
}
.sservpopular-items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sservpopular-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(146, 148, 160, .3);
	color: #9294A0;
	font-size: 17px;
	font-weight: 500;
	max-width: 100%;
	transition: background-color .2s, color .2s, border .2s;
}
.sservpopular-item:hover{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.sservpopular-item span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 1060px) {
	.sservpopular-h.s-h4 {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.sservpopular-item {
		padding: 0 15px;
		height: 36px;
		font-size: 15px;
	}
}
/* End */
/* /local/components/skadium/include.block/templates/shead/style.css?17447203541598 */
/* /local/templates/s1.1/components/bitrix/breadcrumb/.default/style.css?17447203552784 */
/* /local/components/skadium/page/templates/catalog/skadium/include.block/catalog-section/style.css?17477195683675 */
/* /local/templates/s1.1/components/bitrix/catalog.smart.filter/.default/style.css?174472035514114 */
/* /local/components/skadium/page/templates/catalog/skadium/include.block/catalog-cat-mini/style.css?17447203541983 */
/* /local/templates/s1.1/components/bitrix/search.title/.default/style.css?17447203553664 */
/* /local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794 */
/* /local/components/skadium/include.block/templates/catalog-item/style.css?17447203544497 */
/* /local/components/skadium/include.block/templates/sstocks/style.css?17447203543302 */
/* /local/components/skadium/include.block/templates/timer/style.css?1744720355902 */
/* /local/components/skadium/include.block/templates/stock-item/style.css?17447203542404 */
/* /local/components/skadium/include.block/templates/popup-stock-modal/style.css?1744720354593 */
/* /local/components/skadium/_/templates/.default/modal/style.css?17447203543554 */
/* /local/components/skadium/include.block/templates/form-private/style.css?1744720354767 */
/* /local/components/skadium/include.block/templates/popup-order-modal/style.css?17447203542201 */
/* /local/components/skadium/include.block/templates/st2d/style.css?17447203542499 */
/* /local/components/skadium/include.block/templates/snewsitems/style.css?1744720354702 */
/* /local/components/skadium/include.block/templates/news-item/style.css?17447203542148 */
/* /local/components/skadium/include.block/templates/sservmini/style.css?17447203542091 */
/* /local/components/skadium/include.block/templates/sd14/style.css?17447203541570 */
/* /local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827 */
