

/* Start:/local/templates/geo/assets/css/products.css?177652779614688*/
.products > .container {
  border-bottom: 1px solid #edeef2;
  padding-bottom: 80px;
}
.products-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 12px;
}
.products-filters__line {
  width: 100%;
  background-color: #edeef2;
  height: 1px;
  display: flex;
}
.products-filters-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products-filters-links__back {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
}
.products-filters-links__back-icon {
  margin-left: 5px;
}
.products-filters-links__title {
  font-weight: 600;
}
.products-filters-links-items {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  gap: 12px;
  width: 100%;
}
.products-filters-links-items-item__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.products-filters-links-items-item__button {
  color: #A0A1A3;
}
.products-filters-links-items-item__button-icon {
  margin-left: 7px;
}
.products-filters-wrap-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.products-filters-wrap-items-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.products-filters-wrap-items-item__header {
  font-weight: 600;
}
.products-filters-wrap-items-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products-filters-wrap-items-item-content-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products-filters-wrap-items-item-content-wrap__input {
  position: relative;
  margin: 0;
  border: 1px solid #d3d4da;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products-filters-wrap-items-item-content-wrap__input::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(/local/templates/geo/assets/css/../img/icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 11px;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s;
}
.products-filters-wrap-items-item-content-wrap__input:checked {
  border: 1px solid #be1439;
  background: #be1439;
}
.products-filters-wrap-items-item-content-wrap__input:checked::after {
  opacity: 1;
}
.products-filters-wrap-items-item-content-wrap__label {
  cursor: pointer;
}
.products-filters-wrap-items-item-content-wrap__button {
  color: #A0A1A3;
}
.products-filters-wrap-items-item-content-wrap__button-icon {
  transition: all 0.3s;
}
.products-filters-wrap-items-item-content-wrap__button-icon > path {
  transition: all 0.3s;
}
.products-filters-wrap-items-item-content--inputs {
  flex-direction: row;
  gap: 8px;
}
.products-filters-wrap-items-item-content--inputs > .products-filters-wrap-items-item-content-wrap > .products-filters-wrap-items-item-content-wrap__input {
  border: 1px solid #d3d4da;
  border-radius: 6px;
  padding: 0px 16px;
  height: 44px;
  background: #fff;
  width: 100%;
  display: block;
  justify-content: start;
  align-items: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.products-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.products-content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.products-content-header-select {
  position: relative;
  width: 227px;
}
.products-content-header-select__input {
  display: none;
}
.products-content-header-select-top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  border: 1px solid #D3D4DA;
  border-radius: 6px;
  padding: 0px 16px;
  transition: 0.3s all;
}
.products-content-header-select-top__value {
  color: #101011;
}
.products-content-header-select-top__icon {
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
.products-content-header-select-bottom {
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 48px;
  background: #fff;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  z-index: 20;
  width: 100%;
}
.products-content-header-select-bottom__item {
  display: flex;
  justify-content: start;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.products-content-header-buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.products-content-header-buttons__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  background: #edeef2;
  transition: all 0.3s;
}
.products-content-header-buttons__button-icon {
  width: 24px;
  height: 24px;
}
.products-content-header-buttons__button-icon > path {
  fill: #101011;
  transition: all 0.3s;
}
.products-content-header__button {
  position: relative;
  height: 44px;
  background: #464648;
  border-radius: 6px;
  padding: 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: none;
}
.products-content-header__button-icon {
  width: 20px;
  height: 20px;
}
.products-content-header__button-number {
  position: absolute;
  right: -4px;
  top: -4px;
  background: #be1439;
  outline: 2px solid #fff;
  border-radius: 999px;
  padding: 0px 3px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.products-content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 32px;
}
.products-content-items-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.products-content-items-item-preview {
  display: flex;
  aspect-ratio: 1/1;
  border: 1px solid rgba(136, 137, 140, 0.2);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.products-content-items-item-preview-slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.products-content-items-item-preview-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-content-items-item-preview-pagination {
  display: flex;
  width: -moz-max-content !important;
  width: max-content !important;
  flex-direction: row;
  gap: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  margin: 0 auto;
  justify-self: center;
  z-index: 10;
}
.products-content-items-item-preview-pagination > .products-pagination__dot {
  border-radius: 6px;
  width: 6px;
  height: 6px;
  transition: all 0.3s;
  backdrop-filter: blur(24px);
  background: rgba(136, 137, 140, 0.2);
}
.products-content-items-item-preview-pagination > .products-pagination__dot.active {
  background: #be1439;
}
.products-content-items-item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products-content-items-item-info__title {
  color: #101110;
}
.products-content-items-item-info__desc {
  color: #707173;
}
.products-content-items-item-info__price {
  color: #be1439;
}
.products-content-items-item-info__price--disabled {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #707173;
  color: #707173;
}
.products-content-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.products-content-footer-pagination {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.products-content-footer-pagination-item {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #f5f5f7;
  transition: all 0.3s;
}
.products-content-footer-pagination-item.active {
  background: #242426 !important;
}
.products-content-footer-pagination-item.active > a {
  color: #fff !important;
}
.products-content-footer-pagination-item__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #101011;
}
.products-content-footer-pagination-item__link--arrow {
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  color: #443105;
  transition: all 0.3s;
}
.products-content-footer__button {
  margin-top: 0;
}
.products-content-header-select-bottom__item.selected {
  background: #f6f6f6;
}

.products-filters-links-items-item__button.expanded > .products-filters-links-items-item__button-icon {
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .products-content-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 24px;
  }
  .products-content-items--table > .products-content-items-item > .products-content-items-item-info {
    grid-template-columns: calc(100% - 212px) 200px;
  }
  .products-content-items--table > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__price {
    grid-area: price;
    width: 200px;
    display: flex;
    align-items: center;
  }
  .products-content-items--table > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__price--disabled {
    grid-area: price;
    width: 200px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .products-content-items--list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .products-content-items--list > .products-content-items-item {
    flex-direction: row;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-preview {
    min-width: 150px;
    height: 150px;
    width: 150px;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-info {
    display: grid;
    grid-template-areas: "title price" "desc price";
    grid-template-columns: calc(100% - 252px) 240px;
    width: 100%;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__title {
    grid-area: title;
    display: flex;
    align-items: end;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__desc {
    grid-area: desc;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__price {
    grid-area: price;
    width: 240px;
    display: flex;
    align-items: center;
  }
  .products-content-items--list > .products-content-items-item > .products-content-items-item-info > .products-content-items-item-info__price--disabled {
    grid-area: price;
    width: 240px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .products-filters {
    display: none;
  }
  .products-wrap {
    grid-template-columns: 1fr;
  }
  .products-content-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-content-header-buttons {
    display: none;
  }
  .products-content-header__button {
    display: flex;
  }
}
@media (max-width: 768px) {
  .products > .container {
    padding-bottom: 60px;
  }
  .products-content-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-content-footer {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .products-content {
    width: calc(100vw - 24px);
  }
  .products > .container {
    padding-bottom: 40px;
  }
  .products-content-header {
    gap: 12px;
  }
  .products-content-header-select {
    width: 100%;
  }
  .products-content-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 12px;
  }
}
@media (min-width: 992px) {
  .products-content-footer-pagination-item:hover {
    background: #edeef2;
  }
  .products-filters-wrap-items-item-content-wrap__button {
    transition: all 0.15s;
  }
  .products-filters-wrap-items-item-content-wrap__button > svg > path {
    transition: all 0.15s;
  }
  .products-filters-wrap-items-item-content-wrap__button:hover {
    color: #101011;
  }
  .products-filters-wrap-items-item-content-wrap__button:hover > svg > path {
    fill: #101011;
  }
  .products-filters-links-items-item__button {
    transition: all 0.15s;
  }
  .products-filters-links-items-item__button > svg > path {
    transition: all 0.15s;
  }
  .products-filters-links-items-item__button:hover {
    color: #101011;
  }
  .products-filters-links-items-item__button:hover > svg > path {
    fill: #101011;
  }
  .products-filters-links-items-item__link {
    transition: all 0.15s;
  }
  .products-filters-links-items-item__link:hover {
    color: #be1439;
  }
  .products-filters-links__back {
    transition: all 0.3s;
  }
  .products-filters-links__back > svg > path {
    transition: all 0.3s;
  }
  .products-filters-links__back:hover {
    color: #be1439;
  }
  .products-filters-links__back:hover > svg > path {
    fill: #be1439;
  }
  .products-content-header-select-bottom__item:hover {
    background: #f6f6f6;
  }
  .products-content-header-buttons__button:hover {
    background: #d3d4da;
  }
  .products-content-header-buttons__button.active:hover {
    background: #707173;
  }
}
.products-content-header-select.active > .products-content-header-select-bottom {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.products-content-header-select.active > .products-content-header-select-top > .products-content-header-select-top__icon {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.products-content-header-buttons__button.active {
  background: #464648;
  transition: all 0.3s;
}
.products-content-header-buttons__button.active > .products-content-header-buttons__button-icon > path {
  fill: #fff;
  transition: all 0.3s;
}

.products-filters-links-items-item__button.expanded > .products-filters-links-items-item__button-icon {
  transform: rotate(180deg);
  transition: all 0.3s;
}

[data-expanded-wrap] {
  transition: height 0.3s ease;
  overflow: hidden;
}
[data-expanded-wrap] > [data-expanded-item]:nth-child(n+6) {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}/*# sourceMappingURL=products.css.map */
/* End */


/* Start:/local/components/kombox/filter/templates/.default/style.css?177652779611500*/
#kombox-filter .lvl1 {
	position: relative;
}

#kombox-filter .lvl1:before, #kombox-filter li:before {
	content: none !important;
}

#kombox-filter .kombox-filter-property-head {
	zoom: 1;
	padding-left: 19px;
	margin-bottom:5px;
	position: relative;
}

#kombox-filter .kombox-filter-property-i {
	background: url("/local/components/kombox/filter/templates/.default/images/list.gif") no-repeat scroll center -9px rgba(0, 0, 0, 0);
	display: block;
	position: absolute;
	font-size: 1px;
	height: 9px;
	left: 1px;
	cursor: pointer;
	top: 5px;
	width: 9px;
	zoom: 1;
}

#kombox-filter .kombox-closed .kombox-filter-property-i {
	background: url("/local/components/kombox/filter/templates/.default/images/list.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#kombox-filter .kombox-filter-property-name {
	border-bottom: 1px dotted #000;
	cursor: pointer;
	position: relative;
	font-weight:bold;
}

#kombox-filter .kombox-num .kombox-range{
	padding:10px 10px 10px 0;
}

#kombox-filter .kombox-num .kombox-range input{
	display:none;
}

#kombox-filter div.kombox-combo, 
#kombox-filter div.kombox-radio
{
	padding: 5px 0 0 15px;
	margin: 0;
}

#kombox-filter div.kombox-link
{
	padding: 0 0 0 15px;
	margin: 0;
}

#kombox-filter div.kombox-select,
#kombox-filter div.kombox-list
{
	padding: 0;
	margin: 0;
}

#kombox-filter .kombox-select select,
#kombox-filter .kombox-list select
{
	padding: 5px;
	width:100%;
}


#kombox-filter .kombox-disabled label,
#kombox-filter .kombox-disabled a,
#kombox-filter option.kombox-disabled{
	color: #6f7980;
}

#kombox-filter .kombox-link  .lvl2{
	padding-left: 8px;
	position: relative;
	left: -8px;
}

#kombox-filter .kombox-link .kombox-checked{
	padding-left: 0;
}

#kombox-filter .kombox-link  .lvl2 a{
	padding: 2px 0 1px 0;
	display: inline-block;
}

