

/* Start:/local/templates/redesign/css/become-client.css?17703910575654*/
.conclude-contract__step {
  display: grid;
  grid-template-columns: 115px 1fr;
  column-gap: 16px;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 16px;
}

.conclude-contract__step:not(:last-child) {
  border-bottom: 1px solid var(--Devider-divider-on-white, #e5e5e5);
}

.conclude-contract__step-numbering {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--Sale-yellow-light, #fff1ca);
  color: var(--Text-text-brandcolor, #e27030);
  font-weight: 600;
}

.conclude-contract__step-text {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 120%;
}

.conclude-contract__step-subtext {
  grid-column: 2/-1;
  color: var(--Text-text-secondary, #5f5e5e);
  font-weight: 500;
  line-height: normal;
}

.contract-step-items {
  grid-column: 2/-1;
  background: var(--Content-Content-01, #fcf9f8);
  padding: 20px;
}

.contract-step-items__caption {
  color: var(--Text-text-primary, #303030);
  font-weight: 700;
  line-height: normal;
}

.contract-step-items__list li {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
}

.contract-step-items__list li:last-child {
  margin-bottom: 0;
}

.app-banner__inner {
  display: flex;
  justify-content: space-between;
  height: 444px;
  position: relative;
  background: radial-gradient(155.72% 92.01% at 52.92% 30.86%, #ffbe46 0%, #db6e20 100%);
}

.app-banner__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign/css/../img/phone-banner.png) no-repeat 32vw bottom;
  background-size: auto;
}

.app-banner__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign/css/../img/back-phone-decor.svg) no-repeat center top;
  background-size: contain;
}

.app-banner__bl-l {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.app-banner__title {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: 100%;
}

.app-banner__subtitle {
  color: #fff;
  font-weight: 600;
  line-height: 120%;
}

.app-banner__adv {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-banner__adv li {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: 120%;
}

.app-banner__adv li::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: var(--Content-Content-04, #FFF1CA);
  margin-right: 8px;
}

.app-banner__sale {
  padding: var(--Spacing-Main-16, 16px) var(--Spacing-Main-32, 32px);
  border-radius: 80px;
  background: var(--Sale-yellow-light, #fff1ca);
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-top: auto;
  align-self: flex-start;
}

.app-banner__aside-right {
  width: 196px;
  position: relative;
  z-index: 3;
}

.app-banner__aside-right p {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: normal;
  padding-right: 36px;
}

.app-banner__quar-code {
  border-radius: 8px;
}

@media (max-width: 1440px) {
  .conclude-contract__step {
    grid-template-columns: 86px 1fr;
    padding: 15px 0;
    margin-bottom: 12px;
  }

  .conclude-contract__step-numbering {
    height: 38px;
  }

  .contract-step-items {
    padding: 15px;
  }

  .app-banner__inner::after {
    background-position: center bottom;
    background-size: 33%;
  }

  .app-banner__inner {
    height: 375px;
  }

  .app-banner__sale {
    padding: var(--Spacing-Main-16, 16px) var(--Spacing-Main-32, 24px);
  }

  .app-banner__aside-right {
    width: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1280px) {
  .conclude-contract__step {
    column-gap: 14px;
    grid-template-columns: 82px 1fr;
  }

  .app-banner__inner {
    height: 333px;
  }

  .app-banner__adv li::before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }

  .app-banner__sale {
    padding: var(--Spacing-Main-16, 14px) var(--Spacing-Main-32, 20px);
  }

  .app-banner__aside-right p {
    padding-right: 0;
  }

  .app-banner__aside-right {
    width: 178px;
  }
}

@media (max-width: 768px) {
  .conclude-contract__step {
    column-gap: 12px;
    grid-template-columns: 60px 1fr;
    padding: 12px 0;
    margin-bottom: 10px;
  }

  .conclude-contract__step-numbering {
    height: 32px;
  }

  .app-banner__inner::after {
    background-size: 49%;
  }

  .app-banner__sale {
    padding: var(--Spacing-Main-16, 12px) var(--Spacing-Main-32, 18px);
  }

  .app-banner__aside-right p {
    padding-right: 20px;
  }

  .app-banner__aside-right {
    width: 196px;
  }
}

@media (max-width: 576px) {
  .app-banner__inner::after {
    display: none;
  }

  .app-banner__inner::before {
    display: none;
  }

  .app-banner__inner {
    flex-direction: column;
    height: auto;
  }

  .app-banner__bl-l {
    margin-bottom: 20px;
  }

  .app-banner__adv {
    margin-bottom: 20px;
  }

  .app-banner__aside-right p {
    display: none;
  }

  .app-banner__quar-code {
    display: none;
  }
}

@media (max-width: 460px) {
  .conclude-contract__step:nth-child(2),
  .conclude-contract__step:nth-child(3) {
    align-items: flex-start;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/map.google.system/templates/.default/style.css?165374975030*/
.bx-google-map {color: black;}
/* End */


/* Start:/local/templates/redesign/components/bitrix/news.list/regions/style.css?177157593812088*/
/* добавочные стили */
.placemark {
  display: inline-block;
  width: 46px;
  height: 62px;
  background: url('/local/templates/redesign/img/icons/map-icon-2.svg') no-repeat;
  background-size: contain;
}

.popup-balloon {
  transform: translate(-39%, calc(-100% + 31px));
  position: relative;
  width: 211px;
  padding: 16px 20px 16px 16px;
  border-radius: var(--corner-card-s, 12px);
  background: var(--Backgraund-White-1000, #FFF);
}

.popup-balloon:after {
  content: '';
  width: 40px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: rotate(180deg) translateX(50%);
  background: url('/local/templates/redesign/img/icons/tooltip-arrow.svg') no-repeat;
}

.popup-balloon__text {
  line-height: 21px;
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
}

.popup-balloon__text>div:nth-child(2) {
  position: relative;
  color: #5F5E5E;
}

.popup-balloon__text>div:nth-child(2):before {
  content: '';
  display: block;
  border-top: 1px solid #E6E6E6;
  margin: 12px 0;
}

.popup-balloon__close {
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E");
  display: block;
  width: 14px;
  height: 14px;
}


/* 
.sect-delivery_icon {
  font-size: 48px;
}

.sect-delivery__item-wrap {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 366px;
  height: 100%;
  border-radius: var(--corner-card-m, 20px);
}

.sect-delivery__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sect-delivery__tag {
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: var(--Corner-Tags, 8px);
  background: var(--Butttons-button-fill-oncolor, #fff);
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
}

.sect-delivery__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.sect-delivery__text {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}

.sect-delivery__text:not(:last-child) {
  margin-bottom: 8px;
}

.sect-regions__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 60px;
  margin-top: 0;
}

.sect-regions__list {
  padding: 0;
  list-style: none;
  column-width: 14em;
  column-gap: 6em;
  margin-bottom: 0;
}

.sect-regions__item {
  position: relative;
  color: var(--Text-text-primary, #303030);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  padding-left: 20px;
}

.sect-regions__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--Content-Content-03, #ff8d50);
}

.sect-banner__wrap {
  background: var(--sect-bg);
  padding: 30px;
  min-height: 800px;
}

.sect-banner__content {
  width: 529px;
}

.sect-banner__icon {
  margin-bottom: 32px;
}

.sect-banner__icon i {
  font-size: 48px;
  color: #fff;
}

.sect-banner__caption {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 32px;
}

.sect-banner__text {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: normal;
}

.sect-banner__text p+p {
  margin-top: 12px;
}

.sect-map__wrap {
  display: flex;
  gap: var(--Spacing-Main-32, 32px);
  background: var(--Backgraund-gray-light, #fcf9f8);
}

.sect-map__store {
  width: 563px;
  flex-shrink: 0;
}

.sect-map__caption {
  margin-bottom: 60px;
}

.sect-map__marks {
  padding: 0;
  margin: 0 0 60px;
}

.sect-map__mark {
  display: flex;
  align-items: flex-start;
  gap: var(--Spacing-Main-40, 40px);
}

.sect-map__mark:not(:last-child) {
  margin-bottom: 32px;
}

.sect-map__mark-icon {
  flex-shrink: 0;
}

.sect-map__mark-num {
  color: var(--Text-text-brandcolor, #e27030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}

.sect-map__mark-desc {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
  padding-right: 190px;
  margin-top: 0;
}

.sect-map__footnote {
  display: flex;
  padding: var(--Spacing-Card-Banner-S, 16px);
  align-items: center;
  gap: 16px;
  border-radius: var(--Spacing-Card-Banner-M, 20px);
  background: var(--Backgraund-White-1000, #fff);
}

.sect-map__footnote-icon {
  font-size: 48px;
}

.sect-map__footnote-text {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
}

.sect-map__map {
  width: 100%;
  background-color: #e27030;
  overflow: hidden;
}

.sect-pay__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 52px;
  margin-top: 0;
}

.sect-pay__col {
  min-height: 274px;
  display: flex;
  flex-direction: column;
  background: var(--bg-icon) no-repeat right bottom;
}

.sect-pay.sect-pay--client .sect-pay__col {
  min-height: 270px;
  background-color: #fff;
  border: 1px solid var(--Devider-divider-on-white, #e5e5e5);
  box-sizing: content-box;
}

.sect-pay__col--1 {
  background-color: var(--Sale-greenblue-light, #e5fff7);
}

.sect-pay__col--2 {
  background-color: #f8cd71;
}

.sect-pay__col--3 {
  background-color: #d3e9ca;
}

.sect-pay__col--4 {
  background-color: #e3dfff;
}

.sect-pay__subtitle {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.sect-pay__desc {
  color: var(--Text-text-primary, #303030);
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.sect-pay__icon {
  margin-top: auto;
  font-size: 48px;
}

@media (max-width: 1440px) {
  .sect-delivery__item-wrap {
    min-height: 293px;
  }

  .sect-delivery__top {
    margin-bottom: 30px;
  }

  .sect-delivery__title {
    margin-bottom: 18px;
  }

  .sect-regions__title {
    margin-bottom: 45px;
  }

  .sect-regions__list {
    column-width: 9em;
    column-gap: 5em;
  }

  .sect-banner__wrap {
    min-height: 600px;
    padding: 24px;
  }

  .sect-banner__content {
    width: 395px;
  }

  .sect-banner__icon {
    margin-bottom: 24px;
  }

  .sect-banner__caption {
    margin-bottom: 24px;
  }

  .sect-map__wrap {
    gap: 24px;
  }

  .sect-map__store {
    width: 421px;
  }

  .sect-map__caption {
    margin-bottom: 45px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 24px;
  }

  .sect-map__mark {
    gap: 30px;
  }

  .sect-map__mark img {
    width: 48px;
    height: 62px;
  }

  .sect-pay__title {
    margin-bottom: 39px;
  }

  .sect-pay__col {
    min-height: 220px;
    background-size: 65%;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 203px;
  }

  .sect-pay__icon {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {
  .sect-delivery_icon {
    font-size: 36px;
  }

  .sect-delivery__item-wrap {
    min-height: 263px;
  }

  .sect-delivery__top {
    margin-bottom: 26px;
  }

  .sect-delivery__tag {
    padding: 10px;
    height: 32px;
    max-width: 180px;
  }

  .sect-delivery__title {
    margin-bottom: 16px;
  }

  .sect-regions__title {
    margin-bottom: 40px;
  }

  .sect-regions__item {
    margin-bottom: 10px;
  }

  .sect-banner__wrap {
    min-height: 540px;
    padding: 20px;
    background-position: center center;
    background-size: cover;
  }

  .sect-banner__content {
    width: 354px;
  }

  .sect-banner__icon i {
    font-size: 36px;
  }

  .sect-banner__icon {
    margin-bottom: 20px;
  }

  .sect-banner__caption {
    margin-bottom: 20px;
  }

  .sect-map__wrap {
    gap: 20px;
  }

  .sect-map__store {
    width: 377px;
  }

  .sect-map__caption {
    margin-bottom: 40px;
  }

  .sect-map__marks {
    margin-bottom: 80px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 20px;
  }

  .sect-map__mark {
    gap: 26px;
  }

  .sect-map__mark-num {
    margin-bottom: 14px;
  }

  .sect-map__mark-desc {
    padding-right: 85px;
  }

  .sect-pay__title {
    margin-bottom: 35px;
  }

  .sect-pay__col {
    min-height: 200px;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 180px;
  }
}

@media (max-width: 992px) {
  .sect-delivery__tag {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sect-delivery__item-wrap {
    min-height: 258px;
  }

  .sect-delivery__top {
    margin-bottom: 20px;
  }

  .sect-delivery__title {
    margin-bottom: 12px;
  }

  .sect-regions__title {
    margin-bottom: 24px;
  }

  .sect-banner__wrap {
    min-height: 440px;
    background-position: 0 0;
  }

  .sect-banner__content {
    width: 290px;
  }

  .sect-banner__icon {
    margin-bottom: 18px;
  }

  .sect-banner__caption {
    margin-bottom: 18px;
  }

  .sect-map__wrap {
    flex-direction: column;
    gap: 18px;
  }

  .sect-map__store {
    width: 100%;
  }

  .sect-map__caption {
    margin-bottom: 24px;
  }

  .sect-map__marks {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 0;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 18px;
  }

  .sect-map__mark {
    width: 216px;
    gap: 20px;
  }

  .sect-map__mark img {
    width: 41px;
    height: 55px;
  }

  .sect-map__mark-num {
    margin-bottom: 12px;
  }

  .sect-map__mark-desc {
    padding-right: 0;
    margin-bottom: 0;
  }

  .sect-map__footnote {
    max-width: 402px;
  }

  .sect-map__footnote-icon {
    font-size: 36px;
  }

  .sect-map__map {
    height: 284px;
  }

  .sect-pay__title {
    margin-bottom: 19px;
  }

  .sect-pay__col {
    min-height: 180px;
    background-size: 50%;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 184px;
  }
}

@media (max-width: 545px) {
  .sect-map__marks {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .sect-delivery_icon {
    font-size: 24px;
  }

  .sect-delivery__item-wrap {
    min-height: 222px;
  }

  .sect-delivery__top {
    margin-bottom: 20px;
  }

  .sect-regions__title {
    margin-bottom: 20px;
  }

  .sect-regions__list {
    column-gap: 2em;
  }

  .sect-banner__wrap {
    min-height: 508px;
    padding: 15px 30px 15px 15px;
    background: url(/local/templates/redesign/components/bitrix/news.list/regions/../img/sect-banner-mobile.png) no-repeat;
  }

  .sect-banner__content {
    width: 100%;
  }

  .sect-banner__icon i {
    font-size: 24px;
  }

  .sect-map__caption {
    margin-bottom: 20px;
  }

  .sect-map__mark {
    width: 100%;
  }

  .sect-map__mark img {
    width: 32px;
    height: 42px;
  }

  .sect-map__footnote {
    gap: 12px;
  }

  .sect-map__footnote-icon {
    font-size: 24px;
  }

  .sect-map__map {
    height: 264px;
  }

  .sect-pay__title {
    margin-bottom: 15px;
  }

  .sect-pay__col {
    min-height: 158px;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 180px;
    box-sizing: border-box;
  }

  .sect-pay__subtitle {
    margin-bottom: 12px;
  }

  .sect-pay__icon {
    font-size: 24px;
  }
}
  */

  .ymaps3x0--map {
    width: 100% !important;
  }
/* End */


/* Start:/local/components/rcparty/brand.slider/templates/.default/style.css?17703910564348*/
.all-brands__top {
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 32px;
}

.all-brands__count {
  gap: 24px;
}

.all-brands__btn-all {
  padding: 16px 25px;
}

.all-brands__counter {
  color: var(--Text-text-secondary, #5F5E5E);
  font-weight: 600;
  line-height: 120%;
  opacity: 0.6;
}

.all-brands__search {
  margin-left: auto;
}

.brands-letter__row {
  display: flex;
}

.brands-letter__row:first-of-type {
  margin-bottom: 24px;
}

.brands-letter__range {
  color: var(--Text-text-brandcolor, #E27030);
  font-weight: 600;
  line-height: 100%;
  margin-right: 70px;
  padding-top: 0.27em;
}

.brands-letter__letters {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px var(--Spacing-Main-8, 8px);
  flex: 1 0 0;
  flex-wrap: wrap;
}

.brands-letter__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  border-radius: var(--Spacing-Card-Banner-XS, 8px);
  background: var(--Content-Content-01, #FCF9F8);
  color: var(--Text-text-primary, #303030);
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.brands-result {
  margin-top: 70px;
  overflow: hidden;
}

.brands-result__box:first-child {
  margin-bottom: 30px;
}

.brands-result__box.row {
  margin: 0 -38px;
}

.brands-result__col {
  min-height: 432px;
}

.brands-result__headline {
  color: var(--Text-text-brandcolor, #E27030);
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 13px;
  padding: 30px 0 0 30px;
}

.brands-result__body {
  padding: 30px;
}

.brands-result__block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.brands-result__item {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1440px) {
  .all-brands__top {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }

  .all-brands__count {
    gap: 18px;
  }

  .brands-letter__range {
    margin-right: 50px;
  }

  .brands-letter__item {
    padding: 9px 17px;
  }

  .brands-result {
    margin-top: 51px;
  }

  .brands-result__box.row {
    margin: 0 -30px;
  }

  .brands-result__col {
    min-height: 345px;
  }

  .brands-result__headline {
    padding: 24px 0 0 24px;
  }

  .brands-result__body {
    padding: 42px 24px 24px 24px;
  }
}

@media (max-width: 1280px) {
  .all-brands__top {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .all-brands__count {
    gap: 16px;
  }

  .all-brands__btn-all {
    padding: 14px 17px;
  }

  .brands-letter__row:first-of-type {
    margin-bottom: 16px;
  }

  .brands-letter__item {
    padding: 9px 15px;
  }

  .brands-result {
    margin-top: 46px;
  }

  .brands-result__box.row {
    margin: 0 -25px;
  }

  .brands-result__col {
    min-height: 330px;
  }

  .brands-result__headline {
    padding: 20px 0 0 20px;
  }

  .brands-result__body {
    padding: 29px 20px 20px 20px;
  }

  .brands-result__block-items {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .all-brands__top {
    padding-bottom: 12px;
    margin-bottom: 18px;
  }

  .all-brands__count {
    gap: 12px;
  }

  .all-brands__btn-all {
    padding: 13px 11px;
  }

  .brands-letter__row:first-of-type {
    margin-bottom: 12px;
  }

  .brands-letter__range {
    margin-right: 11%;
  }

  .brands-letter__item {
    width: 42px;
    height: 32px;
    padding: 0;
  }

  .brands-result {
    margin-top: 22px;
  }

  .brands-result__col {
    min-height: 240px;
  }

  .brands-result__body {
    padding: 18px 20px 20px 20px;
  }
}

@media (max-width: 460px) {
  .all-brands__top {
    flex-direction: column;
  }

  .all-brands__count {
    align-self: flex-start;
  }

  .all-brands__btn-all {
    padding: 9px 13px;
  }

  .all-brands__search {
    width: 100%;
    padding-left: 0;
  }

  .brands-letter__row {
    flex-direction: column;
  }

  .brands-letter__range {
    margin: 0 0 12px 0;
  }

  .brands-letter__item {
    width: 49px;
    height: 32px;
  }

  .brands-result {
    margin-top: 15px;
  }

  .brands-result__headline {
    margin-bottom: 8px;
  }
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/form.result.new/register/style.css?177039105734*/
/* перенёс в custom.css */
/* End */
/* /local/templates/redesign/css/become-client.css?17703910575654 */
/* /bitrix/components/bitrix/map.google.system/templates/.default/style.css?165374975030 */
/* /local/templates/redesign/components/bitrix/news.list/regions/style.css?177157593812088 */
/* /local/components/rcparty/brand.slider/templates/.default/style.css?17703910564348 */
/* /local/templates/redesign/components/bitrix/form.result.new/register/style.css?177039105734 */
