@charset "UTF-8";
.productsCategories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.productsCategories-item {
  width: 264px;
  margin-right: 48px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.productsCategories-item:nth-child(4n) {
  margin-right: 0px;
}
.productsCategories-item__img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsCategories-item__title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.productsCategories-item__subcategory {
  margin-top: 20px;
  letter-spacing: -0.1;
}
.productsCategories-item__subcategory.more-btn {
  display: none;
  cursor: pointer;
}
.productsCategories-item.hidden .productsCategories-item__subcategory {
  display: none;
}
.productsCategories-item.hidden .productsCategories-item__subcategory:nth-of-type(-n+4) {
  display: block;
}

@media (max-width: 1280px) {
  .productsCategories-item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .productsCategories-item {
    width: calc((100% - 50px) / 2);
    margin-right: 25px !important;
  }
  .productsCategories-item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 480px) {
  .productsCategories-item {
    width: 100%;
    margin-right: 0px !important;
  }
  .productsCategories-item__img {
    width: 60px;
    height: 60px;
  }
  .productsCategories-item__title {
    margin-top: 15px;
    font-size: 16px;
  }
  .productsCategories-item__subcategory {
    font-size: 14px;
  }
  .productsCategories-item {
    margin-bottom: 30px;
  }
}
.productsSubcategories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.productsSubcategories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  border-radius: 20px;
  background: var(--greyBlue);
  padding: 20px;
}
.productsSubcategories__item:nth-child(3n) {
  margin-right: 0px;
}
.productsSubcategories__item--img {
  width: 95px;
  height: 95px;
}
.productsSubcategories__item--title {
  text-align: center;
  margin-top: 13px;
}