#kombox-filter .kombox-link .kombox-checked a{
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #3f454b;
	padding: 1px 22px 1px 8px;
	position: relative;
	text-decoration:none;
}

#kombox-filter .kombox-link .kombox-checked a:hover{
	border-color: #fbdada;
	text-decoration:none;
}

#kombox-filter .kombox-link  .lvl2 a span.kombox-remove-link{
	background: #ffffff url("/local/components/kombox/filter/templates/.default/images/remove_link.png") no-repeat 0 0;
	display: none;
	height: 8px;
	margin-left: 8px;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 8px;
}

#kombox-filter .kombox-link .kombox-checked a span.kombox-remove-link{
	display: inline-block;
}

#kombox-filter .kombox-link .kombox-checked a:hover span.kombox-remove-link{
	background-position: 0 100%;
}

#kombox-filter .kombox-link .kombox-disabled a{
	color: #6f7980 !important;
	border:none;
	text-decoration:line-through;
}

#kombox-filter .kombox-disabled a{
	border:none;
	text-decoration:line-through;
}

#kombox-filter .lvl2 .kombox-cnt{
	color: #6f7980;
	font-size: .85em;
}

#kombox-filter .kombox-disabled .kombox-cnt, .kombox-filter .kombox-checked .kombox-cnt{
	display:none;
}

