

/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984*/
.pager {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__next {
  margin-bottom: 50px;
}
@media only screen and (max-width: 549px) {
  .pager__next {
    margin-bottom: 40px;
  }
}
.pager .preloader:before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1693%) hue-rotate(216deg) brightness(92%) contrast(87%);
}
.pager .loader--active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
.content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  border-right: none;
  font-size: 16px;
  line-height: 35px;
  color: #565655;
  text-align: center;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin: 0 4px;
}
@media only screen and (max-width: 549px) {
  .content .paging__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
  text-decoration: underline;
  color: #2e3d8c;
}
.content .paging__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.content .paging__item--arr {
  color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
@media only screen and (max-width: 549px) {
  .content .paging__item--arr {
    display: none;
  }
}
html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.content .paging__item--active {
  background-color: #f7f7f7;
}
html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
  text-decoration: none;
  pointer-events: none;
  color: #565655;
}

/* End */


/* Start:/local/templates/2019/components/arturgolubev/search.page/.default/style.css?17713295925898*/
/* Отступы */
.search-page__form {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1439px) {
  .search-page__form {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .search-page__form {
    padding: 15px;
    margin-bottom: 24px;
  }
}

.content .search-form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .content .search-form {
    flex-direction: column;
  }
}
.content .search-form__input-wrapper {
  position: relative;
  width: 100%;
}
.content .search-form__input-wrapper input {
  display: flex;
  height: 40px;
  padding: 12px 36px 10px 12px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  color: #565655;
}
.content .search-form__input-wrapper span {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
html:not(.bx-touch) .content .search-form__input-wrapper span:hover .icon, .bx-touch .content .search-form__input-wrapper span:active .icon {
  color: #565655;
}
.content .search-form__input-wrapper span.visible {
  display: flex;
}
.content .search-form__input-wrapper span .icon {
  width: 15px;
  height: 15px;
  color: #b1b2b3;
}
.content .search-form__category {
  min-width: 208px;
}
@media only screen and (max-width: 1023px) {
  .content .search-form__category {
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .content .search-form__category {
    min-width: 100%;
  }
}
.content .search-form__category .select2-container .select2-selection--single, .content .search-form__category .select2-selection__rendered, .content .search-form__category .form-control {
  height: 40px;
  min-height: 40px;
}
.content .search-form__category .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.content .search-form__btn {
  min-width: 160px;
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .content .search-form__btn {
    min-width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content .search-form__btn {
    min-width: 100%;
  }
}
.content .search-form__btn span {
  display: inline-flex;
}
@media only screen and (max-width: 1023px) {
  .content .search-form__btn span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .content .search-form__btn span {
    display: inline-flex;
  }
}
.content .search-form__btn span + .icon {
  margin-left: 0;
}
.content .search-form__btn .icon {
  font-size: 20px;
}
.content .search-form__btn svg {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .content .search-form__btn svg {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .content .search-form__btn svg {
    display: none;
  }
}
.content .message {
  margin-bottom: 0;
}

.search-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .search-results {
    gap: 24px;
  }
}
.search-results__item {
  display: flex;
  align-items: stretch;
  gap: 24px;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .search-results__item {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .search-results__item {
    gap: 12px;
  }
}

.search-result__image {
  width: 118px;
  min-width: 118px;
  align-self: stretch;
  aspect-ratio: 1/1;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .search-result__image {
    width: 104px;
    min-width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result__image {
    width: 72px;
    min-width: 72px;
    max-height: 72px;
  }
}
.search-result__image img {
  object-fit: contain;
  object-position: top center;
  height: 100%;
  width: 100%;
}
.search-result__image .no-photo .icon {
  width: 50px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .search-result__image .no-photo .icon {
    width: 40px;
    height: 30px;
  }
}
.search-result__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .search-result__wrapper {
    gap: 12px;
  }
}
.search-result__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}
.search-result__content-header {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  color: #2e3d8c;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .search-result__content-header {
    font-size: 14px;
  }
}
@media only screen and (max-width: 549px) {
  .search-result__content-header {
    display: block;
    font-size: 14px;
  }
}
.search-result__content-header b {
  font-weight: 700;
}
html:not(.bx-touch) .search-result__content-header:hover, .bx-touch .search-result__content-header:active {
  color: #000356;
}
.search-result__content-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .search-result__content-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result__content-desc {
    display: none;
  }
}
.search-result .tags__item {
  padding: 5px 8px;
  border-radius: 16px;
}
.search-result .tags__item a {
  color: inherit;
  text-decoration: none;
}
.search-result .tags__item span {
  color: #6f6f6e;
}
html:not(.bx-touch) .search-result .tags__item:hover span, .bx-touch .search-result .tags__item:active span {
  color: #565655;
}

/* End */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/arturgolubev/search.page/.default/style.css?17713295925898 */
