

/* Start:/local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670*/
.section__title {
  text-align: center;
  font-family: "Akrobat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  color: #323232;
}

.product__list {
  display: grid;
  grid-template-columns: calc(25% - 5px) calc(25% - 5px) calc(25% - 5px) calc(25% - 5px);
  grid-template-rows: 1fr;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
}

.product__list .product-card .product-card-top .product-card-top-img {
  /*height: 700px;*/
}

.product-card {
  margin-bottom: 20px;
}

.recently_views .swiper .product-card .product-card-top .product-card-top-img,
.recently_views .swiper .product-card .product-card-top .additional-photo img,
.recently_views .swiper .product-card .product-card-top .additional-photo {
  height: 550px;
  width: auto;
}

.recently_views .swiper .product-card .product-card-footer-prices-price,
.recently_views .swiper .product-card .product-card-footer-prices-price-old {
  font-size: 18px;
  white-space: nowrap;
}

.recently_views .swiper .custom-button {
  height: 550px;
}

.swiper.product-hits__slider .custom-button {
  height: 700px;
}

.recently_views .swiper .button-detail {
  width: 103px;
  height: 45px;
  font-size: 16px;
}

.container {
  overflow: hidden;
}

.section__title {
  width: 100% !important;
  text-align: center;
}

.wrapper {
  margin-top: 90px;
}
.wrapper-optovikam {
max-width: 1200px;
margin: 0 auto;
margin-top: 90px;
}
@media screen and (min-width: 800px) {
  .section__title:hover {
    border-bottom: none !important;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1680px) {

  .recently_views,
  .product-hits {
    margin-right: -150px;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1950px) {
  .product__list {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2450px) {
  .product__list {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2900px) {
  .product__list {
    display: grid;
    grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 3400px) {
  .product__list {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (max-width: 1610px) {

  .recently_views,
  .product-hits {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1440px) {
  .product__list {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 450px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

@media screen and (max-width: 990px) {

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 550px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 550px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .product__list {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .page-top__title {
    font-size: 40px;
    text-align: left;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 353px;
    width: 353px;
  }

  .recently_views .swiper .custom-button {
    height: 353px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 540px;
  }

  .section__title {
    font-size: 35px !important;
    margin-top: 96px;
    margin-bottom: 0;
    text-align: left !important;
  }
}

@media screen and (max-width: 576px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 470px;
  }

  .recently_views,
  .product-hits {
    margin-right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .swiper.product-hits__slider .custom-button {
    height: 283px;
  }

  .bx-wrapper .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components-template/catalog-section/style.css?16941425203945*/
.page-top {
    width: 100%;
}

.page-top__title {
    font-family: 'Akrobat', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -0.6px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-top__subcategories-list {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 10px;
    flex-wrap: wrap;
    margin: -15px 0;
}

.page-top__subcategories-list-item {
    white-space: nowrap;
    margin: 15px 25px 0 0;
}

.page-top__subcategories-list-item:last-child {
    margin-right: 0;
}

.page-top__subcategories-list-item a {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.page-top__subcategories-list-item a.active {
    border-bottom: 1px solid #000;
    margin-top: -1px;
    color: #000;
    height: 25px;
}

.page-top__subcategories {
    margin-bottom: 33px;
}


.filter-button-rebild {
    border: 1px solid #333333;
    padding: 0 22px;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #333333;
    margin-right: 40px;
    height: 38px;
}

.filter-block-rebild {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-block {
    display: flex;
    align-items: center;
}

.filter-group-label {
    display: flex;
}

.filter-group-label a {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #666666;
    margin-right: 20px;
}

.filter-group-label a:nth-last-child(1) {
    margin-right: 0;
}

.filter-group-label a.active {
    color: #333333;
    text-decoration: underline;
}

.filter-sort-group {
    display: flex;
}

.filter-sort-title {
    margin-right: 22px;
}

.filter-sort-item {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #333333;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.filter-sort-item:nth-last-child(1) {
    margin-right: 0;
}

.filter-sort-item.active::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: -3px;
}

.filter-sort-title {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #999999;
}


.show-more-btn button {
    white-space: nowrap;
}

.filter-button-rebild {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

li::marker {
    display: none;
    font-size: 0;
}


html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar-thumb {
    margin-top: 10px;
    border: 2px solid #333;
    background-color: #333;
    border-radius: 12px;
}

html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar:horizontal {
    height: 6px;
}


@media screen and (max-width: 1440px) {
    .page-top__subcategories-list {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .page-top__subcategories-list {
        flex-direction: column;
        align-items: flex-start;
    }
}

#pagetitle {
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/cron_menu/style.css?16964013711749*/
.page-top__subcategories {
    margin-bottom: 63px;
}

.page-top__subcategories-list {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-wrap:wrap;
    padding-bottom: 10px;
    margin-top: 15px;
}

.page-top__subcategories-list-item {
    margin-right: 25px;
    white-space: nowrap;
}

.page-top__subcategories-list-item a.active {
    border-bottom: 1px solid #000;
    margin-top: -1px;
}

.page-top__subcategories-list-item a {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    flex: none;
    order: 1;
    flex-grow: 0;
}


html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar-thumb {
    margin-top: 10px;
    border: 2px solid #333;
    background-color: #333;
    border-radius: 12px;
}
html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

html:not(.bx-ios) .page-top__subcategories-list::-webkit-scrollbar:horizontal {
    height: 6px;
}

.subcategori-block-clothes {
    display: none;
}

@media screen and (max-width:480px){
    .page-top__subcategories {
        display: none;
    }
    .subcats--mobile {
        margin: 15px 0 15px 5px;
    }
    .opened .subcategori-block-clothes {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 55px;
        right: initial;
        left: 15px;
        background-color: #fff;
        z-index: 2;
        border: 1px solid #D9D9D9;
        height: auto;
        overflow-x: visible;
        padding: 10px 15px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/lexmer/style.css?171412359137284*/
.smart-filter {
    min-width: 220px;
    width: 100%;
    height: 100%;
}

.smart-filter-section {
    position: relative;
    height: calc(100% - 1px);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.smart-filter-title {
    margin-bottom: 30px;
    color: #000;
    font-size: 18px
}

.smart-filter-form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.smart-filter-form .smart-filter-form__list {
    flex: 1 0 auto;
    display: block;
    height: unset;
}
@media screen and (max-width:768px) {
    .smart-filter-form .smart-filter-form__list {
        height: unset;
    }
}
.smart-filter-parameters-box {
    position: relative
}

.smart-filter-parameters-box-title {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 13px
}

.smart-filter-parameters-box-title-text {
    color: var(--primary);
    cursor: pointer;
    transition: 250ms linear all
}

.bx-active .smart-filter-parameters-box-title-text {
    color: #333
}

.smart-filter-angle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle
}

.smart-filter-angles {
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.smart-filter-angles:after,
.smart-filter-angles:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 2px;
    background-color: #000;
    content: "";
    transition: all 250ms ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.smart-filter-parameters-box {
    cursor: pointer;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.smart-filter-angles:after {
    margin-left: 3px
}

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.smart-filter-hint {
    position: relative;
    display: inline-block;
    margin-right: 6px
}

.smart-filter-hint-icon {
    display: block;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px
}

.smart-filter-hint-popup {
    position: absolute;
    top: calc(100% + 8px);
    left: -7px;
    z-index: 10;
    display: none;
    padding: 10px;
    min-width: 200px;
    max-width: 300px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14)
}

.smart-filter-hint:hover .smart-filter-hint-popup {
    display: block
}

.smart-filter-hint-popup-angle {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
    transform: rotate(45deg)
}

.smart-filter-wrapper {
    display: block !important;
    position: sticky;
    bottom: 0px;
    left: 0;
    right: 0;
    flex: 0 0;
    /* margin: 0 -50px !important; */
}

.smart-filter-button-box {
    padding: 0 !important;
}

.smart-filter-block {
    display: none;
    box-sizing: content-box;
    transition: padding .3s ease
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
    display: block
}

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
    display: block;
    padding-bottom: 5px;
    font-style: normal;
    font-size: 14px
}

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 25px 18px 25px
}

.smart-filter-slider-track {
    position: relative;
    height: 1px;
    background: #e7e7e7
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
    display: none;
}

.smart-filter-slider-ruler.p1 {
    left: -1px
}

.smart-filter-slider-ruler.p2 {
    left: 25%
}

.smart-filter-slider-ruler.p3 {
    left: 50%
}

.smart-filter-slider-ruler.p4 {
    left: 75%
}

.smart-filter-slider-ruler.p5 {
    right: -1px
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
    color: #6b8086
}

.smart-filter-slider-range {
    z-index: 50
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
}

.smart-filter-slider-price-bar {
    z-index: 100
}

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #b1b1b1
}

.smart-filter-slider-price-bar-vn {
    background-color: #D9D9D9;
}

.smart-filter-slider-price-bar-v {
    z-index: 80;
    background-color: #000;

}

.smart-filter-slider-handle {
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    z-index: 110;
    transition: none;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -14px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -14px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent
}

.smart-filter-input-group-dropdown {
    display: block;
    height: 31px;
    border: 1px solid #ccd5db;
    border-radius: 3px
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
    border-color: var(--primary)
}

.smart-filter-dropdown-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 29px 0 10px;
    width: 100%;
    height: 29px;
    border: 0;
    border-radius: 2px;
    background: #fff
}

.smart-filter-dropdown-text {
    overflow: hidden;
    max-width: 100%;
    height: 29px;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 29px;
    cursor: pointer
}

.smart-filter-dropdown-text.fix {
    min-width: 120px
}

.smart-filter-dropdown-text label {
    cursor: pointer
}

.smart-filter-dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 29px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
    cursor: pointer
}

.smart-filter-input-group-dropdown-flex {
    display: flex;
    align-items: center
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
    margin-right: 5px
}

.smart-filter-dropdown-popup {
    padding: 0;
    min-width: 173px;
    background: #fff
}

.smart-filter-dropdown-popup ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.smart-filter-dropdown-popup ul li {
    display: block;
}

.smart-filter-dropdown-popup ul li:first-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5
}

.smart-filter-dropdown-popup ul li label {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    color: #575757;
    white-space: nowrap;
    cursor: pointer
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
    background: #f3f8fa;
    color: #000
}

.smart-filter-dropdown-popup ul li label.disabled {
    background: transparent;
    color: #b8b8b8
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
    padding-left: 5px
}

.smart-filter-tag {
    padding: 18px;
    border-top: 1px solid var(--theme-color-light);
    border-bottom: 1px solid var(--theme-color-light)
}

.smart-filter .bx-tag-link {
    color: var(--theme-color-light);
    text-decoration: none;
    text-shadow: none;
    font-size: 12px
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
    color: #1d3d46
}

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
    display: flex;
    align-items: center
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
    padding-left: 5px
}

.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
    position: relative;
    display: inline-block;
    padding: 3px;
    width: 31px;
    height: 31px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 23px;
    cursor: pointer;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
    border-color: var(--primary)
}

.smart-filter-checkbox-text,
.smart-filter-dropdown-text {
    font-size: 14px
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
    color: #6c6c6c
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
    position: relative;
    opacity: .7
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer
}

.smart-filter-checkbox-btn-image {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    line-height: 24px;
    -webkit-background-size: cover
}

.smart-filter-checkbox-btn-image.all {
    position: relative;
    border: 0;
    box-shadow: none;
    display: inline-block
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    content: " "
}

.smart-filter-checkbox-btn-image.all:after {
    right: 0;
    bottom: 0
}

.smart-filter-checkbox-btn-image.all:before {
    top: 0;
    left: 0
}

.smart-filter-checklist {
    margin: 0;
    padding: 0;
    list-style: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
    position: relative;
    background: transparent;
    box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
    border-color: var(--primary)
}

.smart-filter-param-btn.bx-spm {
    padding: 0;
    min-width: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: transparent;
    color: #767b7e;
    vertical-align: top;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px
}

.smart-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center
}

.smart-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center
}

.smart-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12)
}

.smart-filter span.bx-spm {
    display: inline-block;
    margin: 0 10px;
    height: 23px;
    color: #000;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px
}

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
    position: relative;
    display: inline-block;
    margin-top: -4px;
    margin-right: 2px;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 33px
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    line-height: 24px;
    -webkit-background-size: cover
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
    top: 0 !important;
    margin: 2px 0;
    width: 20px;
    height: 20px
}

.smart-filter-select-block .smart-filter-btn-color-icon {
    top: -1px !important
}

.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
    opacity: .2
}

.smart-filter-parameter-biz {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px dashed;
    color: #1485ce;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px
}

.smart-filter-parameter-biz:hover {
    border-bottom: 1px solid;
    text-decoration: none
}

.smart-filter-parameter-biz.bx-active {
    position: relative;
    border-color: transparent;
    color: #000
}

.btn-themes {
    color: #fff
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    color: #fff
}

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    min-height: 37px;
    border: 1px solid #c6dce7;
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px
}

.smart-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 fill repeat
}

.smart-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/components/bitrix/catalog.smart.filter/templates/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 fill repeat
}

.smart-filter-popup-result.right {
    left: 97%
}

.smart-filter-popup-result.left {
    right: 97%
}

.smart-filter-slider-handle.left {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 50%;
}

.smart-filter-slider-handle.right {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 50%;
}

.smart-filter-horizontal .smart-filter-popup-result {
    position: relative;
    right: auto;
    bottom: -7px;
    left: auto;
    display: inline-block
}

.smart-filter-popup-result a {
    color: #0073a3;
    line-height: 10px
}

.smart-filter-popup-result a:hover {
    text-decoration: none
}

.smart-filter-popup-result-close {
    display: none
}

@media(max-width:767px) {
    .bx-touch .smart-filter-popup-result {
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1001;
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
        width: auto;
        height: auto;
        border: 1px solid #c6dae7;
        border-radius: 2px;
        background: rgba(255, 255, 255, .9);
        font-size: 12px;
        line-height: 14px
    }

    .bx-touch .smart-filter-popup-result br {
        display: none
    }

    .smart-filter-popup-result .arrow {
        display: none
    }

    .smart-filter-form .smart-filter-form__list {
        min-width: none;
    }
}

.form-group.form-check.mb-1:hover input {
    border: 1px solid #000000;
}

.subcategori-block-clothes::-webkit-scrollbar {
    background-color: transparent;
}

@media (max-width: 1600px) {
    .subcategori-block-clothes {
        justify-content: unset;
    }
}

.smart-filter-title {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #000000;
}

.smart-filter-parameters-box-title-text {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 90%;
    /* identical to box height, or 38px */

    letter-spacing: -0.01em;

    /* neutral/12 */

    color: #000000;
}
@media screen and (max-width:480px){
    .smart-filter-parameters-box-title-text {
        font-size: 20px;
        line-height: 80%;
    }
    .smart-filter-title {
        font-size: 28px;
    }
}
.smart-filter-parameters-box-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smart-filter-input-container span {
    padding: 5px 15px;
    border: 1px solid #D9D9D9;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;

    /* neutral/1 */

    color: #000;
}

.smart-filter-input-container label input[type="checkbox"]:checked+span {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.smart-filter-input-container {
    margin-top: 20px;
}


.smart-filter-input-group-number label {
    margin-right: 10px;
    margin-bottom: 20px;
}

.smart-filter-checkbox-text.form-check-label {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #000000;
}

.smart-filter-button-box .smart-filter-parameters-box-container {
    width: 100%;
    position: relative;
    max-width: 660px;
    bottom: 0;
    left: 0;
}

#set_filter {
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 12px;
    border: none;
    border-radius: 0;
    background: #000000 !important;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
/* @media screen and (max-width:767px){
    #set_filter {
        margin-left: 24px;
    }
} */
#filterRebild .modal-dialog {
    position: fixed;
    top: -1px;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: flex;
}

.smart-filter-input-group-checkbox-list.custom-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.smart-filter-input-group-checkbox-list {
    margin-bottom: 20px;
}

.smart-filter-input-group-checkbox-list.custom-list > div {
    margin:5px 10px;
    padding:0;
}

.smart-filter-input-group-checkbox-list.custom-list input{
    display: none;
}

.smart-filter-input-group-checkbox-list.custom-list input:checked + label{
    background-color: #000;
    color: #fff;
    border:1px solid #000;
}

.smart-filter-input-group-checkbox-list.custom-list label{
    padding: 5px 15px;
    border: 1px solid #D9D9D9;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #000;
    transition: all .2s ease-in;
    cursor: pointer;
}

.smart-filter-input-group-checkbox-list.custom-list label:hover{
    border: 1px solid #000;
}


#filterRebild .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.modal-header {
    padding: 0 !important;
    padding-top: 25px !important;
}
#filterRebild .modal-header .close {
    padding: 15px 15px;
    padding-top: 10px;
    position: relative;
    top: -12px;
    right: 16px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    opacity: 1;
}
#filterRebild .modal-header .close span {
    color: #999999;
}
#filterRebild .smart-filter-parameters-box-title {
    margin-bottom: 20px;
}
#filterRebild .smart-filter-parameters-box-title-text {
    color: #000;
}

