

/* 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/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/model.css?17349608615389*/
.model {
  /* padding: 4rem 0 0 */
}
.model__content {
  display: flex;
  justify-content: space-evenly
}
.model__info {
  width: 50rem;
  padding: 3.2rem 3rem 3rem;
  background-color: #fafafa;
  border-radius: 1.6rem
}
.model__title {
  margin-bottom: 1.6rem;
  margin-top: 0
}
.model__group {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem
}
.model__price {
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #d9012a;
  margin-right: 2.6rem
}
.model__price-default {
  color: #000;
}
.model__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
}
.model__color {
  margin-bottom: 3rem
}
.model__color-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 1.2rem
}
.model__color-item {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 2rem;
  position: relative
}
.model__color-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(/local/templates/main/assets/bx-styles/../img/svg/color-check.svg) 50% no-repeat;
  opacity: 0;
  transition: opacity .25s
}
.model__color-item_light::after {
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/color-check-dark.svg)
}
.model__color-item_active::after {
  opacity: 1
}
.model__color-item:not(:last-child) {
  margin-right: 2rem
}
.model__color-items {
  display: flex;
  flex-wrap: wrap
}
.model__color-name {
  margin-left: .6rem
}
.model__color-name-item {
  display: none;
  font-weight: 600
}
.model__color-name-item_active {
  display: block
}
.model__characteristics {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1.5rem 0;
  margin-bottom: 3rem
}
.model__characteristics-item {
  padding-right: 3rem
}
.model__characteristics-label {
  font-size: 1.1rem;
  margin-bottom: .5rem
}
.model__characteristics-value {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.33
}
.model__button {
  width: 100%
}
.model__button:not(:last-child) {
  margin-bottom: 1.5rem
}
.model__photo {
  width: 65rem;
  overflow: hidden
}
.model__photo-item {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.model__photo-item_active {
  display: block
}
.model__photo-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.model__special {
  display: flex;
  justify-content: space-between;
  padding: 3rem 5.5rem 3rem 3rem;
  background-color: #fafafa;
  border-radius: 1.7rem
}
.model__special-heading {
  width: 45rem
}
.model__special-title {
  margin-bottom: 1.1rem
}
.model__special-form {
  width: 62rem
}
.model__special-form-content {
  display: flex;
  margin-bottom: 1.1rem
}
.model__special-form-button {
  width: 30rem;
  flex-shrink: 0;
  margin-left: 2rem
}
.model__special-form-privacy {
  width: 80%
}
.model-color {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width:48em) {
  .model {
    padding: 2rem 0 0
  }
  .model__content {
    flex-wrap: wrap-reverse
  }
  .model__info {
    width: 100%;
    padding: 3rem;
    border-radius: 3.2rem
  }
  .model__title {
    margin-bottom: 3.2rem
  }
  .model__group {
    display: block;
    margin-bottom: 3.4rem
  }
  .model__price {
    font-size: 3.6rem;
    margin-right: 0;
    margin-bottom: 1.9rem
  }
  .model__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
  }
  .model__color {
    margin-bottom: 4.4rem
  }
  .model__color-title {
    font-size: 2rem;
    margin-bottom: 2rem
  }
  .model__color-item {
    width: 100%;
    height: 5.66rem;
    margin-bottom: 0
  }
  .model__color-item::after {
    background-size: 3.2rem
  }
  .model__color-item:not(:last-child) {
    margin-right: 0
  }
  .model__color-items {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 3.6rem
  }
  .model__color-name {
    margin-left: 1.2rem
  }
  .model__characteristics {
    grid-gap: 4rem
  }
  .model__characteristics-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 2rem
  }
  .model__characteristics-label {
    font-size: 2rem;
    margin-bottom: 1rem
  }
  .model__characteristics-value {
    font-size: 2.4rem;
    line-height: 1.25
  }
  .model__button:not(:last-child) {
    margin-bottom: 3rem
  }
  .model__photo {
    width: 100%;
    height: 38rem;
    border-radius: 3.4rem;
    margin-bottom: 3rem
  }
  .model__special {
    display: block;
    padding: 3rem;
    border-radius: 3.4rem
  }
  .model__special-heading {
    width: 100%;
    margin-bottom: 2rem
  }
  .model__special-title {
    font-size: 3.6rem;
    margin-bottom: 2.2rem
  }
  .model__special-form {
    width: 100%
  }
  .model__special-form-content {
    display: block;
    margin-bottom: 2.2rem
  }
  .model__special-form input {
    font-size: 2.8rem
  }
  .model__special-form-button {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem
  }
  .model__special-form-privacy {
    width: 100%
  }
}

@media(max-width:768px) {
  .model-color {
    align-items: unset;
    margin: 0 15px;
  }
}
/* 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 */


