.search_page .results_list, .search_page .checkbox_filter .drop_block, .search_page .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.search_page .top_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.search_page .checkbox_filter.opened .drop_btn:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.search_page .checkbox_filter .check_btn:before, .search_page .checkbox_filter .drop_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search_page .top_img img, .search_page .top_img * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.search_page.news_page .search_results {
  border-top: none;
  position: relative;
}
.search_page.news_page .search_results:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  bottom: 0;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
}
.search_page.news_page .title_news {
  margin-bottom: 30px;
  position: relative;
  background: #ffffff;
  display: inline-block;
  padding-right: 10px;
}
.search_page.news_page .date_filter {
  position: relative;
  margin-right: 20px;
  flex: 0 0 228px;
  max-width: 228px;
}
.search_page.news_page .date_filter ::-webkit-input-placeholder {
  color: #666666;
}
.search_page.news_page .date_filter :-moz-placeholder {
  color: #666666;
}
.search_page.news_page .date_filter ::-moz-placeholder {
  color: #666666;
}
.search_page.news_page .date_filter :-ms-input-placeholder {
  color: #666666;
}
.search_page.news_page .date_filter:before {
  color: #AA241F;
  font-size: 150%;
  position: absolute;
  top: 0;
  right: 10px;
  border-left: 1px solid #AA241F;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  z-index: 2;
  pointer-events: none;
}
.search_page.news_page .date_filter input {
  width: 100%;
  border: 1px solid #787878;
  background: transparent;
  padding: 10px;
  font-size: 130%;
  line-height: 18px;
  color: #999999;
  flex: 0 0 228px;
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  .search_page.news_page .filter_section {
    flex-direction: row;
  }
  .search_page.news_page .results_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .search_page.news_page .filter_section {
    flex-direction: column;
  }
  .search_page.news_page .results_block {
    margin-top: 20px;
  }
  .search_page.news_page .date_filter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search_page.news_page .date_filter input {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.search_page .page_title {
  color: #4B4E6A;
  margin-top: 20px;
}
.search_page .results_block {
  flex: 1;
  max-width: 580px;
  width: 100%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}
.search_page .paging {
  margin-bottom: 60px;
}
.search_page .paging ul {
  display: flex;
  justify-content: flex-end;
  font-size: 140%;
  line-height: 1.33em;
  color: #333333;
}
.search_page .paging li {
  margin: 0 8px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
}
.search_page .paging li.inactive {
  display: none;
}
.search_page .paging a {
  display: inherit;
  padding-top: 1px;
  color: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 28px;
  height: 28px;
  border-radius: inherit;
}
.search_page .paging a.current_page {
  background: transparent;
  border: 1px solid #AA241F;
  color: #AA241F;
  pointer-events: none;
}
.search_page .paging .prev_page,
.search_page .paging .next_page {
  background: #ffffff;
  font-size: 0.9rem;
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .search_page .paging ul {
    margin: 0 -5px;
  }
  .search_page .paging li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .search_page .paging ul {
    margin: 0 -3px;
    justify-content: center;
  }
  .search_page .paging li {
    margin: 0 3px;
    width: 34px;
    height: 34px;
  }
}
.search_page .info_search_results {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.search_page .copy_block {
  font-size: 110%;
  line-height: 1.33em;
  color: #787878;
}
.search_page .copy_block a {
  font-size: 110%;
  color: #000000;
  text-transform: uppercase;
}
.search_page .copy_block a.active {
  color: #AA241F;
}
.search_page .count_info {
  font-size: 110%;
  line-height: 1.33em;
  color: #333333;
}
.search_page .count_info span {
  font-family: "mardoto-bold", "roboto-bold";
}
.search_page .checkbox_filter {
  flex: 1;
  max-width: 180px;
  position: relative;
  margin-right: 20px;
}
.search_page .checkbox_filter .drop_btn {
  font-size: 110%;
  line-height: 1.33em;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  height: 40px;
  width: 100%;
  border: 1px solid #787878;
  background: #ffffff;
  text-transform: uppercase;
  color: #333333;
}
.search_page .checkbox_filter .drop_btn:after {
  font-size: 0.5rem;
  display: block;
  margin-left: 10px;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #C4C4C4 transparent;
}
.search_page .checkbox_filter .drop_btn span {
  flex: 1;
  width: 10%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_page .checkbox_filter .drop_btn span:empty {
  color: #666666;
}
.search_page .checkbox_filter .drop_btn span:empty:before {
  display: block;
  content: attr(data-default);
}
.search_page .checkbox_filter.opened .drop_btn {
  border-color: #787878;
}
.search_page .checkbox_filter .drop_block {
  border: 1px solid #787878;
  border-top: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  scrollbar-color: #4B4E6A #F9F9F9;
  scrollbar-width: auto;
}
.search_page .checkbox_filter .drop_block::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #F9F9F9;
}
.search_page .checkbox_filter .drop_block::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #4B4E6A;
}
.search_page .checkbox_filter .drop_block:before {
  display: block;
  content: "";
  height: 15px;
}
.search_page .checkbox_filter .drop_block li {
  padding: 0 15px 8px;
}
.search_page .checkbox_filter label {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.search_page .checkbox_filter label input:checked + .check_btn:before {
  background: #AA241F;
  color: #ffffff;
  border-color: #AA241F;
}
.search_page .checkbox_filter .check_btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 110%;
  line-height: 1.33em;
  color: #333333;
  text-transform: uppercase;
}
.search_page .checkbox_filter .check_btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #787878;
  content: "\e905";
  min-width: 17px;
  height: 17px;
  margin-right: 10px;
  color: transparent;
  font-size: 35%;
}
.search_page .inner_search {
  min-width: 180px;
  display: flex;
  border: 1px solid #787878;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.search_page .inner_search ::-webkit-input-placeholder {
  color: #666666;
}
.search_page .inner_search :-moz-placeholder {
  color: #666666;
}
.search_page .inner_search ::-moz-placeholder {
  color: #666666;
}
.search_page .inner_search :-ms-input-placeholder {
  color: #666666;
}
.search_page .inner_search input {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 130%;
  line-height: 13px;
  padding: 13px 15px;
  flex: 1;
  width: 50%;
}
.search_page .inner_search input::placeholder {
  color: #333333;
}
.search_page .inner_search button {
  background: transparent;
  color: #AA241F;
  border: none;
  border-left: 1px solid #AA241F;
  padding: 0;
  min-width: 41px;
  font-size: 180%;
}
.search_page .inner_search button:before {
  display: block;
}
.search_page .filter_section {
  display: flex;
  margin-top: 10px;
}
.search_page .search_results {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  margin-top: 30px;
}
.search_page .top_img {
  display: block;
  position: relative;
  overflow: hidden;
}
.search_page .top_img img {
  object-fit: cover;
}
.search_page .results_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.search_page .results_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px 20px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.search_page .results_list .top_block {
  display: flex;
  align-items: flex-start;
}
.search_page .btn_more {
  display: flex;
  justify-content: end;
  width: 100%;
}
.search_page .bottom_block {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_page .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search_page .title_info {
  font-family: "mardoto", "roboto";
  color: #000000;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 990px) {
  .search_page .results_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_page .filter_section {
    flex-direction: column;
  }
  .search_page .results_block {
    margin-top: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .search_page .info_search_results {
    flex-direction: column;
  }
  .search_page .count_info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .search_page .results_list .top_block {
    flex-direction: column;
  }
  .search_page .top_img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.web .search_page .copy_block a, .search_page .copy_block .web a, .web .search_page .checkbox_filter .drop_btn, .search_page .checkbox_filter .web .drop_btn, .web .search_page .inner_search button, .search_page .inner_search .web button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .search_page .paging a, .search_page .paging .web a, .web .search_page .checkbox_filter .check_btn, .search_page .checkbox_filter .web .check_btn, .web .search_page .title_info, .search_page .web .title_info, .search_page .top_img {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.search_page .top_img .news_image:before {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search_page .top_img .news_image:after, .search_page .top_img img, .search_page .checkbox_filter label input:checked + .check_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .search_page .checkbox_filter .drop_btn, .search_page .checkbox_filter .touch .drop_btn, .touch .search_page .inner_search button, .search_page .inner_search .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .search_page .paging a, .search_page .paging .touch a, .touch .search_page .checkbox_filter .check_btn, .search_page .checkbox_filter .touch .check_btn, .search_page .top_img {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.search_page .top_img .news_image:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.search_page .top_img .news_image:after, .search_page .top_img img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.search_page .checkbox_filter .check_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search_page .checkbox_filter label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.search_page .top_img:active {
  color: #4F8EB3;
}
.search_page .top_img:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.search_page .top_img:active .news_image:before {
  background: #ffffff;
}
.search_page .top_img:active .news_image:after {
  border-left-color: #222222;
}
.search_page .top_img:active .news_title,
.search_page .top_img:active .news_date {
  color: inherit;
}

.search_page .top_img:hover {
  color: #4F8EB3;
}
.search_page .top_img:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.search_page .top_img:hover .news_image:before {
  background: #ffffff;
}
.search_page .top_img:hover .news_image:after {
  border-left-color: #222222;
}
.search_page .top_img:hover .news_title,
.search_page .top_img:hover .news_date {
  color: inherit;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .search_page .paging a:hover, .search_page .paging .web a:hover, .web .search_page .checkbox_filter .check_btn:hover, .search_page .checkbox_filter .web .check_btn:hover, .web .search_page .title_info:hover, .search_page .web .title_info:hover {
  color: #AA241F;
}
.web .search_page .copy_block a:hover, .search_page .copy_block .web a:hover, .web .search_page .checkbox_filter .drop_btn:hover, .search_page .checkbox_filter .web .drop_btn:hover, .web .search_page .inner_search button:hover, .search_page .inner_search .web button:hover {
  opacity: 0.7;
}
.touch .search_page .paging a:active, .search_page .paging .touch a:active, .touch .search_page .checkbox_filter .check_btn:active, .search_page .checkbox_filter .touch .check_btn:active {
  color: #4F8EB3;
}
.touch .search_page .checkbox_filter .drop_btn:active, .search_page .checkbox_filter .touch .drop_btn:active, .touch .search_page .inner_search button:active, .search_page .inner_search .touch button:active {
  opacity: 0.7;
}

/*# sourceMappingURL=search.css.map */
