

/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news/page_brands_2025/style.css?175101110616123*/
body.flex-theme:has(.brands_page) .header_logo .header_logo {
  position: relative;
}
body.flex-theme:has(.brands_page) .header_logo .logo_brand {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  opacity: 1;
  transition: opacity 1s;
}
body.flex-theme:has(.brands_page) .header_logo .header_logo_animate_list_wrap,
body.flex-theme:has(.brands_page) .header_logo .liner,
body.flex-theme:has(.brands_page) .header_logo .header_logo_text {
  opacity: 0;
  transition: opacity 0.7s;
}
@media (hover: hover) {
  body.flex-theme:has(.brands_page) .header_logo:hover .logo_brand {
    opacity: 0;
  }
  body.flex-theme:has(.brands_page) .header_logo:hover .header_logo_animate_list_wrap,
  body.flex-theme:has(.brands_page) .header_logo:hover .liner,
  body.flex-theme:has(.brands_page) .header_logo:hover .header_logo_text {
    opacity: 1;
  }
}

body.flex-theme:has(.brands_page) main {
  margin-top: 0 !important;
}

.brands_page {
  overflow: hidden;
}

.brands_page_top {
  margin-bottom: 80px;
  position: relative;
}
.brands_page_top__img {
  width: 100%;
  aspect-ratio: 16/26.5;
  line-height: 0;
  position: relative;
}
@media (min-width: 768px) {
  .brands_page_top__img {
    aspect-ratio: 16/7;
    min-height: 660px;
  }
}
.brands_page_top__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.brands_page_top__img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: relative;
}
.brands_page_top__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270.18deg, rgba(0, 0, 0, 0) 32.3%, #000000 99.84%);
}
.brands_page_top_row {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}
.brands_page_top_row_col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.brands_page_top_row h1 {
  margin-bottom: 5px;
}
.brands_page_top_row h1 img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .brands_page_top_row h1 img {
    max-width: none;
  }
}
.brands_page_top__titlecol {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .brands_page_top__titlecol {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .brands_page_top__titlecol {
    max-width: 423px;
  }
}
.brands_page_top__subtitlecol {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
}
@media (min-width: 768px) {
  .brands_page_top__subtitlecol {
    font-size: 20px;
    text-align: left;
  }
}
.brands_page_top_plus_row {
  margin-top: 15px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .brands_page_top_plus_row {
    margin-top: auto;
  }
}
.brands_page_top_plus__list {
  gap: 10px;
}
.brands_page_top_plus__item {
  background-color: #FFF;
  padding: 15px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.brands_page_top_plus__item span {
  color: #ED1C24;
  font-weight: 900;
}
.brands_page_top .brands_page_form {
  margin-top: 36px;
}
.brands_page_top .brands_page_form__action {
  width: 100%;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.16px;
}
.brands_page_top .policy_row {
  margin-top: 10px;
}
.brands_page_top .policy_view {
  color: #fff;
  font-size: 12px;
  display: block;
}
.brands_page_top .policy_view a {
  color: #ED1C24;
}

.brands_page_video {
  margin-bottom: 80px;
}
.brands_page_video_row {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/11;
  line-height: 0;
  position: relative;
}
@media (min-width: 768px) {
  .brands_page_video_row {
    aspect-ratio: 16/7;
    min-height: 660px;
  }
}
.brands_page_video_row video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brands_page_video_row iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brands_page_video_item_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brands_page_video_item_link svg {
  transition: 0.3s;
}
@media (hover: hover) {
  .brands_page_video_item_link:hover svg {
    scale: 1.1;
  }
}

.brands_page_history {
  margin-bottom: 80px;
}
.brands_page_history h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.brands_page_history__p {
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.7;
  margin-bottom: 20px;
}
.brands_page_history_row {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.brands_page_history_left {
  display: none;
}
@media (min-width: 992px) {
  .brands_page_history_left {
    display: block;
    position: sticky;
    top: 160px;
  }
}
.brands_page_history_left img {
  width: 270px;
  height: auto;
  border-radius: 10px;
}
.brands_page_history_right {
  display: block;
}
.brands_page_history .btn_more2 {
  gap: 10px;
  background-color: rgba(20, 18, 26, 0.8);
  color: #fff;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.brands_page_history .btn_more {
  color: #fff;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  gap: 10px;
  background-color: rgba(20, 18, 26, 0.8);
}
.brands_page_history .btn_more::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.brands_page_grafiti {
  position: relative;
}
.brands_page_grafiti_img {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  bottom: 84px;
  transform: rotate(11deg);
  max-width: 690px;
  right: 0;
}
@media (min-width: 768px) {
  .brands_page_grafiti_img {
    bottom: 0;
  }
}
.brands_page_grafiti img {
  width: 100%;
  height: auto;
}

.brands_page_advantages {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  .brands_page_advantages {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.brands_page_advantages h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0px;
}
.brands_page_advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 5px;
  padding: 20px 15px;
  min-width: 280px;
  max-width: 33.3333333333%;
}
.brands_page_advantages__item span:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.brands_page_advantages__item span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.7;
}

.brands_page_benefits {
  margin-bottom: 80px;
}
.brands_page_benefits h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.brands_page_benefits__list {
  gap: 24px;
}
@media (min-width: 768px) {
  .brands_page_benefits__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.brands_page_benefits__item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  min-width: 280px;
  background-color: #F7F7F7;
  margin-top: 20px;
  position: relative;
  min-height: 222px;
}
@media (min-width: 768px) {
  .brands_page_benefits__item {
    margin-top: 0;
    max-width: calc(33.3333333333% - 16px);
  }
}
.brands_page_benefits__item span:nth-child(2),
.brands_page_benefits__item span:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.brands_page_benefits__item span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.7;
}
.brands_page_benefits__item img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.brands_page_number {
  margin-bottom: 80px;
  color: #FFF;
}
.brands_page_number_row {
  padding: 60px 0;
}
.brands_page_number h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.brands_page_number_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.brands_page_number_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  padding: 10px 20px;
}
@media (min-width: 556px) {
  .brands_page_number_item {
    width: 200px;
    align-items: center;
    text-align: center;
  }
  .brands_page_number_item + .brands_page_number_item {
    border-left: 1px solid #666;
  }
}
.brands_page_number_item_left {
  font-size: 50px;
  font-weight: 800;
  color: #ED1C24;
  min-height: 50px;
}
.brands_page_certificate {
  margin-bottom: 80px;
}
.brands_page_certificate h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.brands_page_certificate__list {
  gap: 10px;
}

