.category-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 14px;
}

.category-top h1 {
  margin-right: 20px;
  margin-bottom: 6px;
}

.category-top .count {
  margin-bottom: 6px;
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.image-search-preview-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #EBEBEB;
  border-radius: 18px;
  background: #FAFAFA;
}

.image-search-preview-card .image {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: #F0F0F0;
}

.image-search-preview-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-search-preview-card .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.image-search-preview-card .hint {
  color: #6B6B6B;
  line-height: 1.35;
}

.image-search-preview-card .info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.image-search-reset-btn {
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid #D8DDEB;
  border-radius: 12px;
  background: #fff;
  color: #1F1F1F;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.image-search-reset-btn:hover {
  border-color: #042EB0;
  color: #042EB0;
}

.category-example {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.category-example img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.category-all-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.category-all-list li {
  margin: 0 22px 40px;
  width: calc(100% / 6 - 44px);
  overflow: hidden;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
  position: relative;
  border-radius: 20px;
}

.category-all-list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.category-all-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 20px;
}

.category-all-block:hover {
  border-color: #FEDC09;
}

.category-all-block .image {
  margin-bottom: 17px;
  max-height: 130px;
}

.category-all-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.category-all-block .name {
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.25;
}

.brands-all-content {
  margin-bottom: 40px;
}

.brands-slider {
  overflow: hidden;
}

.brands-slider .slick-list {
  padding: 0 10px;
}

.brands-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.brands-slider-block {
  display: block;
  transition: all 0.3s ease-out;
  margin: 0 10px;
}

.brands-slider-block:hover {
  opacity: 0.8;
}

.brands-slider-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.category-catalog {
  margin-bottom: -30px;
}

.category-aside {
  width: 226px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 30px;
  float: left;
}

.category-aside h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.category-content {
  float: right;
  padding-left: 38px;
  padding-bottom: 30px;
  width: calc(100% - 226px);
}

.category-content .category-example img {
  max-height: 380px;
}

.category-content .product-outer {
  margin-bottom: 0;
}

.product-category-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}

.product-category-catalog .product-block {
  width: calc(100% / 6 - 20px);
  margin: 0 10px 40px;
}

.product-category-sorting {
  border-top: 1px solid #EBEBEB;
  padding-top: 20px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-filter-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 20px;
}

.category-filter-clear {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  padding: 0 14px;
  color: #8e8e8e;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-clear:hover {
  color: #000;
  border-color: #000;
}

.category-filter-clear:hover img {
  opacity: 1;
}

.category-filter-clear img {
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.5;
  margin-bottom: 1px;
}

.category-filter-tags {
  margin-bottom: 15px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
}

.category-filter-tags ul {
  margin: 0 -5px -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.category-filter-tags li {
  margin: 0 5px 10px;
  position: relative;
}

.category-filter-tags li:hover a {
  background: #FEDC09;
}

.category-filter-tags a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  padding: 0 42px 0 10px;
  background: #F0F0F0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.category-filter-tags .clear-tag {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border: none;
}

.category-filter-tags .clear-tag:hover img {
  opacity: 1;
}

.category-filter-tags .clear-tag img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}

.product-category-nav {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-category-nav .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination {
  margin: 0 -5px -10px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}

.pagination li {
  margin: 0 5px 10px;
}

.pagination a {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  border-radius: 2px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
  border-radius: 10px;
}

.pagination a:hover {
  background: #FEDC09;
  border-color: #FEDC09;
}

.pagination a.active {
  background: #fff;
  border-color: #000;
}

.pagination .arrow i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.pagination .prev i {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.pagination .next i {
  transform: rotate(45deg);
  margin-left: -2px;
}

.pagination input {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.category-popular-content {
  margin-bottom: 40px;
}

.category-popular-slider {
  margin: -15px 0;
}

.category-popular-slider .slick-list {
  margin: 0 -22px;
}

.category-popular-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.category-popular-block {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
  margin: 15px 22px;
  height: auto !important;
  border-radius: 20px;
}

.category-popular-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.category-sort {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 188px;
}

.category-sort:after {
  display: none;
}

.category-sort .sort-icon {
  position: absolute;
  left: 0;
  top: 4px;
  pointer-events: none;
  filter: brightness(0);
}

.category-sort select {
  height: 31px;
}

.category-sort .select2-container .select2-selection--single {
  height: 31px;
}

.category-sort .select2-container .select2-selection__rendered {
  height: 31px;
  line-height: 30px;
  padding-left: 27px;
  padding-right: 30px;
}

.category-sort .select2-container .select2-selection__arrow {
  right: 6px;
}

.category-filter-block {
  border-top: 1px solid #EBEBEB;
  padding: 20px 0;
}

.category-filter-list {
  overflow-y: auto;
  max-height: 268px;
  padding-right: 3px;
  padding-top: 1px;
}

.category-filter-list::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.category-filter-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.category-filter-list.no-scroll {
  max-height: 1500px;
}

.checkbox-block {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}

.checkbox-block:nth-last-of-type(1) {
  margin-bottom: 0;
}

.checkbox-block input {
  display: none;
}

.checkbox-block input:checked + i {
  background: #FEDC09;
  border-color: #FEDC09;
}

.checkbox-block input:checked + i:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 4px;
  left: 3px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 100% auto;
}

.checkbox-block input:checked ~ span {
  font-weight: 700;
}

.checkbox-block label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  line-height: 1.2;
}

.checkbox-block label:hover i {
  border-color: #FEDC09;
}

.checkbox-block i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  margin-right: 10px;
}