#filterRebild .bx-active .smart-filter-parameters-box-title-text {
    color: #000;
}

.filter-button-rebild {
    cursor: pointer;
}

.smart-filter-input-group-number input{
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #000000;
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    padding-left:38px;
}

.smart-filter-input-container {
    position: relative;
}

.smart-filter-input-group-number.prices .price-span-helper {
    position: absolute;
    border:none;
    background-color: transparent;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #777777;
    top:7px;
    left:0;

}

.smart-filter-input-group-number input:focus{
    border:1px solid #000;
}


.filters-block {
    margin-bottom: 20px;
}

.icon-options {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.filter-color {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 8px;
    border-radius: 50%;
    border: 1px solid #000;
}

.filter-color + label {
    padding-left: 18px;
}

.smart-filter-section__active-params {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-left:50px;
}

.smart-filter-section__active-params-wrapper {
    display: flex;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;
    min-width: 70%;
}

.smart-filter-section__active-params-param {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #000000;
    margin-right:12px;
    white-space: nowrap;
    cursor: pointer;
}

.smart-filter-section__active-params-remove-all {
    width: 25%;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #999999;
    cursor: pointer;
    margin-right:20px;
    white-space: nowrap;
}

.result-count-filter {
    position: absolute;
    right: 0;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    color: #999999;
}
.modal-body {
    overflow: auto;
}
.modal-dialog {
    max-width: 600px !important;
}
@media(max-width: 1440px) {

    .page-content-block {
        padding: 0 20px;
    }

    .smart-filter-button-box .smart-filter-parameters-box-container {
        max-width: 600px;
    }



    .modal-body {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 0 !important;
    }

    .filter-sort-group {
        display: none;
    }

    .page-number-block {
        order: 2;
    }

    .show-another {
        order: 1;
    }

    .show-another button {
        margin-left: 0;
    }

    .show-all-items {
        order: 3;
    }

}

@media (max-width: 767.9px) {
    .smart-filter-button-box .smart-filter-parameters-box-container {
        max-width: 100%;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 0 !important;
    }



    .smart-filter-checkbox-text.form-check-label {
        font-size: 16px;
        line-height: 130%;
    }

    .smart-filter-title {
        font-size: 31px;
        line-height: 90%;
    }

    .left-block {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-block-rebild {
        align-items: flex-start;
    }

    .filter-group-label {
        margin-top: 10px;
        width: 80px;
    }

    .view-all-rebild {
        flex-wrap: wrap;
    }

    .show-another {
        width: 100%;
        text-align: -webkit-center;
        margin-bottom: 20px;
    }
    .smart-filter-section__active-params {
        padding-left:20px;
    }
}

@media(min-width: 479px) {

    .name-of-category,
    .subcategori-block-clothes {
        display: none;
    }
}

@media(max-width: 565px) {

    .view-all-rebild {
        flex-direction: column;
    }
}

@media(max-width: 479px) {
    .title-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .info-title-rebild {
        font-size: 31px;
        line-height: 90%;
    }

    .filter-block-rebild {
        align-items: baseline;
    }

    .filter-button-rebild {
        font-size: 16px;
    }

    .filter-sort-item {
        font-size: 16px;
    }

    .page-number-block {
        margin-bottom: 20px;
    }
    .filter-button-rebild {
        margin-right: 10px;
        padding: 7px 15px 8px;
    }
    .smart-filter-section__active-params-remove-all {
        position: absolute;
        right: 35px;
        top: 45px;
    }

    
}


@media screen and (max-width: 350px){
    .filter-block-rebild {
       
    }
    
}


.filter-block-rebild.fixed {
    padding: 15px 20px;
    position: fixed;
    top: 60px;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    display: flex;
    left:0;

    align-items: center;
    margin-left: 0px;
    border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px){
    .filter-block-rebild.fixed {
        border-top: none;
        top: 0;
    }
}

@media screen and (max-width: 1200px){
    .filter-block-rebild.fixed { 
        padding: 20px 20px;
        margin-left: 0px;
    }
    .filter-block-rebild.fixed {
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px){
    .filter-block-rebild.fixed { 
        padding: 15px 5px;
        margin-left: 0px;
    }
}

.smartfilter-sort-block {
    position: relative;
}

.smartfilter-sort-block i svg {
    transition: all .2s ease-in;
}

.smartfilter-sort-block.active i svg {
    transform: rotate(360deg);
}

.smartfilter-sort-block__text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    height: 38px;
    flex-wrap: nowrap;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #333333;
    padding:0 22px;
    cursor: pointer;
}

.smartfilter-sort-block__text i {
    margin-right: 10px;
}

.smartfilter-sort-block__dropdown {
    position: absolute;
    display: none;
    padding:20px;
    border: 1px solid #000000;
    top: 50px;
    z-index: 100;
    background-color: #fff;
    right: 0px;
    width: calc(100% + 60px);
}

.smartfilter-sort-block.active .smartfilter-sort-block__dropdown {
    display: block;
}

.smartfilter-sort-block__dropdown-text {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 23px */

    letter-spacing: -0.01em;

    /* neutral/12 */

    color: #000000;
}

.smartfilter-sort-block__dropdown-list {
    display: flex;
    flex-direction: column;
}

.smartfilter-sort-block__dropdown-list-item {
    /* Desktop/Text 18 */

    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    letter-spacing: -0.01em;

    /* neutral/9 */
    white-space: nowrap;
    color: #4D4D4D;
    margin-bottom: 9px;
}

.smartfilter-sort-block__dropdown-list-item:last-child {
    margin-bottom: 0;
}



.smartfilter-sort-block__dropdown-list-item span {
    position: relative;
}

.smartfilter-sort-block__dropdown-list-item.active span::after {
   position: absolute;
   content: "";
   width: 100%;
   top:25px;
   left:0;
   height: 1px;
   background-color: #4D4D4D;
}

.filter-sort-adaptive {
    display: none;
}


@media screen and (max-width: 767px){
    .filter-block-rebild {
        align-items: flex-start;
    }
    .smartfilter-sort-block__dropdown-list-item { 
        font-size: 15px;
    }
}


.loading .smartfilter-sort-block__text {
    opacity: .5;
    pointer-events: none;
}

.smartfilter-sort-block__text-title {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #333333;
}


@media screen and (max-width: 480px){
    .filter-button-rebild,
    .smartfilter-sort-block__text {
        padding: 0 12px;
        font-size: 16px;
    }
    .smartfilter-sort-block__text-title {
        font-size: 16px;
    }
    .smartfilter-sort-block__dropdown-list-item.active span::after {
        top: 18px;
    }
}

@media screen and (min-width: 1660px){
    .filter-block-rebild.fixed { 
        padding:15px 50px;
    }

    
}

@media screen and (max-width: 480px) {
    .filter-block-rebild.fixed {
        padding: 15px 10px;
        margin-left: 0;
    }
    .page-top__subcategories-list {
        display: none;
    }
}


.filter-block-rebild.fixed.fixed-header-top {
    top:calc(50px + 60px);
}

@media screen and (max-width: 950px){
    .filter-block-rebild.fixed.fixed-header-top {
        top: 0px;
        z-index: 205;
    }
}



.smart-filter-section .form-check {
    padding-left: 1.75em;
}

.smart-filter-input-group-number .price-span-helper {
    position: absolute;
    border: none;
    background-color: transparent;
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #777777;
    top: 7px;
    left: 0;
}



#filterRebild .modal-body {
    padding: 0 50px;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px){
    
    #filterRebild .modal-body {
        padding: 0 20px;
    }
}


