

/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row_akcii/style.css?17636233872554*/
.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:has(.c_s_wrap) .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:has(.c_s_wrap) .c_s_wrap::before {
    background: linear-gradient(93.01deg, #4D6EF2 8.54%, #FFFFFF 81.34%);
  }
}
.section_margin.blue:has(.c_s_wrap) .c_s_wrap .c_s_title span:nth-child(2) {
  color: #4D6EF2;
}
.section_margin.blue:has(.c_s_wrap) .c_i .c_i_price_current {
  color: #4D6EF2;
}

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


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/vertical_banner/style.css?17655384631796*/
.banner_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .banner_flex {
    flex-wrap: nowrap;
  }
}

.banner_full {
  display: inline-block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.banner_full img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_full_add {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}
.banner_full .b_add {
  --b-add-top: 17%;
  --b-add-count: 1;
  position: absolute;
  top: var(--b-add-top);
  left: 0;
  height: calc(100% - var(--b-add-top));
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.banner_full .b_add_title > div:nth-child(1) {
  --b-add-koef: 0.04;
  font-weight: 700;
}
.banner_full .b_add_title > div:nth-child(2) {
  --b-add-koef: 0.02;
  font-weight: 500;
}
.banner_full .b_add_title > div {
  font-size: calc(var(--dwk-container) * var(--b-add-koef));
}
@media (min-width: 768px) {
  .banner_full .b_add_title > div {
    font-size: calc(var(--dwk-container) / var(--b-add-count) * var(--b-add-koef));
  }
}
.banner_full .b_add_price > div:nth-child(1) {
  --b-add-koef: 0.017;
  font-weight: 500;
}
.banner_full .b_add_price > div:nth-child(2) {
  --b-add-koef: 0.025;
  font-weight: 700;
}
.banner_full .b_add_price > div {
  font-size: calc(var(--dwk-container) * var(--b-add-koef));
}
@media (min-width: 768px) {
  .banner_full .b_add_price > div {
    font-size: calc(var(--dwk-container) / var(--b-add-count) * var(--b-add-koef));
  }
}
.banner_full .b_add_btn {
  margin-top: auto;
  margin-bottom: 4%;
  --i-m-b: 23px;
}
@media (max-width: 780px) {
  .banner_full .b_add_btn {
    --i-m-h: 20px;
    --i-m-z: 8px;
    --i-m-b: 10px;
    --i-m-p: 0 8px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


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

.link_more_container {
  color: inherit;
  text-decoration: none;
}
.link_more_container h2 {
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 576px) {
  .link_more_container h2 {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .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;
  font-size: 12px;
  text-align: center;
}
.catalog_section_item .modal_action .policy_row a {
  color: var(--bs-main-color);
}

.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 0.5s ease-out;
}
@media (hover: hover) {
  .catalog_section_banner a:hover {
    transform: scale(1.05);
  }
}

.catalog_section_banner_upper a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.catalog_section_banner_upper a:has(.catalog_section_banner_abs) {
  background-image: linear-gradient(90deg, #ffffff 0%, #E6E6E6 50%, #ffffff 100%);
}
.catalog_section_banner_upper_img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.catalog_section_banner_abs_wrap {
  position: absolute;
  inset: 0;
}
.catalog_section_banner_abs {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.catalog_section_banner_abs_title {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  font-weight: 700;
  font-size: 14px;
  gap: 2px;
}
.catalog_section_banner_abs_logo {
  display: flex;
  flex-direction: column;
  margin: 10px 10px 0 10px;
  min-width: 70%;
}
.catalog_section_banner_abs_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_section_banner_abs_btn {
  margin-top: auto;
  margin-bottom: 16px;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #ED1C24;
  color: #FFFFFF;
  border-radius: 15px;
  min-width: 68%;
  text-align: center;
  font-weight: 500;
}

.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, 0.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);
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/news_on_main/style.css?17473080002135*/
.journal_section_head {
	display: flex;
	flex-direction: column;
}
.journal_section_head h2{
	font-size: 30px;
	margin-bottom: 0;
}
@media(max-width: 576px) {
	.journal_section_head h2{
		font-size: 20px;
	}
}

.news_on_main_list {
    margin-top: 25px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}
.news_on_main_item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
	background: rgba(76, 81, 96, 0.1);
	border-left: 4px solid var(--bs-main-color, #ED1C24);
	text-decoration: none;
	box-sizing: border-box;
	padding: 14px 10px;
}

@media(min-width: 576px) {
	.news_on_main_item{
		width: calc(50% - 10px);
	}
}
@media(min-width: 768px){
	.news_on_main_item{
		width: calc(32% - 10px);
	}
}
.news_on_main_item_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.news_on_main_item:hover .news_on_main_item_name{
	color: var(--bs-main-color, #ED1C24);
}
.news_on_main_item_name{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--bs-black-color, #14121A);
	margin-bottom: 9px;
	word-wrap: break-word;
}
.news_on_main_item_date{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-second-color, #4C5160);
	opacity: 0.7;
}
.news_on_main_item_show{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: var(--bs-black-color, #14121A);
	display: flex;
	align-items: center;
	gap: 5px;
}
@media(min-width: 768px){
	.news_on_main_item{
		border-left: 8px solid var(--bs-main-color, #ED1C24);
		padding: 25px;
	}
	.news_on_main_item_name{
		font-size: 20px;
		margin-bottom: 19px;
	}
}
@media(min-width: 992px){
	.news_on_main_list {
	    margin-top: 50px;
	}
	.news_on_main_item_name{
		word-wrap: unset;
	}
}

@media(max-width: 768px) {
	.news_on_main_item:nth-child(n+3) {
		display: none;
	}
}
@media(max-width: 1200px) {
	.news_on_main_item:nth-child(n+7) {
		display: none;
	}
}

/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_page/style.css?17629468373035*/
div:has(.laNoSection) {
  position: relative;
}

.laNoSection {
  pointer-events: none;
}
.laNoSection + div {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  top: 0;
  left: 0;
}
.laNoSection .container {
  overflow: hidden;
}
.laNoSection.laNoBigHelp .laNoEl1 {
  min-height: 390px;
}
.laNoSection.laNoLeasing .laNoEl1 {
  min-height: 255px;
}
.laNoSection.laNoLeasing .laNoEl2 {
  min-height: 114px;
}
.laNoSection.laNoReview .laNoEl1 {
  min-height: 88px;
}
.laNoSection.laNoReview .laNoEl2 {
  min-height: 204px;
}
@media (max-width: 500px) {
  .laNoSection.laNoReview .laNoEl2 {
    min-height: 233px;
  }
}
.laNoSection.laNoNews .laNoEl2 {
  min-height: 213px;
}
@media (max-width: 500px) {
  .laNoSection.laNoNews .laNoEl2 {
    min-height: 88px;
  }
}
.laNoSection.laNoBanner .laNoBlock1 {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .laNoSection.laNoBanner .laNoBlock1 {
    height: 100px;
  }
}
.laNoSection.laNoBigDrive .laNoEl1 {
  min-height: 52px;
}
.laNoSection.laNoBigDrive .laNoEl2 {
  min-height: 200px;
}
@media (max-width: 500px) {
  .laNoSection.laNoBigDrive .laNoEl2 {
    min-height: 233px;
  }
}
.laNoSection .laGrad,
.laNoSection .laGrad * {
  background-color: #f6f6f9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.laNoSection .laGrad::after,
.laNoSection .laGrad *::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, 0.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);
  }
}

.consultation_form {
  padding-top: 100px;
  padding-bottom: 100px;
}
.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_right {
  position: relative;
  display: none;
  flex-shrink: 0;
}
@media (min-width: 996px) {
  .consultation_form_right {
    width: 374px;
    display: block;
  }
}
.consultation_form_right img {
  bottom: -1px;
  left: -1px;
  position: absolute;
  width: 93%;
}
.consultation_form_left {
  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_list .dwk_input_item {
  flex-grow: 1;
}
.consultation_form_btn {
  height: 56px !important;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 996px) {
  .consultation_form_btn {
    width: auto;
  }
}/*# 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 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row_akcii/style.css?17636233872554 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/vertical_banner/style.css?17655384631796 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row/style.css?17724525254314 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/news_on_main/style.css?17473080002135 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_page/style.css?17629468373035 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row_akcii/style.css?17477418781637 */