.brands_page_category {
  margin-bottom: 80px;
}
.brands_page_category h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.brands_page_category__list {
  gap: 15px;
}
@media (min-width: 768px) {
  .brands_page_category__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.brands_page_category__item {
  border-radius: 5px;
  background-color: #F7F7F7;
  transition: 0.3s;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (hover: hover) {
  .brands_page_category__item:hover {
    background-color: #14121A;
    color: #FFF;
  }
}
.brands_page_category__item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.brands_page_models {
  margin-bottom: 80px;
}
.brands_page_models h2 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 35px;
}
.brands_page_models__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.brands_page_models__item {
  width: 306px;
  height: 437px;
  border: 1px solid red;
}

.brands_page_akcii h2 {
  text-transform: none;
  font-weight: 600;
}
.brands_page_akcii_row {
  position: relative;
}
@media (hover: hover) {
  .brands_page_akcii_row:hover .slider-button-prev[aria-disabled=false], .brands_page_akcii_row:hover .slider-button-next[aria-disabled=false] {
    opacity: 1;
  }
}
.brands_page_akcii .slider-button-next.swiper-button-disabled,
.brands_page_akcii .slider-button-prev.swiper-button-disabled {
  opacity: 0;
}
.brands_page_akcii .slider-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  border-radius: 1px;
  opacity: 0;
  z-index: 5;
  line-height: 0;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.brands_page_akcii .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  border-radius: 1px;
  opacity: 0;
  z-index: 5;
  line-height: 0;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.brands_page_akcii_list {
  overflow: hidden;
}
.brands_page_akcii_item img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.brands_page_promoslider h2 {
  text-transform: none;
  font-weight: 600;
}
.brands_page_promoslider_row {
  position: relative;
}
@media (hover: hover) {
  .brands_page_promoslider_row:hover .slider-button-prev:not([aria-disabled]), .brands_page_promoslider_row:hover .slider-button-next:not([aria-disabled]), .brands_page_promoslider_row:hover .slider-button-prev[aria-disabled=false], .brands_page_promoslider_row:hover .slider-button-next[aria-disabled=false] {
    opacity: 1;
  }
}
.brands_page_promoslider .slider-button-next.swiper-button-disabled,
.brands_page_promoslider .slider-button-prev.swiper-button-disabled {
  opacity: 0;
}
.brands_page_promoslider .slider-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border-radius: 1px;
  opacity: 0;
  z-index: 5;
  line-height: 0;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.brands_page_promoslider .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 1px;
  opacity: 0;
  z-index: 5;
  line-height: 0;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.brands_page_promoslider_list {
  overflow: hidden;
}
.brands_page_promoslider_item {
  cursor: pointer;
}
.brands_page_promoslider_item img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.brands_page_promoslider_pag {
  bottom: 20px !important;
}
.brands_page_promoslider_pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.brands_page_promoslider_pag .swiper-pagination-bullet-active {
  background-color: #fff;
}

.brands_page_service_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.brands_page_service_item {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex-grow: 1;
  padding: 40px;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .brands_page_service_item {
    max-width: calc(50% - 30px);
  }
}
.brands_page_service_item > span {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
@media (min-width: 1200px) {
  .brands_page_service_item > span {
    font-size: 80px;
  }
}
.brands_page_service_item_subtitle {
  font-weight: 500;
  flex-grow: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.brands_page_service_item_subtitle > div {
  display: none;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1200px) {
  .brands_page_service_item_subtitle > div {
    display: flex;
  }
}
.brands_page_service_item_subtitle > div > span:nth-child(1) {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
}
.brands_page_service_item_subtitle > div > span:nth-child(2) {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.brands_page_service_item_subtitle > div > p {
  font-weight: 500;
  font-size: 30px;
  opacity: 0.7;
}
.brands_page_service_btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.brands_page_map h2 {
  text-transform: none;
  font-weight: 600;
}

.brand_page_leasing .leasing_list_name {
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .brand_page_leasing .leasing_list_name {
    font-size: 40px;
  }
}

.consultation_form {
  padding-top: 50px;
}
.consultation_form_row {
  display: flex;
  border-radius: 10px;
  background-color: #ECECEC;
}
.consultation_form_row .policy_view {
  font-size: 12px;
  text-align: center;
}
.consultation_form_row .policy_view a {
  color: var(--bs-main-color);
}
.consultation_form_left {
  position: relative;
  display: none;
  flex-shrink: 0;
}
@media (min-width: 996px) {
  .consultation_form_left {
    width: 374px;
    display: block;
  }
}
.consultation_form_left img {
  bottom: -1px;
  left: -1px;
  position: absolute;
}
.consultation_form_right {
  padding: 30px;
}
.consultation_form_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.consultation_form_action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consultation_form_action a {
  flex-grow: 1;
}
.consultation_form_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.consultation_form_btn {
  height: 56px !important;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 996px) {
  .consultation_form_btn {
    width: auto;
  }
}
.consultation_form .dwk_input_item {
  flex-grow: 1;
}

body.mobile .fast_menu_game {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 20;
}

.fast_menu_game {
  margin-right: 0;
  margin-left: auto;
  width: 50px;
  cursor: pointer;
}
.fast_menu_game img {
  animation: game_btn 1s linear infinite;
  width: 100%;
}
@keyframes game_btn {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: rotate(-4deg);
    transform-origin: left;
  }
  50% {
    transform: translateY(-2px) rotate(0);
  }
  75% {
    transform: translateY(-2px) rotate(4deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
    transform-origin: inherit;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/system.pagenavigation/.default/style.css?1697119184907*/
.navigation{
	text-align: center;
	margin: 16px 0 10px;
}
.navigation_more{
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	padding: 10px 0 22px;
}
.navigation_more:hover{
	color: var(--bs-main-color, #ED1C24)
}
.navigation_list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation_link{
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.04em;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	border: 1px solid transparent;
}
a.navigation_link:hover{
	border-radius: 50%;
	border: 1px solid #EEEEEE;
}
.navigation_link.is_active{
	color: var(--bs-main-color, #ED1C24);
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row_akcii/style.css?17477418781923*/
.c_s_wrap {
  position: relative;
  padding: 30px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.c_s_wrap::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: -5px;
  background: linear-gradient(180.01deg, #ED1C24 8.54%, #FFFFFF 81.34%);
  border-radius: 15px;
}
@media (min-width: 756px) {
  .c_s_wrap::before {
    background: linear-gradient(93.01deg, #ED1C24 8.54%, #FFFFFF 81.34%);
  }
}
.c_s_wrap .c_s_title {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.c_s_wrap .c_s_title span:nth-child(1) {
  font-weight: 800;
  font-size: 30px;
  font-style: italic;
}
.c_s_wrap .c_s_title span:nth-child(2) {
  font-weight: 800;
  font-size: 30px;
  font-style: italic;
  color: var(--bs-main-color);
}
.c_s_wrap .c_s_title .c_s_link {
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #F7F7F7;
  font-weight: 500;
}
.c_s_wrap .c_s_sec {
  margin-bottom: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.c_s_wrap .c_s_sec_list {
  display: flex;
}
.c_s_wrap .c_s_sec_item {
  padding: 5px 10px;
  transition: 0.3s;
}
.c_s_wrap .c_s_sec_item.active {
  color: var(--bs-main-color);
}
@media (hover: hover) {
  .c_s_wrap .c_s_sec_item:hover {
    color: var(--bs-main-hover-color);
  }
}
.c_s_wrap .c_s_list {
  display: flex;
  align-items: center;
  gap: 26px;
  overflow: hidden;
}

.section_margin.blue .c_s_wrap::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: -5px;
  background: linear-gradient(180.01deg, #4D6EF2 8.54%, #FFFFFF 81.34%);
  border-radius: 15px;
}
@media (min-width: 756px) {
  .section_margin.blue .c_s_wrap::before {
    background: linear-gradient(93.01deg, #4D6EF2 8.54%, #FFFFFF 81.34%);
  }
}
.section_margin.blue .c_s_wrap .c_s_title span:nth-child(2) {
  color: #4D6EF2;
}
.section_margin.blue .c_i .c_i_price_current {
  color: #4D6EF2;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row_akcii/style.css?17477418781637*/
.c_i {
  display: grid;
  grid-template-columns: 230px;
  grid-template-rows: 173px 44px 1fr auto;
}
.c_i .c_i_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px;
}
.c_i .c_i_image_slider {
  line-height: 0;
}
.c_i .c_i_image_slider_pag {
  pointer-events: none;
  bottom: 6px !important;
}
.c_i .c_i_image_slider_pag .swiper-pagination-bullet {
  width: 25px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background-color: #4D6EF2 !important;
}
.c_i .c_i_image img {
  width: 100%;
}
.c_i .c_i_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.c_i .c_i_price {
  margin-bottom: 10px;
}
.c_i .c_i_price_top {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c_i .c_i_price_bottom {
  font-size: 14px;
  font-weight: 500;
}
.c_i .c_i_price_current {
  font-size: 19px;
  font-weight: 700;
  color: #ED1C24;
}
.c_i .c_i_price_old {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  text-decoration: line-through;
}
.c_i .c_i_price_proc {
  font-size: 12px;
  font-weight: 700;
  color: #ED1C24;
}
.c_i .c_i_vote {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.c_i .c_i_vote_star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c_i .c_i_vote.active svg path {
  fill: #FCA95D;
}
.c_i .c_i_vote_count {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c_i .c_i_vote_count div {
  background-color: #A1A1A1;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row/style.css?17478303133438*/
 .redh2 h2 {
 	color: var(--bs-main-color);
 }

 .link_more_container {
 	color: inherit;
 	text-decoration: none;
 }

 .link_more_container h2:hover {
 	color: var(--bs-main-color, #ED1C24);
 }

 .catalog_section_list {
 	padding: 10px;
 }

 .catalog_section_item {
 	min-width: 240px;
 	max-width: 240px;
 	height: 392px;
 	line-height: 1;
 	margin: 0 3px;
 }

 .catalog_section_item .modal_action {
 	padding-top: 0;
 }

 .catalog_section_item .modal_action .policy_row {
 	margin-top: 10px;
 }

 .catalog_section_item .modal_action .policy_view {
 	font-size: 12px;
 	text-align: center;
 }

 .catalog_section_item .modal_action .policy_view a {

 	color: var(--bs-main-color);
 }


 .link_more_container h2 {
 	margin-bottom: 10px;
 	font-size: 30px;
 }

 @media(max-width: 576px) {
 	.link_more_container h2 {
 		font-size: 20px;
 	}
 }

 .link_more {
 	display: flex;
 	align-items: center;
 	gap: 10px;
 	font-weight: 700;
 	font-size: 12px;
 	line-height: 16px;
 	letter-spacing: 0.04em;
 	text-transform: uppercase;
 	color: var(--bs-black-color, #14121A);
 	text-decoration: none;
 }






 .catalog_section_form.catalog_section_item {
 	background: #FFFFFF;
 	border: 1px solid rgba(76, 81, 96, 0.1);
 	/* box-sizing: border-box; */
 	/* text-align: center; */
 	padding: 0 10px;
 	/* z-index: 4; */
 }

 .catalog_section_form svg {
 	display: block;
 	width: 100%;
 }

 .catalog_section_form_title {
 	font-weight: 700;
 	font-size: 21px;
 	line-height: 22px;
 	text-align: center;
 	color: var(--bs-black-color, #14121A);
 	margin-bottom: 10px;
 }

 .catalog_section_form_desc {
 	font-weight: 400;
 	font-size: 12px;
 	line-height: 16px;
 	text-align: center;
 	color: var(--bs-black-color, #14121A);
 	margin-bottom: 10px;
 }

 .catalog_section_form_btn {
 	width: 100%;
 }

 .catalog_section_form_agree {
 	font-size: 10px;
 	text-align: center;
 	display: block;
 	margin-top: 8px;
 }

 .catalog_section_form_agree a {
 	color: #ED1C24;
 }

 .catalog_section_form [dwk-i-bx] [dwk-crs] {
 	font-size: 10px;
 	margin-top: 2px;
 }


 .catalog_section_banner a {
 	transform: scale(1);
 	-ms-transform: none;
 	transition: transform .5s ease-out;
 }

 .catalog_section_banner a:hover {
 	-ms-transform: scale(1.05);
 	transform: scale(1.05);
 }



 .catalog_section_banner_upper a {
 	position: relative;
 }

 .catalog_section_banner_upper a {
 	display: inline-block;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 }

 .catalog_section_banner_upper_img {
 	position: absolute;
 	bottom: 21%;
 	left: 0;
 	max-width: 100%;
 }










 .section_preloader .catalog_section_list {
 	display: flex;
 	align-items: center;
 	overflow-x: hidden;
 	padding-left: 0;
 }

 .section_preloader .link_more_container {
 	height: 80px;
 }

 .section_preloader .link_more_container,
 .section_preloader .catalog_section_item {
 	background-color: #f6f6f9;
 	border-radius: 8px;
 	position: relative;
 	overflow: hidden
 }

 .section_preloader .link_more_container::after,
 .section_preloader .catalog_section_item::after {
 	content: '';
 	display: block;
 	width: 120px;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: -150px;
 	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .88) 50%, rgba(255, 255, 255, 0) 100%);
 	animation: section_preloader 1.5s ease-in-out 0s infinite
 }


 @keyframes section_preloader {
 	from {
 		left: -150px
 	}

 	to {
 		left: calc(100% + 30px)
 	}
 }
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row/style_desktop.css?17385717416297*/
.product-item * {
    box-sizing: border-box;
}

.product-item a {
    text-decoration: none;
}

.product-item {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 54px auto 57px auto;
    border-radius: 3px;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
    max-width: 240px;
    min-width: 240px;
}
.product-item.borderred {
    border: 1px solid #ED1C24;
}
.product-item.borderred .product-item-image-wrapper {
    margin: 1px;
}
.product-item-section {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    padding: 10px 8px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.product-item-section a {
    color: #666;
}

.product-item-btns {
    display: flex;
    gap: 5px;
}

.product-item-btns a {
    line-height: 0;
}

.product-item-type {
    color: #FFF;
    background-color: #ED1C24;
    border-radius: 2px;
    padding: 5px;
    text-transform: none;
}

.product-item-title-row {
    padding: 4px 8px 8px;
}

.product-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
}
.product-item-title span {
    max-width: 100%;
}
.product-item-title.red {
    color: #ED1C24;
}



.product-item-image-wrapper {
    position: relative;
    aspect-ratio: 4/3;

}

.product-item-image {
    line-height: 0;
    outline: 1px solid #F0F0F0;
    aspect-ratio: 4/3;
    /* border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0; */
}

.product-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #FFF;
}


.label-top-left {
    position: absolute;
    top: 7px;
    left: 7px;
    background-color: #FFF;
    border-radius: 3px;
    color: #14121A;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding: 6px 3px 3px;
}

.label-top-left span {
    background-color: #ED1C24;
    color: #FFF;
    padding: 3px 0 2px;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
}

.label-top-right {
    position: absolute;
    top: 7px;
    right: 7px;
    display: flex;
    gap: 7px;
}

.label-top-right-item {
    position: relative;
}
@media (hover:hover){
    .label-top-right-item-title[data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 7px);
        right: 10%;
        display: inline-block;
        line-height: normal;
        border-radius: 2px;
        background: #000;
        color: #fff;
        font-size: 11px;
        font-family: sans-serif;
        text-align: center;
        box-sizing: border-box;
        border-radius: 4px;
        text-transform: none;
        padding: 4px 6px;
        z-index: 5;
        max-width: 150px;
        width: 150px;
    }
    
    .label-top-right-item-title[data-title]:hover::after {
        content: '';
        position: absolute;
        top: calc(100% - 7px);
        left: 46%;
        display: inline-block;
        color: #fff;
        border: 8px solid transparent;
        border-bottom: 6px solid #000;
        margin-left: -8px;
        z-index: 5;
    }
}

.label-bottom-left {
    position: absolute;
    bottom: 7px;
    left: 7px;
    color: #14121A;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    gap: 7px;
}
.label-bottom-left-item {
    padding: 5px;
    border-radius: 2px;
    background-color: #FFF;
}
 
.label-bottom-left-item.backgroung_hit {
    background-color: #e76b00;
    color: #FFF;
}
.label-bottom-left-item.backgroung_online_sale {
    background-color: #275c89;
    color: #FFF;
}
.label-bottom-left-item.backgroung_lizing {
    background-color: #4a2566;
    color: #FFF;
}
.label-bottom-left-item.backgroung_gift {
    background-color: #fff;
    color: #14121A;
}
.label-bottom-left-item.backgroung_best {
    background-color: #a11a1a;
    color: #FFF;
}
.label-bottom-left-item.backgroung_sale_dostavka {
    background-color: #275c89;
    color: #FFF;
}
.label-bottom-left-item.backgroung_ {
    background-color: #fff;
    color: #14121A;
}
.label-bottom-left-item.backgroung_by_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_vosstan_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_new_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_CHEAPER {
    background-color: #FF9F00;
    color: #FFF;
}

.product-item-price-container {
    padding: 10px 8px;
}

.product-item-price-dealer {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    display: block;
    padding-top: 7px;
}

.product-item-price-old {
    color: #666;
    font-size: 10px;
    font-weight: 500;
}

.product-item-price-old span {
    text-decoration: line-through;
}

.product-item-price-bottom {
    margin-top: 3px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

.product-item-price-top {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.product-item-price-current {
    color: #14121A;
    font-size: 16px;
    font-weight: 600;
}

.product-item-price-economy {
    color: #FFF;
    background-color: #FF9F00;
    border-radius: 2px;
    padding: 4px 5px;
    font-size: 10px;
    font-weight: 500;
}

.product-item-button-container {
    padding: 0 8px 10px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
@media(hover:hover){

    .product-item-btn-link:hover svg path {
        fill: #FFF;
    }
}

.product-item-button-container .btn {
    flex: 1 0 auto;
}

.snowcap {
    position: relative;
}

.snowcap::after {
    content: '';
    background-image: url(/upload/btn_snow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106%;
    height: 100%;
    position: absolute;
    top: -12px;
    left: -4px;
}


/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_leasing/style.css?17200036192538*/
.leasing_list_wrapper,
.leasing_list_wrapper * {
  box-sizing: border-box;
}

.leasing_top {
  margin-top: 40px;
  display: flex;
  color: #14121A;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .leasing_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .leasing_top {
    flex-direction: column;
    row-gap: 20px;
  }
}

.leasing_calc {
  display: flex;
  flex-direction: column;
  color: #14121A;
  flex: 1 0 32%;
}
.leasing_calc > div + div {
  margin-top: 15px;
}
.leasing_calc_term, .leasing_calc_avans, .leasing_calc_price {
  position: relative;
}
.leasing_calc_term .progressbar, .leasing_calc_avans .progressbar, .leasing_calc_price .progressbar {
  position: absolute;
  width: calc(100% - 10px);
  left: 5px;
}
.leasing_list_scroll {
  padding: 10px;;
}
.leasing_itog {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 25px;
  flex: 1 0 32%;
}
.leasing_itog_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.leasing_itog_subtitle {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 10px;
}
.leasing_itog_summ {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.leasing_itog_description {
  font-size: 10px;
  line-height: 1.2;
  opacity: 0.7;
  margin-bottom: 15px;
}
.leasing_banner {
  border-radius: 5px;
  overflow: hidden;
  flex: 1 0 32%;
}
.leasing_banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .leasing_banner {
    display: none;
  }
}

.leasing_list {
  margin-top: 30px;
  color: #14121A;
}
.leasing_list_name {
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
}

.leasing_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 306px;
  gap: 10px;
  background-color: #F8F8F8;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 10px;
}
.leasing_item_top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.leasing_item_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.leasing_item_title {
  font-weight: 600;
  white-space: nowrap;
}
.leasing_item_img {
  width: 35px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.leasing_item_month {
  font-weight: 700;
}
.leasing_item_proc {
  font-weight: 500;
  font-size: 14px;
}
.leasing_item.active {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/review_brands/style.css?17486094192596*/
.review_list_header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.review_list_header.empty {
	flex-direction: column;
}
.review_list_header_left {
	display: flex;
	gap: 10px;
	align-items: center;
}
.review_list_header_left .detail_page_title_rating_count{
	font-size: 16px;
}
.review_list_header h2 {
	margin: 0;
}

.review_list_row {
	margin-top: 25px;
}

.review_list_row span:nth-child(1) {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.review_list_row span:nth-child(1) {
	display: block;
	line-height: 1.2;
}

.review_photo span {
	font-size: 20px;
	font-weight: 600;
}

.review_photo_list {
	margin: 10px 0 30px;
}

.review_photo_item {
	height: 100px;
	width: 100px;
	min-width: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.review_photo_item:not(:first-child) {
	margin-left: 20px;
}

.review_photo_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review_items_list {
	gap: 20px;
	display: flex;
}

.review_item {
	width: 100%;
	max-width: 380px;
	height: 412px;
	background-color: var(--bs-five-color);
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	
}

@media (min-width:576px) {
	.review_item {
		min-width: 380px;
	}
}

.review_item_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.review_item_product {
	font-size: 12px;
	margin-bottom: 10px;
}
.review_item_title {
	font-weight: 600;
	line-height: 1.12;
	color: var(--bs-black-color, #14121A);
}

.review_item_date {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.12;
	opacity: .7;
}

.review_item_desc {
	position: relative;
	flex-grow: 1;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.review_item_desc_row {
	margin-bottom: 20px;
}

.review_item_desc_title {
	font-weight: 600;
	margin-bottom: 5px;
}

.review_item_desc_row span {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	opacity: .7;
}

.review_item_desc_more {

	flex-grow: 1;
	display: block;
	font-weight: 500;
	color: var(--bs-main-color);
	display: flex;
	align-items: flex-end;
	transition: .3s;
}
@media (hover:hover){
	.review_item_desc_more:hover {
		color: var(--bs-main-hover-color);
	}
}

.review_item_stars_list {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.review_item_stars_list svg {
	width: 100%;
	height: auto;
	fill: #dadada;
	stroke: none;
}
.review_item_stars_item.selected svg {
    fill: #ED1C24;
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/map.yandex.view/filials_map/style.css?17157624721315*/
.modal-map{
    width: 800px !important;
    max-width: 100% !important;
}
.map_container {
    display: flex;
    align-items: center;
    width: 100%;
	padding: 0 !important;
}
div.bx-yandex-map {
    max-width: 100%;
}
.fancybox-close-small{
	display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.fancybox-close-small svg{
	width: 24px !important;
	height: 24px !important;
}
.fancybox-close-small svg path{
	fill: #000;
}
.fancybox-close-small:hover svg{
	transition: all .3s;
    transform: scale(1.3);
}
.fancybox-close-small:hover svg path{
    fill: #ed1c24;
    stroke: #ed1c24;
}
.map_store{
    margin-bottom: 25px;
}
.map_text{
    min-width: 300px;
    font-size: 14px;
    padding-left: 30px;
}
.map_text_title{
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
@media(max-width: 768px){
    .bx-yandex-map{
        width: 100% !important;
        min-width: 320px;
        max-width: 100% !important;
    }
    .map_container {
        flex-direction: column;
    }
    .map_text{
        padding-left: 0;
        padding-top: 20px;
    }
}
@media(max-width: 576px){
    .bx-yandex-map{
       height: 400px !important;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1651761103666*/
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 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news/page_brands_2025/style.css?175101110616123 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/system.pagenavigation/.default/style.css?1697119184907 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row_akcii/style.css?17477418781923 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row_akcii/style.css?17477418781637 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row/style.css?17478303133438 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row/style_desktop.css?17385717416297 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_leasing/style.css?17200036192538 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/review_brands/style.css?17486094192596 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/map.yandex.view/filials_map/style.css?17157624721315 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1651761103666 */