@media screen and (min-width: 767px){
    .filter-button-rebild,
    .smartfilter-sort-block,
    .smart-filter-param-text,
    .smart-filter-block .max-price.form-control,
    .smart-filter-block .min-price.form-control {
        transition: all .1s ease-in;
    }

    .filter-button-rebild i svg path,
    .smartfilter-sort-block i svg path {
        transition: all .1s ease-in;
    }

    #set_filter {
        border: 1px solid #000 !important;
    }

    /*.filter-button-rebild:hover i svg path,
    .smartfilter-sort-block:hover i svg path {
        fill: #fff;
    }*/

    .filter-button-rebild:hover,
    .smartfilter-sort-block:hover .smartfilter-sort-block__text{
       box-shadow: inset -1px -1px 0px #000000, inset 1px 1px 0px #000000;
    }


    .smart-filter.brands-filter .smart-filter-input-group-list .radio label span:hover {
        color:#6181A0;
    }

    .smart-filter-block .max-price.form-control:hover,
    .smart-filter-block .min-price.form-control:hover {
        border: 1px solid #000;
    }

    .smart-filter-block #set_filter:hover {
        background-color: #fff !important;
        color:#000;
    }

}

.modal.fade .modal-dialog {
    transform: none !important;
    transition: none !important;
}
.smart-filter-block .max-price.form-control::placeholder,
.smart-filter-block .min-price.form-control::placeholder {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #000000;
}

