

/* Start:/local/templates/volt/assets/bx-styles/slider.css?1701101292999*/
.slider .slick-dots {
  bottom: 22px;
  z-index: 10
}
.slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 11px
}
.slider .slick-dots li.slick-active {
  position: relative
}
.slider .slick-dots li.slick-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%,-50%)
}
.slider .slick-dots li.slick-active button {
  background-color: #fff
}
.slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4)
}
.slider .slick-dots li button::before {
  display: none
}
.slider_red .slick-slide {
  position: relative;
  z-index: 11
}
.slider_red > .slick-dots li.slick-active::before {
  border-color: #ea0429
}
.slider_red > .slick-dots li.slick-active button {
  background-color: #ea0429
}
.slider_red > .slick-dots li button {
  background-color: rgba(2,40,59,.4)
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/card.css?170790186710133*/
.card {
  position: relative
}
.card_sm .card__info-block {
  padding: 10px 16px 16px
}
.card_sm .card__wrap {
  border-radius: 10px
}
.card_sm .slick-dots {
  bottom: 10px!important
}
.card_sm .slick-dots li.slick-active::before {
  border-color: #02283b!important
}
.card_sm .slick-dots li.slick-active button {
  background-color: #02283b!important
}
.card_sm .slick-dots li button {
  background-color: #02283B66!important
}
.card_sm:hover .card__price-link {
  color: #ea0429
}
.card_sm:hover .card__price-link svg {
  stroke: #ea0429
}
.card_hovered .card__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20
}
.card_hovered .card__btn-block {
  display: block
}
.card__overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none
}
.card__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px 10px 50px 50px;
  background-color: #fff;
  transition: .35s
}
.card__wrap:hover {
  box-shadow: 0 10px 40px 0 #02283B26
}

