@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
@media (max-width: 1200px) {
  .search__header {
    margin-top: 108px !important;
  }
}
.search__header .side-menu-search__main {
  margin: 20px 0 0;
}
@media (max-width: 1200px) {
  .search__header .side-menu-search__main {
    margin: 16px 0 0;
  }
}
.search__header .side-menu-search__text {
  margin: 20px 0 0;
}
.search__header h3 > span, .search__header h5 > span {
  color: #ADADAD;
}
.search__header .side-menu-search__history-title {
  margin-left: 0;
}
.search__header .side-menu-search__history .side-menu-search__text {
  margin-top: 8px;
}
.search__footer {
  display: flex;
  align-items: center;
  margin: 40px 24px 0;
}
.search__footer-pagination {
  display: flex;
}
.search__footer-pagination button {
  width: 32px;
  height: 32px;
  position: relative;
  color: #ADADAD;
  cursor: pointer;
}
@media (hover: hover) {
  .search__footer-pagination button:hover {
    color: #000000;
  }
}
.search__footer-pagination button.active {
  color: #000000;
  background: #F7F7F7;
}
.search__footer-pagination-arrow {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .search__footer-pagination-arrow:hover img {
    filter: brightness(0) saturate(100%);
  }
}
.search__footer-pagination-arrow.active {
  background: #F7F7F7;
}
.search__footer-pagination-arrow.active img {
  filter: brightness(0) saturate(100%);
}
.search__footer-pagination-arrow img {
  top: 5px;
  left: 4px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(158deg) brightness(89%) contrast(84%);
}
.search__footer-btn {
  width: 187px;
  height: 32px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 100ms;
}
@media (hover: hover) {
  .search__footer-btn:hover {
    color: #FFFFFF;
    background: #000000;
    transition: all 100ms;
  }
}
.search__footer-btn span {
  color: #ADADAD;
}

@media (max-width: 1200px) {
  .search__header {
    margin: 16px 16px 24px;
  }
  .search__header h3 {
    margin: 16px 0;
  }
  .search__footer {
    margin-bottom: 96px;
    position: relative;
    flex-direction: column;
  }
  .search__footer-btn {
    top: 56px;
  }
}

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