.htpclosed.filter-block-rebild.filter-block-rebild.fixed {
    top:60px;
}

.smartfilter-sort-block__dropdown-list-item:first-child {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/lexmer/style.css?16934752822907*/
.pagination-block {
	position: relative;
}

.text-center.show-more-btn button{
	padding: 10px 32px 12px;
	width: 185px;
	background: #000000;
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	/* or 23px */

	letter-spacing: -0.01em;

	/* neutral/1 */

	color: #FFFFFF;
}

.pagination-block .page-item {
	width: 40px;
	height: 40px;
}

.pagination-block .page-item.active {
	background-color: transparent;
}

.pagination-block .page-item.active .page-link {
    z-index: 1;
    border:1px solid #000;
	border-radius: 50%;
	background-color: transparent;
	
}

.pagination-block .page-item .page-link{
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 110%;
	/* or 23px */

	text-align: center;

	/* neutral/12 */

	color: #000000;
	border:none;
	border-top-left-radius: none;
    border-bottom-left-radius: none;
}

.pagination-block .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination-block .page-item.active .page-link {
	color: #000;
	white-space: nowrap;
}

.pagination-block .pagination.pagination-sm.all li {
	width: 100%;
	height: 100%;
}

.pagination-block .pagination.pagination-sm.all li a{
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	/* identical to box height, or 21px */

	text-transform: uppercase;
	white-space: nowrap;
	/* neutral/12 */
	width: 100%;
	color: #000000;
}

.pagination-block .pagination.pagination-sm li a:hover {
	background-color: transparent;
}

.show-more-btn {
	position: absolute;
	bottom: 0;
	left:calc(50% - 92.5px);
	z-index: 50;
}

@media screen and (max-width: 990px){
	.show-more-btn {
		position: initial;
		width: 40%;
	}
	.pagination-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.paginator-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 75%;
	}
}

