

/* Start:/local/templates/main/components/bitrix/catalog/main.2.0/style.css?17507661986412*/
/* 18 06 2025 */
.filter-content {
  align-items: center;
}
.filter-content .filter-content__block {
  width: auto;
}
.filter-content .filter-selected__item {
  margin: 0;
}
.filter-button__block {
  min-width: 270px;
  max-width: 270px;
}
.filter-content__view {
  margin: 0;
}
.filter-content .filter-content__block .all-product {
  margin: 0;
}
.section-page__products .card-product {
  width: calc(25% - 16px);
}
.filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap:15px;
  white-space: nowrap;
}
.filter-button span {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}
.filter-button img {
  min-width: 28px;
  max-width: 28px;
}
.filter {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 100%;
  z-index: 555;
  margin: 0;
  width: 384px;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  padding: 0 0 70px 0;
  transition: all 300ms ease;
}
.filter-show {
  opacity: 1;
  visibility: visible;
}
.filter::-webkit-scrollbar {
  width: 5px;
}
.filter::-webkit-scrollbar-button:hover {
  background-color: #EBEBEB;
}
.filter::-webkit-scrollbar-thumb {
  background: #EBEBEB;
  border-radius: 10px;
}
.filter::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.filter-caption p {
  display: none;
}
.filter-caption__close {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter-buttons {
  width: 384px;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 10px 40px;
  display: flex;
  gap: 6px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}
.filter-buttons .button {
  flex: 1;
  margin: 0;
}
.filter-content-mobile {
  padding: 40px 36px 0;
}
.filter-caption__close span.text {
  display: none;
}
.filter-caption {
  display: flex;
}
.filter-caption__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.filter-open {
  overflow: hidden;
}
body.filter-open:after {
  content: '';
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
}
.header-mobile__menu__dropdown__close {
  min-width: 42px;
  max-width: 42px;
  border-radius: 6px;
  height: 42px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile__menu__dropdown__close svg path {
  fill: #000;
}
.header-mobile__menu__dropdown__close svg {
  margin: 0;
}
.search__catalog__nw {
  width: 100%;
}
.header-mobile__menu__dropdown_caption {
  gap:5px;
  border: 0px;
  padding: 20px 0 10px;
}
.header-mobile__menu__dropdown__block {
  height: calc(100vh - 60px);
}
.menu-calalog__nw {
  display: block;
  margin: 0 15px 20px;
}
.menu-calalog__nw__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color:#000;
  font-weight: 700;
  text-decoration: none;
}
.menu-calalog__nw__button img {
  min-width: 9px;
  max-width: 9px;
}
.menu-calalog__nw__block {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px 0;
}
.menu-calalog__nw__card {
  margin: 0 5px 15px;
  width: calc(33.33% - 10px);
  background: #F5F5F5;
  border-radius: 10px;
  padding: 0;
  display: block;
  text-decoration: none;
}
.menu-calalog__nw__card .item-text {
  display: block;
  margin: 16px 0 0;
  height: 35px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
}
.menu-calalog__nw__card .item-image {
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.menu-calalog__nw__card .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-calalog__nw__countries {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 5px;
  padding: 0 15px;
  margin: 0 -15px;
}
.menu-calalog__nw__countries li {
  display: block;
  padding: 0;
  margin: 0;
}
.menu-calalog__nw__countries li a {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 15px;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .section-page__products .card-product {
    width: calc(33.33% - 16px);
  }
  .filter-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .filter-content__view,
  .filter-button__block {
    min-width: 185px;
    max-width: 185px;
  }
}

@media screen and (max-width: 991px) {
  .section-page__products .card-product {
    width: calc(50% - 16px);
  }
  .filter-content-mobile {
    padding: 0 20px;
    height: calc(100vh - 105px);
  }
  .filter-caption p {
    display: block;
  }
  .filter-caption__close {
    position: initial;
  }
  .filter-button img {
    min-width: 18px;
    max-width: 18px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter {
    width: 100%;
    overflow: hidden;
  }
  .filter-content-mobile {
    padding: 0 20px;
    height: calc(100vh - 155px);
  }
  .filter-item {
    margin: 0 0 30px 0;
  }
  .filter-buttons {
    width: 100%;
    padding: 10px 20px;
  }
  .filter-content-mobile {
    height: calc(100vh - 150px);
  }
  .filter-content__view, .filter-button__block {
    min-width: auto;
    max-width: max-content;
  }
  .section-page__products .card-product {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 575px) {
  .filter-item {
    margin: 0 0 20px 0;
  }
  .header {
    transition: all 200ms ease-in-out;
  }
  .header.sticky {
    top: -150px;
  }
  .filter-content-mobile {
    padding: 0 10px;
  }
  .filter-buttons {
    padding: 10px;
  }
}
/* end 18 06 2025 */
/* End */
/* /local/templates/main/components/bitrix/catalog/main.2.0/style.css?17507661986412 */
