

/* Start:/local/templates/main/assets/bx-styles/stocks-all.css?1733902655964*/
.stocks-all {
  margin-bottom: 4rem
}
.stocks-all__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1rem
}
.stocks-all__form {
  display: flex
}
.stocks-all__select_disabled {
  display: none
}
.stocks-all__select:not(:last-child) {
  margin-right: 1rem
}
.stocks-all__select .select-text {
  width: 25rem
}
.stocks-all__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2.7rem
}
@media (max-width:48em) {
  .stocks-all {
    margin-bottom: 8rem
  }
  .stocks-all__heading {
    display: block;
    margin-bottom: 4rem
  }
  .stocks-all__title {
    margin-bottom: 2rem
  }
  .stocks-all__form {
    flex-wrap: wrap
  }
  .stocks-all__select:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem
  }
  .stocks-all__select .select-text {
    width: 100%;
    font-size: 2.8rem
  }
  .stocks-all__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/stocks.css?17537839942446*/
.stocks {
  margin: 11rem 0
}
.stocks-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem
}
.stocks__content {
  position: relative;
  margin-bottom: 2.5rem
}
.stocks-item {
  width: 100%;
  height: auto;
  border-radius: 17px;
  border: 1px solid #c1c1c2;
  position: relative;
  overflow: hidden;
  transition: border .25s
}
.stocks-item:hover {
  border-color: #1e5d9d
}
.stocks-item:hover .stocks-item__title {
  color: #1e5d9d
}
.stocks-item__img {
  width: 100%;
  height: 19rem;
  border-radius: 1.6rem;
  overflow: hidden
}
.stocks-item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.stocks-item__text {
  padding: 2rem
}
.stocks-item__title {
  transition: color .25s
}
.stocks-slider {
  padding-bottom: .5rem
}
.stocks-slider__item {
  width: 38.2rem
}
.stocks-slider__item:not(:last-child) {
  margin-right: 2.7rem
}
.stocks-pagination.slider-pagination {
  display: none
}
.stocks__button {
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}
@media (max-width:48em) {

  .stocks {
    margin: 6rem 0 8rem;
    overflow: hidden
  }
  .stocks-heading {
    display: block
  }
  .stocks__title {
    margin-bottom: 2rem
  }
  .stocks__filter {
    width: 100%;
    flex-wrap: wrap
  }
  .stocks__filter .filter__item {
    width: 50%
  }
  .stocks__filter .filter__item::before {
    content: none
  }
  .stocks__content {
    margin-bottom: 8.5rem
  }
  .stocks-item {
    border-radius: 3.2rem
  }
  .stocks-item__img {
    height: 26rem;
    /* border-radius: 3.2rem */
  }
  .stocks-item__text {
    padding: 4rem 4rem 3.6rem
  }
  .stocks-slider {
    overflow: visible;
    padding-bottom: 0
  }
  .stocks-slider__item {
    width: 50rem
  }
  .stocks-slider__item:not(:last-child) {
    margin-right: 3rem
  }
  .stocks-pagination.slider-pagination {
    display: flex
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .stocks-pagination.slider-pagination {
    display: flex;
    bottom: -20px;
  }
  .stocks-button-prev,
  .stocks-button-next {
    display: none;
  }
  .stocks__button {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .stocks-pagination.slider-pagination {
    display: none;
  }
  .stocks-button-prev,
  .stocks-button-next {
    display: flex;
  }
  .stocks__button {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .stocks-pagination.slider-pagination {
    display: none;
  }
}

/* End */


/* Start:/local/templates/main/assets/bx-styles/select.css?16790397364094*/
.select {
  position: relative;
  display: inline-block
}
.select_checked.select_checkbox {
  pointer-events: all
}
.select_checked.select_checkbox .select-reset {
  display: none;
  pointer-events: none
}
.select_checked.select_checkbox .select-text svg {
  display: block
}
.select_checked.select_checkbox .select-text svg path {
  stroke: #1e5d9d
}
.select_checked .select-reset {
  display: flex;
  pointer-events: all
}
.select_checked .select-text {
  border-color: #1e5d9d;
  color: #1e5d9d
}
.select_checked .select-text svg {
  display: none
}
.select-text {
  width: 26.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 4rem 0 1.1rem;
  background-color: #fff;
  border: 1px solid #eaeaeb;
  border-radius: .5rem;
  font-size: 1.4rem;
  position: relative;
  transition: .25s;
  cursor: pointer
}
.select-text.active svg {
  transform: translateY(-50%) rotate(-180deg)
}
.select-text svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1rem;
  width: 1.7rem;
  height: auto;
  transition: transform .25s
}
.select-text svg path {
  transition: .25s
}
.select-reset {
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer
}
.select-reset svg {
  width: 1.4rem;
  height: auto;
  pointer-events: none
}
.select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + .3rem);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #eaeaeb;
  border-radius: .5rem;
  z-index: 14
}
.select-dropdown__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #c1c1c2
}
.select-dropdown__date-btn {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer
}
.select-dropdown__date-btn svg {
  width: .8rem;
  height: auto
}
.select-dropdown__date-year {
  width: 70%;
  margin: 0 1rem;
  text-align: center;
  font-size: 1.4rem
}
.select-dropdown__list {
  max-height: 25rem;
  overflow-y: auto
}
.select-dropdown__list::-webkit-scrollbar {
  width: .5rem
}
.select-dropdown__list::-webkit-scrollbar-track {
  margin: .3rem;
  background: #eaeaeb;
  border-radius: .3rem
}
.select-dropdown__list::-webkit-scrollbar-thumb {
  width: 100%;
  background: #1e5d9d;
  border-radius: .3rem
}
.select-dropdown__option {
  padding: 1.5rem 1.2rem;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color .25s
}
.select-dropdown__option:nth-child(odd) {
  background-color: #fafafa
}
.select-dropdown__option.active {
  background-color: #eaeaeb
}
.select-dropdown__option_checkbox {
  padding: 0
}
.select-dropdown__option_checkbox .label {
  padding: 1.5rem 1.2rem
}
@media (max-width:48em) {
  .select {
    width: 100%
  }
  .select-text {
    width: 100%;
    height: 10rem;
    padding: 0 10rem 0 2.2rem;
    border-radius: 1rem;
    font-size: 2.4rem
  }
  .select-text svg {
    right: 2.2rem;
    width: 3.4rem
  }
  .select-reset {
    right: 1.6rem;
    width: 4.8rem;
    height: 4.8rem
  }
  .select-reset svg {
    width: 2.8rem
  }
  .select-dropdown {
    top: calc(100% + .6rem);
    border-radius: 1rem
  }
  .select-dropdown__date {
    padding: 2rem
  }
  .select-dropdown__date-btn {
    width: 4.8rem;
    height: 4.8rem
  }
  .select-dropdown__date-btn svg {
    width: 1.6rem
  }
  .select-dropdown__date-year {
    margin: 0 2rem;
    font-size: 2.8rem
  }
  .select-dropdown__list {
    max-height: 45rem
  }
  .select-dropdown__list::-webkit-scrollbar {
    width: 1rem
  }
  .select-dropdown__list::-webkit-scrollbar-track {
    margin: .6rem;
    border-radius: .6rem
  }
  .select-dropdown__list::-webkit-scrollbar-thumb {
    border-radius: .6rem
  }
  .select-dropdown__option {
    padding: 3rem 2.4rem;
    font-size: 2.4rem
  }
  .select-dropdown__option_checkbox {
    padding: 0
  }
  .select-dropdown__option_checkbox .label {
    padding: 3rem 2.4rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/form.css?17478378439035*/
@charset "UTF-8";
.form-content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.form-content .span-2 {
  grid-column: span 2
}
.form .label {
  display: inline-flex;
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 1;
  cursor: pointer
}
.form .label_checkbox {
  width: 100%;
  height: auto;
  align-items: center
}
.form .label__box {
  width: 2rem;
  height: 2rem;
  border: 1px solid #c1c1c2;
  border-radius: .3rem;
  margin-right: .7rem;
  position: relative;
  transition: .25s
}
.form .label__box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1.7rem;
  height: 1.3rem;
  opacity: 0;
  transition: opacity .25s;
  background: url(/local/templates/main/assets/bx-styles/../img/svg/check.svg) 50% 50%/contain no-repeat
}
.form .label__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6f6f71;
  transition: color .25s
}
.form .label__text {
  font-size: 1.4rem
}
.form .label_textarea {
  height: 12rem
}
.form input,
.form textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 1.1rem;
  border: 1px solid #eaeaeb;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  position: relative
}
.form .policyCheckbox {
  width: auto;
  height: auto;
  appearance: auto;
}
.form input:checked ~ .label__box,
.form textarea:checked ~ .label__box {
  background-color: #1e5d9d;
  border-color: #1e5d9d
}
.form input:checked ~ .label__box::after,
.form textarea:checked ~ .label__box::after {
  opacity: 1
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #272727
}
.form input::placeholder,
.form textarea::placeholder {
  color: #272727
}
.form input.visually-hidden,
.form textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}
.form textarea {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  resize: none
}
.form__from-to {
  display: flex;
  justify-content: space-between;
  position: relative
}
.form__from-to-range .label::before {
  content: '₽';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 1.4rem
}
.form__from-to-range .label input {
  padding-right: 3rem
}
.form__from-to .label {
  width: 50%
}
.form__from-to .label:first-of-type::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1px;
  background-color: #c1c1c2
}
.form__from-to .label:first-of-type input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none
}
.form__from-to .label:last-of-type input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none
}
.form-sort {
  margin: 3rem 0 -1.2rem;
  display: flex;
  flex-wrap: wrap
}
.form-sort__item {
  display: flex;
  align-items: center;
  padding: .6rem 2.6rem .6rem .6rem;
  background-color: #fff;
  border: 1px solid rgba(30,93,157,.2);
  border-radius: .5rem;
  font-size: 1.4rem;
  color: #1e5d9d;
  margin-bottom: 1.2rem;
  cursor: pointer;
  transition: .25s
}
.form-sort__item_active {
  background-color: rgba(30,93,157,.2)
}
.form-sort__item_active .form-sort__img {
  background-color: #fff
}
.form-sort__item:not(:last-child) {
  margin-right: 1.2rem
}
.form-sort__img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  background-color: rgba(30,93,157,.1);
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1rem;
  transition: .25s
}
.form-sort__item_booking {
  background: rgba(4, 198, 105, 0.05);
  color: #04c669;
}

