

/* Start:/local/templates/templ_shop202409/include_old/s/brand.css?17410890282273*/
.inner-page {
  padding-top: 20px;
  padding-bottom: 30px;
}

.inner-page__title {
  margin-top: 0;
}

.inner-page p {
  margin-bottom: 25px;
  line-height: 1.4;
}

.inner-page__alfabet-item,
.inner-page__alfabet-list,
.inner-page__brand-item,
.inner-page__brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-page__alfabet {
  display: none;
}

.inner-page__alfabet.active {
  display: block;
}

.inner-page__alfabet-list {
  margin-bottom: 10px;
}

.inner-page__alfabet-item {
  margin: 5px;
  background: #fff;
  float: left;
}

.inner-page__alfabet-link {
  width: 50px;
  height: 30px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #868686;
  font-weight: 400;
  transition: background-color 0.2s ease-in;
  display: inline-block;
  z-index: 1;
  box-shadow: 0 2px #eaeaea;
}

.inner-page__alfabet-link:hover {
  padding: 4px;
  border: solid 2px var(--nPrimaryColor-900);
  color: var(--nPrimaryColor-900);
  font-weight: 500;
}

.inner-page__brand-item {
  margin: 6px;
  box-shadow: 0 2px #eaeaea;
  display: inline-block;
}

.inner-page__brand-item p {
  margin: 0;
}

.inner-page__brand-link {
  text-decoration: none;
  color: #3c3c3c;
  font-weight: 400;
  background-color: #fff;
  border-left: solid 2px var(--nPrimaryColor-900);
  display: inline-block;
  padding: 10px 20px;
}

.inner-page__brand-link:hover {
  color: #c37567;
  border-left: solid 2px #c37566;
}

.inner-page__brand-title {
  font-size: 54px;
  border-bottom: 2px solid var(--nPrimaryColor-900);
  margin: 10px 0 20px;
  color: var(--nPrimaryColor-900);
  display: inline-block;
  width: 100%;
}

