

/* 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 */


/* Start:/local/templates/main/assets/bx-styles/lx_brand.css?176493441435805*/
body {
    font-family: "Montserrat", sans-serif;
}

.lx_container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 0 20px;
}

.lx_container2 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
}

.lx_banner {
    position: relative;
    height: 620px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_banner>picture>img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lx_banner_text {
    padding: 80px 0 60px 0;
}

.lx_banner_text__v1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 8px;
}

.lx_banner_text__v2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 8px;
}

.lx_banner_text__v3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
}

.lx_banner_text__v4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
}

@media (min-width: 1281px) {

    .lx_banner_text.lx_banner_text--right .lx_banner_text__v1,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v2,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v3,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v4 {
        text-align: right;
    }
}

.lx_banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lx_banner-footer-col_text-flex {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lx_banner-footer-col_text-flex img {
    max-width: 26px;
}

.lx_banner-footer-col {
    flex: 1;
    width: 100%;
    border-right: 1px solid #ffffff77;
}

.lx_banner-footer-col:last-child {
    border-right: none;
}

.lx_banner-footer-col_text {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    color: #ffffff;
    margin-bottom: 4px;
}

.lx_banner-footer-col-flex {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    padding-top: 25px;
}

.lx_banner-footer-col-hr {
    height: 70px;
    width: 1px;
    background-color: #ffffff77;
}

.lx_info {
    padding: 60px;
    background-color: #fafafa;
}

.lx_info__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
    color: #272727;
    margin-bottom: 32px;
}

.lx_info__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #272727;
}

.lx_model {}

.lx_model-win-item {
    border: 1px solid #eaeaeb;
    border-radius: 15px;
    position: relative;
    width: 32%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.lx_model-win-item.active {
    border-color: #1e5d9d;
    box-shadow: 0 6px 40px -10px #0000001a;
}

.lx_model-win-item-img {
    display: block;
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_model-win-item-img img {
    height: 100%;
    object-fit: contain;
}

.lx_model__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_model-nav {
    background-color: #fafafa;
    padding: 10px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 15px;
}

.lx_model-nav__left,
.lx_model-nav__right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    border-radius: 10px;
}

.lx_model-nav__left:hover,
.lx_model-nav__right:hover {
    background-color: #eeeeeeee;
    cursor: pointer;
}

.lx_model-nav-win {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow-x: auto;
}

.lx_model-nav-win::-webkit-scrollbar {
    height: 0;
}

.lx_model-nav-win-item {
    margin-right: 9px;
    font-size: 18px;
    width: 270px;
    color: #272727;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lx_model-nav-win-item.active {
    background-color: #1e5d9d;
    color: #ffffff;
}

.lx_model-win-item {
    border-radius: 15px;
    overflow: hidden;
}

.lx_model-win-item-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 37.12px;
    color: #272727;
    margin-bottom: 10px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*min-height: 74px;*/
}

.lx_model-win-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 70px;
}

.lx_model-win-item-flex-option {
    display: inline-flex;
    width: 50%;
    margin-bottom: 12px;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6f6f71;
}

.lx_model-win-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_model-win-item-price__total {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    line-height: 34.8px;
}

.lx_model-win-item-price__total--height {
    /* min-height: 55px; */
}

.lx_model-win-item-price__old {
    font-size: 18px;
    font-weight: 500;
    line-height: 20.88px;
    color: #6f6f7199;
    text-decoration: line-through;
}

.lx_model-win-item-price__month {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.56px;
    color: #073767b2;
    margin-bottom: 20px;
}

.lx_model-win-item-more {
    display: flex;
    justify-content: space-between;
}

.lx_model-win-item-more.lx_row {
    flex-direction: row;
}