#kombox-filter .kombox-checked a{
	border:none;
	color:#000;
}

#kombox-filter .kombox-filter-property-body a.kombox-values-other-show,
#kombox-filter .kombox-filter-property-body a.kombox-values-other-hide{
	font-size: .85em;
	display:inline-block;
	margin-top:5px;
	border:0;
}

#kombox-filter .kombox-filter-property-hint{
	cursor: pointer;
	position: relative;
	top: 2px;
	width: 12px;
	height: 12px;
	margin-left:5px;
	display: inline-block;
	background: rgba(0, 0, 0, 0) url(/local/components/kombox/filter/templates/.default/images/hint.gif) no-repeat right center;
}

#kombox-filter .kombox-filter-property-hint-text{
	display:none;
}

.kombox-filter-hint{
	padding:5px 10px 5px 5px;
	max-width: 500px;
}

#kombox-filter .modef {
	background: transparent url('/local/components/kombox/filter/templates/.default/images/modef.gif') no-repeat right center;
	top: -4px;
	position: absolute;
	padding-right:5px;
	z-index:1000;
}

#kombox-filter .modef-right {
	background: transparent url('/local/components/kombox/filter/templates/.default/images/modef-right.gif') no-repeat left center;
	padding-left:5px;
}

#kombox-filter .modef .modef-wrap {
	background-color:#fff;
	border: 1px solid #ffea94;
	border-right:none;
	color: #3F3F3F;
	padding: 5px 15px 5px 10px;
	white-space: nowrap;
}

