

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1728635013666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/elikor/components/bitrix/news.list/dealers/style.css?17261514539624*/
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./components/bitrix/news.list/dealers/src-cmp/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.map .panel-wrapper {
  display: flex;
  align-items: center;
  margin: 60px 0 50px 0;
  justify-content: space-between;
  width: 100%;
}
.map .view-switch {
  display: flex;
  align-items: center;
}
.map .view-switch button {
  display: flex;
  align-items: center;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.map .view-switch button:first-child {
  margin-right: 10px;
}
.map .view-switch button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}
.map .view-switch button span {
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 400;
  color: #007451;
}
.map .view-switch button:hover {
  opacity: 1;
}
.map .view-switch button.active {
  opacity: 1;
}
.map .panel {
  display: flex;
  justify-content: space-between;
}
.map .panel .dd-select {
  width: 256px;
}
.map .office__map-wrapper--active {
  margin-top: 30px;
  position: relative;
  display: block;
}
.map .office__map-wrapper--active.office__map-wrapper {
  min-height: 785px;
  height: 100%;
  width: 100%;
}
.map .office__map-wrapper--active .office__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-banner .map-banner__name {
  margin: 0;
  font-size: 18px;
}
.map-banner .map-banner__info {
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.map-banner .map-banner__info .info-item .box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.map-banner .map-banner__info .info-item .box .ico {
  width: 15px;
  height: 15px;
}
.map-banner .map-banner__info .info-item .box .txt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.map-banner .map-banner__info .info-item:nth-child(n+2) {
  margin-top: 10px;
}

.address-list {
  width: 100%;
  display: none;
}
.address-list__item {
  background: rgba(243, 242, 240, 0.5);
  margin-bottom: 5px;
  display: none;
}
.address-list__item div {
  padding: 15px;
  display: flex;
  align-items: center;
}
.address-list__item-name {
  width: 20%;
}
.address-list__item-name p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "RobotoCondensed";
}
.address-list__item-link {
  width: 15%;
}
.address-list__item-link a {
  text-decoration: underline !important;
}
.address-list__item-link a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "RobotoCondensed";
  opacity: 0.2;
}
.address-list__item-address {
  width: 55%;
}
.address-list__item-address svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  flex-shrink: 0;
}
.address-list__item-address p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "RobotoCondensed";
  line-height: 100%;
}
.address-list__item-phone {
  width: 20%;
  justify-content: flex-end;
}
.address-list__item-phone svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  flex-shrink: 0;
}
.address-list__item-phone a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "RobotoCondensed";
  line-height: 100%;
  white-space: nowrap;
}
.address-list__item.active.show {
  display: flex;
}
.address-list-nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.address-list-nav svg {
  width: 55px;
  height: 16px;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.address-list-nav svg:hover {
  opacity: 1;
}
.address-list-counter {
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
}
.address-list-counter span {
  opacity: 0.2;
  margin-right: 5px;
}
.address-list-counter span:last-child {
  margin-right: 0;
}
.address-list-counter #address-list_current-page {
  opacity: 1;
  font-weight: 500;
}
.address-list-right svg {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .map .panel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .map .view-switch {
    margin-bottom: 30px;
  }
  .address-list__item {
    flex-direction: column;
    padding: 15px;
  }
  .address-list__item div {
    padding: 0;
  }
  .address-list__item-name {
    width: 100%;
    margin-bottom: 3px;
  }
  .address-list__item-link {
    width: 100%;
    margin-bottom: 15px;
  }
  .address-list__item-address {
    width: 100%;
    margin-bottom: 10px;
  }
  .address-list__item-phone {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .map .office__map-wrapper--active.office__map-wrapper {
    min-height: 500px;
  }
  .map .office__map-wrapper--active.office__map-wrapper {
    width: 100%;
    min-height: 500px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[8].use[0]!./src/js/vue-components/DropDownSelect.vue?vue&type=style&index=0&id=4026bb5c&lang=scss&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dd-select[data-v-4026bb5c] {
  position: relative;
  max-width: 256px;
}
.dd-select .dd-select__control[data-v-4026bb5c] {
  cursor: pointer;
  position: relative;
}
.dd-select .dd-select__control .dd-select__input[data-v-4026bb5c] {
  padding: 10px 28px 10px 9px;
  border: 1px solid #D9D9D9;
}
.dd-select .dd-select__control .dd-select__wrap[data-v-4026bb5c] {
  position: relative;
}
.dd-select .dd-select__control .dd-select__wrap .dd-select__field[data-v-4026bb5c] {
  position: relative;
}
.dd-select .dd-select__control .dd-select__wrap .dd-select__field .placeholder[data-v-4026bb5c] {
  color: rgba(85, 94, 108, 0.5);
}
.dd-select .dd-select__control .dd-select__wrap .dd-select__search[data-v-4026bb5c] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
}
.dd-select .dd-select__control .dd-select__wrap .dd-select__search.active[data-v-4026bb5c] {
  display: block;
}
.dd-select .dd-select__control .dd-select__arrow[data-v-4026bb5c] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  transition: 0.6s transform;
  fill: #555E6C;
}
.dd-select .dd-select__posit[data-v-4026bb5c] {
  position: absolute;
  left: 0;
  width: 100%;
}
.dd-select .dd-select__posit.down[data-v-4026bb5c] {
  top: 100%;
}
.dd-select .dd-select__posit.down .dd-select__list[data-v-4026bb5c] {
  top: 0;
}
.dd-select .dd-select__posit.up[data-v-4026bb5c] {
  bottom: 100%;
}
.dd-select .dd-select__posit.up .dd-select__list[data-v-4026bb5c] {
  bottom: 0;
}
.dd-select .dd-select__posit .dd-select__list[data-v-4026bb5c] {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 12.5px 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.04);
  list-style-type: none;
  overflow: hidden;
  max-height: 470px;
  overflow-y: auto;
  scrollbar-color: #262626 #ffffff;
}
.dd-select .dd-select__posit .dd-select__list .dd-select__item[data-v-4026bb5c] {
  cursor: pointer;
  padding: 7.5px 20px;
  width: 100%;
  transition: background-color 0.5s, color 0.5s;
}
.dd-select .dd-select__posit .dd-select__list .dd-select__item[data-v-4026bb5c]:hover {
  color: #fff;
  background-color: #3F9CDE;
}
.dd-select .dd-select__posit .dd-select__list .dd-select__item:hover[data-val=""][data-v-4026bb5c] {
  color: #fff;
  background-color: rgba(85, 94, 108, 0.5);
}
.dd-select .dd-select__posit .dd-select__list .dd-select__item[data-val=""][data-v-4026bb5c] {
  color: rgba(85, 94, 108, 0.5);
}
.dd-select.active .dd-select__posit .dd-select__list[data-v-4026bb5c] {
  display: block;
}
.dd-select.active .dd-select__control .dd-select__arrow[data-v-4026bb5c] {
  transform: translateY(-50%) rotate(180deg);
}

/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1728635004163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1728635013666 */
/* /local/templates/elikor/components/bitrix/news.list/dealers/style.css?17261514539624 */
/* /bitrix/components/bitrix/form.result.new/error.css?1728635004163 */