.lx_model-win-item-more a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_model-win-item-more a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lx_model-win-item-more .waiting-receipts {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_model-win-item-more-btn {
    width: 100%;
    height: 54px;
    background-color: #1e5d9d;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: auto;
    border: none;
    outline: none;
}

.lx_model-win-item-more-btn:hover {
    background-color: #1b4f82;
}

.lx_model-win {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.lx_map__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_map-main {
    margin-bottom: 100px;
}

.lx_offers {
    margin-bottom: 100px;
}

.lx_offers__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_offers__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_offers__more {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #1e5d9d;
    text-decoration: auto;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.lx_offers-model-win-item {
    border: 1px solid #eaeaeb;
    border-radius: 15px;
    position: relative;
    width: 25%;
    margin-bottom: 24px;
}

.lx_offers-model-win-item-img {
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_offers-model-win-item {
    border-radius: 15px;
    overflow: hidden;
}

.lx_offers-model-win-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 37.12px;
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lx_offers-model-win-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    height: 76px;
}

.lx_offers-model-win-item-flex-option {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    text-align: left;
    width: 50%;
    margin-bottom: 12px;
    gap: 12px;
    align-items: center;
    color: #6f6f71;
}

.lx_offers-model-win-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_offers-model-win-item-price__total {
    color: #272727;
    font-size: 26px;
    font-weight: 600;
    line-height: 34.8px;
}

.lx_offers-model-win-item-price__old {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.88px;
    color: #6f6f7199;
    text-decoration: line-through;
}

.lx_offers-model-win-item-price__month {
    font-size: 11px;
    font-weight: 400;
    color: #073767b2;
    margin-bottom: 40px;
}

.lx_offers-model-win-item-more {
    display: flex;
    justify-content: space-between;
}

.lx_offers-model-win-item-more a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_offers-model-win-item-more-btn {
    width: 100%;
    height: 54px;
    background-color: #1e5d9d;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    outline: none;
    border: none;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: auto;
}

.lx_offers-model-win-item-more-btn:hover {
    background-color: #1b4f82;
    color: #ffffff;
}

.lx_offers-model-win-item-dop {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    margin-bottom: 30px;
    color: #272727b2;
}

.lx_offers {
    display: flex;
    gap: 15px;
}

.lx_offers-model-win-item-variant {
    display: flex;
    gap: 4px;
}

.lx_offers-model-win-item-variant-item {
    font-size: 11px;
    font-weight: 500;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.lx_offers-model-win-item-variant-item__blue {
    color: #1e5d9d;
    background-color: #1e5d9d1a;
}

.lx_offers-model-win-item-variant-item__green {
    color: #126556;
    background-color: #1265561a;
}

.lx_offers-model-win-item-variant-item__red {
    color: #6f6f71;
    background-color: #6f6f711a;
}

.lx_offers-model-win-item-street {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    color: #1e5d9d;
    gap: 4px;
    margin-top: 15px;
}

.lx_offers-model-win-item-street svg {
    flex: 1;
    max-width: 12px;
}

.lx_offers-model-win-item-img-right {
    display: flex;
    gap: 10px;
    justify-content: right;
    padding: 10px;
}

.lx_offers-model-win-item-img-o {
    width: 32px;
    height: 32px;
    background-color: #c9c9c9a8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lx_offers-model-win-item-img-o:hover {
    background-color: rgba(163, 163, 163, 0.66);
    cursor: pointer;
}

.lx_dealer-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 100px;
}

.lx_dealer__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_dealer-item {
    width: 100%;
    background-color: #fafafa;
    border-radius: 16px;
    padding: 20px;
}

.lx_dealer-item-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.lx_dealer-item-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.24px;
    color: #1e5d9d;
}

.lx_dealer-item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.56px;
    color: #1e5d9d;
}

.lx_personal {
    background-color: #1e5d9d;
    padding: 25px;
}

.lx_personal-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_personal__silver {
    background-color: #272727;
}

.lx_personal__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.12px;
    color: #ffffff;
}

.lx_personal-main__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: #ffffff99;
}

.lx_personal-main-form {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff33;
}

.lx_personal-main-form__input {
    border: none;
    outline: none;
    width: 460px;
    height: 60px;
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
    background-color: transparent;
    color: #ffffff;
}

.lx_personal-main-form__input::placeholder {
    color: #ffffff44;
}

.lx_personal-main-form__send {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 250px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
    text-decoration: auto;
    outline: none;
    border: none;
}

.lx_personal-main-form__send:hover {
    background-color: #eaeaea;
}

.lx_personal-main-police {
    max-width: 780px;
    text-align: center;
    margin-top: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.lx_personal-main-police a {
    color: #ffffff;
}

.lx_about {
    margin-bottom: 100px;
}

.lx_about__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 32px;
    color: #272727;
}

.lx_about-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.lx_about-col {
    width: 100%;
}

.lx_about-col__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 25.52px;
    color: #272727;
    margin-bottom: 18px;
}

.lx_about-col__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #272727;
}

