

/* Start:/local/templates/cars/components/bitrix/news/cars.new/bitrix/news.detail/.default/style.css?177374995541080*/
.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0.875em;
  font-size: 12px;

  width: 100%;
  text-align: left;
}
.komp-title {
  font-weight: bold;
  color: #000;
  font-size: 30px;
  text-align: left;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.credit-profit__text {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
  padding: calc(1em / 4);
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
}
.credit-profit .block {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 3px;
  padding: calc(1em / 4);
  /* font-weight: bold; */
  color: #000;
  border-radius: 5px;
  background-color: #fff;
}
.credit-profit .block p {
  margin: 10px 0;
}
.credit-profit__info {
  padding: 32px 20px;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-width: 1px;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    font-size: 1.2em;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }
}
.compl__name .img,
.compl__name .name {
  display: none;
}
.breadcrumbs a {
  font-size: 12px;
  color: #000;
}
.breadcrumbs span.uk-text-secondary {
  font-size: 12px;
  color: #f74243;
  font-weight: bold;
}

/* liquidation */
.liquidation {
  background: url(/local/templates/cars/images/banner.png) no-repeat center;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  margin: 10px 0 20px 0;
  border: 3px solid #f74243;
  border-radius: 10px;
  background-size: cover;
  text-align: center;
}

.liquidation__name {
  margin: 0;
  padding: 5px 0;
  color: rgba(255, 0, 0, 1);
  text-transform: uppercase;
}

