:root {
  --bp-xs: 480px;
  --bp-sm: 834px;
  --bp-xl: 1200px;
  --bp-xxl: 1920px;
  --bp-mxs: 479px;
  --bp-msm: 833px;
  --bp-mxl: 1199px;
  --bp-mxxl: 1919px;
  --bp-addon-1380: 1380px;
  --bp-addon-1279: 1279px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-page__input {
  margin-bottom: 20px;
  max-width: 795px;
}

.search-page__input .select-category {
  margin: 12px 0 12px 12px;
}

.search-page__input .search__cleaning {
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-page__input .search__btn {
  right: 12px;
}

.search-page__input .search__input {
  padding-left: 12px;
}

.search-page .preloader_big,
.search-page .preloader {
  width: 100%;
}

.search-page__row {
  display: grid;
  grid-template-columns: calc(70% - 22.5px) calc(30% - 22.5px);
  gap: 45px;
}

.search-page__tabs {
  display: none;
  margin-bottom: 20px;
}

.search-page__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  padding-bottom: 4px;
  overflow-y: auto;
}

.search-page__tabs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 19px;
  color: #3c3c3c;
  background: #f2f2f2;
  white-space: nowrap;
}

.search-page span.search-page__tabs-link {
  background: #222;
  color: #fff;
}

.actions-search__item:not(:last-child) {
  margin-bottom: 25px;
}

.result-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
}

.result-search:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f4f4f4;
}

.result-search__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 19px;
  overflow: hidden;
}

.result-search__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.result-search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.is-with-image .result-search__wrapper {
  width: calc(100% - 60px);
}

.result-search__info {
  width: 100%;
  min-width: 0;
}

.result-search__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  font-size: 18px;
  line-height: 25px;
}

.result-search__name > span {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.result-search__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3px;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
}

.result-search__category {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b3b3b3;
}

.result-search__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.result-search__price-current {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.result-search__price-discount {
  display: block;
  padding: 1px 5px 2px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #ff5c00;
}

.result-search__price-old {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: line-through;
  color: #999999;
}

.result-search__tech-info {
  line-height: 120%;
  font-size: 14px;
  color: #9E9E9E;
  display: block;
}

.result-search__tech-info:first-of-type {
  margin-top: 5px;
}

.search-page-tabs__nav {
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page-tabs__link {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  padding: 15px;
  text-transform: uppercase;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.search-page-tabs__link:hover,
.search-page-tabs__link._active {
  border-radius: 25px;
  color: #fff;
  background-color: #222;
}

@media (max-width: 1199px) {
  .search-page__input {
    margin-bottom: 12px;
  }

  .search-page__input .select-category {
    display: none;
    margin: 12px 0 0 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }

  .search-page__input .search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    border: none;
    background: none;
  }

  .search-page__input .search__cleaning {
    top: 22px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .search-page__input .search__btn {
    top: 12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .search-page__input .search__input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding-left: 20px;
  }

  .search-page__row {
    grid-template-columns: 100%;
    gap: 0;
  }

  .search-page__tabs {
    display: block;
  }

  .actions-search {
    display: none;
  }

  .result-search {
    padding: 15px 0;
  }

  .result-search__image {
    display: none;
  }

  .is-with-image .result-search__wrapper {
    width: 100%;
    gap: 16px;
  }

  .result-search__name {
    font-size: 14px;
    line-height: 140%;
  }

  .result-search__name > span {
    text-overflow: initial;
    white-space: wrap;
    overflow: initial;
  }

  .result-search__text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    text-overflow: initial;
    white-space: wrap;
    overflow: initial;
  }

  .result-search__category {
    font-size: 10px;
    line-height: 18px;
  }

  .result-search__price-current {
    font-size: 13px;
    line-height: 18px;
  }

  .result-search__price-discount {
    font-size: 13px;
    line-height: 18px;
  }

  .result-search__price-old {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 833px) {
  .search-page__input .search__cleaning {
    top: 15px;
    right: 58px;
  }

  .search-page__input .search__cleaning svg {
    width: 16px;
    height: 16px;
  }

  .search-page__input .search__btn {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .search-page__input .search__input {
    height: 54px;
  }

  .search-page__tabs-list {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .search-page__tabs-list::-webkit-scrollbar {
    display: none;
  }

  .search-page__tabs-list::before,
  .search-page__tabs-list::after {
    content: "";
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .search-page-tabs__nav {
    overflow: scroll;
    border: none;
    padding: 0px 20px 10px 20px;
    border-radius: 0px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }

  .search-page-tabs__nav.tabs__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .search-page-tabs__nav::-webkit-scrollbar {
    display: none;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