.checkbox-block span {
  padding-top: 2px;
}

.checkbox-block a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.checkbox-block a:hover {
  color: #FEDC09;
}

.checkbox-block .color {
  border: none;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 6px;
}

.checkbox-block .color:before {
  display: none !important;
}

.category-filter-search {
  margin-bottom: 15px;
}

.category-filter-search input {
  display: block;
  width: 100%;
  height: 31px;
  transition: border-color 0.3s ease-out;
  padding: 0 15px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: all 0.3s ease-out;
}

.category-filter-search input::-webkit-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input::-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:focus {
  border-color: #000;
}

.category-filter-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  display: inline-block;
  padding-top: 2px;
  margin-top: 10px;
}

.category-filter-more:hover {
  text-decoration: underline;
}

.category-filter-buttons {
  padding-top: 10px;
}

.category-filter-buttons .btn {
  width: 100%;
}

.category-filter-reset {
  border: 1px solid #E5E5E5;
  cursor: pointer;
  background: #fff;
  display: block;
  width: 100%;
  height: 44px;
  transition: all 0.3s ease-out;
  color: #8e8e8e;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-reset ~ .btn {
  margin-top: 20px;
}

.category-filter-reset span {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-filter-reset:hover {
  color: #000;
  border-color: #000;
}

.category-filter-reset:hover img {
  opacity: 1;
}

.category-filter-reset img {
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.5;
  margin-bottom: 1px;
}

.category-filter-submit {
  border: 1px solid #FEDC09;
  margin-bottom: 20px;
  cursor: pointer;
  background: #FEDC09;
  display: block;
  width: 100%;
  height: 44px;
  transition: all 0.3s ease-out;
  color: #000;
  border-radius: 2px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-submit span {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-filter-submit:hover {
  background: #FEB909;
  border-color: #FEB909;
}

.category-filter-submit img {
  filter: brightness(0);
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.range-slider-content .extra-controls {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.range-slider-content .divider {
  display: inline-block;
  margin: 0 9px;
}

.range-slider-content .value-block {
  display: inline-block;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.range-slider-content .value-block input {
  border-radius: 10px;
  border: solid 1px #E0E0E0;
  display: block;
  font-size: 14px;
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-weight: 400;
  height: 44px;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  width: 100%;
  color: #000;
}

.range-slider-content .value-block input:focus {
  border-color: #000000;
}

.range-slider-content .range-slider {
  margin-bottom: 10px;
}

.range-slider-content .irs {
  height: 22px;
}

.range-slider-content .irs-min,
.range-slider-content .irs-max {
  top: 36px;
  font-size: 14px;
  color: #808080;
  background: none !important;
  display: none;
  padding: 0;
  visibility: hidden !important;
}

.range-slider-content .irs-to,
.range-slider-content .irs-from {
  display: none !important;
  opacity: 0;
  background: none !important;
}

.range-slider-content .irs-line {
  border-radius: 0;
  background: #E9E9E9;
  border: none;
  height: 5px;
  top: 21px;
}

.range-slider-content .irs-bar-edge {
  border-radius: 0;
  background: #FEDC09;
  border: none;
}

.range-slider-content .irs-bar {
  background: #FEDC09;
  border: none;
  height: 5px;
  top: 21px;
}

.range-slider-content .irs-slider {
  box-shadow: none;
  top: 17px;
  width: 8px;
  height: 13px;
  border-radius: 4px;
  background: #FEDC09;
  border-color: #FEDC09;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.range-slider-content .irs-slider:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 280%;
  left: 50%;
  top: 50%;
  margin-left: -150%;
  margin-top: -140%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.category-catalog-list {
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  padding-bottom: 20px;
}

.category-catalog-list ul {
  margin-left: 19px;
  margin-top: 2px;
}

.category-catalog-list a {
  display: inline-block;
  transition: all 0.3s ease-out;
  padding: 10px;
  position: relative;
  margin-left: 10px;
  border-radius: 10px;
}

.category-catalog-list a:hover {
  text-decoration: underline;
  color: #042EB0;
}

.category-catalog-list .active-page {
  background: rgba(254, 220, 9, 0.29);
}

.category-catalog-list .active-page:hover {
  background: #FEDC09;
  color: inherit;
  text-decoration: none;
}

.category-catalog-list .back-link {
  padding-left: 29px;
  margin-left: 0;
}

.category-catalog-list .back-link:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../images/chevron-left.svg") center no-repeat;
  background-size: 100% auto;
  filter: brightness(0);
}

.category-catalog-list .more-catalog {
  color: #042EB0;
}

.product-sorting-mobile {
  display: none;
}

/*================= МОДАЛКИ ======================*/

#filtersModal {
  max-width: 1542px;
}

.popup-title-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-title-filter .mfp-close {
  position: static;
  margin-left: auto;
  margin-top: -6px;
}

.filters-modal-form .category-filter-tags {
  margin-right: 0;
  margin-bottom: 30px;
}

.filters-modal-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.filters-modal-buttons button {
  margin-bottom: 0;
  margin: 0 5px;
  width: auto;
  border-radius: 10px;
}

.filters-modal-buttons button span {
  padding-left: 40px;
  padding-right: 40px;
}

.modal-filters-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -16px 30px;
}

.modal-filters-list .column {
  padding: 0 16px;
  width: 33.333%;
}

.modal-filters-list li:first-child .modal-filter-block {
  border-radius: 20px 20px 0 0;
}

.modal-filters-list li:last-child .modal-filter-block {
  border-radius: 0 0 20px 20px;
}

.modal-filter-block {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-bottom: -1px;
}

.modal-filter-title {
  padding: 15px 20px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

.modal-filter-title:hover:after {
  border-color: #042EB0;
}

.modal-filter-title.opened:after {
  border-color: #042EB0;
  transform: rotate(-45deg);
  margin-top: -2px;
}

.modal-filter-title h4 {
  padding-right: 30px;
}

.modal-filter-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  border: none;
  background: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: -8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s ease-out;
}

.modal-filter-content {
  margin-top: -3px;
  padding: 0 20px 22px;
  display: none;
}

.modal-filter-checkbox {
  padding: 15px 20px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #042EB0;
}

.modal-filter-checkbox span {
  font-weight: 700;
}

.popup-sort-list {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}

.popup-sort-list li {
  border-top: 1px solid #EBEBEB;
}

.popup-sort-list a {
  display: block;
  padding: 15px 0;
  transition: color 0.3s ease-out;
}

.popup-sort-list a:hover {
  color: #042EB0;
}

.popup-sort-list .active-sort {
  font-weight: 700;
}

/* ==================== MEDIA =========================== */

@media (max-width: 1599px) {
  .category-all-list {
    margin: 0 -22px;
  }

  .category-all-list li {
    margin: 0 22px 40px;
    width: calc(20% - 44px);
  }

  .product-category-catalog .product-block {
    width: calc(20% - 20px);
  }

  .category-popular-content .slick-arrow.slick-next {
    right: -2px;
  }
}

@media (max-width: 1299px) {
  .category-all-list {
    margin: 0 -10px 20px;
  }

  .category-all-list li {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
  }

  .category-popular-slider .slick-list {
    margin: 0 -10px;
  }

  .category-popular-block {
    margin: 15px 10px;
  }

  .product-category-catalog {
    margin-bottom: -30px;
  }

  .product-category-catalog .product-block {
    width: calc(25% - 20px);
    margin-bottom: 30px;
  }

  .modal-filters-list {
    margin: 0 -7px 30px;
  }

  .modal-filters-list .column {
    padding: 0 7px;
  }
}

@media (max-width: 1019px) {
  .category-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .category-top h1 {
    margin-right: 15px;
  }

  .category-top .count {
    padding-bottom: 2px;
  }

  .image-search-preview-card {
    gap: 12px;
    padding: 14px;
    margin-bottom: 20px;
  }

  .image-search-preview-card .image {
    width: 72px;
    height: 72px;
  }

  .category-example {
    margin-bottom: 20px;
  }

  .category-all-list {
    margin: 0 -5px 15px;
  }

  .category-all-list li {
    margin: 0 5px 10px;
    width: calc(25% - 10px);
  }

  .category-all-block {
    padding: 10px;
    font-size: 11px;
  }

  .category-all-block .image {
    margin-bottom: 8px;
    max-height: 90px;
  }

  .category-all-block .image img {
    max-height: 90px;
  }

  .category-all-block .name {
    min-height: 28px;
  }

  .brands-all-content {
    margin-bottom: 30px;
  }

  .category-popular-content {
    margin-bottom: 30px;
  }

  .product-category-nav {
    margin-top: 30px;
  }

  .category-aside {
    display: none;
  }

  .category-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .category-sort {
    display: none;
  }

  .category-popular-slider .slick-list {
    margin: 0 -5px;
  }

  .category-popular-block {
    margin: 15px 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  }

  .product-category-sorting {
    border-top: none;
  }

  .product-sorting-mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }

  .product-sorting-mobile .btn {
    margin: 0 7px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .modal-filters-list .column {
    width: 50%;
  }

  .filters-modal-buttons {
    position: fixed;
    z-index: 15;
    left: 0;
    bottom: 0;
    width: calc(100vw + 10px);
    padding: 0 10px;
    background: #fff;
    border-radius: 10px 10px 0 0;
  }

  .filters-modal-buttons button {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .filters-modal-buttons button span {
    padding-left: 10px;
    padding-right: 10px;
  }

  #filtersModal {
    padding: 0;
  }

  #filtersModal .popup-content {
    padding: 25px;
    padding-bottom: 0;
    overflow: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  #filtersModal .popup-content::-webkit-scrollbar {
    width: 3px;
    background: #F4F4F4;
  }

  #filtersModal .popup-content::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    background: #7A7A7A;
  }

  .modal-filters-list {
    margin-bottom: 60px;
  }

  .category-filter-result {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .category-all-list li {
    width: calc(33.333% - 10px);
  }

  .image-search-preview-card {
    align-items: flex-start;
  }

  .category-example.example-1 img {
    min-height: 165px;
  }

  .category-example.example-2 img {
    min-height: 127px;
  }

  .product-category-catalog {
    margin: 0 -5px -10px;
  }

  .product-category-catalog .product-block {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }

  .product-category-nav {
    display: block;
    text-align: center;
  }

  .product-category-nav .btn {
    margin-bottom: 25px;
  }

  .modal-filter-title {
    font-size: 13px;
  }

  .product-category-sorting {
    display: block;
  }

  .category-filter-tags {
    overflow-x: auto;
    margin: 0 -10px 8px;
    padding: 0 10px 5px;
  }

  .category-filter-tags::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background: transparent;
  }

  .category-filter-tags::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    height: 5px;
    background: transparent;
  }

  .category-filter-tags ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }

  .category-filter-tags li {
    margin: 0;
    margin-right: 10px;
  }

  .category-filter-tags a {
    white-space: nowrap;
  }

  .product-sorting-mobile .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filters-modal-form .category-filter-tags {
    margin: 0 -30px 10px;
    padding: 0 30px 10px;
  }
}

@media (max-width: 500px) {
  .category-all-block {
    font-size: 10px;
  }

  .category-all-block .image {
    margin-bottom: 6px;
    max-height: 63px;
  }

  .category-all-block .image img {
    max-height: 63px;
  }

  .category-all-block .name {
    min-height: 20px;
  }

  .product-category-catalog .product-block {
    width: calc(50% - 10px);
  }

  .product-category-nav .btn {
    width: 100%;
  }

  .pagination {
    margin: 0 -3px -6px;
  }

  .pagination li {
    margin: 0 3px 6px;
  }

  .pagination a {
    width: 38px;
    height: 38px;
  }

  .modal-filters-list .column {
    width: 100%;
  }

  .modal-filters-list .column:first-child li:last-child .modal-filter-block {
    border-radius: 0;
  }

  .modal-filters-list .column:last-child li:first-child .modal-filter-block {
    border-radius: 0;
  }

  .modal-filter-title {
    font-size: 14px;
  }
}