.lx_bar {
    background-color: #fafafa;
    padding: 10px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.lx_bar-item {
    font-size: 18px;
    font-weight: 500;
    width: 270px;
    color: #272727;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.lx_bar-item.active {
    background-color: #1e5d9d;
    color: #ffffff;
}

.lx_desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.lx_desc__title {
    width: 50%;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #2f2f2f;
}

.lx_desc__description {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #2f2f2f;
}

.lx_desc-owl {
    position: relative;
    width: 100%;
    height: 680px;
    margin-bottom: 60px;
}

.lx_desc-owl-car {
    pointer-events: none;
}

.lx_desc-owl-car .owl-stage-outer {
    border-radius: 15px;
    overflow: hidden;
}

.lx_desc-owl-car,
.lx_desc-owl-car div {
    height: 100%;
}

.lx_desc-owl-car .item img {
    height: 100%;
    object-fit: cover;
    padding-left: 386px;
    height: calc(100% - 2px);
}

@media (max-width: 1250px) {
    .lx_desc-owl-car .item img {
        padding-left: 0;
        height: auto;
        width: 100%;
    }
}

.lx_desc-owl-car .owl-nav {
    display: none;
}

.lx_desc-owl-car .owl-stage {
    display: flex;
}

.lx_desc-owl-info {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #272727;
    border-radius: 15px;
    width: 410px;
    height: calc(100% - 2px);
    z-index: 2;
    overflow: hidden;
}

.lx_desc-owl-info .owl-stage,
.lx_desc-owl-info__description {
    pointer-events: none;
}

.lx_desc-owl-info__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    margin-bottom: 16px;
    color: #ffffff;
    padding: 40px 40px 0;
}

.lx_desc-owl-info__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    padding: 0 40px;
}

.owl-carousel-text .owl-stage {
    display: flex;
}

.owl-carousel-text2 .owl-stage {
    display: flex;
}

.owl-carousel-text3 .owl-stage {
    display: flex;
}

.owl-carousel-text .owl-prev,
.owl-carousel-text .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.owl-carousel-text2 .owl-prev,
.owl-carousel-text2 .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.owl-carousel-text3 .owl-prev,
.owl-carousel-text3 .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.lx_comfort .owl-prev,
.lx_comfort .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.lx_car-prev,
.lx_car-next,
.lx_car-prev2,
.lx_car-next2,
.lx_car-prev3,
.lx_car-next3,
.lx_comfort-prev,
.lx_comfort-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff1a;
    outline: none;
    cursor: pointer;
}

.lx_car-prev:hover,
.lx_car-next:hover,
.lx_car-prev2:hover,
.lx_car-next2:hover,
.lx_car-prev3:hover,
.lx_car-next3:hover {
    background-color: rgba(211, 211, 211, 0.1);
}

.lx_comfort .lx_comfort-prev,
.lx_comfort .lx_comfort-next {
    background-color: rgba(199, 199, 199, 0.1);
}

.lx_comfort .lx_comfort-prev:hover,
.lx_comfort .lx_comfort-next:hover {
    background-color: rgba(152, 152, 152, 0.1);
}

.owl-carousel-text .owl-nav,
.owl-carousel-text2 .owl-nav,
.owl-carousel-text3 .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 35px;
}

.lx_desc-owl {}

.lx_table__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #272727;
}

.lx_table-main {}

.lx_exterior {
    padding: 60px 0;
    background-color: #fafafa;
}

.lx_interior {
    padding: 60px 0;
}

.lx_exterior__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 16px;
    color: #272727;
}

.lx_exterior__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 60px;
}

.owl-carousel-comfort {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.owl-carousel-comfort .owl-stage {
    display: flex;
}

@media (min-width: 1000px) {
    .lx_comfort-owl-item img {
        height: 266px;
        object-fit: cover;
    }
}

.owl-carousel-comfort__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.owl-carousel-comfort__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #2f2f2f;
}

.lx_comfort-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lx_comfort__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #2f2f2f;
}

.lx_comfort-nav {
    display: flex;
    gap: 4px;
}

.lx_model--paremetrs {
    padding: 20px 30px 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lx_model--paremetrs a:first-child {
    flex-grow: 1;
}

#lxDesc .lx_desc p.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #2f2f2f;
}