.form-sort__item_booking.form-sort__item_active {
  background: rgba(4, 198, 105, 0.05);
  color: #046a39;
}
.form-sort__item_booking .form-sort__img {
  background-color: transparent;
  transition: none;
}
.form-sort__img svg {
  width: 100%;
  height: 100%
}
.form-checked {
  display: none;
  flex-wrap: wrap;
  border-top: 1px solid #c1c1c2;
  margin: 3rem 0 1.2rem;
  padding-top: 3rem
}
.form-checked_active {
  display: flex
}
.form-checked__item {
  display: flex;
  align-items: center;
  height: 3.3rem;
  padding: 0 2.8rem 0 1rem;
  background-color: #fff;
  border-radius: .7rem;
  margin-right: .7rem;
  margin-bottom: .7rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e5d9d;
  position: relative
}
.form-checked__item span {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/filter-reset.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  cursor: pointer
}
.form-checked__item_white {
  background-color: #fff
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.form__more {
  display: inline-flex;
  align-items: center;
  cursor: pointer
}
.form__more_active .form__more-btn {
  background-color: #1e5d9d
}
.form__more_active .form__more-btn::before {
  left: auto;
  right: 1px;
  border-color: #fff
}
.form__more_active .form__more-text-expand {
  display: none
}
.form__more_active .form__more-text-reduce {
  display: block
}
.form__more-btn {
  width: 2.2rem;
  height: 1.2rem;
  padding: 1px;
  border: solid #1e5d9d;
  border-radius: .8rem;
  position: relative;
  flex-shrink: 0;
  margin-right: .5rem;
  transition: .25s
}
.form__more-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  border: solid #1e5d9d;
  background-color: #fff;
  transition: .25s
}
.form__more-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #1e5d9d
}
.form__more-text-reduce {
  display: none
}
.form__save {
  display: none;
  align-items: center;
  margin: 0 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e5d9d;
  cursor: pointer
}
.form__save svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-right: .5rem
}
.form__save_active {
  display: flex
}
.form__reset {
  display: none;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #d9012a;
  margin-left: auto;
  margin-right: 7.2rem;
  cursor: pointer
}
.form__reset_active {
  display: flex
}
.form__reset svg {
  width: 2.4rem;
  height: auto;
  flex-shrink: 0;
  margin-right: .7rem
}
.form__button {
  min-width: 26.5rem
}
.form__privacy {
  font-size: 1rem
}
.form__privacy a {
  text-decoration: underline
}
@media (max-width:48em) {
  .form-content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem;
    margin-bottom: 3rem
  }
  .form-content .span-2 {
    grid-column: span 1
  }
  .form .label {
    height: 10rem
  }
  .form .label__box {
    width: 4rem;
    height: 4rem;
    border-radius: .6rem;
    margin-right: 1.4rem
  }
  .form .label__box::after {
    width: 3.4rem;
    height: 2.6rem
  }
  .form .label__price {
    font-size: 3.2rem
  }
  .form .label__text {
    font-size: 2.4rem
  }
  .form .label_textarea {
    height: 24rem
  }
  .form input,
  .form textarea {
    padding: 0 2.2rem;
    border-radius: 1rem;
    font-size: 2.4rem
  }
  .form textarea {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  .form__from-to-range .label input {
    padding-right: 5rem
  }
  .form__from-to-range .label::before {
    right: 2rem;
    font-size: 2.4rem
  }
  .form__from-to .label:first-of-type::after {
    top: 2rem;
    bottom: 2rem
  }
  .form-sort {
    margin: 2rem 0
  }
  .form-sort__item {
    padding: 1.2rem 5.2rem 1.2rem 1.2rem;
    border-radius: 1rem;
    font-size: 2.8rem;
    margin-bottom: 2rem
  }
  .form-sort__item:not(:last-child) {
    margin-right: 2rem
  }
  .form-sort__img {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 2rem;
    margin-right: 2rem
  }
  .form-checked {
    margin: 3rem 0 2.4rem;
    padding-top: 4rem
  }
  .form-checked__item {
    height: 5.8rem;
    padding: 0 5.6rem 0 2rem;
    border-radius: 1.4rem;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 2.4rem
  }
  .form-checked__item span {
    right: 1rem;
    width: 4rem;
    height: 4rem;
    background-size: 2rem
  }
  .form-bottom {
    flex-direction: column-reverse
  }
  .form__more-btn {
    width: 4.4rem;
    height: 2.2rem;
    padding: .2rem;
    border-width: .24rem;
    border-radius: 1.6rem;
    margin-right: 1rem
  }
  .form__more-btn:before {
    padding: .2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: .3rem
  }
  .form__more-text {
    font-size: 2.8rem
  }
  .form__save {
    margin: 0 0 6rem;
    font-size: 2.8rem
  }
  .form__save svg {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1rem
  }
  .form__reset {
    font-size: 2.8rem;
    margin: -2rem auto 5rem
  }
  .form__reset svg {
    width: 4.8rem;
    margin-right: 1.4rem
  }
  .form__button {
    min-width: auto;
    margin-bottom: 5rem
  }
  .form__privacy {
    font-size: 2rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/page-pagination.css?16790397361208*/
.page-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.7rem
}
.page-pagination__btn {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0
}
.page-pagination__btn_disabled {
  opacity: .5;
  pointer-events: none
}
.page-pagination__btn svg {
  width: 2.4rem;
  height: auto
}
.page-pagination__list {
  display: flex;
  align-items: center;
  margin: 0 1rem
}
.page-pagination__item {
  width: 4.9rem;
  height: 4.9rem;
  border-radius: .7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color .25s;
  font-size: 1.8rem
}
.page-pagination__item_empty {
  pointer-events: none
}
.page-pagination__item:hover,
.page-pagination__item_active {
  background-color: #f1f8fd
}
@media (max-width:48em) {
  .page-pagination {
    margin-top: 3rem
  }
  .page-pagination__btn {
    width: 9.8rem;
    height: 9.8rem
  }
  .page-pagination__btn svg {
    width: 4.8rem
  }
  .page-pagination__list {
    margin: 0 .6rem
  }
  .page-pagination__item {
    width: 9.8rem;
    height: 9.8rem;
    border-radius: 1.4rem;
    font-size: 3.6rem
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/stocks-all.css?1733902655964 */
/* /local/templates/main/assets/bx-styles/stocks.css?17537839942446 */
/* /local/templates/main/assets/bx-styles/select.css?16790397364094 */
/* /local/templates/main/assets/bx-styles/form.css?17478378439035 */
/* /local/templates/main/assets/bx-styles/page-pagination.css?16790397361208 */