/* === Adaptive === */
@media screen and (min-width: 1024px) {
  .inner-page,
.inner-page__title {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-duration: 1s;
  }
  .inner-page__title {
    animation-duration: 1s;
  }
}
@media screen and (max-width: 1170px) {
  .inner-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .inner-page__title {
    font-size: 24px;
  }
  .inner-page__brand-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .inner-page__brand-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

/* End */


/* Start:/local/templates/templ_shop202409/assets/styles/products.css?174074739412459*/
.page-products {
  padding-bottom: 25px;
}
.row-products {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.row-products > div {
  padding: 0 15px;
}
.col-sidebar {
  width: 25%;
  position: relative;
}
.col-products {
  width: 75%;
}
.tabs-products {
  gap: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-products__button {
  transition: all 0.3s;
  cursor: pointer; 
}
.tabs-products__button:hover {
  color: var(--color-accent);
}
.tabs-products__button.active {
  font-weight: 700;
}
.item-sidebar,.filter-item-shadow {
  margin: 1rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: var(--color-header-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.item-sidebar__head {
  font-size: 16px;
  padding: 14px 15px;
  gap: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.item-sidebar__head i {
  transition: all 0.3s;
}
.item-sidebar.active .item-sidebar__head i {
  transform: rotate(180deg);
}
.item-sidebar__content {
  padding: 15px;
  border-top: 1px solid var(--color-border-primary);
  display: none;
}
body .irs--flat .irs-from, 
body .irs--flat .irs-to, 
body .irs--flat .irs-single {
  display: none;
}
body .irs--flat .irs-min, 
body .irs--flat .irs-max {
  font-size: 14px;
  top: 15px;
  background: transparent;
  padding: 0;
  color: var(--color-text-primary);
  visibility: visible !important;
}
body .irs--flat .irs-bar {
  height: 3px;
  top: 0;
  background: var(--color-accent);
}
body .irs--flat .irs-line {
  height: 3px;
  top: 0;
  background-color: var(--color-border-primary);
}
body .irs--flat {
  height: 12px;
  margin-bottom: 20px;
}
body .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  top: -7px;
  border: 2px solid var(--color-accent);
  background: var(--color-header-background);
  border-radius: 50%;
  cursor: pointer;
}
body .irs--flat .irs-handle i {
  display: none !important;
}
.range-controls {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-range {
  font-size: 13px;
  width: 45%;
  position: relative;
}
.input-range input {
  height: 32px;
  padding-left: 30px;
  font-size: 13px;
  width: 100%;
  border: 1px solid var(--color-light-text);
}
.input-range span {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.item-sidebar .checkbox {
  margin-bottom: 15px;
}
.item-sidebar .checkbox:last-child {
  margin-bottom: 0;
}
.list-sidebar {
  max-height: 175px;
  overflow: auto;
  scrollbar-gutter: initial;
  scrollbar-width: initial;
  scrollbar-color: initial;
}
.list-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  width: 6px;
  border-radius: 8px;
}
.list-sidebar::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.list-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  width: 6px;
  border-radius: 8px;
}
.col-products .col-catalog {
  width: 33.3333%;
}
.col-products .pagination {
  margin-top: 30px;
}
.info-boxes {
  margin: -10px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.box-info {
  padding: 10px;
  width: 33.3333%;
}
.box-info h2,
.box-info h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 500;
}
.tab-products {
  display: none;
}
.tab-products:first-child {
  display: block;
}
.product-brands {
  margin-bottom: 25px;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body .container .unit-brand {
  padding: 15px 5px;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  color: initial;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: var(--color-header-background);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
body .container .unit-brand:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.unit-brand img {
  max-width: 70px;
  max-height: 35px;
}
.sorting-catalog {
  padding: 15px;
  gap: 20px;
  margin-bottom: 25px;
  background-color: var(--color-header-background);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.sorting-catalog strong {
  font-weight: 600;
}
body .sorting-catalog a {
  border: none;
  color: initial;
}
body .sorting-catalog .active {
  font-weight: 600;
}
body .sorting-catalog a:hover {
  color: var(--color-accent);
}
.btn-sort {
  gap: 7px;
  display: inline-flex;
  align-items: center;
}
.btn-sort svg,
.btn-sort img {
  width: 15px;
  top: -2px;
  position: relative;
  display: none;
  height: auto;
}
.btn-sort.active svg,
.btn-sort.active img {
  display: block;
}
.btn-sort_up img {
  transform: rotate(180deg);
  transform-origin: 50% 64%;
}
.tooltip-sidebar {
  top: -10px;
  left: 100%;
  margin-left: 15px;
  width: 130px;
  padding: 15px;
  box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
  background-color: var(--color-header-background);
  color: var(--color-text-primary);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 10;
  display: none;
}
.tooltip-sidebar .button {
  padding-left: 0;
  padding-right: 0;
}
.tooltip-sidebar::before {
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: var(--color-header-background);
  border-left-color: transparent;
}
.tooltip-sidebar__title {
  margin-bottom: 5px;
}
.btn-open-sidebar {
  display: none;
}
.page-brand,
.page-design-projects {
  padding-bottom: 50px;
}
.page-design-projects .col-products {
  padding-top: 15px;
}
.page-design-projects .list-sidebar .checkbox:nth-child(n+5) {
  display: none;
}
.title + .sorting-catalog {
  margin-top: 20px;
}
.title + .row-products {
  padding-top: 25px;
}
.filter-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  background-color: var(--color-header-background);
  border: 1px solid var(--color-border-secondary);
}
.tabs-filter {
  gap: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tabs-filter li {
  list-style-type: none;
}
body .tabs-filter button {
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: all 0.3s;
}
body .tabs-filter .active button,
body .tabs-filter button:hover {
  background: var(--color-accent);
  color: var(--color-header-background);
}
.text-block {
  padding: 20px;
  margin-top: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  background-color: var(--color-header-background);
  border: 1px solid var(--color-background);
}
.text-block p {
  margin-bottom: 15px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
body main .clear-filter {
  gap: 10px;
  border: none;
  padding: 0;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.clear-filter svg,
.clear-filter img {
  width: 11px;
  height: 11px;
}
.unit-sidebar__head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: var(--color-header-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.unit-sidebar__title {
  font-size: 18px;
  font-weight: bold;
}
.unit-sidebar__close {
  display: none;
}
.col-sidebar .row.unit-sidebar {
	display: block;
	margin: 0;
}
.col-sidebar .row.unit-sidebar > .col-lg-3 {
	padding: 0;
}
.filter_box .filter_top .reset_fltr:before {
	background-image: url(/local/templates/templ_shop202409/assets/styles/../img/reset2.svg);
    background-repeat: no-repeat;
    background-position: center;
  background-size: contain;
}
.reset_fltr input {
    border: none;
}
.filter_open {
	display: none;
}
.filter_box .filter_input_checkbox label {
	margin: 0;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.col-5 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
.bx-filter .bx-ui-slider-part.p2 span, .bx-filter .bx-ui-slider-part.p3 span, .bx-filter .bx-ui-slider-part.p4 span {
	color: #000;
}
.btn-open-sidebar i {
	    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.filter_flex_box {
	overflow: auto !important;
  scrollbar-gutter: initial;
  scrollbar-width: initial;
  scrollbar-color: initial;
}

.filter_flex_box::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  width: 6px;
  border-radius: 8px;
}


@media only screen and (max-width : 1200px) {
  .unit-brand img {
    max-width: 53px;
    max-height: 29px;
}
.row-products > div {
  padding: 0 8px;
}
.row-products {
  margin: 0 -8px;
}
}

@media only screen and (max-width : 992px) {
  .col-sidebar {
    width: 100%;
  }
  .col-products {
    width: 100%;
  }
  .unit-sidebar {
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    background: var(--color-background);
    z-index: 900;
    transition: all 0.3s;
    transform: translateX(100%);
  }
  .unit-sidebar.active {
    transform: none;
  }
  .unit-sidebar__head {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: var(--color-header-background);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .unit-sidebar__title {
    font-size: 18px;
    font-weight: 600;
  }
  .unit-sidebar__close {
    font-size: 25px;
    padding: 0 15px;
    cursor: pointer;
    display: block;
    margin-left: auto;
  }
.product-brands {
  grid-template-columns: 1fr 1fr;
}
.sorting-catalog {
  gap: 15px;
  flex-wrap: wrap;
}
.sorting-catalog strong {
  width: 100%;
}
.btn-open-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  background-color: var(--color-accent);
  height: 80px;
  color: var(--color-header-background);
  transition: all 0.3s;
  cursor: pointer;
  position: fixed;
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  font-size: 18px;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.btn-open-sidebar.active {
  right: 100%;
}
.box-info {
  width: 100%;
}
.body_fixed {
  overflow: hidden;
}
.tooltip-sidebar {
  display: none !important;
}
.tabs-filter {
  justify-content: center;
}
.tabs-products {
width: 100%;
margin: 0;
justify-content: flex-start;
}
	.btn-close.filter_open {
        width: 22px;
        height: 22px;
display: block !important;
	background-image: url(/local/templates/templ_shop202409/assets/styles/../img/times.svg);
background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 17px;
        right: 10px;
        z-index: 4;
        bottom: auto;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
}
	.filter_top .text-right {
	    text-align: left !important;
}

}

@media only screen and (max-width : 768px) {
  .col-products .col-catalog {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/templ_shop202409/components/custom/collection3v.section/template_cllc_sect3v/style.css?17389392613808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */
/* /local/templates/templ_shop202409/include_old/s/brand.css?17410890282273 */
/* /local/templates/templ_shop202409/assets/styles/products.css?174074739412459 */
/* /local/templates/templ_shop202409/components/custom/collection3v.section/template_cllc_sect3v/style.css?17389392613808 */
