

/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/search.page/search/style.css?17519408453524*/
.search-page {
  background-color: #e1eff4;
  padding: 2rem 1rem;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  color: #333;
}

iframe[name$="_div_frame"] {
  display: none !important;
}

.search-suggest {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: transparent;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.search-input-group {
  display: flex;
  max-width: 600px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}

.search-input {
  flex-grow: 1;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  outline: none;
  background-color: transparent;
}

.btn-search {
  border: none;
  background-color: #2c7cbf;
  color: #fff;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-search:hover {
  background-color: #1d5c8f;
}

.search-input-group .search-input,
.search-input-group .btn-search {
  border-radius: 0;
}

.search-select {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.search-results .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.search-results .card:hover {
  transform: translateY(-3px);
}

.card-img-wrapper {
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 0.75rem;
  background-color: #f6f6f6;
}

.search-img {
  height: auto;
  width: 100%;
}

.search-results .card-img-top {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background-color: transparent;
  object-fit: cover;
  border-radius: 0.5rem;
  background-color: #f6f6f6;
  transition: opacity 0.3s ease;
}

.card-body {
  padding: 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 1.05rem;
  min-height: 3rem;
  line-height: 1.4;
}

.search-result-body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  color: #555;
  min-height: 5.6em;
}

.card-text {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
  overflow: visible;
}

.card-footer {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  padding: 0.75rem 1.2rem;
}

.search-result-meta {
  font-size: 0.8rem;
  color: #888;
}

.search-result-title {
  color: #0d5aa7;
  font-weight: 600;
  text-decoration: none;
}

.search-result-title:hover {
  text-decoration: underline;
}

.search-sort {
  margin-top: 2rem;
  font-size: 0.95rem;
}

.search-sort a {
  text-decoration: none;
  color: #0d5aa7;
  font-weight: 500;
}

.search-sort a:hover {
  text-decoration: underline;
}

.alert-info,
.alert-danger,
.alert-warning {
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  .search-input-group {
    flex-direction: column;
  }

  .search-input {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .btn-search {
    width: 100%;
    justify-content: center;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .card-img-wrapper {
    height: auto;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1745325164501*/
input.search-suggest {}
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: 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 */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174532516451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/aspro-allcorp/components/bitrix/search.page/search/style.css?17519408453524 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1745325164501 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174532516451 */