/* Start:/local/templates/main/assets/bx-styles/configuration.css?17175766432025*/
.configuration__title {
  margin-bottom: 2.4rem
}
.configuration__content {
  overflow-x: auto
}
.configuration__heading {
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1.2rem;
  background-color: #eaeaeb
}
.configuration__line {
  padding: 2.1rem 2.3rem 1.7rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%
}
.configuration__item {
  font-size: 1.8rem;
  min-width: 18.5rem;
  flex-shrink: 0
}
.configuration__item:first-child {
  min-width: 33.7rem
}
.configuration__item:not(:last-child) {
  margin-right: 1.9rem
}
.configuration__body {
  line-height: 1.6
}
.configuration__body .configuration__line {
  border-bottom: 1px solid #c1c1c2
}
@media (max-width:48em) {
  .configuration {
    padding: 8rem 0 3rem;
    border-radius: 0 0 4.8rem 4.8rem
  }
  .configuration__title {
    margin-bottom: 3rem
  }
  .configuration__content {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    overflow-x: visible
  }
  .configuration__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    background-color: #eaeaeb;
    border-radius: 2.4rem;
    z-index: -1
  }
  .configuration__heading {
    min-width: auto;
    width: auto;
    max-width: 45%;
    border-radius: 0;
    background: 0 0
  }
  .configuration__line {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: auto
  }
  .configuration__item {
    font-size: 2.8rem;
    margin-bottom: 3.3rem;
    min-width: auto
  }
  .configuration__item:first-child {
    min-width: auto;
    height: 12rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem
  }
  .configuration__item:not(:last-child) {
    margin-right: 0
  }
  .configuration__body {
    max-width: 45%;
    line-height: 1.2
  }
  .configuration__body .configuration__line {
    border: none;
    align-items: flex-end
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/model-characteristics.css?1717576574198*/
.model-characteristics__title {
  margin-bottom: 3.6rem
}
@media (max-width:48em) {
  .model-characteristics {
    padding: 8rem 0
  }
  .model-characteristics__title {
    margin-bottom: 4rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/characteristics.css?17243984544820*/
.characteristics__filter {
  margin-bottom: 3.2rem;
  width: 100%;
}
.characteristics__filter .filter__item {
  width: 50%;
}
.characteristics__inner {
  display: flex;
  flex-direction: column;
}
.characteristics__block {
  width: 100%;
}
.characteristics__item {
  display: none
}
.characteristics__item_active {
  display: block
}

.characteristics__group {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 30px;
}


.characteristics__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.55rem 0;
  cursor: pointer;
}
.characteristics__item-title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  text-transform: uppercase;
  margin-right: 2rem;
}



.characteristics__item-arrow:after {
  width: .2rem;
  height: 1.6rem;
}
.characteristics__item-arrow:after, 
.characteristics__item-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #1e5d9d;
  transition: background-color .25s;
}
.characteristics__item-arrow:before {
  width: 1.6rem;
  height: .2rem;
}
.characteristics__item-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: .25s;
}


.characteristics__group_active .characteristics__item-arrow {
  background-color: #1e5d9d
}
.characteristics__group_active .characteristics__item-arrow::before {
  background-color: #fff
}
.characteristics__group_active .characteristics__item-arrow::after {
  content: none
}




.characteristics__item-dropdown {
  display: none;
  padding-bottom: 2.5rem;
}










.characteristics__group-title {
  text-transform: uppercase;
  margin-bottom: 1.8rem
}
.characteristics__list {
  padding-left: 3.6rem
}
.characteristics__list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.62
}
.characteristics__list-item:not(:last-child) {
  margin-bottom: 1rem
}
.characteristics__list-item:last-child {
  margin-bottom: 10px;
}

