

/* Start:/local/templates/.default/components/bitrix/search.page/.default/style.css?17895281732255*/
.search-page {
  min-height: 300px;
}

.search-page__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-page__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  @media (width < 1280px) {
    gap: 20px;
  }
}

.search-page__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
  @media (width < 1280px) {
    padding-bottom: 20px;
  }
}

a.search-page__item > span b {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.15s;
}

a.search-page__item:hover > span b {
  text-decoration-color: var(--color-red);
}

.search-page__title {
  font-weight: 600;
}

.search-page__body {
  font-size: 16px;
  @media (width < 1280px) {
    font-size: 14px;
  }
}

.search-page__body b {
  font-weight: 600;
}

.search-field {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-red);
  @media (width < 1024px) {
    padding-bottom: 0;
  }
}

.search-field__wrapper {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
}

/* выпадающие подсказки search.suggest.input приходят отдельным iframe */
.search-field__wrapper iframe {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}

.search-field__submit {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.search-field__submit::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4387_16182)'%3E%3Ccircle cx='10.375' cy='9.375' r='6.375' stroke='%23414141' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15 14L20 19' stroke='%23414141' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4387_16182'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.suggest.input/.default/style.css?17895281791000*/
.search-suggest {
  flex-grow: 1;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08333;
  padding: 0;
  width: 100%;
  @media (max-width: 1024px) {
    font-size: 18px;
    line-height: 1.333;
  }
}

.search-suggest::placeholder {
  color: var(--color-text-light);
}

.search-suggest:focus-visible {
  outline: none;
}

div.search-popup {
  padding: 10px;
  border: none;
  border-radius: var(--b-radius);
  transform: translateY(10px);
  background: white;
}
div.search-popup-row,
div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
}
div.search-popup-row {
  background: #ffffff;
}
div.search-popup-row-active {
  background: #eeeeee;
}
div.search-popup-el-name,
div.search-popup-el-cnt {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
div.search-popup-el-cnt {
  text-align: right;
  float: right;
}

/* End */
/* /local/templates/.default/components/bitrix/search.page/.default/style.css?17895281732255 */
/* /local/templates/.default/components/bitrix/search.suggest.input/.default/style.css?17895281791000 */