@media (max-width: 768px) {
  .productsSubcategories__item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px !important;
  }
  .productsSubcategories__item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 480px) {
  .productsSubcategories {
    margin-top: 25px;
  }
  .productsSubcategories__item {
    width: 100%;
    margin-right: 0px !important;
  }
  .productsSubcategories__item--img {
    width: 75px;
    height: 75px;
  }
  .productsSubcategories__item--title {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
.catalog {
  display: flex;
  margin-top: 40px;
}
.catalog-left {
  width: 230px;
  min-width: 230px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.catalog-left__block--link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 5px;
}
.catalog-left__block--link.back span {
  color: var(--red);
}
.catalog-left__block--link span {
  font-size: 16px;
  font-weight: 500;
}
.catalog-left__block--link img {
  margin-right: 20px;
}
.catalog-left__block--btn {
  display: flex;
  align-items: center;
  margin-top: 5px;
  cursor: pointer;
}
.catalog-left__block--btn img {
  margin-left: 15px;
  transform: translateY(2px);
}
.catalog-left__block--btn span {
  font-size: 16px;
  font-weight: 500;
}
.catalog-left__block--content {
  display: flex;
  flex-direction: column;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease, opacity 0.4s ease;
  opacity: 0;
  margin-bottom: 15px;
  margin-top: 6px;
}
.catalog-left__block--content.active {
  opacity: 1;
  overflow: visible;
}
.catalog-left__block--content > *:first-child {
  margin-top: 8px;
}
.catalog-right {
  flex: 1;
}

.catalog .input__checkbox--label {
  padding-left: 30px;
  font-size: 14px;
  min-height: 24px;
}
.catalog .input__checkbox--label::before {
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.catalog .input__checkbox--label::after {
  width: 9px;
  height: 9px;
  left: 8px;
}

.slideInput {
  height: 2px;
  background: var(--black);
  box-shadow: none;
  border: none;
}
.slideInput .noUi-handle-upper {
  transform: translateX(-10px);
}
.slideInput .noUi-connect {
  background: var(--red);
}
.slideInput .noUi-handle {
  width: 20px;
  height: 20px;
  box-shadow: none;
  border-radius: 50%;
  top: -10px !important;
}
.slideInput .noUi-handle::before, .slideInput .noUi-handle::after {
  display: none;
}
.slideInput-fields {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.slideInput-fields div {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--greyBlue);
  border-radius: 6px;
  width: 110px;
  height: 34px;
}
.slideInput-fields div:first-child {
  margin-right: 12px;
}
.slideInput-fields span {
  font-size: 14px;
}
.slideInput-fields__input {
  width: 100%;
  height: 100%;
  line-height: 34px;
  padding-left: 6px;
}

.catalog-top {
  display: flex;
  flex-wrap: wrap;
}
.catalog-top-filter {
  margin-bottom: 6px;
}
.catalog-top-filter:not(:last-child) {
  margin-right: 45px;
}
.catalog-top-filter__text {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.catalog-top-filter__toggle--input {
  display: none;
}
.catalog-top-filter__toggle--input:checked + label {
  color: var(--red);
}
.catalog-top-filter__open {
  position: relative;
}
.catalog-top-filter__open--menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  border-radius: 10px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  background: #fff;
  z-index: 10;
  display: none;
}
.catalog-top-filter__open--text img {
  margin-left: 14px;
  filter: invert(25%) sepia(28%) saturate(0%) hue-rotate(149deg) brightness(82%) contrast(92%);
}
.catalog-top-filter__open.active .catalog-top-filter__open--menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 17px 14px;
  display: flex;
}
.catalog-top-filter__open.active .catalog-top-filter__open--text {
  color: var(--red);
}
.catalog-top-filter__open.active .catalog-top-filter__open--text img {
  filter: invert(21%) sepia(45%) saturate(5930%) hue-rotate(346deg) brightness(89%) contrast(89%);
}

.catalog-items {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 30px;
  background: var(--greyBlue);
  margin-top: 20px;
}
.catalog__item {
  border-radius: 20px;
  overflow: hidden;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.catalog__item:hover {
  filter: none;
}
.catalog__item:hover .catalog__item--img {
  transform: scale(1.2);
}
.catalog__item:nth-child(3n) {
  margin-right: 0px;
}
.catalog__item--img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.catalog__item--img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.catalog__item--title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  background: #fff;
  padding: 14px 18px;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
}

body.disabled {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .catalog__item {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .catalog__item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
.catalog-mob-top {
  display: none;
}

@media (max-width: 768px) {
  .catalog-mob-top {
    display: flex;
    justify-content: space-between;
  }
  .catalog-mob-top__back {
    display: flex;
    align-items: center;
  }
  .catalog-mob-top__back span {
    font-size: 16px;
    line-height: 24px;
  }
  .catalog-mob-top__back img {
    margin-right: 15px;
  }
  .catalog {
    flex-direction: column;
  }
  .catalog-left {
    display: none;
    position: fixed;
  }
  .catalog-right {
    margin-top: 19px;
  }
  .catalog-top {
    flex-wrap: nowrap;
    width: 100vw;
    overflow-x: scroll;
    transform: translateX(calc((100% - 600px) / 2 * -1));
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
  }
  .catalog-top ::-webkit-scrollbar {
    display: none;
  }
  .catalog-top > *:first-child {
    margin-left: calc((100% - 600px) / 2);
  }
  .catalog-top > *:last-child {
    margin-right: calc((100% - 600px) / 2);
  }
  .catalog-top > * {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .catalog-top-filter:not(:last-child) {
    margin-right: 20px;
  }
  .catalog-top > .catalog-top-filter {
    background: var(--greyBlue);
  }
  .catalog-top-filter {
    padding: 4px 13px;
    border-radius: 10px;
    font-size: 14px;
  }
  .catalog-top-filter__open--menu {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  .catalog-top-filter__open--menu.active {
    display: flex;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .catalog-top-filter__text img {
    display: none;
  }
  .catalog-left {
    flex-direction: column;
    width: calc(100vw - 32px);
    max-height: 60vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 30px;
    padding: 28px 35px;
    z-index: 99;
    padding-right: 15px;
    overflow-y: hidden;
  }
  .catalog-left-content {
    overflow-y: scroll;
    padding-right: 12px;
  }
  .catalog-left-content::-webkit-scrollbar {
    width: 4px; /* ширина всей полосы прокрутки */
    max-height: 80%;
    right: 20px;
  }
  .catalog-left-content::-webkit-scrollbar-track {
    background: var(--greyBlue); /* цвет зоны отслеживания */
  }
  .catalog-left-content::-webkit-scrollbar-thumb {
    background-color: blue; /* цвет бегунка */
    border-radius: 20px; /* округлось бегунка */
    border: 2px solid #949494; /* отступ вокруг бегунка */
  }
  .catalog-left.active {
    display: flex;
  }
  .catalog-left__block--btn img {
    display: none;
  }
  .catalog-left__block--content {
    height: auto !important;
    max-height: 100% !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .catalog-left__block--content:not(:last-child) {
    border-bottom: 1px solid var(--greyBlue);
  }
  .top-filter-indicator {
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--red);
    border-radius: 10px;
    margin-right: 10px;
    padding: 4px 13px;
  }
  .top-filter-indicator img {
    margin-left: 12px;
  }
}
@media (max-width: 640px) {
  .catalog-top {
    transform: translateX(calc((100% - (100% - 32px)) / 2 * -1));
  }
  .catalog-top > *:first-child {
    margin-left: calc((100% - (100% - 32px)) / 2);
  }
  .catalog-top > *:last-child {
    margin-right: calc((100% - (100% - 32px)) / 2);
  }
}
@media (max-width: 480px) {
  .catalog-left__block--link {
    font-size: 14px;
  }
  .catalog-left__block--link span {
    font-size: 14px;
  }
  .catalog-left__block--link img {
    margin-right: 8px;
    width: 5px;
  }
  .catalog__item {
    width: 100%;
    margin-right: 0px !important;
  }
}/*# sourceMappingURL=catalog.css.map */