

/* Start:/local/templates/rarus.light/components/bitrix/news/1c-corp_projects/style.css?174532105312295*/
.project-map {
  width: 100%;
  height: 360px;
  padding: 0;
  margin: 36px 0; }
  .project-map [class$="-balloon-content__header"] {
    margin: 0;
    box-sizing: border-box; }
  .project-map [class$="balloon__content"] {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    padding: 12px; }
  .project-map [class*="-balloon_layout_normal"] {
    box-shadow: 0 1px 2px rgba(15, 29, 48, 0.25);
    border-radius: 4px; }
  .project-map [class$="balloon__tail"] {
    display: none; }
  .project-map--gulliver [class$="balloon__content"] {
    max-height: 40px; }

.project-map__title {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 4px; }
  .project-map--gulliver .project-map__title {
    margin-bottom: 0; }

.project-map__subtitle {
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0; }
  .project-map--gulliver .project-map__subtitle {
    display: none; }

.project-map__hint {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  min-width: 154px;
  min-height: 72px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  box-shadow: 0 1px 2px rgba(15, 29, 48, 0.25);
  border-radius: 4px;
  padding: 12px; }
  .project-map--gulliver .project-map__hint {
    min-width: 132px;
    min-height: 40px; }

.project-map__dropdown-toggle > span::after {
  border-bottom: none; }

.characteristics {
  display: grid;
  grid-template-columns: minmax(210px, 300px) 1fr;
  grid-gap: 25px;
  margin-bottom: 56px; }
  @media (max-width: 991px) {
    .characteristics {
      grid-template-columns: 1fr; } }
  .characteristics--group-single {
    grid-template-columns: 142px 1fr; }
    @media (max-width: 991px) {
      .characteristics--group-single {
        grid-template-columns: 1fr; } }
  .characteristics--main-single {
    grid-template-columns: 1fr; }

