@charset "UTF-8";
.search-results {
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: all ease .3s; }
  @media (max-width: 1023px) {
    .search-results {
      top: 62px;
      transform: translateX(100%); } }
  @media (max-width: 767px) {
    .search-results {
      bottom: 50px; } }
  .search-results.active {
    visibility: visible;
    opacity: 1; }
    @media (max-width: 1023px) {
      .search-results.active {
        transform: translateX(0); } }
    .search-results.active .search-results__inner {
      opacity: 1;
      transition: all .3s ease;
      transform: translateY(0px); }
  .search-results.bg-on:after {
    z-index: 130;
    background-color: rgba(0, 0, 0, 0.1); }
  @media (max-width: 1023px) {
    .search-results .bg-on:after {
      display: none; } }
  .search-results__overflow {
    padding: 48px; }
  .search-results__inner {
    position: relative;
    z-index: 132;
    width: 100%;
    max-width: calc(min(95%, 160rem));
    height: 80%;
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
    transform: translateY(80px);
    vertical-align: middle;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25); }
    @media (max-width: 1023px) {
      .search-results__inner {
        position: absolute;
        top: 0;
        bottom: 0px;
        right: 0;
        left: 0;
        max-width: none;
        height: auto;
        opacity: 1;
        padding-top: 0px;
        padding-bottom: 0;
        transform: translateY(0);
        box-shadow: none; }
        .search-results__inner.preloader {
          height: 100%; } }
  .search-results__header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 4rem 1rem;
    gap: 1rem;
    fill: #A5A5A5;
    border-bottom: 0.2rem solid #D8D8D8; }
    .search-results__header:before {
      top: auto;
      bottom: 0;
      padding: .2rem; }
    @media (max-width: 1023px) {
      .search-results__header {
        display: none; } }
    .search-results__header .form-control {
      border: none; }
    .search-results__header .icon[\@click] {
      cursor: pointer; }
  .search-results__clear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    transition: all ease .3s;
    fill: #D8D8D8; }
    @media (min-width: 1024px) {
      .search-results__clear:hover {
        cursor: pointer;
        fill: #353535; } }
    .search-results__clear.preloader > * {
      filter: none; }
    .search-results__clear.preloader:before {
      top: auto;
      left: auto;
      width: 31px;
      height: 31px;
      border-width: 3px; }
  .search-results__ready {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .search-results__total {
    padding: 1.2rem 0 1.6rem; }
    .search-results__total .catalog-targets {
      width: 100%; }
    @media (max-width: 1023px) {
      .search-results__total {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0 6px;
        gap: 6px;
        border-bottom: 0; }
        .search-results__total .catalog-targets {
          width: 100%;
          margin-bottom: 0; }
          .search-results__total .catalog-targets__list {
            margin-bottom: 0; } }
    .search-results__total-title {
      margin-bottom: .8rem;
      font-weight: 500; }
  .search-results__grid {
    display: grid;
    flex-grow: 1;
    padding-right: 4rem;
    grid-template-columns: 25% 75%; }
    @media (max-width: 1023px) {
      .search-results__grid {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-right: 0; } }
  .search-results__footer {
    position: absolute;
    bottom: 4rem;
    right: 0;
    left: 0;
    margin-left: 25%;
    padding-top: 2rem;
    pointer-events: none;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.843575) 63%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 1023px) {
      .search-results__footer {
        bottom: 0;
        margin-left: 0;
        padding-bottom: 10px; } }
    .search-results__footer .paginations {
      margin-bottom: 0;
      pointer-events: auto; }
  .search-results__left, .search-results__right {
    position: relative; }
  .search-results__body {
    position: relative; }
  .search-results__left {
    margin-right: -.2rem;
    border-right: 0.3rem solid #D8D8D8; }
    .search-results__left .search-results__block {
      overflow: auto;
      margin-right: -.3rem;
      padding-right: .3rem; }
      .search-results__left .search-results__block::-webkit-scrollbar {
        width: 3px;
        /* ширина для вертикального скролла */
        height: 3px;
        /* высота для горизонтального скролла */
        border-radius: 0px;
        background-color: #D8D8D8; }
      .search-results__left .search-results__block::-webkit-scrollbar-thumb {
        background-color: #6F7682;
        border-radius: 10em; }
        .search-results__left .search-results__block::-webkit-scrollbar-thumb:hover {
          background-color: #6F7682; }
    @media (max-width: 1023px) {
      .search-results__left {
        border-right: none; }
        .search-results__left .search-results__block {
          position: static;
          overflow: visible;
          padding-bottom: 0; }
        .search-results__left.active {
          transform: translateX(0); } }
  .search-results__right .search-results__block {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding-left: 4rem; }
    @media (max-width: 1023px) {
      .search-results__right .search-results__block {
        padding-left: 16px; } }
  @media (max-width: 1023px) {
    .search-results__right {
      flex-grow: 1; } }
  .search-results__block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 1rem; }
  .search-results__title {
    margin-bottom: 2.4rem;
    font-weight: 500; }
  .search-results__products {
    overflow: auto;
    padding-right: 4rem;
    padding-bottom: 4rem; }
    .search-results__products::-webkit-scrollbar {
      width: 3px;
      /* ширина для вертикального скролла */
      height: 3px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #D8D8D8; }
    .search-results__products::-webkit-scrollbar-thumb {
      background-color: #6F7682;
      border-radius: 10em; }
      .search-results__products::-webkit-scrollbar-thumb:hover {
        background-color: #6F7682; }
    @media (min-width: 1024px) {
      .search-results__products {
        margin-top: -.6rem; } }
    @media (max-width: 1023px) {
      .search-results__products {
        padding-right: 16px; } }
  @media (min-width: 1024px) {
    .search-results__list-toggle {
      display: none; } }
  @media (max-width: 1023px) {
    .search-results__list {
      position: relative;
      z-index: 2; }
      .search-results__list-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 16px;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        background-color: #F8F8F8; }
      .search-results__list-toggle {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease .3s;
        fill: #D8D8D8;
        border: 1px solid #D8D8D8;
        border-radius: 5px;
        background-color: #fff; }
        .search-results__list-toggle .icon {
          transition: all ease .3s;
          transform: rotate(90deg); }
      .search-results__list-body {
        position: absolute;
        right: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
      .search-results__list.active .search-results__list-body {
        visibility: visible;
        opacity: 1; }
      .search-results__list.active .search-results__list-toggle {
        fill: #00A19B; }
        .search-results__list.active .search-results__list-toggle .icon {
          transform: rotate(-90deg); } }
  .search-results__popular {
    margin-top: 2rem;
    padding: 0 2rem 0 4rem;
    font-size: 1.6rem; }
    @media (max-width: 1023px) {
      .search-results__popular {
        margin-top: 20px;
        padding: 0 18px;
        font-size: 16px; } }
    @media (max-width: 1023px) {
      .search-results__popular {
        display: none; } }
  .search-results__close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .search-results__close:hover {
        cursor: pointer;
        transition: all .3s ease;
        transform: rotate(180deg); } }
    .search-results__close .icon {
      fill: #2b2a29; }
    @media (max-width: 1023px) {
      .search-results__close {
        display: none; } }
  .search-results__trigger {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 4px;
    color: #424242;
    fill: #424242;
    border: 1px solid #424242;
    background-color: #fff;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .search-results__trigger {
        display: none; } }
    .search-results__trigger .icon {
      transition: none;
      transform: rotate(180deg); }
    .search-results__trigger.active {
      flex-direction: row-reverse; }
      .search-results__trigger.active .icon {
        transform: rotate(0); }
  .search-results__card-wrap .row-card {
    border-top: 1px solid #D8D8D8; }
  .search-results__empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    gap: 2.4rem;
    text-align: center; }
    @media (max-width: 1023px) {
      .search-results__empty {
        padding-left: 0; } }
    .search-results__empty-img {
      position: relative;
      width: 100%;
      padding-bottom: 40%; }
    .search-results__empty-bg {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin-bottom: 2rem; }
      .search-results__empty-bg img {
        width: 100%;
        height: 100%; }
  .search-results .search-mobile-results__section {
    display: block; }
    @media (min-width: 1024px) {
      .search-results .search-mobile-results__section.active {
        padding-left: 3.7rem;
        border-left: 0.3rem solid #00A19B;
        background-color: #F8F8F8; }
        .search-results .search-mobile-results__section.active .search-mobile-results__section-subtitle {
          font-weight: 500; } }
  .search-results .search-mobile-results__section-inner {
    padding: 1.2rem 0; }
    @media (max-width: 1023px) {
      .search-results .search-mobile-results__section-inner {
        padding: 8px 0; } }
  .search-results .search-mobile-results__section {
    margin-bottom: 0px;
    padding-right: 2.4rem;
    padding-left: 4rem; }
    @media (max-width: 1023px) {
      .search-results .search-mobile-results__section {
        padding: 0 18px; } }
    @media (min-width: 1024px) {
      .search-results .search-mobile-results__section:hover {
        cursor: pointer;
        background: #F8F8F8; } }
    @media (max-width: 1023px) {
      .search-results .search-mobile-results__section-subtitle {
        font-size: 16px; } }
  .search-results .search-mobile-results__section--total {
    position: relative;
    font-weight: 500; }
    .search-results .search-mobile-results__section--total.empty {
      pointer-events: none; }
    @media (max-width: 1023px) {
      .search-results .search-mobile-results__section--total {
        padding-left: 15px;
        border-left: 3px solid #00A19B; } }
    .search-results .search-mobile-results__section--total.active .search-mobile-results__section-inner:after {
      content: none; }
    @media (max-width: 767px) {
      .search-results .search-mobile-results__section--total {
        padding-right: 10px; } }

.search-results-tags {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem; }
