

/* Start:/local/templates/promolink/components/fln/find.news/new_bills/style.css?17340053683634*/
body .tab-news__search-list {
  position: relative !important;
  margin-bottom: 15px;
}

.tab-news__txt-form {
  padding: 12px 50px 12px 10px !important;
  width: auto !important;
  min-width: 60%;
  max-width: 100%;
  background: none !important;
  box-shadow: none !important;
  outline: none;
  display: block;
}

.tab-news__search-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100% !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(211, 211, 211, 0.3);
}

.filters_preview {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 96%;
}

.filters_preview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f6ff;
  padding: 12px 15px;
  border-radius: 12px;
}

.filters_preview-item_close {
  cursor: pointer;
}

.filters_preview-item_close::before {
  font-size: 10px;
}

.filter-form {
  position: absolute;
  top: calc(100% + 5px);
  font-family: "Inter", sans-serif;
  background: #fff;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 0px 20px rgba(211, 211, 211, 0.3);
  width: 100%;
  border-radius: 10px;
  padding: 20px;
}

.filter-form.--show {
  opacity: 1;
  display: flex;
  z-index: 5;
}

.filter-form_select,
.filter-form_input {
  border: none;
  outline: none;
  border-radius: 8px;
  display: block;
  background: #f9f9f9 !important;
  padding: 15px 20px !important;
  width: 100% !important;
  font-size: 16px;
  height: auto !important;
  line-height: 22px !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.filter-form_select.--date,
.filter-form_input.--date,
input[type=date] {
  width: 172px !important;
  height: auto;
  min-height: 2em !important;
}

.filter-form_select {
  appearance: none;
}

.filter-form_select.--small-select {
  width: 200px !important;
}

.filter-form_select.--placeholder {
  color: #848e99;
}

.filter-form_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-form_row.--with-submit {
  flex-direction: row;
  justify-content: end;
}

.filter-form_row.--with-submit .filter_btn {
  padding: 14px 20px;
  width: 100%;
  font-size: 16px;
}

.filter-form_row_title {
  font-size: 14px;
  line-height: 16px;
}

.filter-form_row-content:has(.--date),
.filter-form_row:has(.--small-select) {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}

.filter-form_row-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-form_row-content:has(.filter-form_select) {
  position: relative;
}

.filter-form_row-content:has(.filter-form_select)::before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  right: 15px;
  box-sizing: content-box;
}

/*# sourceMappingURL=style.css.map */
.tab-news__search-icon._icon-cross::before {
  font-size: 15px;
}

@media (max-width:768px) {
  .tab-news__txt-form {
    min-width: 80%;
  }

  .filter-form_select,
  .filter-form_input {
    font-size: 3vw !important;
    padding: 10px !important;
  }

  .filter-form_select.--small-select {
    width: 100% !important;
  }

  .filter-form_input.--date,
  .filter-form_row-container {
    -webkit-appearance: none !important;
    width: calc(50% - 5px) !important;
    min-height: 30px !important;
  }

  .filter-form_row-content:has(.--date),
  .filter-form_row:has(.--small-select) {
    gap: 10px;
  }

  .filter-form {
    padding: 15px;
  }

  .filters_preview {
    max-width: 92%;
  }

  .filters_preview-item {
    font-size: 12px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/bills/style.css?17219728103264*/
/* FANCYBOX */
.fancybox__backdrop {
    background: #F0F6FF !important;
    opacity: .9 !important;
}

.f-button.is-close-btn svg {
    fill: #000000 !important;
    stroke: #000000 !important;
}
/*
.news-press__item > div {
    width: 100%;
}

.news-press__item img {
    height: 170px;
}

.news-main__news-group.b_news_list {
    padding-top: 0;
}

.news_filter_form {
    padding: 21px 0 0 0;
}
.tab-news__modal-wrapper.fancybox__content {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}

.tab-news__modal-inner:not(:last-child) {
    margin-bottom: 20px;
}

.filter_title {
    font-weight: 700;
    margin-bottom: 15px;
}

.tab-news__search-wrapper input::placeholder {
    color: #848e99;
}

.filter_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.filter_tags > .filterTag input[type="checkbox"] {
    display: none;
}

.filter_tags .filterTag input[type="checkbox"]:checked + label {
    background: #057AFF;
    color: white;
}

.filter_tags > .filterTag > label {
    display: inline-block;
    color: #444;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #F0F6FF;
    background: #F0F6FF;
    padding: 4px 10px;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    transition: all .25s ease;
}

.filter_tags > .filterTag > label:hover {
    background: #057AFF;
    color: white;
}

.filterTag {

}

.filter_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #057AFF;
    border-radius: 12px;
    min-width: 120px;
    padding: 11px 11px;
    font-size: 18px;
    line-height: 1;
    color: white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.filter_btn:hover {
    background: #0265d5;
}

.tab-news__modal-inner .selectric {
    background-color: white;
    color: #000000;
    !*box-shadow: 0 0 20px rgb(211, 211, 211, 0.3);*!
    border-radius: 8px;
    border: 1px solid #dedede;
}

.tab-news__date_container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 371px;
}

.tab-news__date_container input {
    border-radius: 8px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #848e99;
    outline: none;
    font-size: 16px;
    width: 172px;
    box-shadow: 0 0 20px rgb(211, 211, 211, 0.3);
    padding: 0 23px;
    position: relative;
    z-index: 1;
}

.tab-news__date_container input:first-child {
    margin-right: 27px;
}

.tab-news__date_container img {
    width: 25px;
    height: 23px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 127px;
    transform: translateY(-50%);
}

.tab-news__date_container img:last-child {
    left: auto;
    right: 17px;
}

.tab-news__date_container .date-interval-hellip {
    display: none;
}

.tab-news__date_container .calendar-icon {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.tab-news__date_container .calendar-icon-hover {
    border: 1px solid transparent;
    background-color: unset;
}

.news_filter_row {
    display: flex;
    align-items: center;
    gap: 27px;
}

.news_filter_row:first-child {
    margin-bottom: 27px;
}

.fancybox__backdrop {
    background: #F0F6FF !important;
    opacity: .9 !important;
}*/

/* End */
/* /local/templates/promolink/components/fln/find.news/new_bills/style.css?17340053683634 */
/* /bitrix/templates/.default/components/bitrix/news.list/bills/style.css?17219728103264 */
