

/* 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/corp.css?174179440417676*/
.top {
  margin-bottom: 2rem;
  height: 300px;
}
.top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  margin-bottom: 10rem;
}
.info__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eaeaeb;
  border-radius: 1.6rem;
  height: 66px;
  padding: 11px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.info__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 1.6rem;
  background-color: #fff;
  margin-right: 1rem;
}
.info__ico img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.info__text {
  color: #272727;
  font-size: 1.6rem;
  line-height: 19.2px;
  font-weight: 500;
}
.info__item:hover {
  background-color: #1e5d9d;
}
.info__item:hover .info__text {
  color: #fff;
}
.corp-subtitle {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  color: #272727;
  margin-bottom: 2rem;
}
.corp-subtitle.mb-40 {
  margin-bottom: 4rem;
}
.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin-bottom: 10rem;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  height: 158px;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  padding: 2rem;
  position: relative;
}
.advantages__counter {
  color: #1e5d9d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16.24px;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.advantages__ico {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.advantages__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 19.2px;
  color: #272727;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.brands {
  margin-bottom: 10rem;
}
.brands__header {
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 6px;
  background-color: #f8f8f8;
  margin-bottom: 2rem;
  padding: 1rem;
  justify-content: center;
}
.brands__header-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 21.94px;
  color: #272727;
  background: #ffffff;
  height: 5.4rem;
  width: 191.67px;
  border-radius: 1.6rem;
  padding: 1.6rem 23px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.brands__header-item.active,