@media screen and (max-width: 600px){
	.pagination-wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.show-more-btn {
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	.paginator-block {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.pagination-container {
		align-items: center;
		flex-direction: column;
	}
}


.bx-wrapper .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius:50%;
}


.pagination.pagination-sm.all {
	display: none;
}

.pagination-block {
	margin-top: 80px;
}

@media screen and (max-width: 768px){
	.pagination-block {
		margin-top: 40px;
	} 
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/new-lexmer/style.css?16986568803684*/
.description__wrapper {
    margin-top: 50px;
}

.info-title-rebild {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    /* or 54px */
    padding: 0 15px;
    letter-spacing: -0.01em;

    /* neutral/12 */

    color: #000000;
}

.info-text-box {
    margin-top: 40px;
    max-height: 320px;
    overflow-y: hidden;
    position: relative;
    transition: all .3s ease-in;
}

.description__wrapper.active .info-text-box {
    max-height: fit-content;
    height: 100%;
}

.description__wrapper.active .info-text-box::before {
    content:"";
    display: none;
}

.info-text-box::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom:0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.info-text-box p{
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    color: #666666;
}

.q {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}

.grad {
    background-image: linear-gradient(#ffffff00, #ffffffd9, #ffffff);
}

.info-text-box.active {
    max-height: 100%;
}

.active .grad.q {
    display: none;
}

.button-for-hidden {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
}

.button-for-hidden i {
    font-size: 15px;
}

.active+.button-for-hidden {
    margin-top: 40px;
}

.button-for-hidden {
    cursor: pointer;
}

.description__wrapper .button-for-hidden i svg {
    transition: all .3s ease-in;
}

.description__wrapper.active .button-for-hidden i svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px){
    .info-text-box p {
        font-size: 18px;
    }
    .description__wrapper {
        margin-top: 40px;
    }
    .description__wrapper .info-text-block {
        padding: 0;
    }
    .info-title-rebild {
        padding: 0;
    }
   
}

@media screen and (max-width: 576px){
    .info-title-rebild {
		font-size: 31px;
	}
    .info-text-box p {
        font-size: 16px;
    }
}

.pagination-block {

}

.show-more-btn {
    display: none;
}

.bx-wrapper .catalog .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media screen and (max-width:1200px){
	.bx-wrapper .catalog .container {
		padding-left: 20px !important;
		padding-right:20px !important;
	}	
}



@media screen and (max-width:480px){
	.bx-wrapper .catalog .container {
		padding-left: 5px !important;
		padding-right:5px !important;
	}	
}

.loader {
    background: #fff url('/local/templates/eshop_bootstrap_v4/components-template/search/./images/ajax-loader.gif') top center no-repeat;
}

.loader .product-item-container {
    opacity: 0;
}

@media screen and (max-width: 900px){
    .bx-ios .product__list.catalog,
    .bx-android  .product__list.catalog{
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 576px){
    .product__list.catalog {
        margin-bottom: 25px;
    }
}

.button-for-hidden {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.button-hidden-text-active {
    display: none;
}

.button-for-hidden.active .button-hidden-text-active{
    display: block;
}

.button-for-hidden.active .button-hidden-text{
    display: none;
}

.loader-fake.loader {
    height: 20vh;
    width: 100%;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670 */
/* /local/templates/eshop_bootstrap_v4/components-template/catalog-section/style.css?16941425203945 */
/* /local/templates/.default/components/bitrix/menu/cron_menu/style.css?16964013711749 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/lexmer/style.css?171412359137284 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/lexmer/style.css?16934752822907 */
/* /local/templates/.default/components/bitrix/catalog.section/new-lexmer/style.css?16986568803684 */