#kombox-filter .modef-right .modef-wrap {
	border: 1px solid #ffea94;
	border-left:none;
}

#kombox-filter .kombox-loading {
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	background:transparent url(/local/components/kombox/filter/templates/.default/images/loading.png) repeat center;
	display:none;
}

a.kombox-del-filter{
	display:inline-block;
	margin-left:10px;
	
}

.kombox-filter-choice{
	overflow: hidden;
	padding: 5px 0 20px 0;
}


.kombox-filter-choice ul{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.kombox-filter-choice li{
	float: left;
    border: 1px solid #e7e7e7;
	border-right:0;
    border-radius: 0;
    color: #3f454b;
    padding: 5px 25px 5px 15px;
    position: relative;
    text-decoration: none;
}

.kombox-filter-choice li:last-child{
    border-radius: 0 5px 5px 0;
    padding: 5px 25px 5px 15px;
	border: 1px solid #e7e7e7;
}

.kombox-filter-choice li:first-child{
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    padding: 5px 25px 5px 15px;
	border-left: 1px solid #e7e7e7;
}

.kombox-filter-choice li.kombox-filter-choice-item-name {
    border-radius: 5px 0 0 5px;
	padding: 5px 15px 5px 15px;
	color: #000;
    font-weight: bold;
}

.kombox-filter-choice li:hover{
	border-color: #fbdada;
	text-decoration:none;
}

.kombox-filter-choice li a, .kombox-filter-choice li a:hover{
	text-decoration:none;
	color: #3f454b;
}

.kombox-filter-choice li.kombox-filter-choice-item-name:hover {
    border-color: #e7e7e7;
}

.kombox-filter-choice li .kombox-remove-link span{
	background: #ffffff url("/local/components/kombox/filter/templates/.default/images/remove_link.png") no-repeat 0 0;
	height: 8px;
	margin-left: 8px;
	position: absolute;
	right: 8px;
	top: 9px;
	width: 8px;
}

.kombox-filter-choice li .kombox-remove-link span{
	display: inline-block;
}

.kombox-filter-choice li:hover .kombox-remove-link span{
	background-position: 0 100%;
}

.kombox-filter-choice-count {
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #000;
    padding: 5px 25px 5px 15px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 234, 148, 0.42);
}

#kombox-filter .irs {
    position: relative; display: block;
}
    #kombox-filter .irs-line {
        position: relative; display: block;
        overflow: hidden;
    }
        #kombox-filter .irs-line-left, #kombox-filter .irs-line-mid, #kombox-filter .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        #kombox-filter .irs-line-left {
            left: 0; width: 0%;
        }
        #kombox-filter .irs-line-mid {
            left: 10%;
        }
        #kombox-filter .irs-line-right {
            right: 0; width: 0%;
        }

    #kombox-filter .irs-diapason, #kombox-filter .irs-diapason-left, #kombox-filter .irs-diapason-right {
        position: absolute; display: block;
        left: 0; width: 100%;
    }
    #kombox-filter .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        #kombox-filter .irs-slider.single {
            left: 10px;
        }
            #kombox-filter .irs-slider.single:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -100%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.from {
            left: 100px;
        }
            #kombox-filter .irs-slider.from:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -200%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.to {
            left: 300px;
        }
            #kombox-filter .irs-slider.to:before {
                position: absolute; display: block; content: "";
                top: -50%; left: 0;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.last {
            z-index: 2;
        }

    #kombox-filter .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    #kombox-filter .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    #kombox-filter .irs-from, #kombox-filter .irs-to, #kombox-filter .irs-single {
        position: absolute; display: block;
        bottom: 0; left: 0;
        cursor: default;
        white-space: nowrap;
		margin-bottom:-17px;
    }
	
	#kombox-filter .irs-from {
		margin-left:-7px;
    }
	
	#kombox-filter .irs-to {
		margin-left:10px;
    }