.liquidation__text {
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.liquidation__price {
  color: rgba(255, 0, 0, 1);
  font-size: 20px;
  font-weight: bold;
}
.model-car__price {
  display: flex;
}
.model-car__price .mark_price,
.model-car__price .mark_credit {
  display: flex;
  align-items: center;
  border: 1px dotted #c7c7c7;
  padding: 10px;
  /* background: #e4e4e4; */
  box-shadow: 0 0 10px #00000014;
}
.model-car__price .info {
  margin-left: 15px;
}
.model-car__price .mark_price p {
  font-weight: bold;
  font-size: 23px;
  color: #000;
}
.model-car__price .mark_price {
  margin-right: 30px;
}
.model-car__price .mark_price .model-price,
.model-car__price .model-credit {
  font-size: 14px;
  color: #7e7e7e;
  font-weight: normal;
}

@media screen and (max-width: 680px) {
  .liquidation::after {
    transform: skew(0deg);
    max-width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .liquidation__name {
    font-size: 22px;
  }
  .liquidation__text,
  .liquidation__price {
    font-size: 20px;
  }
  .liquidation__price {
    display: block;
  }
}
/* liquidation */

/* list-detail */
.list-detail.section {
  margin-top: 30px;
  margin-bottom: 50px;
}
.model-car {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin: 0 0 40px 0;
}

.model-car__main {
  display: flex;
  width: 64%;
  margin: 0 10px 0 0;
}

/* .model-car__content {
  display: flex;
} */
.model-car__auto {
  width: auto;
}
.model-car__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.model-car__title h1 {
  font-size: 26px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
.model-car__title p {
  margin-bottom: 20px;
}
.model-car__price {
  text-align: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.model-car .text-through {
  text-decoration: line-through;
  color: #cacaca;
  font-size: 1.5em;
}
.model-car .model-price > span {
  font-weight: bold;
  font-size: 1.7em;
  color: #f74243;
}
.model-car .model-credit > span {
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
}

.model-slider {
  overflow: hidden;
  max-width: 600px;
  margin: 50px 0 0;
}
.model-slider.eq {
  margin: 0;
  max-width: 560px;
}
.model-slider.eq .slick-prev {
  left: 10px;
  background: url(/local/templates/cars/images/left.png) no-repeat center / 20px;
  width: 40px;
  height: 40px;
  z-index: 1111;
  background-color: #fff;
  border-radius: 50%;
}
.model-slider.eq .slick-next {
  right: 10px;
  background: url(/local/templates/cars/images/right.png) no-repeat center /
    20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
}
.model-slider.eq .slick-next:before {
  content: none;
}
.eq_block .model-slider__items li {
  padding: 0;
}
.eq_block {
  display: flex;
  margin-top: 30px;
  column-gap: 40px;
  margin-bottom: 20px;
}
.eq_block .model-slider__items li img {
  max-width: 100%;
  margin: 0;
  border-radius: 10px;
}
.model-slider__items {
  margin: 0;
  padding: 0;
  opacity: 0;
}

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

.model-slider__items li {
  padding: 2em 0;
  text-align: center;
  background: url(/local/templates/cars/images/general/circle.svg) no-repeat top /
    45%;
}

.model-slider__items li img {
  display: block;
  max-width: 85%;
  margin: 0 auto;
}

.model-slider__items .slick-track {
  display: flex;
}
.model-slider__items .slick-list {
  overflow: hidden;
}

.model-slider .model-slider__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: center;
  align-items: center;
}
.model-slider__nav li {
  margin: 0 5px;
}
.model-slider__nav li > a {
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

.active-dots {
  border: 2px solid #f74243;
  border-radius: 50%;
}

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

/* list-detail */

/* model-info */
.model-info {
  width: 33%;
  min-width: 400px;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 0 0 10px #00000014;
  background: #fff;
}
.model-info .legend {
  background: #444444;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.model-info .legend span {
  margin-top: 10px;
  display: block;
  color: #f74243;
  font-weight: bold;
  font-size: 26px;
}
.model-info .model-profit {
  padding: 1em 1.5em;
  font-weight: 550;
  background-color: #f5f5f5;
  border-bottom: none;
}

.model-profit__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model-profit__title div:first-child {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

div.legend {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  line-height: 1.1;
  /*  border-bottom: 1px solid #e4e4e4;
  border-bottom: 1px solid var(--border-color);*/
  font-size: 24px;
}

.model-info .model-profit-total {
  font-weight: bold;
  font-size: 1.5em;
}

.model-info .model-profit-stock {
  font-weight: normal;
  display: block;
  margin-top: 1em;
  text-align: center;
}

.model-profit-stock span {
  color: #898989;
}
.model-info .model-profit-stock::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  vertical-align: middle;
  border-radius: 50%;
  background: #333537 url(/local/templates/main/images/general/icons/!_cr.svg)
    no-repeat center / 16%;
}

.model-info .model-form-wrap {
  position: relative;
  margin: 0px 0 0px 0;
  overflow: hidden;
}

.model-info .model-form {
  padding: 20px 26px 20px;
  border-bottom: none;
  border-top: none;
  text-align: center;
}

/* model-info */

/* timer */
.timer {
  display: block;
  text-align: center;
  font-family: sans-serif;
  font-weight: 100;
}

.countdown-title {
  color: #000;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
  display: none;
}

.countdown {
  font-family: sans-serif;
  color: #000;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 25px;
  padding: 10px 0;
}

.countdown-number {
  padding: 0px;
  border-radius: 5px;
  background: #f74243;
  display: inline-block;
}

.countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: #e4e4e4;
  display: inline-block;
  box-shadow: 0 0 1px #222;
}

.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  display: none;
}
/* timer */

/* detail galery and picture */
.model-credit-desktop {
  margin-top: 1em;
}

.gallery__model {
  display: flex;
  flex-direction: column;
  width: 30%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  max-width: 150px;
}

.gallery__model--item {
  margin: 0 0 10px 0;
  min-height: 100px;
  width: 150px;
}

.gallery__model--item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 5px;
}

.gallery__model .slick-list {
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  .content--detail {
    flex-direction: column;
  }
  .gallery__model {
    width: auto;
    max-width: 100%;
  }

  .gallery__model--item {
    padding: 0 10px;
  }

  .gallery__model--item {
    max-width: 350px;
    height: auto;
  }
  .gallery__model--item img {
    max-width: max-content;
  }
}

@media screen and (max-width: 760px) {
  .gallery__model--item {
    max-width: 350px;
    height: auto;
  }
}

@media screen and (max-width: 440px) {
  .gallery__model--item {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

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

.next-arrow {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: gray;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  margin: 10px auto;
  width: 150px;
}
.next-arrow:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
}

.slick-prev.slick-arrow {
  display: none;
}

.slick-prev:before {
  content: "";
}
@media screen and (max-width: 1250px) {
  div.container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }

  .eq_block {
    column-gap: 20px;
  }
  .model-slider.eq {
    max-width: 480px;
  }
  .model-info {
    min-width: 364px;
  }
  div.legend {
    font-size: 22px;
  }
  .model-car__main {
    width: 61%;
  }
}
@media screen and (max-width: 760px) {
  .model-car__main {
    flex-direction: column;
  }
  .eq_block {
    flex-direction: column;
  }
  .model-slider.eq {
    margin-bottom: 20px;
  }
  .model-slider {
    margin: 30px auto;
  }
  .model-info {
    width: 100%;
    min-width: auto;
  }
  .next-arrow {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .model-slider__items li img {
    max-width: 85%;
  }
  .model-slider {
    margin: 15px auto;
  }
}
@media screen and (max-width: 480px) {
  .model-slider__items li img {
    max-width: 100%;
  }
}

/* detail galery and picture */

/* подарки */
.gifts-content {
  margin-bottom: 40px !important;
}

.gifts-model {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.gifts-model img {
  padding: 15px;
  width: 80px;

  height: 80px;
}
.gifts-model p {
  font-weight: bold;
  font-size: 18px;
}
.gifts-model span {
  font-size: 14px;
}
.gifts-model-item {
  flex: 1;
  min-width: 215px;
  height: auto;

  background: #fff;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000014;
  align-items: center;
  padding: 10px 15px 15px 10px;
}

.gifts-title {
  margin: 0 0 10px 0;
  justify-content: left;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .gifts-content {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 500px) {
  .gifts-model {
    display: flex;
    gap: 0.75rem;
    width: 1200px;
  }
  .komp-title {
    font-size: 28px;
  }
  .gifts-content {
    background: none;
    padding: 0;
    overflow-x: scroll;
  }
  .gifts-content::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .gifts-model-item {
    width: 100%;
    gap: 15px;
  }
  .gifts-model img {
    padding: 10px;
  }
  .gifts-model p {
    font-size: 19px;
  }
  .gifts-model span {
    font-size: 17px;
  }
}
/* подарки */

.special-banner {
  margin-bottom: 40px;
}
.all-banner {
  position: relative;
  display: block;
}
.all-banner .sale-txt {
  right: 110px;
  top: 54px;
  transform: scaleX(0.8);
  font-size: 1.25rem;
  position: absolute;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .all-banner .sale-txt {
    right: -2px;
    top: 11px;
    font-size: 10px;
  }
}
/* таблица комплектаций */
.complectations {
  margin-bottom: 70px;
}
.table-container {
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #00000014;
}
.table-container.eq {
  background: #fff;
  border-radius: 5px;
}
.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
}

.table-container .tabs {
  margin-top: calc(-48px / 2);
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32em;
  background-color: #e4e4e4;
  border-radius: 5px;
  max-width: 512px;
  width: auto;
}

.table-container .tabs button {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0;
  font-weight: 550;
  font-size: 0.875em;
  line-height: 48px;
  color: #aeaeae;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.table-container .tabs button.active {
  border-radius: 5px;
  background-color: #444;
  color: #fff;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
.table-info {
  display: flex;
  flex-wrap: wrap;
}
.table-info__col {
  width: 50%;
  padding-left: 15px;
}

.packages .table-info .list {
  margin-bottom: 42px;
  padding-right: 10px;
}
.packages .table-item {
  line-height: 1.3;

  align-items: flex-start;
  margin: 0;
  list-style-type: "-";
  padding: 0 0 0 10px;

  font-weight: 550;
  color: #000;
}

.packages .table-item-name {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  font-weight: bold;
}
.packages .table-spec-headline {
  margin: 0 0 1em 0;
  font-size: 22px;
  line-height: 1.1;
}
.packages .table-item:nth-child(n + 2) {
  margin-top: 10px;
}
.table-info__safe {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.table-info__comfort {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.table-info__compl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.text-through {
  text-decoration: line-through;
  color: #cacaca;
}
.packages .table-open-spec {
  width: 12px;
  height: 10px;
  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;
  padding: 0;
  box-shadow: none;
}
.table-open-spec.active {
  transform: rotate(180deg);
}

/* old */
table .uk-flex .uk-width-auto,
.table-spec .uk-padding-small-right {
  padding-left: 15px;
}

@media screen and (max-width: 960px) {
  table .uk-flex .uk-width-auto,
  .table-spec .uk-padding-small-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  table .uk-flex.uk-flex-middle.uk-flex-between .uk-width-auto {
    text-align: center;
  }
}

.head-table {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;

  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  align-items: center;
  background: #444444;
}

.tr-table {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 10px;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
}

.compl__name {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  align-items: center;
  font-weight: bold;
}

.compl__name:hover {
  cursor: pointer;
}

.compl__name button {
  margin-left: 10px;
}

.head-table__elem {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

div.table-spec {
  display: none;
  padding: 25px;
}
.komp-title.eq {
  margin: 0 0 10px;
}
.eq_name {
  margin-bottom: 25px;
}
.tr-table__text {
  display: none;
  color: #cacaca;
  font-size: 12px;
  padding-bottom: 3px;
}

.tr-table_elem.compl {
  display: flex;
  align-items: left;
  justify-content: space-between;
}

.tr-table_elem .oldprice,
.tr-table_elem.newprice,
.tr-table_elem.vygoda,
.tr-table_elem.uk-visible\@s {
  white-space: nowrap;
}

.tr-table_elem:nth-child(1),
.head-table__elem:nth-child(1) {
  width: 29%;
}
.tr-table_elem:nth-child(2),
.tr-table_elem:nth-child(3),
.tr-table_elem:nth-child(4),
.head-table__elem:nth-child(2),
.head-table__elem:nth-child(3),
.head-table__elem:nth-child(4) {
  width: 11%;
}

.tr-table_elem:nth-child(5),
.tr-table_elem:nth-child(6) {
  width: auto;
}

.head-table__elem:nth-child(5),
.head-table__elem:nth-child(6) {
  /* width: 120px; */
  width: auto;
}

.head-table__elem--buttons {
  display: flex;
}

.head-table__elem--button {
  width: 180px;
}
.head-table__elem--amount {
  width: 120px;
}
.tr-table_elem.vygoda,
.head-table__elem.vygoda-visible {
  margin: 0 5px;
}
@media only screen and (max-width: 740px) and (min-width: 640px) {
  .tr-table_elem:nth-child(1),
  .head-table__elem:nth-child(1) {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .table-container {
    box-shadow: none;
  }

  .table-container .rows {
    margin-top: 25px;
    border-radius: 5px;
    position: relative;
    
  }
  .table-container.eq .rows{
    max-height: 400px;
    overflow: hidden;
  }
  .complectations #complectationsToggle{
    padding: 12px 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
  }
  .table-container.eq .rows::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    height: 150px;
   
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
  }
  .expanded .table-container .rows{
    max-height: 100%;
    transition: max-height 0.5s ease;

  }
  .expanded .table-container .rows::after{
    background: none;
  }
  .tr-table {
    flex-wrap: wrap;
    text-align: center;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #e4e4e4;
    /* box-shadow: 0px 5px 10px #e4e4e4; */
    border-radius: 0;
  }
  .tr-table__btn-two.visible,
  .tr-table__btn-two .visible {
    display: block;
  }

  .compl__name {
    /* justify-content: center; */
    /* font-size: 20px; */
    font-size: 22px;
    font-weight: bold;
    width: auto;
  }

  .tr-table_elem.compl {
    justify-content: flex-start;
  }
  .packages .table-open-spec {
    width: 20px;
  }
  .tr-table_elem:nth-child(1) {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: space-between;
    flex-direction: row;
    margin-bottom: 24px;
    margin-left: 20px;
  }

  .tr-table_elem:nth-child(2) {
    /* display: block; */
    width: 55%;
    margin-bottom: 10px;
  }
  .tr-table_elem:nth-child(3) {
    width: 0;
  }
  .tr-table_elem:nth-child(4) {
    width: 46%;
  }
  .tr-table_elem:nth-child(5) {
    display: block;
    width: 46%;
  }
  div.model__name {
    padding: 20px 0 15px 20px;
  }

  .tr-table_elem:nth-child(6) {
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
  }
  .tr-table__text {
    /* display: block; */
    display: none;
  }

  .tr-table_elem {
    /* padding-bottom: 7px; */
    margin: 0 5px;
  }

  .text-through.oldprice {
    color: #000;
  }
  .btn.btn-primary {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .table-container .uk-tabs button {
    /* line-height: 25px; */
  }
}

@media screen and (max-width: 1095px) {
  .packages .btn.btn-credit {
    width: auto;
    min-width: 70px;
  }
  .head-table__elem--button {
    width: 120px;
  }
}
.packages .btn-credit,
.packages strong {
  width: 180px;
  height: 45px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 0;
  border-radius: 5px;
  color: #fff;
  text-transform: none;
  box-shadow: none;
}
.packages .btn-credit {
  color: rgb(255, 255, 255);
  background: #f74242;
  border-width: 1px;
  border-style: solid;
  //border-color: rgb(252, 133, 7) transparent rgb(255, 162, 24);
  border-image: initial;
  cursor: pointer;
}

.packages .btn.btn-credit:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
}

.packages strong {
  display: inline-block;
  /* margin-top: 8px; */
  padding-top: 9px;
  line-height: 1.1;
  text-align: center;
  background-color: #444;
}

.model__name {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .packages strong {
    display: none;
  }

  .head-table__elem--button.visible {
    display: none;
  }

  .head-table__elem:nth-child(5),
  .head-table__elem:nth-child(6) {
    width: 35px;
  }
}

@media screen and (max-width: 860px) {
  .head-table__elem {
    font-size: 12px;
  }

  .head-table__elem:nth-child(5),
  .head-table__elem:nth-child(6) {
    width: 45px;
  }
}
#complectationsToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .tr-table__btn {
    justify-content: space-around;
  }
  .model-car__main {
    width: 100%;
  }
  .model-info {
    min-width: 100%;
  }
  .packages .btn.btn-credit {
    font-size: 19px;
    /* height: 40px; */
    width: 180px;

    margin: 0 auto;
    /* margin: 20px 0 0 0; */
    white-space: normal;
    line-height: 12px;
  }
 
  div.tr-table_elem,
  .text-through.oldprice,
  .tr-table_elem.vygoda,
  .tr-table_elem.newprice {
    /* margin: 0; */
    font-size: 20px;
    font-weight: bold;
  }
  .tr-table {
    padding: 10px 0px 20px;
  }
  .tr-table__text {
    font-size: 14px;
    display: block;
    width: 100%;
  }
  div.tr-table_elem {
    width: 39%;
  }
  .packages .table-spec-headline {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1;
  }

  .packages .table-info .uk-list {
    padding-right: 0;
    margin: 0 0 10px 0;
  }

  table .uk-flex .uk-width-auto,
  .table-spec .uk-padding-small-right {
    padding: 0 5px;
  }

  .packages .table-item:nth-child(n + 2) {
    margin-top: 0;
  }

  .packages .table-item-name {
    margin-right: 5px;
  }
}

@media screen and (max-width: 345px) {
  div.tr-table_elem,
  .text-through.oldprice,
  .tr-table_elem.vygoda,
  .tr-table_elem.newprice {
    font-size: 12px;
  }
  .tr-table__text {
    font-size: 10px;
  }
}
.tr-table__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.amount {
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #000;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
  width: 120px;
}
.tr-table__btn-one {
  margin: 0 5px 0 0;
}
.btn.btn-primary.compare__btn {
  width: 220px;
  line-height: 45px;
  margin: 10px 0 10px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  box-shadow: none;
  background: #444;
}
.checkcar {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
}
.checkcar .checkbox {
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: -9999;
  display: block;
  width: 0.1px;
  height: 0.1px;
  visibility: hidden;
}
.checkcar .checkbox + .checkcar-check::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 0.875em;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.checkcar .checkbox:checked + .checkcar-check::before {
  background: url(/local/templates/main/images/general/icons/checked_color.svg)
    no-repeat center / 12px;
}
.credit-profit__text .block {
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin-top: 15px;
}
.credit-profit {
  box-shadow: 0 0 10px #00000014;
}
.credit-profit__text .block p {
  margin: 10px 0;
}
@media screen and (max-width: 960px) {
  .packages .table-item {
    font-size: 16px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .table-info {
    flex-direction: column;
  }
  .packages .table-spec-headline {
    background: #444444;
    color: #fff;
    padding: 20px 25px;
  }
  .table-info__col {
    width: 100%;
    padding: 20px;
  }
  .packages .table-info .list {
    margin-bottom: 10px;
    padding-right: 5px;
  }

  .packages .table-item-name {
    margin-right: 5px;
    flex-basis: 40%;
  }
  .packages .table-item:nth-child(n + 2) {
    margin-top: 0;
  }
  .packages .table-item-name {
    margin-right: 5px;
    flex-basis: 40%;
  }
  .table-info__safe {
    width: 100%;
    padding: 0 25px;
  }
  .table-info__comfort {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .table-info__compl {
    width: 100%;
  }
}
/* таблица комплектаций */

/* технические характеристики */
.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#packages-2 {
  display: none;
}
table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.packages-2 thead th:first-child {
  padding-left: 12px;
}
.packages thead th:first-child {
  vertical-align: bottom;
}
.packages thead th {
  text-transform: initial;
  font-weight: bold;
  color: #aeaeae;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.uk-table-shrink {
  width: 1px;
}
.packages .uk-divider-vertical {
  width: auto;
  height: auto;
  text-align: center;
}

.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
* + [class*="uk-divider"] {
  margin-top: 20px;
}
[class*="uk-divider"] {
  border: none;
  margin-bottom: 20px;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.uk-table tbody tr {
  transition: background-color 0.1s linear;
}
.packages-2 tbody td:first-child {
  padding-left: 12px;
}
.packages-2 tbody .packages-item {
  color: #f74243;
}
.packages tbody td {
  font-weight: 550;
  /* vertical-align: bottom; */
  vertical-align: middle;
}
.uk-table td {
  padding: 16px 10px;
  vertical-align: top;
}

.packages tbody .uk-divider-vertical {
  vertical-align: middle;
  color: #444444;
  white-space: nowrap;
}

.packages-2 tbody td img {
  width: 12px;
  margin: 0 auto;
}
/* технические характеристики */

/* programs */
.programs {
  margin-bottom: 40px;
}
.programs-content {
  padding: 0 42px;
}
.programs-title {
  margin-bottom: 40px;
  font-size: 24px;
}
.programs .programs-list {
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.programs-program {
  position: relative;
  z-index: 1;
  width: 30%;
  min-width: 265px;
  margin: 0px 30px 10px 0;
}
.programs-program:last-child {
  margin: 0px 0 10px 0;
}
.program-card {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 1.5em 1em 1.2em 1em;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 1.5em 1em 2em 1.5em;
  border-right: none;
}
.program > div::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 12px;
  z-index: 1;
  display: block;
  width: 18px;
  height: 26px;
  background: url(/local/templates/main/images/general/icons/mark.svg) no-repeat
    center / contain;
}
.programs .program.select > div::before {
  background: url(/local/templates/main/images/general/icons/mark.svg) no-repeat
    center / contain;
}
.program > div::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -5.3%;
  display: block;
  width: 80%;
  height: 200%;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  -webkit-clip-path: polygon(
    92.67% 24.73%,
    100.25% 24.73%,
    100% 75%,
    92.92% 75.29%
  );
  clip-path: polygon(92.67% 24.73%, 100.25% 24.73%, 100% 75%, 92.92% 75.29%);
}
.program-card-text {
  flex: 1;
  min-width: 1px;
}
.program-name {
  max-width: 90%;
  margin-bottom: 1.4em;
  font-weight: bold;
  font-size: 1em;
  color: #000;
}
.program strong {
  font-size: 1.2em;
}
.program-card-input {
  width: auto;
}
.programs .program-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  display: block;
  width: 0.1px;
  height: 0.1px;
  visibility: hidden;
}
.programs .program-input + .program-label {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 36px;
  background-color: #e4e4e4;
  outline: none;
  border-radius: 50px;
  will-change: transform;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.programs .program-input:checked + .program-label::after {
  left: 33px;
  background-color: #f74243;
}
.programs .program-input + .program-label::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 36px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #898989;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  will-change: transform;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.programs-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.programs-view-total {
  flex: 1;
  min-width: 1px;
}
.programs-view-total strong {
  font-weight: bolder;
  font-size: 28px;
}
.programs-view-number {
  width: auto;
}
.programs-total {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .programs-program {
    width: 45%;
    min-width: 265px;
    margin: 30px 0px 10px 0;
  }
  .programs-program:last-child {
    margin: 30px 0 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .programs-content {
    padding: 0 2em;
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .programs-program {
    width: 100%;
    margin: 10px 0px 10px 0;
  }
  .programs-program:last-child {
    margin: 10px 0 10px 0;
  }
  .program-name {
    margin-bottom: 0.5em;
  }
  .program-card {
    padding: 1.2em 1em 1.2em 1.5em;
  }
  .programs-view {
    flex-direction: column;
  }
  .programs-view-number {
    margin: 5px 0 0 0;
  }
  .programs-view-number .programs-total {
    color: #f74243;
  }
  .table-container {
    border: none;
  }
  .programs-content {
    padding: 0 1em 0 0;
  }
}

/* programs */

/* guarantees */
.guarantees {
  margin-bottom: 30px;
}
.guarantees ul.guarantees-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.guarantees ul.guarantees-items li {
  width: 25%;
  list-style-type: none;
}

.guarantees ul.guarantees-items li .image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/local/templates/main/images/content/guarantees/car-star-guarantee.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20vw;
  max-width: 230px;
  height: 20vw;
  max-height: 230px;
  margin: 0 auto;
}

.guarantees ul.guarantees-items li .guarantees-items__title {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.guarantees ul.guarantees-items li .image span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 0.8;
}

.guarantees ul.guarantees-items li .image span:first-child {
  font-size: 3.4em;
  font-weight: 600;
}

.guarantees ul.guarantees-items li .image span:first-child {
  font-size: 3.4em;
  font-weight: 600;
}

.guarantees .text-content .text-content__title,
.guarantees .text-content .text-content__text {
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 1023px) {
  .guarantees ul.guarantees-items li .image span:first-child {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .guarantees ul.guarantees-items li .image span:first-child {
    font-size: 1em;
  }
}

@media screen and (max-width: 575px) {
  .guarantees ul.guarantees-items li {
    width: 50%;
  }

  .guarantees ul.guarantees-items li .image {
    width: 45vw;
    height: 45vw;
  }

  .guarantees ul.guarantees-items li .image span:first-child {
    font-size: 2em;
  }
}
/* guarantees */

/* cars.new.more.show */
.new-list__hits {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
}
.new-list__hit {
  width: 33%;
  padding-right: 1%;
  margin-top: 15px;
  min-width: 385px;
}
.new-list__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e4e4;
  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 20px;
  min-height: 418px;
  justify-content: space-between;
}
.new-list__name {
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  font-size: 24px;
}

.new-list__name a {
  color: #000;
}

.new-list__count {
  text-align: center;
}

.new-list__headline {
  display: none;
}

.new-list__price {
  color: rgba(255, 0, 0, 1);
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.new-list__credit {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.new-list__headline {
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .new-list__name {
    font-size: 30px;
  }
}
@media (max-width: 1210px) {
  .new-list__hits {
    justify-content: space-evenly;
  }
  .new-list__hit {
    width: 40%;
  }
}
@media (max-width: 835px) {
  .new-list__hit {
    width: 66%;
  }
}
@media (max-width: 640px) {
  .new-list__hit {
    width: 100%;
    padding: 0;
  }
  .new-list__hits {
    margin-right: 0;
  }
}

/* cars.new.more.show */

/* detail-description */
.detail-description__content {
  display: flex;
  flex-wrap: wrap;
}
.detail-description__col {
  width: 50%;
}
.detail-description__col:first-child {
  padding: 0 20px 0 0;
}
.detail-description__title {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.detail-description__text {
  text-align: justify;
  margin: 10px 0;
}
.detail-description__text span {
  font-weight: 550;
}
.detail-description__list li {
  margin-top: 10px;
}
.detail-description__text {
}
@media screen and (max-width: 640px) {
  .detail-description__col {
    width: 100%;
  }
}
/* detail-description */

/* regulations */

.regulations .regulations__cols {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  grid-gap: 25px;
  flex-wrap: wrap;
}
.regulations__title {
  margin-bottom: 25px;
  font-size: 23px;
}
.regulations li {
  margin: 10px 0;
}
.regulations__cols div {
  border: 1px solid #c7c7c7;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px #00000014;
  max-width: 550px;
}
.regulations__attention .regulations__title {
  color: #f74242;
}

/* ----------- Reviews slider ---------------- */

.reviews__slider .slick-track {
  padding: 20px 0;
}

.reviews .main__title {
  margin-bottom: 0;
}

.reviews__slider {
  margin-bottom: 30px;
}

.reviews__slider .slick-slide {
  margin: 0 8px;
}

.reviews__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  -webkit-box-shadow: 5px 5px 4px 0px rgba(237, 237, 238, 0.68),
    10px 10px 10px 0px rgba(237, 237, 238, 0.52);
  box-shadow: 5px 5px 4px 0px rgba(237, 237, 238, 0.68),
    10px 10px 10px 0px rgba(237, 237, 238, 0.52);
  padding: 15px;
  margin-bottom: 20px;
  height: 190px;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.reviews__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.reviews__link {
  width: max-content;
  display: block;
}

.reviews__link p {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #757575;
  padding-right: 30px;
}

.reviews__link p::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  width: 22px;
  height: 22px;
  background: url(/local/templates/main/images/reviews-link.svg) no-repeat
    center;
  background-size: contain;
}

.reviews__name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.09px;
  margin-top: 5px;
}

.stars {
  display: block;
  color: #fea800;
  font-size: 24px;
  line-height: 24px;
  width: max-content;
  margin-left: auto;
}

.reviews__text {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.reviews__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    to(white)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  background-position-y: bottom;
  background-repeat: repeat-x;
}

.reviews__link-bottom {
  text-decoration-line: underline;
  color: #878787;
}

.reviews__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.reviews__slider .slick-dots li {
  width: 55px;
  height: 5px;
  border-radius: 50px;
  background: var(--secondary-color);
  border-radius: 4px;
  cursor: pointer;
}

.reviews__slider .slick-dots .slick-active {
  border: 1px solid var(--secondary-color);
  background: #fff;
}

.reviews__slider .slick-dots button {
  font-size: 0;
}

.reviews__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 13px);
  z-index: 10;
  font-size: 0;
  width: 26px;
  height: 26px;
}

@media (max-width: 768px) {
  .head-table,
  .packages .table-open-spec {
    display: none;
  }
  .tr-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid var(--border-color);

    background: #fff;
    box-shadow: 0 0 10px #00000014;
    margin: 0 0 15px 0;
  }
  .table-container {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .table-container.eq .table-spec {
    padding: 0;
  }
  .table-container.eq .table-info__col {
    padding: 0;
  }
  .tr-table_elem.newprice {
    width: 46%;
    text-align: center;
    font-size: 20px;
  }
  .tr-table_elem.credit {
    width: 46%;
    text-align: center;
    font-size: 20px;
  }
  .tr-table_elem:nth-child(5) {
    padding-top: 10px;
    width: 100%;
    border-top: 1px dotted #c7c7c7;
    margin-top: 20px;
  }
  .compl__name {
    display: flex;
    /* width: 100%; */
    text-align: center;
    font-size: 20px;
    gap: 15px;
  }
  .compl__name .name {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
  .tr-table_elem.compl {
    width: 100%;
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .compl__name .img {
    width: 60%;
  }
  .compl__name .img,
  .compl__name .name {
    display: block;
    text-align: center;
  }
  .visible,
  .head-table__elem {
    display: none;
  }
  .head-table.visible {
    display: block;
    padding: 0;
  }
  .head-table__elem:nth-child(1) {
    display: block;
  }
}

/* ------------------- @media ---------------------- */

/* End */


/* Start:/local/templates/cars/components/bitrix/news.list/cars.comp.more/style.css?17716789973903*/
.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%;
  min-width: 384px;
  overflow: hidden;
  position: relative;
}
.ribbon{
  left: -64px;
    position: absolute;
    top: 18px;
    width: 206px;
    background-color: #f74243;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
    padding: 5px 0;
    line-height: 1;
}
.hit_price_info {
  display: flex
;
    align-items: center;
    margin-bottom: 15px;
}
.hit_price_info .info{
  margin-left: 15px;
}
.hit__card .hit_icon{
  position: absolute;
}
.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 20px;
}
.hit__title {
  display: flex;
      align-items: center;
      justify-content: space-around;
      margin: 30px 0 20px;
}

.hit__name {
  margin: 0;
}

.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;
}
.uk-button {
}
.button-gift {
}
.hit__info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  border-top: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  padding: 10px 15px 0;
}
.hit__count {
  width: auto;
}
.hit__headline {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: #7e7e7e;
}
.hit__price {
  
  font-weight: bold;
  font-size: 23px;
  color: #000;
}
.uk-margin-small-bottom {
}
.hit__credit {
  font-size: 20px;
  
}
.hit__picture {
  flex: 1;
  min-width: 1px;
  padding: 1em 0 ;
  text-align: right;
}

.hit__picture img {
  display: block;
  max-height: 150px;
  margin: 0 auto;
}
.hit__picture.foto_copm img {
  max-height: none;
}
.hit__picture.foto_copm{
  padding: 0;
  height: 250px;
    display: flex;
    align-items: center;
}
.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;
}
.new-more.comp  .hit__name a p {
  font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}
.new-more.comp  .hit__title{
  justify-content: flex-start;
  padding-left: 15px;
}
.btn.btn-secondary {
  background-color: #e7e7e7;
  color: #000;
  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 */


/* Start:/local/templates/cars/components/bitrix/news.list/cars.new.more/style.css?17575386363583*/
.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%;
  min-width: 384px;
  overflow: hidden;
  position: relative;
}
.ribbon{
  left: -64px;
    position: absolute;
    top: 18px;
    width: 206px;
    background-color: #f74243;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
    padding: 5px 0;
    line-height: 1;
}
.hit_price_info {
  display: flex
;
    align-items: center;
    margin-bottom: 15px;
}
.hit_price_info .info{
  margin-left: 15px;
}
.hit__card .hit_icon{
  position: absolute;
}
.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 20px;
}
.hit__title {
  display: flex;
      align-items: center;
      justify-content: space-around;
      margin: 30px 0 20px;
}

.hit__name {
  margin: 0;
}

.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;
}
.uk-button {
}
.button-gift {
}
.hit__info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  border-top: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  padding: 10px 15px 0;
}
.hit__count {
  width: auto;
}
.hit__headline {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: #7e7e7e;
}
.hit__price {
  
  font-weight: bold;
  font-size: 23px;
  color: #000;
}
.uk-margin-small-bottom {
}
.hit__credit {
  font-size: 20px;
  
}
.hit__picture {
  flex: 1;
  min-width: 1px;
  padding: 1em 0 ;
  text-align: right;
}

.hit__picture img {
  display: block;
  max-height: 150px;
  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: #e7e7e7;
  color: #000;
  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/cars/components/bitrix/news/cars.new/bitrix/news.detail/.default/style.css?177374995541080 */
/* /local/templates/cars/components/bitrix/news.list/cars.comp.more/style.css?17716789973903 */
/* /local/templates/cars/components/bitrix/news.list/cars.new.more/style.css?17575386363583 */