@media (max-width: 1490px) {
    .lx_model-win-item-img {
        height: 100%;
        max-height: 160px;
    }

    .lx_model-win-item {
        width: 23%;
        height: 100%;
    }

    .lx_model--paremetrs {
        padding: 20px 10px 35px;
    }

    .lx_model-win-item-title {
        font-size: 23px;
        min-height: 74px;
    }

    .lx_model-win-item-price__total {
        font-size: 18px;
    }

    .lx_model-win-item-price__old {
        font-size: 16px;
    }

    .lx_model-win-item-more {
        flex-direction: column;
    }

    .lx_model-win-item-more a {
        font-size: 14px;
    }

    .dealerships__title {
        margin-left: 15px;
    }

    .lx_model__title {
        margin-left: 15px;
    }

    .lx_model-win-item-flex-option {
        font-size: 12px;
        gap: 5px;
    }
}

@media (max-width: 1315px) {
    .lx_model-win {
        width: 95%;
        margin: 0 auto;
    }

    .lx_model-win-item-title {
        font-size: 20px;
        min-height: 75px;
    }

    .lx_dealer {
        padding: 0 10px;
    }

    .lx_about {
        padding: 0 10px;
    }

    .lx_personal-flex,
    .lx_personal-main-form {
        flex-wrap: wrap;
    }

    .lx_model--paremetrs {
        padding: 20px 35px 35px;
    }

    .lx_model-win-item-more {
        flex-direction: row;
    }

    .lx_personal-main-form__input {
        width: 100%;
    }

    .lx_personal-main-form__send {
        width: 100%;
    }

    .lx_dealer-item {
        width: calc(50% - 15px);
    }

    .lx_dealer-item-title {
        font-size: 14px;
    }

    .lx_dealer-item {
        padding: 10px;
    }

    .lx_dealer-item-flex {
        margin-bottom: 15px;
    }

    .lx_dealer-flex {
        flex-wrap: wrap;
    }

    .lx_about-flex {
        flex-wrap: wrap;
    }

    .lx_offers-model-win-item {
        min-width: 75%;
        margin-right: 20px;
    }

    .lx_offers {
        overflow-x: scroll;
    }

    .lx_model-win-item {
        width: 32%;
    }

    .lx_banner-footer {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .lx_banner {
        height: 75vh;
    }

    .lx_banner-footer-col-flex {
        justify-content: left;
        padding: 0 20px;
    }

    .lx_banner-footer-col-flex {
        font-size: 16px;
    }

    .lx_banner-footer-col_text {
        /*font-size: 10px;*/
        font-size: 12px;
    }

    .lx_banner-footer {
        margin-bottom: 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .lx_banner-footer-col {
        flex: auto;
        width: 30%;
        margin-bottom: 0;
    }

    .lx_model-win-item-more a:first-child {
        border-right: 2px solid #6f6f71;
        padding-right: 15%;
    }

    .lx_model-win-item-more a svg {
        display: none;
    }

    .lx_model--paremetrs {
        padding: 20px;
    }

    .lx_offers__flex {
        padding: 0 10px;
    }
}

@media (max-width: 1100px) {
    .lx_model-win-item-more a:first-child {
        padding-right: 10%;
    }
}

@media (max-width: 990px) {
    .lx_model-win-item-img {
        max-height: 220px;
    }

    .lx_model-win-item {
        width: 49%;
    }

    .lx_model-win-item-more a:first-child {
        padding-right: 20%;
    }

    .lx_model-win-item-title {
        min-height: 0%;
    }
}

@media (max-width: 790px) {
    .lx_model-win-item-img {
        max-height: 170px;
    }

    .lx_model-win-item-more a:first-child {
        padding-right: 10%;
    }
}

@media (max-width: 660px) {
    .lx_banner-footer {
        flex-direction: column;
        gap: 10px;
    }

    .lx_banner-footer-col {
        width: 100%;
        border-right: none;
    }

    .lx_map .dealerships__map {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 20px;
    }

    .lx_model-win-item {
        width: 100%;
    }

    .lx_model-win-item-more a:first-child {
        border-right: none;
        padding-right: 0;
    }

    .lx_model-win-item-more a {
        font-size: 16px;
    }

    .lx_model-win-item-more a svg {
        display: block;
    }

    .lx_model--paremetrs {
        padding: 20px 35px;
    }

    .lx_model-win-item-img {
        height: auto;
        max-height: none;
    }

    .lx_offers__flex {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .lx_offers__title {
        font-size: 26px;
    }
}

@media (max-width: 490px) {
    .lx_model--paremetrs {
        padding: 20px;
    }

    .lx_model-win-item-more a:first-child {
        border-right: 2px solid #6f6f71;
        padding-right: 20%;
    }

    .lx_model-win-item-more a svg {
        display: none;
    }

    .lx_dealer-item-title {
        word-wrap: break-word;
    }
}

.lx_table-main {
    width: 100%;
    border: 1px solid #eaeaeb;
    display: flex;
}

.lx_table-main-col-340 {
    width: 340px;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-70 {
    width: 70px;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-params-col {
    min-width: 256px;
}

.lx_table-main-col-params {
    display: flex;
    width: auto;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
}

.lx_table-btn {
    width: 40px;
    height: 40px;
    background-color: #b6b6b61a;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.lx_table-btn--hiden {
    display: none;
}

.lx_table-main-side {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #eaeaeb;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-params .lx_table-main-side {
    justify-content: center;
}

.lx_table-main-side-mob {
    display: none;
}

.lx_table-collapse-head {
    background-color: #eaeaeb;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.lx_table-collapse-head span {
    font-size: 16px;
    font-weight: 500;
}

.lx_table-collapse-head:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

.lx_table-collapse:not(.active) .lx_table-main {
    display: none;
}

.lx_table-collapse:not(.active) {
    border-bottom: 1px solid #ffffff;
}

.lx_table-collapse.active .lx_table-collapse-head svg {
    transform: rotate(180deg);
}

.lx_personal-main-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}

.lx_personal.lx_personal__v2 {
    position: relative;
}

.lx_personal.lx_personal__v2 .lx_personal-main-form {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.lx_personal.lx_personal__v2 .lx_personal__title {
    margin-bottom: 20px;
}

.lx_personal.lx_personal__v2 .lx_personal-main-form__send {
    width: 100%;
}

.lx_personal-main-form:before {
    content: "+7";
    position: absolute;
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
}

@media (max-width: 1250px) {
    .lx_personal__title {
        font-size: 20px;
    }

    .lx_desc-owl-info {
        position: relative;
        width: 100%;
    }

    .lx_banner_text__v2 {
        font-size: 30px;
        line-height: 34px;
    }

    .lx_banner-footer-col_text-flex {
        line-height: 1;
    }

    .lx_banner-footer-col_text {
        left: 0;
        top: -20px;
        white-space: nowrap;
    }

    .lx_banner-footer-col_text-flex {
        margin-bottom: 20px;
    }
}

.lx_table-main-col-params::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}

.lx_table-main-col-params::-webkit-scrollbar-track {
    background: transparent;
}

.lx_table-main-col-params::-webkit-scrollbar-thumb {
    background: transparent;
}

.lx_table-main-col-params::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.lx_map {
    margin-bottom: 80px;
}

#lxBar {
    position: sticky;
    top: 124px;
    z-index: 32;
}

#lxCall {
    position: relative;
    z-index: 40;
}

.dealerships__info-close {
    cursor: pointer;
}

.card__price-block {
    display: block;
}

.lx_mob_menunav {
    display: none;
}

.lx_table-main-side__blue {
    color: #1e5d9d;
    line-height: 1.5;
}

.lx_table-main-side__blue a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lx_table-main-side__blue span.a-style {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.lx_table-main-side__blue span {
    text-decoration: underline;
}

@media (max-width: 1315px) {
    .lx-row {
        overflow-x: scroll;
        white-space: nowrap;
        display: flex;
    }
}

@media (max-width: 1250px) {
    #lxBar {
        top: 60px;
    }

    .dealerships__content {
        flex-direction: column;
    }

    .lx_dealer-flex {
        flex-wrap: wrap;
    }

    .lx_personal__title {
        line-height: 27.12px;
    }

    .lx_personal-main-form__input {
        font-size: 32px;
    }

    .lx_personal-main-form {
        position: relative;
    }

    .lx_personal-main-form:before {
        top: 2px;
        left: 0;
        font-size: 32px;
    }

    .lx_personal {
        margin-bottom: 0;
    }

    .lx_banner_text {
        padding: 50px 15px;
    }

    .lx_mob_menunav {
        display: flex;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        width: 100%;
        justify-content: space-between;
        padding: 20px 15px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.38px;
    }

    .lx_bar {
        padding: 10px;
        display: none;
    }

    #lxBar.active .lx_bar {
        display: inline-flex;
    }

    #lxBar svg {
        transform: rotate(90deg);
    }

    #lxBar:not(.active) svg {
        transform: rotate(270deg);
    }

    .lx_bar-item {
        padding: 15px 0;
        border-radius: 0;
    }

    .lx_desc-owl {
        height: auto;
        padding: 15px;
    }

    .owl-carousel-text .owl-nav,
    .owl-carousel-text2 .owl-nav,
    .owl-carousel-text3 .owl-nav {}

    .lx_desc-owl-info {
        margin-top: 10px;
        position: relative;
        width: 100%;
        padding-bottom: 140px;
        border-radius: 15px;
    }

    .lx_desc-owl-car .owl-stage-outer {
        border-radius: 15px;
    }

    .lx_table-margin {
        margin: 0 15px;
    }

    .lx_desc {
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }

    .lx_desc__description {
        width: 100%;
    }

    .lx_table__title,
    .lx_exterior__title,
    .lx_comfort__title {
        font-size: 20px;
        padding: 0 15px;
    }

    .lx_exterior__description {
        font-size: 11px;
        line-height: 19px;
        padding: 0 15px;
    }

    .lx_table-main-side {
        font-size: 12px;
    }

    .lx_desc-owl-car div {
        display: flex;
        align-items: normal;
        height: auto;
        width: 100%;
    }

    .lx_desc-owl-car div img {
        border-radius: 15px 15px 0 0;
    }

    .lx_desc-owl {
        margin-bottom: 20px;
    }

    .lx_comfort {
        padding: 0 15px;
    }

    .lx_personal-main-image {
        display: none;
    }

    .lx_card-padding {
        padding: 0 15px;
    }

    .lx_desc {
        padding-top: 100px;
        margin-bottom: 20px;
    }

    .lx_bar-item {
        width: 100%;
    }

    .lx_bar {
        top: 64px;
        position: absolute;
    }

    .lx_banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #27272773;
    }

    .lx_interior,
    .lx_exterior {
        padding: 20px 0;
    }

    .lx_container {
        padding: 0;
    }

    .lx_container2 {
        padding: 0;
    }

    #lxBar.active .lx_bar {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 890px) {
    .lx_banner_text__v4 {
        line-height: 30px;
        font-size: 18px;
    }

    .lx_banner_text {
        padding: 25px 15px;
    }

    h1.lx_banner_text__v2.no_margin_mobile {
        margin-top: 0;
    }
}