.card__label {
	position: absolute;
	z-index: 10;
	display: flex;
	background: #fff;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #EA0429;
	margin: 5px 0 0 5px;
	padding-right: 10px;
}
.card__icon {
	background: #EA0429;
	width: 28px;
	display: flex;
	align-items: center;
	height: 26px;
	border-radius: 8px;
	justify-content: center;
}
.card__label-text {
	font-size: 14px;
	font-weight: 700;
	color: #EA0429;
}
.card__img-block {
  position: relative;
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden
}
.card__img-block-mob {
  display: none!important;
  flex-shrink: 0;
  width: 100%;
  min-height: auto;
  line-height: 0;
  border-radius: 10px;
  margin-bottom: 0!important;
  overflow: hidden;
  z-index: 2
}
.card__img-block-mob-item:nth-child(n+2):not(.slick-slide) {
  display: none
}
.card__img-block-mob img,
.card__img-block-mob picture {
  width: 100%;
  height: 100%
}
.card__img-block-mob img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.card__indicators {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 22px
}
.card__indicator {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4)
}
.card__indicator.active {
  background-color: #fff
}
.card__indicator.active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%,-50%)
}
.card__info-block {
  padding: 30px
}
.card__title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px
}
.card__title-block_row {
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}
.card__modification {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0,0,0,.5)
}
.card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #000
}
.card__title span {
  display: none
}
.card__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #00ae84;
  border-radius: 10px;
  border: 1px solid #00ae84
}
.card__info-list {
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-top: 10px
}
.card__info-item {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #02283b
}
.card__info-item svg {
  width: 18px;
  height: 18px;
  margin-right: 8px
}
.card__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #02283b;
  position: relative;
  z-index: 2
}
.card__link svg {
  transform: translateY(1px);
  margin-left: 10px
}
.card__price-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px
}
.card__desc-tile {
  display: block;
  min-height: 57px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(2,40,59,.6)
}
.card__price {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  color: #000
}
.card__text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(2,40,59,.6)
}
.card__text svg {
  margin-left: 8px
}
.card__btn-block {
  display: none;
  width: 100%
}
.card__btn {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2
}
.card__info {
  position: absolute;
  top: 5px;
  left: 5px;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 10px;
  background-color: #fff;
  z-index: 10
}
.card__info svg {
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 10px
}
.card__price-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  transition: .35s
}
.card__price-link svg {
  transition: .35s
}
.card__bottom-block {
  display: flex
}
.card__tag {
  display: flex;
  align-items: center;
  padding: 8px 18px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #00ae84;
  border-radius: 10px;
  border: 1px solid #00ae84
}
.card__tag svg {
  margin-right: 10px
}
.card__tag_black {
  border-color: #02283b;
  color: #02283b
}
.card__tag:not(:first-child) {
  margin-left: 12px
}
.catalog_row .card_hovered .card__wrap {
  position: static
}
.catalog_row .card_hovered .card__btn {
  display: block
}
.catalog_row .card__wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px 10px 50px;
  background-color: #fff;
  transition: .35s
}
.catalog_row .card__wrap:hover {
  box-shadow: 0 10px 40px 0 #02283B26
}
.catalog_row .card__img-block {
  display: flex;
  flex-shrink: 0;
  width: 399px;
  min-height: auto;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden
}
.catalog_row .card__img-block .slick-track {
  height: 100%
}
.catalog_row .card__img-block .slick-slide {
  display: flex;
  height: 100%
}
.catalog_row .card__img-block img,
.catalog_row .card__img-block picture {
  width: 100%;
  height: 100%
}
.catalog_row .card__img-block img {
  -o-object-fit: cover;
  object-fit: cover
}
.catalog_row .card__info-block {
  flex-grow: 1;
  padding: 50px 0 50px 50px
}
.catalog_row .card__title-block {
  display: flex;
  margin-bottom: 24px;
  color: #000
}
.catalog_row .card__info-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
  padding-top: 0
}
.catalog_row .card__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px
}
.catalog_row .card__title span {
  display: block;
  margin-left: 10px;
  font-weight: 400;
  color: rgba(2,40,59,.6)
}
.catalog_row .card__info-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(2,40,59,.6)
}
.catalog_row .card__info-item svg {
  width: 24px;
  height: 24px;
  margin-right: 8px
}
.catalog_row .card__desc-tile {
  display: none
}
.catalog_row .card__price-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 310px;
  margin-left: 50px;
  padding: 50px 30px 50px 0
}
.catalog_row .card__price {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  color: #000
}
.catalog_row .card__text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(2,40,59,.6)
}
.catalog_row .card__text svg {
  margin-left: 8px
}
.catalog_row .card__btn-block {
  display: block;
  width: 100%;
  margin-top: auto
}
.catalog_row .card__btn {
  margin-bottom: 0
}
.catalog_row .card__info {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10
}
.catalog_row .card__info svg {
  margin-right: 10px;
  margin-left: 0;
  flex-shrink: 0
}
.catalog_row .slick-slide {
  width: 100%
}
@media (max-width:1500px) {
  .card__info-block {
    padding: 20px
  }
  .catalog_row .card__info-block {
    padding: 20px 0 20px 20px
  }
  .catalog_row .card__price-block {
    padding: 20px 30px 20px 0
  }
}
@media (max-width:1450px) {
  .card__btn {
    margin-bottom: 20px
  }
}
@media (max-width:1430px) {
  .card__price-block {
    padding: 20px 20px 0
  }
  .catalog_row .card__img-block {
    width: 340px
  }
}
@media (max-width:1400px) {
  .card__info {
    position: absolute;
    top: 5px;
    left: 5px
  }
  .card__price,
  .catalog_row .card__price {
    font-size: 25px;
    line-height: 25px
  }
}
@media (max-width:1100px) {
  .catalog_row .card__img-block {
    width: 280px
  }
  .catalog_row .card__price-block {
    width: 280px;
    margin-left: 10px
  }
}
@media (max-width:1023px) {
  .card__price-link,
  .card_sm .card__title {
    font-size: 24px;
    line-height: 24px
  }
  .card__bottom-block {
    flex-direction: column;
    align-items: flex-start
  }
  .card__tag:not(:first-child) {
    margin-left: 0;
    margin-top: 10px
  }
}
@media (max-width:650px) {
  .card__img-block {
    display: none
  }
  .card__img-block-mob {
    display: block!important
  }
  .card__info-block {
    padding: 20px 24px 0
  }
  .card__title {
    font-size: 20px;
    line-height: 20px
  }
  .card__link {
    display: none
  }
  .card__price-block {
    padding: 0
  }
  .card__desc-tile {
    margin-bottom: 32px;
    min-height: auto;
    font-size: 14px;
    line-height: 17px
  }
  .card__price {
    margin-bottom: 10px;
    padding: 0 24px;
    font-size: 30px;
    line-height: 30px
  }
  .card__text {
    padding: 0 24px;
    font-size: 16px;
    line-height: 16px
  }
  .card__btn-block {
    display: block
  }
  .card__btn {
    margin-bottom: 0
  }
  .card__btn.button_h-green {
    border-color: #00ae84;
    background-color: #00ae84
  }
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/news.css?17011012925653*/
.news__top {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 65px 75px;
  margin-top: 60px
}
.news__item {
  display: flex;
  flex-direction: column
}
.news__item_sm .news__info {
  margin-top: 0
}
.news__item-big {
  position: relative
}
.news__item-big_left {
  grid-column: 1/3
}
.news__item-big_right {
  grid-column: 2/4
}
.news__item-big .news__content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.news__item-big .news__more {
  display: none
}
.news__item-big .news__date {
  color: rgba(255,255,255,.6);
  margin-bottom: 15px
}
.news__item-big .news__date svg {
  stroke: rgba(255,255,255,.6)
}
.news__item-big .news__title {
  font-size: 32px;
  color: #fff
}
.news__item-big .news__img {
  height: 519px;
  margin-bottom: 0
}
.news__item-big .news__arrow {
  width: 100%;
  max-width: 72px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .35s
}
.news__item-big .news__arrow:hover {
  background: linear-gradient(180deg,#ea0429 0,#8470ff 100%);
  border-color: transparent;
  transition: .35s
}
.news__item-big .news__arrow:active {
  transition: .35s;
  background: #cc0a0b
}
.news__item-big .news__arrow svg {
  fill: #fff;
  width: 32px;
  height: 32px
}
.news__img-more {
  margin-bottom: 15px;
  border-radius: 10px;
  width: 100%;
  height: 240px
}
.news__img-more img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news__img {
  margin-bottom: 15px;
  border-radius: 10px;
  width: 100%;
  height: 245px
}
.news__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  margin-bottom: 15px
}
.news__info {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.news__date {
  display: flex;
  color: rgba(2,40,59,.4);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%
}
.news__date svg {
  margin-right: 10px;
  stroke: #02283b
}
.news__btn {
  display: block;
  margin: 90px auto 40px
}
.news-col__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px
}
.news-col__title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-right: 10px
}
.news-col__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #02283b;
  margin-left: auto
}
.news-col__link span {
  margin-left: 10px;
  width: 36px;
  height: 36px;
  padding: 10px;
  border: 1px solid #02283b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}
.news-col__link svg {
  width: 16px;
  height: 16px;
  fill: #02283b
}
.news-col__link:hover {
  color: #ea0429
}
.news-col__link:hover span {
  border-color: #ea0429
}
.news-col__link:hover svg {
  fill: #ea0429
}
.news-col__link:active {
  color: #cc0a0b
}
.news-col__link:active span {
  border-color: #cc0a0b
}
.news-col__link:active svg {
  fill: #cc0a0b
}
@media (max-width:1710px) {
  .news__list {
    grid-gap: 30px 40px
  }
}
@media (max-width:1240px) {
  .news__img-more,
  .news__img-more img {
    height: auto
  }
}
@media (max-width:1024px) {
  .news__list {
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px
  }
  .news__item_sm .news__info {
    margin-top: auto
  }
  .news__item-big .news__img {
    height: 460px
  }
  .news__item-big_right {
    grid-column: 1/3
  }
  .news__item-big .news__content {
    bottom: 30px;
    left: 30px;
    right: 30px
  }
  .news__btn {
    margin: 30px auto
  }
}
@media (max-width:767px) {
  .news__top {
    flex-direction: column;
    align-items: flex-start
  }
  .news-col__top,
  .news__top .title {
    margin-bottom: 20px
  }
}
@media (max-width:680px) {
  .news__list {
    grid-template-columns: repeat(1,1fr)
  }
  .news__item-big .news__img img {
    height: 100%!important;
    width: 100%
  }
  .news__item-big_left,
  .news__item-big_right {
    grid-column: 1/2
  }
  .news__item-big .news__content {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset
  }
  .news__item-big .news__more {
    display: block
  }
  .news__item-big .news__text {
    display: flex;
    flex-direction: column-reverse;
    width: 100%
  }
  .news__item-big .news__date {
    color: rgba(2,40,59,.4);
    margin-bottom: 0
  }
  .news__item-big .news__date svg {
    stroke: #02283b
  }
  .news__item-big .news__title {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px
  }
  .news__item-big .news__img {
    margin-bottom: 15px;
    width: 100%;
    height: auto
  }
  .news__item-big .news__arrow {
    display: none
  }
}
@media (max-width:500px) {
  .news__item-big .news__img {
    height: 162px
  }
  .news__item-big .news__date,
  .news__item-big .news__more {
    font-size: 14px
  }
  .news__item-big .news__date svg {
    width: 12px;
    height: 12px
  }
  .news__item-big .news__title {
    font-size: 16px
  }
  .news__img {
    height: 162px
  }
  .news__title {
    font-size: 16px
  }
  .news__date {
    font-size: 14px
  }
  .news__date svg {
    width: 12px;
    height: 12px
  }
  .news-col__title {
    font-size: 20px
  }
  .news-col__link {
    font-size: 14px
  }
  .news-col__link span {
    width: 28px;
    height: 28px;
    padding: 6px
  }
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/news-slider.css?17011012923002*/
.news-slider {
  padding-top: 60px;
  padding-bottom: 60px
}
.news-slider_gray {
  background-color: #f7f8f9
}
.news-slider__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px
}
.news-slider__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #02283b;
  transition: .35s
}
.news-slider__link span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #02283b;
  transition: border .35s
}
.news-slider__link:hover {
  color: #ea0429
}
.news-slider__link:hover span {
  border-color: #ea0429
}
.news-slider__link:active {
  color: #cc0a0b
}
.news-slider__link:active span {
  border-color: #cc0a0b
}
.news-slider__list {
  display: flex;
  margin-bottom: 60px!important;
  margin-left: -30px;
  margin-right: -30px
}
.news-slider__list .slick-list {
  overflow: visible
}
.news-slider__list .slick-track {
  display: flex
}
.news-slider__list .slick-slide {
  height: auto
}
.news-slider__list .slick-slide > div {
  display: flex;
  height: 100%
}
.news-slider__item {
  width: calc(100% / 3);
  padding-left: 30px;
  padding-right: 30px
}
.news-slider__item:nth-child(n+4):not(.slick-slide) {
  display: none
}
.news-slider__item .news__item {
  height: 100%
}
.news-slider__control-block {
  display: flex;
  align-items: flex-end
}
.news-slider__navigation {
  margin-right: 60px;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  color: rgba(2,40,59,.4)
}
.news-slider__navigation-current {
  color: #02283b
}
.news-slider__dot-list {
  display: flex;
  flex-grow: 1;
  padding-bottom: 8px
}
.news-slider__dot-list li {
  display: flex;
  flex-grow: 1;
  width: auto;
  height: 4px;
  margin: 0
}
.news-slider__dot-list li.slick-active button {
  background-color: #02283b
}
.news-slider__dot-list li button {
  width: 100%;
  height: 4px;
  font-size: 0;
  padding: 0;
  border: none;
  background-color: rgba(2,40,59,.1)
}
@media (max-width:1300px) {
  .news-slider__item {
    width: calc(100% / 2)
  }
  .news-slider__item:nth-child(n+3):not(.slick-slide) {
    display: none
  }
}
@media (max-width:1023px) {
  .news-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
  }
  .news-slider__title-block {
    margin-bottom: 30px
  }
  .news-slider__link {
    font-size: 14px;
    line-height: 14px
  }
  .news-slider__link span {
    width: 28px;
    height: 28px;
    margin-left: 10px
  }
  .news-slider__link span svg {
    width: 16px;
    height: 16px
  }
  .news-slider__list {
    margin-bottom: 20px!important
  }
  .news-slider__item {
    width: calc(100%)
  }
  .news-slider__item:nth-child(n+2):not(.slick-slide) {
    display: none
  }
  .news-slider__navigation {
    margin-right: 15px;
    font-size: 20px;
    line-height: 27px
  }
  .news-slider__dot-list {
    padding-bottom: 6px
  }
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/pagination.css?1701101292529*/
.pagination__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px
}
.pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #02283b;
  transition: .35s
}
.pagination__page.selected,
.pagination__page:hover {
  background-color: #edf1f2;
  color: #ea0429;
  transition: .35s
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/brands-cars.css?17163784482912*/
.brands {
  padding: 0 0 40px;
  background-color: #f7f8f9
}
.brands.brands_white-bg {
  padding-top: 0;
  background-color: #fff;
  margin-top: -45px;
}
.brands_show-all .brands__btn:hover .brands__circle {
  background-color: #ea0429
}
.brands_show-all .brands__btn:hover .brands__text-less {
  border-bottom: 1px solid #ea0429
}
.brands_show-all .brands__btn .brands__text-more {
  display: none
}
.brands_show-all .brands__btn .brands__circle {
  background-color: #02283b
}
.brands_show-all .brands__btn .brands__circle .brands__icon-ellipsis {
  display: none
}
.brands_show-all .brands__btn .brands__circle .brands__icon-arrow {
  display: block;
  color: #fff
}
.brands_show-all .brands__btn .brands__text-less {
  display: block;
  border-color: transparent
}
.brands_show-all .brands__list {
  max-height: none
}
.brands__title {
  text-align: center;
  margin-bottom: 60px;
  color: #000
}
.brands__list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 140px;
  margin-bottom: 15px;
  border-radius: 20px;
  transition: .35s;
  border: 1px solid transparent
}
.brands__item:hover {
  background-color: #f7f8f9
}
.brands__btn-block {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px
}
.brands__btn-block::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #edf1f2
}
.brands__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  color: #02283b;
  background-color: transparent;
  border: none;
  z-index: 10;
  cursor: pointer
}
.brands__btn svg {
  transition: .35s
}
.brands__btn:hover {
  color: #ea0429
}
.brands__btn:hover .brands__circle,
.brands__btn:hover span {
  border-color: #ea0429
}
.brands__btn:hover svg {
  color: #ea0429
}
.brands__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  border: 1px solid #edf1f2;
  background: #fff;
  border-radius: 50%;
  transition: .35s
}
.brands__text-more {
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  border-bottom: 1px solid #02283B1A;
  transition: .35s
}
.brands__text-less {
  display: none;
  transition: .35s
}
.brands__icon-arrow {
  display: none
}
@media (max-width:1023px) {
  .brands {
    padding: 40px 0 20px
  }
  .brands__title {
    margin-bottom: 30px
  }
  .brands__item {
    width: auto;
    height: 80px;
    margin-bottom: 5px
  }
  .brands__item svg {
    height: 100%;
    width: auto
  }
  .brands__item img,
  .brands__item picture {
    width: 100%;
    height: 100%
  }
  .brands__item img {
    -o-object-fit: contain;
    object-fit: contain
  }

.brands.brands_white-bg {
  margin-top: 0;
}

}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/selection.css?17011586932100*/
.selection {
  padding-top: 120px;
  padding-bottom: 120px
}
.selection__container {
  display: flex
}
.selection__img-block {
  width: 53%;
  line-height: 0
}
.selection__text-block {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 180px
}
.selection__btn {
  width: 49%
}
.selection__title {
  margin-top: auto!important;
  margin-bottom: 40px;
  margin-left: 80px;
  font-size: 60px;
  font-weight: 500;
  line-height: 66px
}
.selection__text {
  max-width: 410px;
  margin-bottom: auto;
  margin-left: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px
}
.selection__form {
  display: flex;
  flex-direction: column;
  padding: 29px 80px 28px;
  background-color: #edf1f2
}
.selection__input-wrap {
  width: 49%
}
.selection__row {
  display: flex;
  justify-content: space-between
}
.selection__checkbox-block {
  margin-top: 24px
}
@media (max-width:1400px) {
  .selection__title {
    font-size: 45px;
    line-height: 45px
  }
}
@media (max-width:1250px) {
  .selection {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .selection__text-block {
    padding-top: 60px
  }
  .selection__text,
  .selection__title {
    margin-left: 40px
  }
  .selection__form {
    padding-left: 40px;
    padding-right: 30px
  }
}
@media (max-width:1023px) {
  .selection {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .selection__container {
    flex-direction: column
  }
  .selection__img-block,
  .selection__text-block {
    width: 100%
  }
  .selection__text-block {
    padding-top: 28px
  }
  .selection__btn {
    width: 100%
  }
  .selection__title {
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 35px
  }
  .selection__text {
    margin-bottom: 32px;
    margin-left: 0;
    font-size: 16px;
    line-height: 19px
  }
  .selection__form {
    padding: 20px
  }
  .selection__input-wrap {
    width: 100%;
    margin-bottom: 10px
  }
  .selection__row {
    flex-direction: column
  }
}
@media (max-width:768px) {
  .selection {
    padding-top: 15px;
    padding-bottom: 15px
  }
}
/* End */
/* /local/templates/volt/assets/bx-styles/slider.css?1701101292999 */
/* /local/templates/volt/assets/bx-styles/card.css?170790186710133 */
/* /local/templates/volt/assets/bx-styles/news.css?17011012925653 */
/* /local/templates/volt/assets/bx-styles/news-slider.css?17011012923002 */
/* /local/templates/volt/assets/bx-styles/pagination.css?1701101292529 */
/* /local/templates/volt/assets/bx-styles/brands-cars.css?17163784482912 */
/* /local/templates/volt/assets/bx-styles/selection.css?17011586932100 */
