

/* 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 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news/page_brands_2025/style.css?175101110616123 */
