

/* Start:/local/templates/rarus.light/components/bitrix/news/recommendations/style.css?17551871973693*/
.reviews-promo {
  padding: 63px 0;
  margin-bottom: 48px;
  background: linear-gradient(90deg, #3079cc 0%, #002c6f 100%);
  background-size: cover;
  color: #FFFFFF;
  overflow: hidden; }
  @media (max-width: 991px) {
    .reviews-promo {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .reviews-promo {
      padding: 0 0 48px 0;
      background: linear-gradient(90deg, #3079CC 0%, #002C6F 100%); } }
  .reviews-promo__container {
    display: grid;
    grid-template-columns: auto 439px;
    align-items: center; }
    @media (max-width: 991px) {
      .reviews-promo__container {
        grid-template-columns: auto 262px;
        width: 100%; } }
    @media (max-width: 767px) {
      .reviews-promo__container {
        grid-template-columns: 1fr;
        padding: 0; } }
    .reviews-promo__container > div:first-child {
      grid-column: 1/2;
      grid-row: 1/2;
      z-index: 1; }
      @media (max-width: 1199px) {
        .reviews-promo__container > div:first-child {
          width: 100%; } }
      @media (max-width: 991px) {
        .reviews-promo__container > div:first-child {
          padding: 0 17px;
          margin: 0 150px 0 0; } }
      @media (max-width: 767px) {
        .reviews-promo__container > div:first-child {
          grid-row: 2;
          order: 2;
          margin: 0; } }
    .reviews-promo__container > div:last-child {
      grid-column: 1/3;
      grid-row: 1/2;
      margin-left: auto; }
      @media (max-width: 991px) {
        .reviews-promo__container > div:last-child {
          justify-items: end; } }
      @media (max-width: 767px) {
        .reviews-promo__container > div:last-child {
          margin: 0 auto;
          background-size: auto; } }
  .reviews-promo__title {
    color: #fff;
    padding: 0;
    margin: 0 0 1rem 0;
    font-weight: 800; }
    @media (min-width: 992px) {
      .reviews-promo__title {
        font-size: 48px;
        line-height: 60px; } }
    @media (min-width: 768px) {
      .reviews-promo__title {
        grid-row: 1/3; } }
    @media (max-width: 767px) {
      .reviews-promo__title {
        margin: 36px 4px 24px;
        font-size: 36px;
        line-height: 44px;
        word-break: break-word; } }
  .reviews-promo__attainment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 460px; }
    @media (max-width: 991px) {
      .reviews-promo__attainment {
        grid-template-columns: 1fr;
        width: 250px;
        grid-gap: 24px; } }
    @media (max-width: 767px) {
      .reviews-promo__attainment {
        margin-left: 4px; } }
  .reviews-promo__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px; }
  .reviews-promo__count {
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    white-space: nowrap; }
  .reviews-promo__images {
    color: transparent; }
    @media (min-width: 992px) {
      .reviews-promo__images {
        width: 350px;
        height: 350px; } }
    @media (max-width: 991px) {
      .reviews-promo__images {
        justify-self: end;
        width: 250px;
        height: 250px; } }
    @media (max-width: 767px) {
      .reviews-promo__images {
        justify-self: center;
        margin-top: 48px;
        width: 100%; } }

.content-columns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  margin-bottom: 48px;
  list-style: none;
  padding: 0; }
  @media (max-width: 767px) {
    .content-columns__list {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/style.css?17551871967969*/
@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?175518719620757*/
/*!
 * 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?175518719611461*/
.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/rarus.light/components/bitrix/news.list/recommendations_tile/style.css?1755187197639*/
main {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
main p {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  main h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
  }
}
main .h2 {
  color: #333333;
  padding: 0;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
@media (min-width: 768px) {
  main .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
main .h2--center {
  text-align: center;
}
main .h2--color-white {
  color: #ffffff;
}
@media (min-width: 576px) {
  main .break-sm {
    display: none !important;
  }
}

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

/* End */


/* Start:/local/templates/rarus.light/components/bitrix/system.pagenavigation/lazy_loading/style.css?17551871973221*/
.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 */


/* Start:/local/templates/rarus.light/components/bitrix/news.list/recommendations_large/style.css?17551871974153*/
.large-project {
  margin-bottom: 48px;
  padding: 36px 15px;
  background: radial-gradient(50% 50% at 50% 50%, #4C8ED9 0%, #15458E 100%);
  background-size: cover;
  color: #ffffff;
  border-radius: 6px; }
  .large-project__img {
    height: 250px; }
    @media (min-width: 1200px) {
      .large-project__img {
        width: 255px;
        height: 360px; } }
  .large-project__appellation {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-align: left; }
    @media (min-width: 992px) {
      .large-project__appellation {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .large-project__appellation {
        text-align: center; } }
    .large-project__appellation:hover {
      opacity: 0.7; }
  .large-project__data {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px; }
  @media (min-width: 992px) {
    .large-project__completed-slider {
      padding: 0 75px 0;
      margin: 35px 0 0 0; } }
  .large-project__completed-slider .slider-arrow {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #c8c8c8;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    padding: 0;
    position: absolute; }
    @media (min-width: 992px) {
      .large-project__completed-slider .slider-arrow {
        top: 35%; } }
    @media (max-width: 991px) {
      .large-project__completed-slider .slider-arrow {
        bottom: 0; } }
    .large-project__completed-slider .slider-arrow:hover {
      background-color: #ff7700; }
    @media (min-width: 768px) {
      .large-project__completed-slider .slider-arrow--left {
        left: 10px; } }
    @media (max-width: 991px) {
      .large-project__completed-slider .slider-arrow--left {
        left: 270px; } }
    @media (max-width: 575px) {
      .large-project__completed-slider .slider-arrow--left {
        left: 80px; } }
    @media (min-width: 768px) {
      .large-project__completed-slider .slider-arrow--right {
        right: 10px; } }
    @media (max-width: 991px) {
      .large-project__completed-slider .slider-arrow--right {
        right: 270px; } }
    @media (max-width: 575px) {
      .large-project__completed-slider .slider-arrow--right {
        right: 80px; } }
  .large-project__completed-slide {
    display: block;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .large-project__completed-slide {
        margin-bottom: 55px; } }
    .large-project__completed-slide img {
      max-width: 100%;
      margin: 0 auto 12px;
      border: 4px solid #ffb800; }

.project-block {
  width: 100%;
  overflow: hidden; }
  .project-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 64px; }
  .project-block__item {
    text-align: center;
    width: 25%;
    margin: 0 0 30px; }
    @media (max-width: 1199px) {
      .project-block__item {
        justify-items: center;
        padding: 0 25px 0 0; } }
    @media (max-width: 767px) {
      .project-block__item {
        width: 100%;
        padding: 0 25px 0; } }
  .project-block__img {
    width: 255px;
    border: 4px solid #e3e3e3; }
    @media (min-width: 1200px) {
      .project-block__img {
        height: 360px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .project-block__img {
    height: 307px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .project-block__img {
    height: 205px !important; } }

  .project-block__appellation {
    padding: 8px 0 0;
    font-size: 15px;
    line-height: 22px;
    text-align: left; }
    @media (min-width: 1200px) {
      .project-block__appellation {
        margin: 0 auto;
        width: 90%; } }
    @media (max-width: 767px) {
      .project-block__appellation {
        text-align: center; } }
    .project-block__appellation:hover {
      opacity: 0.7; }
  .project-block__data {
    font-size: 13px;
    line-height: 22px;
    color: #999999; }

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

/* End */
/* /local/templates/rarus.light/components/bitrix/news/recommendations/style.css?17551871973693 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/style.css?17551871967969 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/datepicker/bootstrap-datepicker3.standalone.min.css?175518719620757 */
/* /local/templates/rarus.light/components/bitrix/catalog.smart.filter/.default/lib/chosen/chosen.css?175518719611461 */
/* /local/templates/rarus.light/components/bitrix/news.list/recommendations_tile/style.css?1755187197639 */
/* /local/templates/rarus.light/components/bitrix/system.pagenavigation/lazy_loading/style.css?17551871973221 */
/* /local/templates/rarus.light/components/bitrix/news.list/recommendations_large/style.css?17551871974153 */