.characteristics__list-label {
  position: relative
}
.characteristics__list-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.6rem;
  transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #1e5d9d
}
.characteristics__list-label span {
  position: absolute;
  top: .4rem;
  left: calc(100% + .5rem);
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/info.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer
}
.characteristics__list-value {
  width: 41%;
  margin-left: 3rem;
  flex-shrink: 0
}
@media (max-width:48em) {
  .characteristics__filter {
    width: 100%;
    margin-bottom: 4.4rem
  }
  .characteristics__filter .filter__item {
    width: auto;
    height: 5.6rem;
    padding: 0 2.5rem;
    font-size: 2rem;
    white-space: nowrap
  }
  .characteristics__inner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative
  }
  .characteristics__inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20rem;
    background: linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 85.5%);
    pointer-events: none
  }
  .characteristics__inner_expanded {
    display: block;
    overflow: visible
  }
  .characteristics__inner_expanded::after {
    content: none
  }
  .characteristics__block {
    width: 100%
  }
  .characteristics__group {
    margin-bottom: 1rem
  }
  .characteristics__group-title {
    margin-bottom: 4.4rem
  }
  .characteristics__list {
    padding-left: 5.2rem
  }
  .characteristics__list-item {
    font-size: 1.8rem;
    line-height: 1.21;
    flex-direction: column;
  }
  .characteristics__list-item:not(:last-child) {
    margin-bottom: 2rem;
    flex-direction: column;
  }
  .characteristics__list-label::before {
    left: -3.3rem;
    width: 1.2rem;
    height: 1.2rem
  }
  .characteristics__list-label span {
    top: 0;
    left: calc(100% + 1rem);
    width: 3.8rem;
    height: 3.8rem
  }
  .characteristics__list-value {
    word-break: break-word;
    margin-left: 0;
    text-align: left;
    width: 100%;
    margin-top: 11px;
  }
  .characteristics__more {
    display: inline-block!important;
    font-size: 2.8rem;
    font-weight: 500;
    color: #1e5d9d;
    text-decoration: underline;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem
  }
  .characteristics__more_disabled {
    display: none!important
  }
  .characteristics__more.mobile {
    display: inline-block!important
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/video-block.css?17006628493566*/
.video-block {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-color: #f1f8fd;
  border-radius: 5rem
}
.video-block__wrapper {
  position: relative
}
.video-block__title {
  margin-bottom: 3.5rem
}
.video-block__list {
  display: flex;
  width: calc(100% + 2.8rem);
  margin-left: -1.4rem;
  margin-right: -1.4rem
}
.video-block__item {
  width: 25%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  cursor: pointer
}
.video-block__wrap {
  position: relative;
  border-radius: 1.6rem;
  height: 37rem;
  overflow: hidden
}
.video-block__wrap video {
  width: 100%;
  height: auto
}
.video-block__pagination {
  display: none!important
}
.video-block__text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.7rem 1.7rem 1.7rem 2rem
}
.video-block__text-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  width: 100%;
  background: linear-gradient(360deg,#000 0,rgba(0,0,0,0) 100%)
}
.video-block__text-block p {
  position: relative;
  z-index: 5;
  padding-right: .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  color: #fff
}
.video-block__text-block svg {
  position: relative;
  z-index: 5;
  width: 2.7rem;
  height: 2.7rem
}
.video-block__icon-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.7rem 1.7rem 1.7rem 2rem
}
.video-block__icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  width: 100%;
  background: linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);
  opacity: .5
}
.video-block__icon-block p {
  position: relative;
  z-index: 5;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  text-transform: uppercase;
  color: #fff
}
.video-block__icon-block svg {
  position: relative;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem
}
.video-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.video-block__preview_mobile {
  display: none
}
@media (max-width:48em) {
  .video-block {
    padding-top: 8rem;
    padding-bottom: 13.4rem;
    border-radius: 5rem
  }
  .video-block__title {
    margin-bottom: 4rem
  }
  .video-block__wrap {
    height: 60.6rem;
    border-radius: 3.2rem
  }
  .video-block__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .video-block__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .video-block__pagination {
    display: block!important
  }
  .video-block__pagination.slider-pagination.swiper-pagination {
    bottom: -6.5rem
  }
  .video-block__text-block {
    padding: 2.8rem 2.8rem 2.8rem 4rem
  }
  .video-block__text-block::before {
    height: 20rem
  }
  .video-block__text-block p {
    font-size: 2.8rem;
    line-height: 3.4rem
  }
  .video-block__text-block svg {
    width: 5.4rem;
    height: 5.4rem
  }
  .video-block__icon-block {
    padding: 2.8rem 2.8rem 2.8rem 4rem
  }
  .video-block__icon-block::before {
    height: 20rem
  }
  .video-block__icon-block p {
    font-size: 2.8rem;
    line-height: 3.4rem
  }
  .video-block__icon-block svg {
    width: 5rem;
    height: 5rem
  }
  .video-block__preview_desktop {
    display: none
  }
  .video-block__preview_mobile {
    display: block
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/form.css?17478378439035 */
/* /local/templates/main/assets/bx-styles/brand.css?1745502228863 */
/* /local/templates/main/assets/bx-styles/model.css?17349608615389 */
/* /local/templates/main/assets/bx-styles/feedback.css?17500838762725 */
/* /local/templates/main/assets/bx-styles/configuration.css?17175766432025 */
/* /local/templates/main/assets/bx-styles/model-characteristics.css?1717576574198 */
/* /local/templates/main/assets/bx-styles/characteristics.css?17243984544820 */
/* /local/templates/main/assets/bx-styles/video-block.css?17006628493566 */