#kombox-filter .irs-grid {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 20px;
}
#kombox-filter .irs-with-grid #kombox-filter .irs-grid {
    display: block;
}
    #kombox-filter .irs-grid-pol {
        position: absolute;
        bottom: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    #kombox-filter .irs-grid-pol.small {
        height: 4px;
    }
    #kombox-filter .irs-grid-text {
        position: absolute;
        top: 0; left: 0;
        width: 100px;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        color: #000;
    }
	
#kombox-filter .irs-line-mid,
#kombox-filter .irs-line,
#kombox-filter .irs-diapason-left, 
#kombox-filter .irs-diapason-right,
#kombox-filter .irs-slider {
    background: url(/local/components/kombox/filter/templates/.default/images/slider.png) repeat-x;
}

#kombox-filter .irs {
    height: 40px;
}
#kombox-filter .irs-with-grid {
    margin-top: 10px;
}
#kombox-filter .irs-line {
    height: 8px; top: 25px;
	 background-position: 0 0;
}
    #kombox-filter .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    #kombox-filter .irs-line-mid {
        height: 6px;
        background-position: left bottom;
    }
    #kombox-filter .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

#kombox-filter .irs-diapason, #kombox-filter .irs-diapason-left, #kombox-filter .irs-diapason-right {
    height: 8px; top: 25px;
    background-position: 0 -60px;
}

#kombox-filter .irs-diapason{
	background:none;
}

#kombox-filter .irs-slider {
    width: 22px; height: 22px;
    top: 17px;
    background-position: 0 -90px;
}

#kombox-filter .irs-min, #kombox-filter .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 #kombox-filter .irs-min, .lt-ie9 #kombox-filter .irs-max {
    background: #ccc;
}

#kombox-filter .irs-from, #kombox-filter .irs-to, #kombox-filter .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
	display:none !important;
}
.lt-ie9 #kombox-filter .irs-from, .lt-ie9 #kombox-filter .irs-to, .lt-ie9 #kombox-filter .irs-single {
    background: #999;
}

#kombox-filter .irs-grid-pol {
    background: #99a4ac;
}
#kombox-filter .irs-grid-text {
    color: #99a4ac;
}

#kombox-filter .irs-slider.from {
	background-position:-4px -75px;
	width: 13px;
	height: 28px;
	margin-left: -6px;
}

#kombox-filter .irs-slider.to {
	background-position:-4px -75px;
	width: 13px;
	height: 28px;
	margin-left: -7px;
}

#irs-active-slider, #kombox-filter .irs-slider:hover {
    background-position: -4px -105px;
}
/* End */


/* Start:/local/templates/geo/components/bitrix/system.pagenavigation/catalog/style.css?177652779683*/
.products-content-footer-pagination-item.active > span {
	color: #fff !important;
}
/* End */


/* Start:/local/templates/geo/components/bitrix/catalog.section/.default/style.css?1776527796318*/
.products-content-footer-pagination-item .products-content-footer-pagination-item__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    color: #101011;
}

.products-content-footer-pagination-item:hover{
    cursor: pointer;
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17765277573514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/templates/geo/components/bitrix/form.result.new/order-area/style.css?1776527796623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/geo/components/bitrix/form.result.new/order-area/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/geo/components/bitrix/form.result.new/order-area/images/icon_warn.gif);
}
/* End */
/* /local/templates/geo/assets/css/products.css?177652779614688 */
/* /local/components/kombox/filter/templates/.default/style.css?177652779611500 */
/* /local/templates/geo/components/bitrix/system.pagenavigation/catalog/style.css?177652779683 */
/* /local/templates/geo/components/bitrix/catalog.section/.default/style.css?1776527796318 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17765277573514 */
/* /local/templates/geo/components/bitrix/form.result.new/order-area/style.css?1776527796623 */