.brands__header-item:hover {
  background-color: #1e5d9d;
  color: #fff;
}
.brands__wrap {
  display: grid;
  grid-template-columns: 517px auto;
  grid-gap: 5rem;
  align-items: center;
  margin-bottom: 20px;
}
.brands__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 0;
}
.brands__image {
  display: flex;
  width: 517px;
  height: 463px;
}
.brands__image img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  object-fit: cover;
}
.brands__title {
  color: #272727;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  margin-bottom: 2rem;
}
.brands__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22.4px;
  color: #272727;
}
.brands__text ul {
  list-style-type: disc;
  padding-left: 3rem;
}
.brands__text ul li {
  margin-bottom: 1rem;
}
.brands-tab {
  display: none;
}
.brands-tab.active {
  display: block;
}
.leasing {
  margin-bottom: 10rem;
}
.leasing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem 1rem;
  margin-bottom: 4rem;
}
.leasing-grid__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.leasing-grid__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid #1e5d9d;
  border-radius: 50% 50%;
  color: #1e5d9d;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.82px;
  margin-right: 1.6rem;
}
.leasing-grid__text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20.8px;
  color: #272727;
  text-align: left;
  width: auto;
}
.corp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1e5d9d;
  border-radius: 1.6rem;
  border: none;
  cursor: pointer;
  height: 5.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22.4px;
  margin-top: auto;
  padding: 1.6rem 3.2rem;
}
.corp__btn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.brands__btn {
  width: 27.1rem;
  cursor: pointer;
  margin-top: auto;
}
.partner {
  background-color: #1e5d9d;
  padding: 6rem 0;
  margin-bottom: 10rem;
}
.partner__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37.1rem;
  width: 69.7rem;
}
.partner__image picture {
  width: 100%;
  height: 100%;
}
.partner__image img {
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5rem;
}
.partner__form {
  width: auto;
}
.partner__form-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  margin-bottom: 1rem;
  color: #fff;
}
.partner__form-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18.2px;
  margin-bottom: 1rem;
  color: #fff;
}
.partner__form-button {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 19.5px;
  width: 100%;
  height: 5.4rem;
  border-radius: 1.6rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  margin-bottom: 1rem;
}
.partner__form-content {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
.partner__form .partner__form-content input {
  border-radius: 1.6rem;
}
.partner__form-privacy {
  color: #fff;
  font-size: 1.2rem;
}
.partner__form-privacy a {
  color: #fff;
}
.taxi {
  background-color: #f8f8f8;
  padding: 6rem 0;
}
.taxi__wrap {
  display: flex;
  flex-direction: row;
}
.taxi__col {
  display: flex;
  flex-direction: column;
}
.taxi__r {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  margin-left: auto;
}
.taxi__r .taxi__col {
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 38.95rem;
  height: 19.1rem;
  border-radius: 1.6rem;
}
.taxi__r .taxi__col:nth-child(1) picture {
  width: 24.3rem;
  height: 4.5rem;
}
.taxi__r .taxi__col:nth-child(2) picture {
  width: 12.4rem;
  height: 5.8rem;
}
.taxi__r .taxi__col picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.taxi__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  color: #272727;
  margin-bottom: 2rem;
}
.taxi__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 19.2px;
  color: #272727;
  margin-bottom: 4rem;
}
.taxi__btn {
  width: 21.8rem;
}
.service {
  padding: 10rem 0;
}
.service-top {
  margin-bottom: 4rem;
}
.service-top__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  grid-gap: 4rem;
}
.service-top__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  color: #272727;
  margin-bottom: 2rem;
}
.service-top__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22.4px;
  color: #272727;
  margin-bottom: 4rem;
}
.service-top__btn {
  width: 26.9rem;
}
.service-top__l {
  display: flex;
  flex-direction: column;
}
.service-top__r {
  width: 65.4rem;
  height: 28rem;
}
.service-top__r picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.service-top__r picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.service-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-bottom: 10rem;
}
.service-advantages__item {
  display: flex;
  flex-direction: column;
  height: 158px;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  padding: 2rem;
  position: relative;
}
.service-advantages__counter {
  color: #1e5d9d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16.24px;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.service-advantages__ico {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.service-advantages__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-advantages__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 19.2px;
  color: #272727;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.bottom-form {
  background-color: #1e5d9d;
  padding: 4rem 0;
  margin-bottom: 2rem;
}
.bottom-form__inner {
  display: flex;
  flex-direction: column;
}
.bottom-form__header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bottom-form__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 39.01px;
  color: #fff;
}
.bottom-form__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18.2px;
  color: #fff;
}
.bottom-form__body .bottom__form .bottom-form__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.bottom-form__body .bottom__form .bottom-form__content .label {
  width: 25%;
}
.bottom-form__body .bottom__form .bottom-form__content .label input {
  border-radius: 1.6rem;
}
.bottom-form__body .bottom__form .bottom-form__content .bottom-form__button {
  width: 25%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 19.5px;
  height: 5.4rem;
  border-radius: 1.6rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.bottom-form__body .bottom__form {
  flex-wrap: wrap;
}
.bottom-form__button {
  width: 100%;
}
.bottom-form__privacy {
  width: 100%;
}
.bottom-form__privacy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
}
@media (max-width: 767px) {
  .top {
    height: 150px;
  }
  .corp-subtitle {
    font-size: 24px;
    line-height: 29.26px;
  }
  .info {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6px;
    margin-bottom: 80px;
  }
  .info__text {
    font-size: 16px;
    line-height: 19.2px;
  }
  .info__text br {
    display: none;
  }
  .info__ico {
    border-radius: 16px;
    margin-right: 10px;
  }
  .advantages {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 60px;
  }
  .advantages__item {
    padding: 15px;
  }
  .advantages__text {
    font-size: 14px;
    line-height: 16.8px;
  }
  .advantages__ico {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .advantages__counter {
    font-size: 14px;
    line-height: 16.24px;
    top: 15px;
    right: 15px;
  }
  .corp-subtitle {
    margin-bottom: 20px;
  }
  .brands__header {
    border-radius: 16px;
    grid-gap: 6px;
    margin-bottom: 20px;
    padding: 10px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .brands__header-item {
    font-size: 16px;
    line-height: 19.5px;
    height: 52px;
    border-radius: 16px;
  }
  .brands__wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .brands__image {
    width: 100%;
    height: 240px;
  }
  .brands__image picture {
    width: 100%;
    height: 100%;
  }
  .brands__content {
    padding: 0;
  }
  .brands__title {
    font-size: 24px;
    line-height: 29.26px;
  }
  .brands__text {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 20px;
  }
  .brands__btn {
    width: 100%;
  }
  .corp__btn {
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 19.5px;
  }
  .partner__wrap {
    flex-direction: column;
    grid-gap: 2rem;
  }
  .partner__image {
    display: none;
  }
  .partner__form-title {
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 10px;
  }
  .partner__form-subtitle {
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 20px;
  }
  .partner__form-content {
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .partner .form .label {
    height: 54px;
  }
  .partner__form-button {
    height: 54px;
    font-size: 16px;
    line-height: 19.5px;
  }
  .partner__form-privacy {
    font-size: 12px;
    line-height: 14.4px;
  }
  .leasing-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin-bottom: 8rem;
  }
  .leasing-grid__number {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .leasing-grid__text {
    font-size: 16px;
    width: calc(100% - 16px - 60px);
  }
  .leasing-grid__text br {
    display: none;
  }
  .taxi__wrap {
    flex-direction: column;
  }
  .taxi__title {
    font-size: 24px;
  }
  .taxi__subtitle {
    font-size: 16px;
    line-height: 19.2px;
  }
  .taxi__btn {
    width: 100%;
  }
  .taxi__r {
    margin-left: unset;
    margin-top: 20px;
  }
  .taxi__r .taxi__col {
    width: 50%;
  }
  .taxi__r .taxi__col:nth-child(2) picture {
    width: 91px;
    height: 42px;
  }
  .service-top__r {
    display: none;
  }
  .service-top__title {
    font-size: 24px;
    line-height: 29.26px;
  }
  .service-top__text {
    font-size: 16px;
    line-height: 19.2px;
  }
  .service-top__text br {
    display: none;
  }
  .service-top__btn {
    width: 100%;
  }
  .service {
    padding: 100px 0 60px;
  }
  .service-advantages {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 0;
  }
  .service-top {
    margin-bottom: 40px;
  }
  .service-advantages__counter {
    font-size: 14px;
    line-height: 16.24px;
  }
  .service-advantages__ico {
    width: 40px;
    height: 40px;
  }
  .service-advantages__text {
    font-size: 14px;
    line-height: 16.8px;
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
  .service-advantages__text br {
    display: none;
  }
  .service-advantages__item {
    height: 175px;
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
  }
  .bottom-form {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .bottom-form__header {
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .bottom-form__body .bottom__form .bottom-form__content {
    flex-direction: column;
  }
  .bottom-form__body .bottom__form .bottom-form__content .label {
    width: 100%;
    height: 54px;
  }
  .bottom-form__body .bottom__form .bottom-form__content .bottom-form__button {
    width: 100%;
    height: 54px;
    font-size: 16px;
  }
  .bottom-form__privacy {
    font-size: 12px;
  }
  .bottom-form__privacy a {
    text-decoration: underline;
  }
  .leasing {
    margin-bottom: 60px;
  }
}
button {
  border: none;
  background-color: transparent;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 101;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  width: 56.6rem;
  height: 32.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 4rem;
  position: relative;
}
.modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  width: 100%;
}
.modal__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 37.12px;
  color: #272727;
  margin-bottom: 0.8rem;
}
.modal__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.56px;
  color: #272727;
}
.modal__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal__item {
  margin-bottom: 1rem;
}
.modal__item input {
  border: 1px solid #eaeaeb;
  background: #ffffff;
  border-radius: 1.6rem;
  width: 100%;
  height: 5rem;
  padding: 1.6rem 1.2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}
.modal__btn {
  width: 100%;
  height: 5rem;
}
.modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal__sogl {
  font-size: 1rem;
  font-weight: 400;
  line-height: 11.6px;
  margin-top: 1rem;
}
.modal__sogl a {
  text-decoration: underline;
}
.modal__close {
  position: absolute;
  top: -3rem;
  right: -3rem;
}
.modal__close svg {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  cursor: pointer;
}
.modal__footer {
  width: 100%;
}
.modal__success {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: white;
    padding: 50px;
    border-radius: 15px;
}
.modal__success-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 37.12px;
  color: #272727;
  margin-bottom: 0.8rem;
}
.modal__success-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.56px;
  color: #272727;
}
@media (max-width: 767px) {
  .modal__inner {
    width: 345px;
    height: 322px;
    border-radius: 16px;
    padding: 20px;
  }
  .modal__title {
    font-size: 22px;
    line-height: 25.52px;
    margin-bottom: 8px;
  }
  .modal__subtitle {
    font-size: 14px;
    line-height: 16.24px;
    text-align: center;
    width: 66.666%;
  }
  .modal__header {
    margin-bottom: 40px;
  }
  .modal__close {
    top: -40px;
    right: -20px;
  }
  .modal__close svg {
    width: 32px;
    height: 32px;
  }
  .modal__item {
    margin-bottom: 10px;
  }
  .modal__item input {
    border-radius: 16px;
    height: 50px;
    padding: 16px 12px;
  }
  .modal__btn {
    height: 50px;
    border-radius: 16px;
  }
  .modal__sogl {
    font-size: 10px;
    line-height: 11.6px;
    margin-top: 10px;
  }
}

/* End */
/* /local/templates/main/assets/bx-styles/form.css?17478378439035 */
/* /local/templates/main/assets/bx-styles/corp.css?174179440417676 */
