

/* Start:/local/templates/main/components/bitrix/news.list/carousel.main/style.css?17491108811498*/
.main-slider.section {
  margin-bottom: 70px;
}

.main-slider__items .main-slider__item {
  min-height: 475px;
  background-color: #71c757;
  background-color: #fc8507;
  background-color: var(--color-main);
  border-radius: 5px;
}

.slick-list {
  overflow: hidden;
}

.main-slider__items {
  position: relative;
  opacity: 0;
}

.main-slider__items.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.main-slider__items .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.main-slider__items .slick-arrow.slick-prev {
  left: 10px;
  background: #fc8507
    url(/local/templates/main/./images/general/icons/previous.svg) no-repeat 47%
    50% / 18%;
}

.main-slider__items .slick-arrow.slick-next {
  right: 10px;
  background: #fc8507 url(/local/templates/main/./images/general/icons/next.svg)
    no-repeat 53% 50% / 18%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

@media (max-width: 960px) {
  .main-slider__items .main-slider__item {
    min-height: 315px;
    padding: 42px 92px;
  }
  .main-slider {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 640px) {
  .main-slider__items .main-slider__item {
    min-height: 200px;
    padding: 42px 92px;
  }
  .main-slider__items .slick-arrow {
    top: 110%;
  }

  .main-slider__items .slick-arrow.slick-next {
    right: 35%;
  }
  .main-slider__items .slick-arrow.slick-prev {
    left: 35%;
  }
  .main-slider .container{
    padding: 0;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/cars.brands/style.css?17726883792104*/
.brands__carmarks-active {
  display: none;
}

.brands__title {
  font-weight: bold;
  color: #000;
  font-size: 34px;
  text-align: center;
}

.brands__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.brand {
  width: 9%;
  padding: 5px;
  min-width: 110px;
}

.brand__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  padding: 0px 0 10px 0;
  min-height: 100px;
}

.brands .brand__link:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.brand-img {
  max-width: 100px;
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.brand-img img {
  display: block;
  width: 100%;
  height: auto;
}

.brand__name {
  color: #000;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .brands__carmarks-active {
    display: block;
  }

  .brands__carmarks {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .brands__btn {
    display: block;
    text-align: center;
    border: 1px solid var(--color-main);
    padding: 13px 7px;
    border-radius: 5px;
    color: var(--color-main);
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
  }
  .brands__image {
    width: 15px;
    height: 15px;
    background: transparent
      url(/local/templates/main/images/general/icons/arrow_color.svg) no-repeat
      center / contain;
    will-change: transform;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 15px;
    right: 40px;
  }
  .brands__image.active {
    transform: rotate(180deg);
  }
  .brands__items.brands__items-active {
    display: none;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/cars.new.more/style.css?17729983093009*/
.new-more__hits {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -2%;
}
li.hit {
  width: 33%;
  margin-top: 15px;
  margin-bottom: 1%;
  padding-right: 1%;
  
}
.hit__card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}


.hit__name {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.hit__name a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 24px;
}
.hit__gift {
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #444444;
  background-image: url(/local/templates/main/./images/general/icons/fire.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48%;
  overflow: hidden;
  cursor: default;
}

.hit__info {
  text-align: left;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  border-bottom: 1px dashed #BDBDBD;
  border-top: 1px dashed #BDBDBD;
  padding: 15px 0;
  margin-bottom: 25px;
}
.hit__count {
  width: auto;
}
.hit__headline {
  text-align: left;
  color: #828282;
  margin-bottom: 5px;
  display: block;
}
.hit__price,
.hit__credit  {
  font-size: 20px;
  font-weight: bold;
}

.hit__picture {
  min-height: 170px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.hit__picture img {
  max-height: 170px;
  display: block;
  margin: 0 auto;
}

.card__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button__credit {
  margin-right: 10px;
}

.btn.btn-primary.btn-credit {
  line-height: 44px;
  white-space: nowrap;
  padding: 0 20px;
}
.button__more {
}
.btn.btn-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 17px;
  border-radius: 100px;
  line-height: 44px;
}
.more__card {
  text-align: center;
  margin: 40px 0 0 0;
}

.btn.load__more {
  height: auto;
  text-transform: initial;
  font-weight: bold;
  line-height: 48px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #cacaca;
  color: #444;
  font-weight: 550;
  padding: 0 30px;
}

.btn.load__more::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-left: 18px;
  vertical-align: -4px;
  background: url(/local/templates/main/images/general/icons/load_color.svg) no-repeat center / contain;
}

.btn.load__more:hover {
  color: #fc8507;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

@media (max-width: 1210px) {
  .new-more__hits {
    justify-content: space-evenly;
  }
  li.hit {
    width: 40%;
  }
}

@media (max-width: 835px) {
  li.hit {
    width: 66%;
  }
}

@media (max-width: 640px) {
  li.hit {
    width: 100%;
    padding-right: 0;
  }
  .new-more__hits {
    margin-right: 0;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/carousel.main/style.css?17491108811498 */
/* /local/templates/main/components/bitrix/news.list/cars.brands/style.css?17726883792104 */
/* /local/templates/main/components/bitrix/news.list/cars.new.more/style.css?17729983093009 */
