@charset "UTF-8";
.header-search-results {
  opacity: 0;
  visibility: hidden; }
  .header-search-results__inner {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px 33px;
    top: 100%;
    max-width: 1330px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .header-search-results.active {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible; }
    .header-search-results.active .header-catalog__bg {
      opacity: 1;
      visibility: visible; }
  .header-search-results--not-found .search-results-els__overflow {
    display: flex;
    align-items: center; }
  .header-search-results--not-found .search-results-els__close {
    position: static;
    flex: 0 0 auto; }
  .header-search-results--not-found .search-results-els__left {
    display: none; }
  .header-search-results--not-found .search-results-els__right {
    padding: 0px; }
    .header-search-results--not-found .search-results-els__right .search-results-els__not-found {
      margin-bottom: 0px; }
  .header-search-results--not-found .search-results-els {
    height: auto;
    flex-direction: row-reverse;
    padding: 10px 30px; }

.search-results-els {
  width: 100%;
  position: absolute;
  max-width: 1340px;
  top: 50%;
  background: #ffffff;
  padding-top: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.12);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  max-height: calc(100vh - 200px);
  height: auto;
  border-radius: 24px;
  z-index: 15; }
  @media (max-width: 1249px) {
    .search-results-els {
      flex-direction: column;
      border-radius: 12px;
      top: 100%; } }
  @media (max-width: 767px) {
    .search-results-els {
      padding-top: 16px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
      border-radius: 0px;
      max-height: calc(var(--vh) * 100 - var(--headerStickyHeight));
      height: 100vh; } }
  .search-results-els__close {
    position: absolute;
    right: 11px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    fill: #5B627E; }
    .search-results-els__close .icon {
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .search-results-els__close:hover {
        cursor: pointer;
        fill: #F1B336;
        transform: rotate(180deg); } }
    @media (max-width: 767px) {
      .search-results-els__close {
        display: none;
        top: 10px; } }
  .search-results-els__title {
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 1549px) {
      .search-results-els__title {
        font-size: 15px; } }
  @media (min-width: 1250px) {
    .search-results-els__scroll {
      overflow: auto;
      padding-right: 10px; }
      .search-results-els__scroll::-webkit-scrollbar {
        width: 4px;
        /* ширина для вертикального скролла */
        height: 4px;
        /* высота для горизонтального скролла */
        border-radius: 2px;
        background-color: #e0e0e0; }
      .search-results-els__scroll::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 0em; }
        .search-results-els__scroll::-webkit-scrollbar-thumb:hover {
          background-color: #828282; } }
  .search-results-els__left {
    width: 19.5%;
    padding: 24px 33px;
    padding-right: 0px;
    flex: 0 0 auto; }
    @media (max-width: 1249px) {
      .search-results-els__left {
        padding: 32px 12px 0;
        width: 100%; }
        .search-results-els__left .search-results-els__block-header {
          display: none; }
        .search-results-els__left .search-results-els__scroll {
          padding-right: 0; }
        .search-results-els__left .nav-list {
          display: flex;
          overflow: auto;
          gap: 16px;
          padding: 0 12px 5px;
          margin: 0 -12px; } }
    @media (max-width: 767px) {
      .search-results-els__left {
        padding-top: 0;
        padding-bottom: 16px; } }
  .search-results-els__right {
    padding: 24px 20px 12px 40px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (max-width: 1799px) {
      .search-results-els__right {
        padding: 12px;
        padding-top: 16px; } }
    @media (max-width: 1249px) {
      .search-results-els__right {
        overflow: auto; } }
    @media (max-width: 767px) {
      .search-results-els__right {
        padding-top: 0px; } }
  .search-results-els__parts {
    margin-bottom: 20px; }
  .search-results-els__sort {
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 11; }
    @media (max-width: 767px) {
      .search-results-els__sort .search-results-els__title {
        display: none; } }
  .search-results-els__products {
    flex-grow: 1;
    position: relative;
    min-height: 160px;
    margin-top: 20px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .search-results-els__products {
        min-height: auto;
        margin-bottom: 0px;
        overflow: auto;
        margin-top: 0px; } }
  .search-results-els__overflow {
    position: relative;
    flex-grow: 1;
    max-height: calc(100% - 50px);
    min-height: 80px;
    overflow: auto; }
    @media (min-width: 1250px) {
      .search-results-els__overflow::-webkit-scrollbar {
        width: 4px;
        /* ширина для вертикального скролла */
        height: 4px;
        /* высота для горизонтального скролла */
        border-radius: 2px;
        background-color: #e0e0e0; }
      .search-results-els__overflow::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 0em; }
        .search-results-els__overflow::-webkit-scrollbar-thumb:hover {
          background-color: #828282; } }
  .search-results-els__list {
    padding-right: 20px; }
    @media (max-width: 767px) {
      .search-results-els__list {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        overflow: visible;
        padding-right: 0; } }
  .search-results-els__footer {
    padding: 10px 0px;
    border-top: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; }
    .search-results-els__footer-center {
      flex-grow: 1;
      display: flex;
      justify-content: flex-start;
      padding-left: 40px; }
      @media (max-width: 767px) {
        .search-results-els__footer-center {
          padding-left: 0px;
          margin-top: 15px; } }
    .search-results-els__footer .paginations {
      margin: 0px; }
    @media (max-width: 767px) {
      .search-results-els__footer {
        justify-content: center;
        padding-bottom: 10px;
        border-top: 1px solid #c2c2c2;
        padding-bottom: 0px;
        flex-direction: column;
        align-items: flex-start; } }
  .search-results-els__block {
    max-height: 100%;
    display: flex;
    flex-direction: column; }
    .search-results-els__block-header {
      padding: 0px 0px;
      margin-bottom: 20px; }
      .search-results-els__block-header .search-results-els__title {
        color: #aaaaaa;
        font-weight: 500;
        font-size: 18px; }
  .search-results-els__not-found {
    color: #c74a2c;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
    @media (max-width: 1799px) {
      .search-results-els__not-found {
        font-size: 18px;
        margin-bottom: 20px; } }
    @media (max-width: 1549px) {
      .search-results-els__not-found {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .search-results-els__not-found {
        margin-bottom: 10px; } }
  .search-results-els__link {
    white-space: nowrap;
    color: #5B627E;
    display: flex;
    font-weight: 700;
    align-items: center; }
    @media (min-width: 1024px) {
      .search-results-els__link:hover {
        cursor: pointer;
        opacity: 0.7;
        color: #F1B336; } }
    .search-results-els__link .icon {
      fill: #5B627E;
      margin-left: 8px; }
  .search-results-els .nav-item .nav-link {
    display: block;
    font-size: 16px;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .search-results-els .nav-item .nav-link:hover {
        cursor: pointer;
        color: #5B627E; } }
  .search-results-els .nav-item:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 1249px) {
      .search-results-els .nav-item:not(:last-child) {
        margin-bottom: 0; } }
  @media (max-width: 1249px) {
    .search-results-els .nav-item {
      white-space: nowrap; } }
  .search-results-els .nav-item.active .nav-link {
    color: #F1B336; }
  .search-results-els .nav-item.has-nav--big {
    font-weight: 700; }
  .search-results-els .pagination {
    margin: 0px;
    width: auto; }
    @media (max-width: 767px) {
      .search-results-els .pagination {
        display: none; } }

.search-sort {
  order: 1;
  position: relative;
  z-index: 13; }
  .search-sort.active .icon {
    transform: rotate(-90deg); }
  .search-sort__head {
    color: #5B627E;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    @media (min-width: 1250px) {
      .search-sort__head {
        cursor: pointer; }
        .search-sort__head:hover {
          color: #F1B336; }
          .search-sort__head:hover .icon {
            fill: #F1B336; } }
    .search-sort__head .icon {
      fill: #5B627E;
      transform: rotate(90deg); }
  .search-sort__body {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 12px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25); }
  .search-sort__item {
    padding: 4px 12px;
    transition: all ease .3s; }
    @media (min-width: 1250px) {
      .search-sort__item {
        cursor: pointer; }
        .search-sort__item:hover {
          background-color: #f8f8f8;
          color: #5B627E; } }
    .search-sort__item.active {
      display: none; }

.search-results-els-parts {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px; }
  @media (max-width: 1549px) {
    .search-results-els-parts {
      margin-top: 15px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .search-results-els-parts {
      margin-top: 0px; } }
  .search-results-els-parts__img {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
    .search-results-els-parts__img img {
      max-width: 100%;
      max-height: 100%; }
  .search-results-els-parts__part {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid #b9c4d6;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    color: #333035;
    font-weight: 550;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease; }
    @media (max-width: 1549px) {
      .search-results-els-parts__part {
        padding: 6px 8px;
        font-size: 13px;
        margin-right: 15px;
        font-weight: 400; } }
    @media (min-width: 1024px) {
      .search-results-els-parts__part:hover {
        cursor: pointer;
        border-color: #F1B336; } }

.search-result-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9c4d6;
  padding: 15px 0px; }
  @media (max-width: 767px) {
    .search-result-card {
      display: block;
      position: relative;
      align-items: flex-start; }
      .search-result-card:not(:last-child) {
        margin-bottom: 30px; } }
  .search-result-card__code {
    font-size: #333035;
    opacity: 0.5;
    font-size: 12px;
    margin-top: 8px;
    font-family: "Mulish", Arial, Verdana, sans-serif; }
    @media (max-width: 767px) {
      .search-result-card__code {
        position: absolute;
        right: 0px;
        top: calc(100% + 12px);
        max-width: calc(50%);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
  .search-result-card__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 335px; }
    @media (max-width: 767px) {
      .search-result-card__flex {
        align-items: flex-end;
        margin-top: 12px;
        max-width: none; } }
  .search-result-card__row {
    display: flex;
    align-items: center; }
    @media (max-width: 1249px) {
      .search-result-card__row {
        flex-direction: column;
        align-items: flex-start; } }
    .search-result-card__row-right {
      margin-left: 15px;
      padding-top: 10px; }
      @media (max-width: 1249px) {
        .search-result-card__row-right {
          margin-left: 0px; } }
  .search-result-card__sku {
    height: 30px;
    margin-top: 15px;
    width: 160px;
    z-index: 10;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px; }
    .search-result-card__sku:hover {
      cursor: pointer;
      overflow: visible;
      z-index: 20; }
      .search-result-card__sku:hover .search-result-card__sku-list:before {
        position: absolute;
        content: "";
        opacity: 1;
        border: 1px solid #b9c4d6;
        border-radius: 2px; }
      .search-result-card__sku:hover .search-result-card__sku-toggler {
        transform: rotate(-90deg); }
    .search-result-card__sku-list {
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      left: 0;
      top: 0;
      right: 0; }
      .search-result-card__sku-list.hover:before {
        position: absolute;
        content: "";
        background-color: #fff;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
        top: -10px;
        right: -10px;
        left: -10px;
        bottom: -10px;
        z-index: -1;
        opacity: 0; }
    .search-result-card__sku-item {
      width: 30px;
      height: 30px;
      border: 1px solid #b9c4d6;
      box-sizing: border-box;
      border-radius: 2px;
      margin-right: 6px;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      overflow: hidden; }
      .search-result-card__sku-item:hover {
        cursor: pointer;
        border-color: #5B627E; }
      .search-result-card__sku-item:nth-of-type(5) {
        margin-right: 0px; }
      .search-result-card__sku-item:nth-of-type(4) {
        margin-bottom: 0px; }
      .search-result-card__sku-item:nth-of-type(3) {
        margin-bottom: 0px; }
      .search-result-card__sku-item:nth-of-type(2) {
        margin-bottom: 0px; }
      .search-result-card__sku-item:nth-of-type(1) {
        margin-bottom: 0px; }
      .search-result-card__sku-item img {
        max-width: 100%;
        max-height: 100%; }
      .search-result-card__sku-item.active {
        border-color: #5B627E;
        pointer-events: none; }
    .search-result-card__sku-toggler {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0;
      top: 10px;
      transform: rotate(90deg);
      transition: all 0.3s ease; }
      .search-result-card__sku-toggler .icon {
        fill: #333035; }
  .search-result-card__labels {
    margin-right: 16px; }
    @media (max-width: 1249px) {
      .search-result-card__labels {
        display: none; } }
  .search-result-card__label {
    margin-bottom: 5px;
    font-size: 9px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    flex: 0 0 auto; }
    .search-result-card__label:last-child {
      margin-bottom: 0px; }
  .search-result-card__image {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1549px) {
      .search-result-card__image {
        width: 70px;
        height: 70px; } }
    @media (max-width: 767px) {
      .search-result-card__image {
        position: absolute;
        left: 0;
        top: 15px;
        z-index: 10; } }
    .search-result-card__image img {
      max-height: 100%;
      max-width: 100%; }
  .search-result-card__content {
    flex-grow: 1;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1; }
    @media (max-width: 1549px) {
      .search-result-card__content {
        font-size: 13px;
        left: 0;
        top: 0; } }
    @media (max-width: 767px) {
      .search-result-card__content {
        margin-bottom: 15px;
        padding-left: 85px;
        min-height: 70px;
        position: relative; } }
  .search-result-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px; }
    @media (max-width: 767px) {
      .search-result-card__title {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .search-result-card__title:hover {
        cursor: pointer;
        color: #F1B336; } }
  .search-result-card__price-wrap {
    white-space: nowrap;
    margin-left: 22px;
    width: 140px;
    flex: 0 0 auto;
    display: flex;
    font-family: "Mulish", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 18px;
    flex-direction: column-reverse; }
    @media (max-width: 1549px) {
      .search-result-card__price-wrap {
        width: 110px; } }
    @media (max-width: 767px) {
      .search-result-card__price-wrap {
        margin-bottom: 0px;
        margin-left: 0px;
        max-width: calc(50%);
        width: auto; } }
  .search-result-card__counter {
    margin-left: 44px;
    width: 160px; }
    .search-result-card__counter .counter-input {
      width: 82px;
      max-width: none; }
      @media (max-width: 767px) {
        .search-result-card__counter .counter-input {
          width: 57px; } }
    .search-result-card__counter .counter-btn {
      width: 35px; }
    @media (max-width: 1249px) {
      .search-result-card__counter {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .search-result-card__counter {
        margin-left: 0px;
        display: inline-block;
        max-width: 136px; } }
  @media (max-width: 1549px) {
    .search-result-card__price {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .search-result-card__price {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }
  .search-result-card__price-old {
    color: #aaaaaa;
    text-decoration: line-through;
    margin-top: 0px;
    color: #b9c4d6;
    font-weight: 500; }
    @media (max-width: 1549px) {
      .search-result-card__price-old {
        font-size: 14px; } }
  .search-result-card__price-cur {
    font-weight: 700;
    font-size: 18px;
    font-family: "Mulish", Arial, Verdana, sans-serif; }
    @media (max-width: 767px) {
      .search-result-card__price-cur {
        font-size: 16px; } }
  .search-result-card__price-discount {
    color: #c41303; }
  .search-result-card__control {
    flex: 0 0 auto;
    margin-left: 24px; }
    @media (max-width: 767px) {
      .search-result-card__control {
        margin-left: 0px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start; }
        .search-result-card__control .btn--color-2 {
          padding-left: 10px;
          padding-right: 10px; } }
  .search-result-card__not-available--mod {
    color: #c41303; }
  .search-result-card__link {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #333035;
    color: #333035; }
    @media (max-width: 767px) {
      .search-result-card__link {
        font-size: 12px;
        margin-top: 5px;
        display: none; } }
    @media (min-width: 1024px) {
      .search-result-card__link:hover {
        cursor: pointer;
        color: #F1B336;
        border-color: #F1B336; } }
  .search-result-card .product-status {
    padding: 0;
    background-color: transparent;
    border: none; }
    .search-result-card .product-status .product-status__list {
      flex-direction: column; }
      @media (max-width: 1249px) {
        .search-result-card .product-status .product-status__list {
          display: none; } }
      @media (max-width: 767px) {
        .search-result-card .product-status .product-status__list {
          flex-direction: row;
          flex-wrap: nowrap; } }
    .search-result-card .product-status .product-status__item {
      font-size: 12px; }
    .search-result-card .product-status .product-status__descr {
      font-size: 12px; }