.characteristics-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 20px; }
  @media (max-width: 991px) {
    .characteristics-group {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .characteristics-group {
      grid-template-columns: 1fr; } }
  .characteristics-group__item {
    display: grid;
    grid-template-columns: 32px auto;
    grid-column-gap: 8px;
    width: 142px;
    min-height: 120px;
    padding: 8px 6px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 991px) {
      .characteristics-group__item {
        width: 210px;
        min-height: auto;
        grid-row-gap: 10px; } }
    @media (max-width: 767px) {
      .characteristics-group__item {
        width: 100%;
        padding: 16px 16px 12px; } }
  .characteristics-group__title {
    grid-column: 1/2 span;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .characteristics-group__text {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    vertical-align: middle;
    z-index: 10; }
    .characteristics-group__text span {
      font-size: 15px; }
    .characteristics-group__text--deviation {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
      @media (min-width: 768px) {
        .characteristics-group__text--deviation {
          text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .characteristics-group__text--deviation {
    right: -50px;
    bottom: 1px; } }

      @media (max-width: 767px) {
        .characteristics-group__text--deviation {
          bottom: -4px;
          left: 110px; } }
  .characteristics-group .icon {
    display: inline-block;
    width: 32px;
    height: 32px; }
  .characteristics-group .icon-deviation {
    width: 116px;
    height: 50px;
    margin-right: 0;
    z-index: 1; }
@media (min-width: 992px) and (max-width: 1199px) {
  .characteristics-group .icon-deviation {
    width: 100%;
    height: 37px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .characteristics-group .icon-deviation {
    width: 93px;
    height: 40px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .characteristics-group .icon-deviation {
    width: 93px;
    height: 40px; } }

    @media (max-width: 575px) {
      .characteristics-group .icon-deviation {
        width: 93px;
        height: 40px; } }
  .characteristics-group .characteristics-group-deviation {
    position: relative;
    grid-column: 1/2 span; }

.characteristics-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  border-radius: 4px;
  padding: 32px 32px 0 32px;
  background: linear-gradient(89.75deg, #378CD8 0.83%, #0557B4 99.7%);
  box-shadow: 0 1px 2px rgba(15, 29, 48, 0.25);
  color: #fff; }
  @media (max-width: 991px) {
    .characteristics-main {
      order: -1; } }
  @media (max-width: 767px) {
    .characteristics-main {
      grid-template-columns: 1fr;
      grid-gap: 0; } }
  .characteristics-main__item {
    margin-bottom: 18px; }
  .characteristics-main__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700; }
  .characteristics-main__text {
    margin-bottom: 8px; }
    .characteristics-main__text:last-child {
      margin-bottom: 0; }
    .characteristics-main__text a {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
      .characteristics-main__text a:hover {
        border-bottom: none;
        color: #fff;
        opacity: 0.8; }

@media (min-width: 768px) {
  .project-reviews--white {
    padding-bottom: 72px; } }
@media (max-width: 767px) {
  .project-reviews--white {
    padding-bottom: 60px; } }

.project-reviews--grey {
  background: #F2F2F2; }
  @media (min-width: 992px) {
    .project-reviews--grey {
      padding: 30px 0 84px; } }
  @media (max-width: 991px) {
    .project-reviews--grey {
      padding: 30px 0 72px; } }
  @media (max-width: 767px) {
    .project-reviews--grey {
      padding: 30px 0 60px; } }

.project-cases {
  display: grid;
  grid-row-gap: 45px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .project-cases {
      margin-bottom: 40px; } }

.project-cases__item {
  display: grid; }

.project-cases__picture {
  grid-column: 1/2;
  grid-row: 1/2; }

.project-cases__content {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 36px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.project-cases__portfolio {
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .project-cases__portfolio {
      font-size: 14px;
      line-height: 19px; } }

.project-cases__description-title {
  margin: 0 0 6px; }
  @media (min-width: 576px) {
    .project-cases__description-title {
      font-size: 36px;
      line-height: 44px;
      font-weight: 700; } }
  @media (max-width: 767px) {
    .project-cases__description-title {
      font-size: 24px;
      line-height: 32px;
      font-weight: 600; } }

.project-cases__description-cases {
  margin-bottom: 18px; }
  @media (min-width: 576px) {
    .project-cases__description-cases {
      font-size: 24px;
      line-height: 32px;
      font-weight: 600; } }
  @media (max-width: 767px) {
    .project-cases__description-cases {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400; } }

.corp-reviews__carousel .media__slider-lg {
  box-shadow: 0 8px 48px rgba(15, 29, 48, 0.1), 0 4px 8px rgba(15, 29, 48, 0.1);
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 32px; }
.corp-reviews__carousel .media__foto--nav {
  display: flex;
  align-items: center;
  justify-content: center; }
.corp-reviews__carousel .media__foto--progress {
  font-size: 36px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 24px; }
.corp-reviews__carousel .media__foto--current {
  color: #000; }
.corp-reviews__carousel .media__foto--arrow {
  position: relative;
  background-color: #FA7500;
  width: 48px;
  height: 48px; }
.corp-reviews__carousel .media__foto--left {
  left: auto; }
.corp-reviews__carousel .media__foto--right {
  right: auto; }
.corp-reviews__slide {
  padding: 44px 36px 50px 44px; }
.corp-reviews__author {
  display: grid;
  grid-column-gap: 26px;
  padding-bottom: 26px; }
  @media (min-width: 768px) {
    .corp-reviews__author {
      grid-template-columns: 96px 1fr min-content; } }
@media (min-width: 576px) and (max-width: 767px) {
  .corp-reviews__author {
    grid-template-columns: 96px 1fr;
    grid-template-rows: min-content min-content; } }

  @media (max-width: 575px) {
    .corp-reviews__author {
      text-align: center; } }
  .corp-reviews__author-photo {
    border-radius: 100%;
    width: 96px;
    height: 96px;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .corp-reviews__author-photo {
        grid-row: 2; } }
    @media (max-width: 575px) {
      .corp-reviews__author-photo {
        margin: 0 auto; } }
  .corp-reviews__author-name {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 27px; }
@media (min-width: 576px) and (max-width: 767px) {
  .corp-reviews__author-position {
    grid-row: 2; } }

  @media (max-width: 575px) {
    .corp-reviews__author-position {
      grid-row: 3; } }
  @media (min-width: 576px) {
    .corp-reviews__author-logo {
      margin-left: auto; } }
@media (min-width: 576px) and (max-width: 767px) {
  .corp-reviews__author-logo {
    grid-column: 1/3; } }

  @media (max-width: 767px) {
    .corp-reviews__author-logo {
      grid-row: 1; } }
  @media (max-width: 575px) {
    .corp-reviews__author-logo {
      margin: 0 auto 1rem; } }
@media (min-width: 576px) {
  .corp-reviews__comment {
    font-size: 20px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .project-suitcase {
    padding: 30px 0 72px; } }
@media (max-width: 767px) {
  .project-suitcase {
    padding: 30px 0 60px; } }

.project-suitcase--blue {
  background: #ECF0F3; }

.project-suitcase__container {
  grid-row-gap: 40px;
  display: grid; }

@media (min-width: 768px) {
  .project-suitcase__container--body {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .project-suitcase__container--body {
    margin-bottom: 40px; } }

.project-suitcase__item {
  padding: 32px 32px 42px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(15, 29, 48, 0.1), 0 8px 48px rgba(15, 29, 48, 0.1);
  border-radius: 8px;
  display: grid;
  grid-row-gap: 24px; }

.project-suitcase__item-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9; }

.project-suitcase__footer {
  display: flex; }
  @media (min-width: 768px) {
    .project-suitcase__footer {
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 767px) {
    .project-suitcase__footer {
      flex-direction: column;
      grid-gap: 10px; } }

.project-suitcase__arm {
  font-weight: 700;
  margin-bottom: 4px; }

.project-suitcase__button {
  background: #0092DB;
  border: 1px solid #0092DB;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  width: fit-content; }

.project-suitcase__icon {
  font-size: 14px;
  margin-left: 10px; }

.backward-button__button {
  display: flex;
  grid-column-gap: 15px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  transition: width 0.3s;
  background: #FA7500;
  color: #fff;
  border-radius: 150px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.backward-button__icon {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff; }

.backward-button__text {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  display: none;
  color: #fff; }

.backward-button__button:hover {
  justify-content: center;
  width: 251px; }

.backward-button__button:hover .backward-button__text {
  display: block; }

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/news/1c-corp_projects/bitrix/news.list/list/styles.css?17513690682244*/
h1 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 24px;
  }
}

.media--rss {
  font-size: 20px;
  color: #a8a8a8;
}
.media--rss:hover {
  color: #f70;
}
.media__list {
  margin-bottom: 60px;
}
.media__list > ul {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .media__list > ul {
    margin-bottom: 40px;
  }
}
.media__list--item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
}
.media__list--item:last-child {
  border-top: 1px solid #eaeaea;
}
.media__list--item--projects {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0 12px;
}
.media__list--item--projects .projects-icon img {
  min-width: 123px;
  max-width: 123px;
  min-height: 70px;
  max-height: 70px;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .media__list--item--projects {
    padding-top: 12px;
    padding-bottom: 12px;
    flex-direction: column;
  }
  .media__list--item--projects .projects-icon img {
    margin: 0 0 12px 0;
  }
  .media__list--item--projects .projects-name {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .media__list--item {
    padding: 25px 0 26px;
  }
}
@media (max-width: 767px) {
  .media__list--item {
    padding-top: 22px;
    padding-bottom: 27px;
    flex-direction: column;
  }
}
.media__list--date {
  color: #999;
}
@media (min-width: 768px) {
  .media__list--date {
    min-width: 165px;
    max-width: 165px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 767px) {
  .media__list--date {
    margin-bottom: 6px;
  }
}
.media__list--date div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media__list__load {
  text-align: center;
}
.media__list__load .btn {
  padding: 13px 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}
.media__list__load .btn:active, .media__list__load .btn:focus {
  color: #fff;
}
.media__list__load svg {
  margin: -2px 0 0 4px;
  font-size: 15px;
}
.media__list__load .icon-arrow-mid {
  stroke-width: 1px;
}
.media__list__load--new {
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/news/1c-corp_projects/bitrix/news.list/tile/styles.css?175136906811134*/
h1 {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    h1 {
      margin-bottom: 24px; } }

.media--rss {
  font-size: 20px;
  color: #a8a8a8; }
  .media--rss:hover {
    color: #f70; }
.media__tile--item {
  margin-bottom: 50px;
  min-height: 350px; }
.media__tile--row {
    margin-left: -15px;
    margin-right: -15px;
}
  @media (max-width: 767px) {
    .media__tile--item {
      min-height: initial;
      margin-bottom: 40px; } }
.media__tile--preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e1e9e9;
  border-radius: 10px; }
.media__tile--gradient-dark-blue {
    background: linear-gradient(180deg, #25466D 0%, #091E38 94.5%); }
.media__tile--gradient-blue {
    background: linear-gradient(180deg, #2E72C2 0%, #03428C 100%); }
.media__tile--gradient-dark-brown {
    background: linear-gradient(180deg, #65421A 0%, #2F1E07 100%); }
.media__tile--gradient-red {
    background: linear-gradient(180deg, #D80230 0%, #901921 100%); }
.media__tile--gradient-dark-grey {
    background: linear-gradient(180deg, #3A3A42 0%, #18181B 100%); }
.media__tile--gradient-light-grey {
    background: linear-gradient(154.91deg, #9098A2 -6.56%, #3D4145 84.06%); }
.media__tile--gradient-light-blue {
    background: linear-gradient(180deg, #009DE3 0%, #0081BA 100%); }
.media__tile--gradient-ocean-blue {
    background: linear-gradient(180deg, #004268 0%, #002A41 100%); }
.media__tile--gradient-space-blue {
    background: linear-gradient(180deg, #0B0170 0%, #050039 100%); }
.media__tile--gradient-aqua {
    background: linear-gradient(180deg, #00C0A8 0%, #007F7D 100%); }
.media__tile--gradient-sky-blue {
    background: linear-gradient(180deg, #0C77EB 0%, #0057B4 100%); }
.media__tile--gradient-royal-blue {
    background: linear-gradient(180deg, #0041C7 0%, #002D88 100%); }
.media__tile--gradient-night-blue {
    background: linear-gradient(180deg, #1540A0 0%, #001F70 100%); }
.media__tile--gradient-pink {
    background: linear-gradient(180deg, #F21781 0%, #BA005A 100%); }
.media__tile--gradient-azure-blue {
    background: linear-gradient(180deg, #068EE3 0%, #005DB3 100%); }
.media__tile--gradient-orange {
    background: linear-gradient(180deg, #FFD95D 0%, #FF9146 100%); }
.media__tile--gradient-dark-green {
    background: linear-gradient(180deg, #008067 0%, #00634F 100%); }
.media__tile--gradient-ruby-red {
    background: linear-gradient(180deg, #D80230 0%, #901921 100%); }
.media__tile--gradient-rose-red {
    background: linear-gradient(180deg, #D53B5B 0%, #9F1530 100%); }
.media__tile--gradient-magenta {
    background: linear-gradient(180deg, #F21781 0%, #BA005A 100%); }
.media__tile--gradient-blue-lagoon {
    background: linear-gradient(180deg, #29C3F3 0%, #00A2D1 100%); }
.media__tile--gradient-leaf-green {
    background: linear-gradient(180deg, #96C81D 0%, #6A9600 100%); }
.media__tile--gradient-fresh-blue {
    background: linear-gradient(180deg, #218CD5 0%, #006AB3 100%); }
.media__tile--gradient-sunset-orange {
    background: linear-gradient(180deg, #FF993A 0%, #E46000 100%); }
.media__tile--gradient-nature-green {
    background: linear-gradient(180deg, #00AA44 0%, #00791A 100%); }
.media__tile--gradient-golden {
    background: linear-gradient(180deg, #D6A134 0%, #AB7B17 100%); }
.media__tile--gradient-teal-green {
    background: linear-gradient(180deg, #017D66 0%, #005E4D 100%); }
.media__tile--gradient-midnight-blue {
    background: linear-gradient(180deg, #004696 0%, #002F71 100%); }
.media__tile--gradient-deep-blue {
    background: linear-gradient(180deg, #0088DA 0%, #004D9E 100%); }
.media__tile--gradient-fire-red {
    background: linear-gradient(180deg, #C30F2F 0%, #9F001C 100%); }
.media__tile--gradient-cool-blue {
    background: linear-gradient(180deg, #0A89D9 0%, #0471B2 100%); }
.media__tile--gradient-mint {
    background: linear-gradient(180deg, #00CFC5 0%, #049C95 100%); }
.media__tile--gradient-fresh-green {
    background: linear-gradient(180deg, #00CF53 0%, #049C43 100%); }
.media__tile--gradient-jungle-green {
    background: linear-gradient(180deg, #00A743 0%, #017431 100%); }
.media__tile--gradient-tropical-green {
    background: linear-gradient(154.91deg, #00B274 -6.56%, #00955E 84.06%); }
.media__tile--gradient-olive-green {
    background: linear-gradient(181.88deg, #81AE58 1.59%, #1C5F2F 98.41%); }
.media__tile--gradient-waterfall-blue {
    background: linear-gradient(180deg, #41BAFF 0%, #007CC2 100%); }
.media__tile--gradient-purple {
    background: linear-gradient(180deg, #8E2987 0%, #4E1449 100%); }
.media__tile--gradient-cobalt {
    background: linear-gradient(180deg, #0074BB 0%, #005081 100%); }
.media__tile--gradient-spring-green {
    background: linear-gradient(181.88deg, #74B736 1.59%, #489600 98.41%); }
.media__tile--gradient-teal {
    background: linear-gradient(181.88deg, #00808F 1.59%, #005862 98.41%); }
.media__tile--gradient-bright-green {
    background: linear-gradient(180deg, #00BE40 0%, #00A01B 100%); }
.media__tile--gradient-golden-orange {
    background: linear-gradient(180deg, #F7C106 0%, #F78B06 100%); }
.media__tile--gradient-light-purple {
    background: linear-gradient(181.88deg, #8C319A 1.59%, #630071 98.41%); }
.media__tile--gradient-sapphire {
    background: linear-gradient(180deg, #4436E0 0%, #231C77 100%); }
.media__tile--gradient-warm-orange {
    background: linear-gradient(181.88deg, #FF8F39 1.59%, #DE4200 98.41%); }
.media__tile--gradient-aqua-blue {
    background: linear-gradient(180deg, #3987DA 0%, #055EBD 100%); }
.media__tile--gradient-forest-green {
    background: linear-gradient(180deg, #009278 0%, #005545 100%); }
.media__tile--gradient-skyline-blue {
    background: linear-gradient(180deg, #2582E5 0%, #0657AE 100%); }
.media__tile--gradient-mystic-purple {
    background: linear-gradient(145.08deg, #9340FF 21.51%, #5100B8 79.45%); }
.media__tile--gradient-dark-purple {
    background: linear-gradient(180deg, #6632CD 0%, #341773 100%); }
.media__tile--gradient-deep-aqua {
    background: linear-gradient(180deg, #007C99 0%, #005468 100%); }
.media__tile--gradient-arctic-blue {
    background: linear-gradient(159.2deg, #2065D0 13.76%, #134797 89.54%); }
.media__tile--gradient-arctic-teal {
    background: linear-gradient(156.59deg, #35C8B6 10.97%, #019C89 84.89%); }
.media__tile--gradient-lime-green {
    background: linear-gradient(159.2deg, #C3E800 13.76%, #89A400 89.54%); }
.media__tile--gradient-flamingo-pink {
    background: linear-gradient(131.51deg, #FA4580 17.42%, #C80F36 73.47%); }
.media__tile--gradient-sunny-orange {
    background: linear-gradient(180deg, #F7B706 0%, #F78B06 100%); }
.media__tile--gradient-cherry-red {
    background: linear-gradient(180deg, #F12D67 14.96%, #D0003E 100%); }
.media__tile--gradient-fresh-mint {
    background: linear-gradient(180deg, #3EBF8B 0%, #008C5A 100%); }
.media__tile--gradient-royal-indigo {
    background: linear-gradient(180deg, #254FA6 0%, #0F2D7E 100%); }
.media__tile--gradient-azure-flow {
    background: linear-gradient(154.68deg, #3889E0 19.17%, #0F5BAC 83.94%); }
.media__tile--gradient-aqua-marine {
    background: linear-gradient(180deg, #0774A3 0%, #004D6E 100%); }
.media__tile--gradient-lime-field {
    background: linear-gradient(154.91deg, #A3C849 -6.56%, #719E03 84.06%); }
.media__tile--gradient-twilight-blue {
    background: linear-gradient(180deg, #2861A6 0%, #152C48 100%); }
.media__tile--gradient-twilight-ocean {
    background: linear-gradient(149.79deg, #4D85C8 4.44%, #265791 81.6%); }
.media__tile--gradient-lush-green {
    background: linear-gradient(154.68deg, #3CB968 19.17%, #088B35 83.94%); }
.media__tile--gradient-dark-wave {
    background: linear-gradient(154.91deg, #4C58BF -6.56%, #20286D 84.06%); }
.media__tile--gradient-deep-seafoam {
    background: linear-gradient(156.59deg, #17937C 10.97%, #005545 84.89%); }
.media__tile--gradient-blood-red {
    background: linear-gradient(154.68deg, #CB383A 19.17%, #AD0002 83.94%); }
.media__tile--gradient-tropical-lea {
    background: linear-gradient(150.2deg, #64E013 5.46%, #009A4D 81.79%); }
.media__tile--gradient-jungle-lagoon {
    background: linear-gradient(150.21deg, #309972 16.37%, #1F628D 81.5%); }
@media (min-width: 1200px) {
    .media__tile--preview {
        height: 229px; } }
  @media (max-width: 1200px) {
    .media__tile--preview {
      height: 193px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .media__tile--preview {
    height: 156px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .media__tile--preview {
    height: 180px; } }

  @media (max-width: 767px) {
    .media__tile--preview {
      min-height: 268px; } }
  @media (max-width: 475px) {
    .media__tile--preview {
      min-height: 154px; } }
  @media (min-width: 1200px) {
    .media__tile--preview .icon {
      width: 120px;
      height: 120px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .media__tile--preview .icon {
    width: 105px;
    height: 105px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .media__tile--preview .icon {
    width: 120px;
    height: 120px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .media__tile--preview .icon {
    width: 120px;
    height: 120px; } }

.media__tile--title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    /*flex-direction: row;*/
    align-items: end;
    justify-content: space-between;
    padding: 18px 24px; }

  @media (max-width: 575px) {
    .media__tile--preview .icon {
      width: 105px;
      height: 105px; } }
  .media__tile--preview img {
    max-width: 100%;
    display: block;
    height: auto; 
    transition: 0.6s}
  .media__tile--preview:hover img {
    opacity: 0.7}
.media__tile--label {
  display: none; }
.media__tile--label img {
  display: none; }
.media__tile--projectofyear, .media__tile--globalcio {
  position: relative; }
.media__tile--projectofyear .media__tile--label, .media__tile--globalcio .media__tile--label {
  position: absolute;
  top: 18px;
  left: 20px;
  /*padding: 3px 11px;*/
  display: flex;
  align-items: center;
  column-gap: 12px; }
.media__tile--projectofyear .media__tile--proekt {
  display: block; }
.media__tile--globalcio .media__tile--cio {
  display: block; }
.media__tile--date {
  margin-bottom: 7px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.media__tile--separate {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 35px; }
.media__tile__load {
  text-align: center; }
  .media__tile__load .btn {
    padding: 13px 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600; }
    .media__tile__load .btn:active, .media__tile__load .btn:focus {
      color: #fff; }
  .media__tile__load svg {
    margin: -2px 0 0 4px;
    font-size: 15px; }
  .media__tile__load .icon-arrow-mid {
    stroke-width: 1px; }
  .media__tile__load--new {
    margin-bottom: 40px; }

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/style.css?16667053587969*/
@media (min-width: 768px) {
  .filter__body {
    padding: 30px 30px 15px;
  }
}
.filter__search {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .filter__search {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filter__search {
    padding: 15px 15px 0;
    border-top: 1px solid #dedede;
  }
}
.filter__search--input.form-control {
  width: calc(100% - 40px);
}
.filter__search--input::placeholder {
  color: #a0a0a0;
}
.filter__search--button {
  border: none;
  outline: none;
  color: #ff7700;
  cursor: pointer;
  padding: 0;
  background: none;
  font-size: 18px;
}
.filter__search--button:hover {
  opacity: 0.8;
}
.filter__product {
  display: grid;
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .filter__product {
    grid-template-columns: 32% 32% 36%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter__product {
    grid-template-columns: 30% 30% 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter__product {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    grid-row-gap: 9px;
  }
}
@media (max-width: 767px) {
  .filter__product {
    padding: 32px 15px;
    grid-template-columns: 100%;
  }
}
.filter__product .form-group {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .filter__product .form-group--products {
    grid-column: 1/3;
    padding-right: 0;
  }
}
.filter__product .form-group > label {
  font-weight: 600;
}
@media (min-width: 992px) {
  .filter__product .filter__slider {
    padding: 0 0 0 26px;
  }
}
@media (max-width: 767px) {
  .filter__product .filter__slider {
    padding-right: 20px;
  }
}
.filter__product .ui-slider {
  position: relative;
  height: 4px;
  border-radius: 3px;
  background: #cfcfcf;
}
.filter__product .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #ff7700;
}
.filter__product .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  touch-action: none;
  top: -8px;
  border: 1px solid #c5c5c5;
  outline: none;
}
@media (min-width: 768px) {
  .filter__product .ui-slider-handle {
    margin-left: -0.6em;
  }
}
.filter__product--count {
  position: relative;
}
@media (min-width: 992px) {
  .filter__product--count {
    margin-left: auto;
  }
}
.filter__product .filter__date--date {
  display: flex;
  margin: 0 0 20px;
}
.filter__product .filter__date--date > div {
  display: flex;
  align-items: center;
}
.filter__product .filter__date--date > div:first-child {
  margin-right: 10px;
}
.filter__product .form-control {
  width: 100%;
}
.filter__block {
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 60px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .filter__block {
    margin-bottom: 40px;
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .filter__block #filter__block {
    display: block;
  }
}
.filter__block--small {
  display: none;
}
@media (max-width: 767px) {
  .filter__block--small {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 9px 0 13px;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
  }
  .filter__block--small:hover {
    color: #ff6600;
  }
  .filter__block--small.collapsed .icon {
    transform: rotate(0deg);
  }
  .filter__block--small .icon {
    font-size: 9px;
    transition: transform 0.5s ease;
    transform: rotate(90deg);
  }
}
.filter__block .chosen-single {
  padding: 0 0.75rem !important;
}
@media (max-width: 767px) {
  .filter__block .chosen-container {
    width: 100% !important;
  }
}
.filter__date--group {
  display: flex;
}
@media (max-width: 767px) {
  .filter__date--group {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .filter__date--group {
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .filter__date--group {
    align-items: flex-end;
  }
  .filter__date--group label {
    margin: 0 0 0 22px;
  }
}
@media (min-width: 768px) {
  .filter__date--label {
    width: 100%;
  }
}
.filter__date--date > div {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .filter__date--date {
    margin-bottom: 9px;
  }
  .filter__date--date input {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 768px) {
  .filter__date--date {
    margin: 0 10px 0 0;
    min-width: 20px;
  }
}
@media (min-width: 992px) {
  .filter__date--date .form-control {
    width: 136px;
  }
}
.filter__date--date label {
  margin: 0 5px 0 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .filter__date--date label {
    min-width: 20px;
  }
}
@media (max-width: 767px) {
  .filter__date--date label {
    text-align: right;
  }
}
.filter__date--date span {
  position: relative;
}
.filter__date--date .icon {
  width: 12px;
  color: #a8a8a8;
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  cursor: pointer;
}
.filter__date--date .icon-cancel-2 {
  display: none;
}
.filter__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  background-color: #f2f2f2;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .filter__footer {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
}
.filter__footer .icon {
  margin-top: -2px;
}
.filter__footer .icon-news-tile {
  width: 17px;
  height: 13px;
}
.filter__footer .icon-new-list {
  width: 17px;
  height: 14px;
}
.filter__footer .btn-warning:disabled {
  opacity: 1;
}
.filter__footer .btn-secondary {
  color: #a8a8a8;
}
.filter__footer .btn-group .btn {
  padding: 0;
  text-align: center;
  width: 40px;
  height: 42px;
}
.filter__footer .btn-group .btn:disabled:hover {
  background: #ff7700;
  cursor: pointer;
}
.filter__footer .btn-group .btn:first-child {
  border-right: 0;
}
.filter__footer .btn-group .btn + .btn {
  border-left: 0;
  margin-left: 0;
}
.filter__footer-btns {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .filter__footer-btns {
    margin-bottom: 1rem;
  }
}
.filter__footer-btns .btn-warning {
  margin-right: 34.5px;
}
.filter__footer-btns .clear-link {
  color: #0066a4;
  text-decoration: none;
  border-bottom: none;
}
.filter__footer-btns .clear-link span {
  border-bottom: 1px dashed;
  font-weight: 600;
}
.filter__footer-btns .clear-link:hover {
  color: #ff7700;
}
.filter__footer-btns .icon {
  font-size: 12px;
  color: #ff7700;
  margin: 0;
}
.filter__slider {
  width: 100%;
}
.filter__slider .ui-slider {
  cursor: pointer;
}
@media (min-width: 768px) {
  .filter__label--pl {
    padding-left: 29px;
  }
}

.validity__error {
  background-color: #f7c8c2 !important;
  border-color: #d57e73 !important;
}
.validity__error--message {
  position: absolute;
  left: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 10px 45px;
  line-height: 22px;
  z-index: 2;
  top: 100%;
}
@media (max-width: 991px) {
  .validity__error--message {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .validity__error--message {
    margin: 10px 0 0;
  }
}
.validity__error--message::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  width: 16px;
  height: 15px;
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/images/validity__error.png") 0 0 no-repeat;
}
.validity__error--message::after {
  position: absolute;
  top: -8px;
  left: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  color: #fff;
  border-bottom: 9px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.format__preloader {
  margin-left: calc(50% - 32px);
  margin-bottom: 60px;
}

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/datepicker/bootstrap-datepicker3.standalone.min.css?157313456520757*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';position: absolute;background: #fff;border-top: 1px solid #dbdbdb;border-right: 1px solid #dbdbdb;width: 10px;height: 10px;z-index: -1;transform: rotate(315deg);bottom: calc(100% - 4px)}.datepicker-dropdown.datepicker-orient-left:before{left:8px;}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-6px}}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table td,.datepicker table tr th{text-align:center;width:32px;height:32px;border:none}.table-striped .datepicker table td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table td.new,.datepicker table td.old{color:#dedede}.datepicker table td.day:hover,.datepicker table td.focused{background:#eee;cursor:pointer}.datepicker table td.disabled,.datepicker table td.disabled:hover{background:0 0;color:#dedede;cursor:default}.datepicker table td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table td.highlighted.focus,.datepicker table td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table td.highlighted.active,.datepicker table td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table td.highlighted.active.focus,.datepicker table td.highlighted.active:focus,.datepicker table td.highlighted.active:hover,.datepicker table td.highlighted:active.focus,.datepicker table td.highlighted:active:focus,.datepicker table td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table td.highlighted.disabled.focus,.datepicker table td.highlighted.disabled:focus,.datepicker table td.highlighted.disabled:hover,.datepicker table td.highlighted[disabled].focus,.datepicker table td.highlighted[disabled]:focus,.datepicker table td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table td.highlighted.focus,fieldset[disabled] .datepicker table td.highlighted:focus,fieldset[disabled] .datepicker table td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table td.highlighted.focused{background:#afd9ee}.datepicker table td.highlighted.disabled,.datepicker table td.highlighted.disabled:active{background:#d9edf7;color:#dedede}.datepicker table td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table td.today.focus,.datepicker table td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table td.today.active,.datepicker table td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table td.today.active.focus,.datepicker table td.today.active:focus,.datepicker table td.today.active:hover,.datepicker table td.today:active.focus,.datepicker table td.today:active:focus,.datepicker table td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table td.today.disabled.focus,.datepicker table td.today.disabled:focus,.datepicker table td.today.disabled:hover,.datepicker table td.today[disabled].focus,.datepicker table td.today[disabled]:focus,.datepicker table td.today[disabled]:hover,fieldset[disabled] .datepicker table td.today.focus,fieldset[disabled] .datepicker table td.today:focus,fieldset[disabled] .datepicker table td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table td.today.focused{background:#ffc966}.datepicker table td.today.disabled,.datepicker table td.today.disabled:active{background:#ffdb99;color:#dedede}.datepicker table td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table td.range.focus,.datepicker table td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table td.range.active,.datepicker table td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table td.range.active.focus,.datepicker table td.range.active:focus,.datepicker table td.range.active:hover,.datepicker table td.range:active.focus,.datepicker table td.range:active:focus,.datepicker table td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table td.range.disabled.focus,.datepicker table td.range.disabled:focus,.datepicker table td.range.disabled:hover,.datepicker table td.range[disabled].focus,.datepicker table td.range[disabled]:focus,.datepicker table td.range[disabled]:hover,fieldset[disabled] .datepicker table td.range.focus,fieldset[disabled] .datepicker table td.range:focus,fieldset[disabled] .datepicker table td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table td.range.focused{background:#d5d5d5}.datepicker table td.range.disabled,.datepicker table td.range.disabled:active{background:#eee;color:#dedede}.datepicker table td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table td.range.highlighted.focus,.datepicker table td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table td.range.highlighted.active,.datepicker table td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table td.range.highlighted.active.focus,.datepicker table td.range.highlighted.active:focus,.datepicker table td.range.highlighted.active:hover,.datepicker table td.range.highlighted:active.focus,.datepicker table td.range.highlighted:active:focus,.datepicker table td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table td.range.highlighted.disabled.focus,.datepicker table td.range.highlighted.disabled:focus,.datepicker table td.range.highlighted.disabled:hover,.datepicker table td.range.highlighted[disabled].focus,.datepicker table td.range.highlighted[disabled]:focus,.datepicker table td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table td.range.highlighted.focus,fieldset[disabled] .datepicker table td.range.highlighted:focus,fieldset[disabled] .datepicker table td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table td.range.highlighted.focused{background:#c1d7e3}.datepicker table td.range.highlighted.disabled,.datepicker table td.range.highlighted.disabled:active{background:#e4eef3;color:#dedede}.datepicker table td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table td.range.today.focus,.datepicker table td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table td.range.today.active,.datepicker table td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table td.range.today.active.focus,.datepicker table td.range.today.active:focus,.datepicker table td.range.today.active:hover,.datepicker table td.range.today:active.focus,.datepicker table td.range.today:active:focus,.datepicker table td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table td.range.today.disabled.focus,.datepicker table td.range.today.disabled:focus,.datepicker table td.range.today.disabled:hover,.datepicker table td.range.today[disabled].focus,.datepicker table td.range.today[disabled]:focus,.datepicker table td.range.today[disabled]:hover,fieldset[disabled] .datepicker table td.range.today.focus,fieldset[disabled] .datepicker table td.range.today:focus,fieldset[disabled] .datepicker table td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table td.range.today.disabled,.datepicker table td.range.today.disabled:active{background:#f7ca77;color:#dedede}.datepicker table td.selected,.datepicker table td.selected.highlighted{color:#fff;background-color:#dedede;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table td.selected.focus,.datepicker table td.selected.highlighted.focus,.datepicker table td.selected.highlighted:focus,.datepicker table td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table td.selected.highlighted:hover,.datepicker table td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table td.selected.active,.datepicker table td.selected.highlighted.active,.datepicker table td.selected.highlighted:active,.datepicker table td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table td.selected.active.focus,.datepicker table td.selected.active:focus,.datepicker table td.selected.active:hover,.datepicker table td.selected.highlighted.active.focus,.datepicker table td.selected.highlighted.active:focus,.datepicker table td.selected.highlighted.active:hover,.datepicker table td.selected.highlighted:active.focus,.datepicker table td.selected.highlighted:active:focus,.datepicker table td.selected.highlighted:active:hover,.datepicker table td.selected:active.focus,.datepicker table td.selected:active:focus,.datepicker table td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table td.selected.disabled.focus,.datepicker table td.selected.disabled:focus,.datepicker table td.selected.disabled:hover,.datepicker table td.selected.highlighted.disabled.focus,.datepicker table td.selected.highlighted.disabled:focus,.datepicker table td.selected.highlighted.disabled:hover,.datepicker table td.selected.highlighted[disabled].focus,.datepicker table td.selected.highlighted[disabled]:focus,.datepicker table td.selected.highlighted[disabled]:hover,.datepicker table td.selected[disabled].focus,.datepicker table td.selected[disabled]:focus,.datepicker table td.selected[disabled]:hover,fieldset[disabled] .datepicker table td.selected.focus,fieldset[disabled] .datepicker table td.selected.highlighted.focus,fieldset[disabled] .datepicker table td.selected.highlighted:focus,fieldset[disabled] .datepicker table td.selected.highlighted:hover,fieldset[disabled] .datepicker table td.selected:focus,fieldset[disabled] .datepicker table td.selected:hover{background-color:#dedede;border-color:#555}.datepicker table td.active,.datepicker table td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table td.active.focus,.datepicker table td.active.highlighted.focus,.datepicker table td.active.highlighted:focus,.datepicker table td.active:focus{color:#fff;background-color:#f70;border-color:#122b40}.datepicker table td.active.highlighted:hover,.datepicker table td.active:hover{color:#fff;background-color:#f70;border-color:#f70}.datepicker table td.active.active,.datepicker table td.active.highlighted.active,.datepicker table td.active.highlighted:active,.datepicker table td.active:active{color:#fff;background-color:#f70;border-color:#f70}.datepicker table td.active.active.focus,.datepicker table td.active.active:focus,.datepicker table td.active.active:hover,.datepicker table td.active.highlighted.active.focus,.datepicker table td.active.highlighted.active:focus,.datepicker table td.active.highlighted.active:hover,.datepicker table td.active.highlighted:active.focus,.datepicker table td.active.highlighted:active:focus,.datepicker table td.active.highlighted:active:hover,.datepicker table td.active:active.focus,.datepicker table td.active:active:focus,.datepicker table td.active:active:hover{color:#fff;background-color:#f70;border-color:#122b40}.datepicker table td.active.disabled.focus,.datepicker table td.active.disabled:focus,.datepicker table td.active.disabled:hover,.datepicker table td.active.highlighted.disabled.focus,.datepicker table td.active.highlighted.disabled:focus,.datepicker table td.active.highlighted.disabled:hover,.datepicker table td.active.highlighted[disabled].focus,.datepicker table td.active.highlighted[disabled]:focus,.datepicker table td.active.highlighted[disabled]:hover,.datepicker table td.active[disabled].focus,.datepicker table td.active[disabled]:focus,.datepicker table td.active[disabled]:hover,fieldset[disabled] .datepicker table td.active.focus,fieldset[disabled] .datepicker table td.active.highlighted.focus,fieldset[disabled] .datepicker table td.active.highlighted:focus,fieldset[disabled] .datepicker table td.active.highlighted:hover,fieldset[disabled] .datepicker table td.active:focus,fieldset[disabled] .datepicker table td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table td span.focused,.datepicker table td span:hover{background:#eee}.datepicker table td span.disabled,.datepicker table td span.disabled:hover{background:0 0;color:#dedede;cursor:default}.datepicker table td span.active,.datepicker table td span.active.disabled,.datepicker table td span.active.disabled:hover,.datepicker table td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table td span.active.disabled.focus,.datepicker table td span.active.disabled:focus,.datepicker table td span.active.disabled:hover.focus,.datepicker table td span.active.disabled:hover:focus,.datepicker table td span.active.focus,.datepicker table td span.active:focus,.datepicker table td span.active:hover.focus,.datepicker table td span.active:hover:focus{color:#fff;background-color:#f70;border-color:#122b40}.datepicker table td span.active.disabled:hover,.datepicker table td span.active.disabled:hover:hover,.datepicker table td span.active:hover,.datepicker table td span.active:hover:hover{color:#fff;background-color:#f70;border-color:#f70}.datepicker table td span.active.active,.datepicker table td span.active.disabled.active,.datepicker table td span.active.disabled:active,.datepicker table td span.active.disabled:hover.active,.datepicker table td span.active.disabled:hover:active,.datepicker table td span.active:active,.datepicker table td span.active:hover.active,.datepicker table td span.active:hover:active{color:#fff;background-color:#f70;border-color:#f70}.datepicker table td span.active.active.focus,.datepicker table td span.active.active:focus,.datepicker table td span.active.active:hover,.datepicker table td span.active.disabled.active.focus,.datepicker table td span.active.disabled.active:focus,.datepicker table td span.active.disabled.active:hover,.datepicker table td span.active.disabled:active.focus,.datepicker table td span.active.disabled:active:focus,.datepicker table td span.active.disabled:active:hover,.datepicker table td span.active.disabled:hover.active.focus,.datepicker table td span.active.disabled:hover.active:focus,.datepicker table td span.active.disabled:hover.active:hover,.datepicker table td span.active.disabled:hover:active.focus,.datepicker table td span.active.disabled:hover:active:focus,.datepicker table td span.active.disabled:hover:active:hover,.datepicker table td span.active:active.focus,.datepicker table td span.active:active:focus,.datepicker table td span.active:active:hover,.datepicker table td span.active:hover.active.focus,.datepicker table td span.active:hover.active:focus,.datepicker table td span.active:hover.active:hover,.datepicker table td span.active:hover:active.focus,.datepicker table td span.active:hover:active:focus,.datepicker table td span.active:hover:active:hover{color:#fff;background-color:#f70;border-color:#122b40}.datepicker table td span.active.disabled.disabled.focus,.datepicker table td span.active.disabled.disabled:focus,.datepicker table td span.active.disabled.disabled:hover,.datepicker table td span.active.disabled.focus,.datepicker table td span.active.disabled:focus,.datepicker table td span.active.disabled:hover,.datepicker table td span.active.disabled:hover.disabled.focus,.datepicker table td span.active.disabled:hover.disabled:focus,.datepicker table td span.active.disabled:hover.disabled:hover,.datepicker table td span.active.disabled:hover[disabled].focus,.datepicker table td span.active.disabled:hover[disabled]:focus,.datepicker table td span.active.disabled:hover[disabled]:hover,.datepicker table td span.active.disabled[disabled].focus,.datepicker table td span.active.disabled[disabled]:focus,.datepicker table td span.active.disabled[disabled]:hover,.datepicker table td span.active:hover.disabled.focus,.datepicker table td span.active:hover.disabled:focus,.datepicker table td span.active:hover.disabled:hover,.datepicker table td span.active:hover[disabled].focus,.datepicker table td span.active:hover[disabled]:focus,.datepicker table td span.active:hover[disabled]:hover,.datepicker table td span.active[disabled].focus,.datepicker table td span.active[disabled]:focus,.datepicker table td span.active[disabled]:hover,fieldset[disabled] .datepicker table td span.active.disabled.focus,fieldset[disabled] .datepicker table td span.active.disabled:focus,fieldset[disabled] .datepicker table td span.active.disabled:hover,fieldset[disabled] .datepicker table td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table td span.active.focus,fieldset[disabled] .datepicker table td span.active:focus,fieldset[disabled] .datepicker table td span.active:hover,fieldset[disabled] .datepicker table td span.active:hover.focus,fieldset[disabled] .datepicker table td span.active:hover:focus,fieldset[disabled] .datepicker table td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table td span.new,.datepicker table td span.old{color:#dedede}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{background:#fff;position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;list-style:none;background-color:#fff;border:1px solid #dbdbdb;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);-moz-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;color:#333;padding: 0}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0}.datepicker.dropdown-menu::after{content:none}.prev svg,.next svg{width:32px;height:32px;display:inline-block;vertical-align:middle}.datepicker path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker thead{border-bottom:1px solid #efefef;}.datepicker table td{border-radius:4px}.datepicker.dropdown-menu tbody{overflow:hidden}.datepicker .dow{text-transform:uppercase;font-size:.8em}.datepicker tfoot td:hover{background:#eee;cursor:pointer;}
/* End */


/* Start:/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen.css?157313456511461*/
.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  max-width: 100%;}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060; }
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0; }
.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857;
  list-style: none;
  margin: 0;
  padding: 5px 6px; }
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal; }
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold; }
.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item; }
.chosen-container .chosen-results li.highlighted {
  background-color: #337ab7;
  background-image: none;
  color: white; }
.chosen-container .chosen-results li.highlighted em {
  background: transparent; }
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777; }
.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item; }
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1; }
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857;
  text-indent: -5000px;
  width: 9px; }
.chosen-container .chosen-results-scroll-down {
  bottom: 0; }
.chosen-container .chosen-results-scroll-down span {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") no-repeat -4px -3px; }
.chosen-container .chosen-results-scroll-up span {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.chosen-container-single .chosen-single abbr {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px; }
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px; }
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px; }
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px; }
.chosen-container-single .chosen-single div b {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
.chosen-container-single .chosen-search input[type="text"] {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0; }
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999; }
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative; }
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer; }
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4; }
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none; }
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
.chosen-disabled .chosen-single {
  cursor: default; }
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible; }
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto; }
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto; }
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl; }
.chosen-rtl .chosen-choices li {
  float: right; }
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px; }
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto; }
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px; }
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }
.chosen-rtl .chosen-search input[type="text"] {
  background: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15465025262242*/
.b-pagenavigation font:first-child{
	margin-bottom: 9px;
	display: block;
}
.b-pagenavigation a{
	color:#595959;
	display:inline-block;
	border:1px solid #ccc;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 4px;
	text-decoration:none;
	background-color: #fff;
	background: -o-linear-gradient(#fff,#e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #fff,  #e7e7e7);
	-pie-background:linear-gradient(#fff,#e7e7e7);
	behavior: url(/common/js/PIE.htc);
}
.b-pagenavigation a:hover{
	color: #b3b3b3;
	border: 1px solid #e3e3e3;
	background: -moz-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -o-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(270deg, #ffffff 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType='1');
	background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}
.b-pagenavigation a:focus{
	background: #f4f4f4;
}
.b-pagenavigation a:visited{
	color: #595959;
}
.b-pagenavigation b{
	color:#fff;
	font-weight: normal;
	border-top:1px solid #d74c17;
	border-right:1px solid #ea6d2a;
	border-bottom:1px solid #f37d34;
	border-left:1px solid #ea6d2a;
	background: #f37d34;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 4px;
	display: inline-block;
	
	-moz-box-shadow: 0 1px 0px 0px #ea6d2a inset;
	-webkit-box-shadow: 0 1px 0px 0px #ea6d2a inset;
	box-shadow: 0 1px 0px 0px #ea6d2a inset;
	behavior: url(/common/js/PIE.htc);
}
.b-pagenavigation .prev{
	border-color: rgba(0, 0, 0, 0) #595959 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-right: 4px solid #595959;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	position: relative;
	left: -2px;
	top: -1px;
}
.b-pagenavigation .next{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #595959;
	border-left: 4px solid #595959;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	position: relative;
	left: 2px;
	top: -1px;
}
/* End */


/* Start:/local/templates/rarus.light/components/bitrix/system.pagenavigation/lazy_loading/style.css?16432852823221*/
.media {
  overflow: hidden;
}
.media__load {
  text-align: center;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .media__load {
    margin-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media__load {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .media__load {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.media__load .btn {
  padding: 13px 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}
.media__load .btn:active, .media__load .btn:focus {
  color: #fff;
}
.media__load.animated svg {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.media__load .icon {
  font-size: 15px;
  display: inline;
  vertical-align: middle;
}
.media__pagination {
  padding: 30px 0 0;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page__list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .page__list .tablet {
    display: none;
  }
}
@media (max-width: 575px) {
  .page__list .mobile {
    display: none;
  }
}
.page__list .icon {
  font-size: 11px;
}
.page__list .disabled {
  background: #D9D9D9 !important;
  color: #333333 !important;
}
.page__list .disabled .text {
  color: #333333 !important;
}
.page__list .active {
  background-color: #FF7700;
  color: #FFFFFF;
}
.page__list a {
  padding: 15px 22px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #333333;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 991px) {
  .page__list a {
    padding: 12px 18px;
  }
}
@media (max-width: 575px) {
  .page__list a {
    padding: 12px 15px;
  }
}
.page__list a:not([href]):not([tabindex]) {
  color: #FFFFFF;
}
.page__list a:not([href]):not([tabindex]):hover {
  color: #FFFFFF;
}
.page__list a:active, .page__list a:focus {
  color: #333333;
}
.page__list a:not(.active):hover {
  background-color: #F7F7F7;
  color: #333333;
}
.page__list a:first-child {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .page__list a:first-child {
    margin-right: 15px;
  }
}
.page__list a:last-child {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .page__list a:last-child {
    margin-left: 15px;
  }
}
.page__list a:first-child, .page__list a:last-child {
  background: #FF7700;
  color: #FFFFFF;
}
.page__list a:first-child:hover, .page__list a:last-child:hover {
  background: #D9D9D9;
  color: #333333;
}
.page__list a:first-child:hover svg.icon, .page__list a:last-child:hover svg.icon {
  color: transparent;
  fill: #333333;
}
.page__list a:first-child:hover .text, .page__list a:last-child:hover .text {
  color: #333333;
}
.page__list a:first-child .text, .page__list a:last-child .text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .page__list a:first-child .text, .page__list a:last-child .text {
    display: none;
  }
}

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

/* End */
/* /local/templates/rarus.light/components/bitrix/news/1c-corp_projects/style.css?174532105312295 */
/* /local/templates/rarus.light/components/bitrix/news/1c-corp_projects/bitrix/news.list/list/styles.css?17513690682244 */
/* /local/templates/rarus.light/components/bitrix/news/1c-corp_projects/bitrix/news.list/tile/styles.css?175136906811134 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/style.css?16667053587969 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/datepicker/bootstrap-datepicker3.standalone.min.css?157313456520757 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen.css?157313456511461 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15465025262242 */
/* /local/templates/rarus.light/components/bitrix/system.pagenavigation/lazy_loading/style.css?16432852823221 */
