

/* Start:/local/templates/main/assets/bx-styles/special.css?16905268653585*/
.special {
  position: relative;
  z-index: 1
}
.special__content {
  min-height: 54rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5.6rem 0 2.3rem
}
.special__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.special__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.special__banner {
  width: 61.7rem;
  padding: 3.5rem 3.8rem 4rem;
  background-color: rgba(255,255,255,.3);
  backdrop-filter: blur(5rem);
  -webkit-backdrop-filter: blur(5rem);
  border-radius: 1.6rem
}
.special__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0
}
.special__title span {
  display: block;
  font-size: 3.2rem
}
.special__form {
  width: 41rem;
  padding: 4.1rem 3rem;
  background-color: rgba(255,255,255,.3);
  backdrop-filter: blur(5rem);
  -webkit-backdrop-filter: blur(5rem);
  border-radius: 1.6rem;
  margin-top: 1.4rem
}
.special__form-heading {
  text-align: center;
  margin-bottom: 2.3rem
}
.special__form-title {
  margin-bottom: 1rem
}
.special__form-gift {
  display: none;
  align-items: center;
  height: 3.3rem;
  border-radius: .5rem;
  padding: 0 1rem 0 3.6rem;
  background-color: #d9012a;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/gift.svg);
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 2.1rem
}
.special__form-content {
  margin-bottom: 2rem
}
.special__form .label:not(:last-child) {
  margin-bottom: 2rem
}
.special__form-button {
  width: 100%;
  margin-bottom: 2rem
}
.special__bottom {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2.8rem;
  position: relative;
  transform: translateY(50%)
}
.special__item {
  display: flex;
  align-items: center;
  height: 8.8rem;
  padding: 0 2rem;
  background-color: #1e5d9d;
  border-radius: 1.6rem
}
.special__item-img {
  width: 4.8rem;
  flex-shrink: 0;
  margin-right: 2rem
}
.special__item-title {
  color: #fff
}
.special_advantages {
  margin-bottom: 14rem
}
@media (max-width:48em) {
  .special {
    background-color: #fafafa;
    padding-bottom: 6.8rem;
    margin-bottom: 0;
    overflow: hidden
  }
  .special__content {
    min-height: auto;
    display: block;
    padding: 4.2rem 0 0
  }
  .special__picture {
    top: 3rem;
    bottom: 0;
    left: -3rem;
    right: -3rem;
    width: auto;
    height: auto
  }
  .special__text {
    min-height: 43rem;
    padding-bottom: 12rem;
    position: relative
  }
  .special__banner {
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 3.2rem
  }
  .special__title {
    font-size: 3.6rem;
    line-height: 1.22
  }
  .special__title span {
    font-size: 2.8rem;
    margin-top: 1.7rem
  }
  .special__form {
    width: 100%;
    padding: 4.5rem 2rem 4rem;
    border-radius: 3.2rem;
    margin-top: -8rem
  }
  .special__form-heading {
    margin-bottom: 3rem
  }
  .special__form-title {
    width: 80%;
    margin: 0 auto 2rem;
    line-height: 1.33
  }
  .special__form-gift {
    height: 5.8rem;
    border-radius: 1rem;
    padding: 0 2rem 0 6.4rem;
    font-size: 2.8rem;
    background-position: 2rem 50%;
    background-size: 3.4rem
  }
  .special__form input {
    font-size: 2.8rem
  }
  .special__bottom {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2rem;
    transform: none
  }
  .special__item {
    height: 12.8rem;
    padding: 0 4rem;
    border-radius: 1.6rem
  }
  .special__item-img {
    margin-right: 4rem
  }
  .special_advantages {
    background: 0 0
  }
}
/* 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/assortment.css?16905268652943*/
.assortment {
  padding: 6rem 0 12rem
}
.assortment__title {
  margin-bottom: 3.6rem
}
.assortment .assortment-item__link-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100
}
.assortment .assortment-item__bottom {
  position: relative;
  z-index: 200
}
.assortment-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.9rem 2.9rem 1.9rem 2rem;
  border: 1px solid #c1c1c2;
  border-radius: 1.6rem;
  overflow: hidden
}
.assortment-item:not(:last-child) {
  margin-bottom: 2rem
}
.assortment-item__photo {
  display: inline-block;
  width: 36.7rem;
  height: 18.3rem
}
.assortment-item__photo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.assortment-item__text {
  display: inline-block;
  width: 45.4rem;
  padding: 1rem 0
}
.assortment-item__title {
  margin-bottom: 2.7rem
}
.assortment-item__info {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2rem 4.5rem
}
.assortment-item__info-label {
  font-size: 1.2rem;
  color: #6f6f71;
  margin-bottom: .5rem
}
.assortment-item__info-title {
  font-size: 2.2rem;
  font-weight: 600
}
.assortment-item__info-title_red {
  color: #d9012a
}
.assortment-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 1rem 0
}
.assortment-item__gift {
  display: inline-flex;
  align-items: center;
  height: 3.1rem;
  border-radius: .5rem;
  padding: 0 1rem 0 3.1rem;
  background-color: #d9012a;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/gift.svg);
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  margin-bottom: auto
}
.assortment-item__button {
  width: 25rem;
  margin-top: 1rem
}
.assortment-item__button:first-child {
  margin-top: auto
}
@media (max-width:48em) {
  .assortment {
    padding: 8rem 0
  }
  .assortment__title {
    margin-bottom: 4rem
  }
  .assortment-item {
    display: block;
    padding: 2.8rem 2.8rem 3.5rem;
    border-radius: 3.2rem
  }
  .assortment-item:not(:last-child) {
    margin-bottom: 3rem
  }
  .assortment-item__photo {
    width: 100%;
    height: 26rem
  }
  .assortment-item__text {
    width: 100%;
    padding: 2rem 0 4.5rem
  }
  .assortment-item__title {
    font-size: 4.4rem;
    margin-bottom: 2rem
  }
  .assortment-item__info {
    grid-template-columns: 1fr 18rem;
    grid-gap: 3rem
  }
  .assortment-item__info-label {
    font-size: 2rem;
    margin-bottom: 1rem
  }
  .assortment-item__info-title {
    font-size: 3.6rem
  }
  .assortment-item__bottom {
    align-items: flex-start;
    margin: 0
  }
  .assortment-item__gift {
    height: 5.6rem;
    border-radius: 1rem;
    padding: 0 2rem 0 6.2rem;
    font-size: 2.4rem;
    background-position: 2rem 50%;
    background-size: 3.2rem;
    margin-bottom: 1rem
  }
  .assortment-item__button {
    width: 100%;
    margin-top: 2rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/brand.css?1745502228863*/
.brand {
  padding: 11.4rem 0 13.6rem;
  background-color: #fafafa;
  border-radius: 5rem
}
.brand__title {
  margin-bottom: 3.4rem
}
.brand__content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 3rem 4rem
}
.brand__group.span-2 {
  grid-column: span 2
}
.brand__group-title {
  margin-bottom: 2rem
}
.brand__text ul {
  padding-left: 2.5rem;
  list-style-type: initial;
  margin-bottom: 1.7rem
}
@media (max-width:48em) {
  .brand {
    padding: 8rem 0 11rem;
    border-radius: 3.2rem
  }
  .brand__title {
    margin-bottom: 4.2rem
  }
  .brand__content {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset
  }
  .brand__text {
    line-height: 1.21
  }

  .brand__group:nth-child(2) {
    order: -1
  }
  #lxAbout .brand__group:nth-child(2){
    order: 0
  }
  .brand__group:not(:last-child) {
    margin-bottom: 3.2rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/feedback.css?17500838762725*/
.feedback {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  padding: 9.9rem 0;
  z-index: 1
}
.feedback__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.feedback__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.feedback__content {
  display: flex;
  justify-content: space-between;
  padding: 4rem 3.3rem;
  background-color: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  border-radius: 1rem;
  color: #fff
}
.feedback__title {
  width: 40rem
}
.feedback__title_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.feedback__text {
  font-weight: 400
}
.feedback__form {
  width: 70rem
}
.feedback__form-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.feedback__form-text {
  font-size: 1.4rem;
  margin-bottom: 1.7rem
}
.feedback_social {
  padding: 11.8rem 0
}
.feedback_social .feedback__content {
  padding: 2.5rem 4.7rem 2.2rem 6rem;
  align-items: center
}
.feedback__social {
  width: 67.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.feedback__social-text {
  width: 55%
}
.feedback__social-link {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden
}
.feedback__social-link:not(:last-child) {
  margin-right: 2rem
}
.feedback__social-link img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.feedback__social-links {
  display: flex
}
@media (max-width:48em) {
  .feedback {
    border-radius: 0;
    padding: 8rem 0
  }
  .feedback__content {
    display: block;
    padding: 4rem 3rem;
    border-radius: 2rem
  }
  .feedback__title {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem
  }
  .feedback__text {
    margin-top: 3rem
  }
  .feedback__form {
    width: 100%
  }
  .feedback__form-content {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 4.2rem
  }
  .feedback__form input {
    font-size: 2.8rem
  }
  .feedback__form-privacy {
    text-align: right
  }
  .feedback_social {
    padding: 8rem 0
  }
  .feedback_social .feedback__content {
    padding: 4rem 3rem
  }
  .feedback__social {
    width: 100%;
    display: block
  }
  .feedback__social-text {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 4rem
  }
  .feedback__social-link {
    width: 8.8rem;
    height: 8.8rem
  }
  .feedback__social-link:not(:last-child) {
    margin-right: 4rem
  }
  .feedback__social-links {
    justify-content: center
  }
}
@media(max-width:425px){
  .feedback__form-text{
    font-size: 12px;
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/special.css?16905268653585 */
/* /local/templates/main/assets/bx-styles/form.css?17478378439035 */
/* /local/templates/main/assets/bx-styles/assortment.css?16905268652943 */
/* /local/templates/main/assets/bx-styles/brand.css?1745502228863 */
/* /local/templates/main/assets/bx-styles/feedback.css?17500838762725 */
