@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
input.search-suggest {
  border-radius: 12px;
  padding: 8px 16px;
  background-color: #FFFFFF;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111111;
  max-width: 663px;
  width: 100%;
  height: 54px;
  border: 0;
  outline: none;
}
input.search-suggest::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #8A8A8B;
  opacity: 1;
}
input.search-suggest::placeholder { /* Most modern browsers support this now. */
  color: #8A8A8B;
}
input.search-suggest[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3e%3cg clip-path='url(%23search_clear_svg__a)'%3e%3cpath d='M5.392 18.607 18.606 5.393m0 13.214L5.392 5.393' stroke='%23B4B4B4' stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='search_clear_svg__a'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  cursor: pointer;
}

.search-suggest__submit {
  width: 54px;
  height: 54px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 26'%3e%3cg clip-path='url(%23search_press_svg__a)'%3e%3cpath d='m21.018 21.472-3.498-3.498m-1.488-1.488A7.051 7.051 0 0 0 6.06 6.514a7.051 7.051 0 0 0 9.972 9.972Z' stroke='%238A8A8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='search_press_svg__a'%3e%3cpath fill='white' d='M0 0h26v26H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  background-size: 26px;
  border: none;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.search-suggest__submit:hover {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 26'%3e%3cg clip-path='url(%23search_press_svg__a)'%3e%3cpath d='m21.018 21.472-3.498-3.498m-1.488-1.488A7.051 7.051 0 0 0 6.06 6.514a7.051 7.051 0 0 0 9.972 9.972Z' stroke='%23E44315'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='search_press_svg__a'%3e%3cpath fill='white' d='M0 0h26v26H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  background-size: 26px;
}
@media (max-width: 575.98px) {
  .search-suggest__submit {
    width: 50px;
    height: 50px;
  }
}

div.search-popup {
  border: 1px solid #333333;
  background: #FFFFFF;
  padding: 2px;
  margin: 0px;
}

div.search-popup-row, div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  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;
}