@media (max-width: 490px) {
    .lx_banner_text__v4 {
        line-height: 18px;
        font-size: 16px;
    }

    .lx_desc {
        padding-top: 30px;
    }

    .lx_exterior__description {
        margin-bottom: 20px;
    }
}

.lx_about .brand {
    padding: 5rem 0 0rem;
}

.lx-brand-map {
    margin-bottom: 80px;
}

.lx-brand-map .container {
    max-width: 1500px;
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 890px) {
    .lx_table-main-col-70 {
        display: none;
    }

    .lx_table-main-side {
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        padding: 3px 6px;
        font-size: 11px;
    }

    .lx_table-main-col-params-col {
        display: flex;
        flex-direction: column;
    }

    .lx_table-main-col-340 {
        width: min-content;
    }

    .lx_table-main-col-params-col .lx_table-main-side {
        text-align: center;
        align-items: center;
    }

    .lx_table-main-side.lx_table-main-side__blue br {
        display: none;
    }
}

@media (max-width: 890px) {
    .lx_table-main-side {
        max-width: 50vw;
    }

    .lx_table-main-col-params-col {
        min-width: 50vw;
    }
}

@media (min-width: 376px) and (max-width: 890px) {
    .lx_table-main-side {
        min-width: 44vw;
    }
}

@media (max-width: 375px) {
    .lx_table-main-side {
        min-width: 46vw;
    }

    .lx_model--paremetrs {
        padding: 20px 10px;
    }
}

@media (max-width: 326px) {
    .lx_table-main-side {
        font-size: 8px;
    }
}

#lxTable {
    padding-bottom: 40px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/lx-catalog/style.css?1722436876169*/
.card__slider {
    height: 240px!important;
}
.card__action-item {
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}
/* 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 */
/* /local/templates/main/assets/bx-styles/lx_brand.css?176493441435805 */
/* /local/templates/main/components/bitrix/catalog.item/lx-catalog/style.css?1722436876169 */
