
.section_view_team .section__item .item__body{
    height: 36%;
}

.section_view_process .section__item .item__title{
    height: 50px;
}
.swiper-wrapper .item__logo{
        width: 70%;
}
.hr__tels .soc__wa {
    width: 32px;
    height: 32px;
}
.hr__tels .soc__tg {
        width: 34px;
    height: 32px;
}
.hr__tels .soc {
margin-left: 20px;
}
.section_view_map .section__tel>div {
    gap: 14px;
}

.section_view_finance .section__adv .adv__title a{
      font-weight: 700;
    font-size: 26px;
    line-height: 130%;
}
/* Временно увеличивыем отступ */
.section_view_finance {
    padding-top: 97px;
    margin-bottom: 97px;
}

/* Куки */
#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    font-size: 14px;
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#cookie-banner p {
    margin: 0;
    flex: 1 1 auto;
    min-width: 200px;
}

#cookie-banner a {
    color: #003763;
    text-decoration: underline;
}

#cookie-banner button {
    flex-shrink: 0;
    padding: 8px 16px;
    background: #003763;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
/* Куки */
.item__soc .soc__wa{
width: 33px;
    height: 34px;
}

.section_view_history .section__years div{
    font-size:100px;
        height: 100px;
}

.section_view_item .section__item-tabs .tabs__item:nth-child(2) .char__info td:nth-child(2){
white-space: nowrap;

}
.footer__policy{
  flex-wrap: wrap;
}
.footer__text{
      margin-top: 5px;
font-size: 13px;
}

.section_view_item .section__item-tabs .tabs__item:nth-child(2) .char__info td{
  width: 100%;
}
.page-furgony .section_view_catalog-view .section__item .item__info table tr td:first-child {
    width: 35%;
}
.section-group > section.section_view_expert:last-of-type .section__inner {
  padding-bottom: 120px;
}
/* .section_view_popular.lising .section__item .item__title{
  font-size: 18px;
} */

.item_title_and_icon{
  display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    }
.section_view_item .layout>.section__item .item__logo{
      max-width: 100px;
    max-height: 32px;
}
.section__item .item__right .item__logo{
      max-width: 100px;
}

.section_view_map .section__mail{
    font-size: 27px;
    font-weight: 700;
    line-height: 100%;
    }
    

/* 
.section_view_first.index .section__left {
  grid-column: span 7;
}

.section_view_first.index .section__buttons {
  margin-top: 25px;
  padding-top: 37px;
  position: relative;
}

.section_view_first.index .section__buttons::before {
  content: "";
  position: absolute;
  width: 759px;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  max-width: 100%;
} */

    
.section_view_item .layout>.section__item-tabs .tabs__item .char__table:nth-child(3) .char__info td:nth-child(2){
  white-space: wrap;
}
.section_view_item .layout>.section__item-tabs .tabs__item .char__table:nth-child(2) .char__info td:nth-child(2){
  white-space: wrap;
}
    /* Заголовок, если длинный — ограничиваем высотой */
/* .section_view_popular .item__title {
  min-height: 48px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
} */

/* Весь блок с ценой и лизингом */
/* .section_view_popular .item__head {
  min-height: 70px; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
} */

.section__search.page_search .search .search__input {
    border-radius: 23px;
    background-color: #f4f8fb;
    border: 1px solid var(--color-blue3);
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.section_view_reviews .section__item .item__view {
    position: relative;
    height: auto;
}
.section_view_item .section__item-tabs .tabs__item .char__info td:nth-child(2){
white-space: normal;
    padding: 6px 0px;
}

.form__checkbox-label{
    display: flex;
}

.section_view_form .text_color_inverse .section__right .section__img img{
    height: 100%;
}

.section_view_articles .section__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section_view_articles .item__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section_view_articles .item__info {
  margin-bottom: 8px;
}

.section_view_articles .item__text {
  flex-grow: 1;
}
.section_view_articles .item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.5em; /* можно не указывать, если используешь line-clamp */
}

.section_view_articles .item__button {
  margin-top: auto;
}
.section_view_catalog-view .section__item .item__info table tr td:first-child{
  width: 100%;
}

#catalog_ajax .item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
      font-size: 18px;
  max-height: calc(1em * 2.6); /* чуть больше чем 2 строки */
}

/* Тукт будет для лизинга */
.section_view_popular.lising .section__inner .item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
      font-size: 18px;
  max-height: calc(1em * 2.6); /* чуть больше чем 2 строки */
}

.section_view_popular.lising .section__body .section__item .item__info {
    margin-top: 0px;
}
.section_view_popular.lising .section__body .section__item .item__lising  {
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 0 100%);
}
.section_view_popular.lising .section__body .section__item .item__lising  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 14px 4px 18px;
    line-height: 120%;
    font-weight: 700;
    white-space: nowrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 18px;
    background-color: var(--color-gray-light);
    margin-top: 8px;
}






/* Тукт будет для лизинга */
#catalog_ajax .item__text {
    min-height: 55px;
    max-height: calc(1em * 2.6);
}
.section_view_reviews-page .section__item .item__city {
    font-size: 13px;
}
.tooltip-icon {
    color: #e74c3c;
    font-weight: bold;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    width: 350px;
   background-color: rgb(255 255 255 / 83%);
    color: #000000;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    margin-left: -150px; /* Центрируем */
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


/* Тут для истории компании */

 .section_view_history .section__years-wrapper {
  --slide-width: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 700px;
}

.section_view_history .section__years {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  gap: 0px;
  padding: 0px 60px;
  width: max-content;
}

.section_view_history .section__years div {
  width: var(--slide-width);
  flex: 0 0 var(--slide-width);
  font-size: 55px;
  opacity: 0.3;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  transform: scale(0.8); /* Соседние года уменьшаем */
}

.section_view_history .section__years div.active {
  color: #0094ff;
  opacity: 1;
  transform: scale(1.4); /* Центральный год увеличиваем */
}

.section_view_history .section__years div.active[data-index="4"] {
  width: 350px; /* Увеличим ширину для 2017-2018 */
  transform: scale(1.25); /* Вернем нормальный размер */
      padding: 0px 20px;
}

.section_view_history .section__years div.next,
.section_view_history .section__years div.prev {
  opacity: 0.5; /* Соседние года */
  transform: scale(0.8); /* Соседние года уменьшаем */
}

.section_view_history .section__buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section_view_history .swiper-buttons {
  display: flex;
  gap: 15px;
}

.section_view_history .swiper-button-prev,
.section_view_history .swiper-button-next {
  font-size: 24px;
  background: #0094ff;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.section_view_history .section__item {
  transition: opacity 0.3s ease;
}



.section_view_history .swiper-button-prev,
.section_view_history .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8); /* можно сделать прозрачнее */
  border-radius: 50%;
  z-index: 10;
}

.section_view_history .swiper-button-prev {
  left: 10px;
}

.section_view_history .swiper-button-next {
  right: 10px;
}

/* Уменьшение z-index, если стрелки перекрывают текст */
.section_view_history .swiper-slide {
  position: relative;
  z-index: 1;
}

/* Можно скрыть фон, если мешает */
.section_view_history .swiper-button-prev::after,
.section_view_history .swiper-button-next::after {
  font-size: 20px;
  color: #000;
}
.section_view_history .swiper-buttons-inverse>div::before{
      background-color: #0094ff;
}


/* Тут для истории компании */

















@media (max-width:1660px){
    .section_view_team .section__item .item__body{
    height: 38%;
}

  /* .section_view_first.index .section__left {
    grid-column: span 5;
  }
  .section_view_first.index .section__buttons-body{
max-width: 70%;
  }
   .section_view_first.index .section__buttons-body a{
font-size: 16px;  } */
}

@media (max-width:1450px){
    .section_view_team .section__item .item__body{
    height: 46%;
}
    .section_view_catalog-view .section__body {
        width: 100%;
        padding-left: 40px;
    }
    /* .section_view_popular.lising .section__item .item__title{
  min-height: 60px;
} */
}

@media (max-width:1500px){
/* .section_view_popular .section__item .item__title{
  font-size: 19px;
} */
}

@media (max-width:1280px){
    /* .section_view_popular .section__item .item__title {
        font-size: 18px;
    } */
}
@media (min-width:775px){
 .section__search.page_search .search__icon{
  top:15px;
}

}
@media (max-width:768px){
    .section_view_catalog-view .section__search.page_search {
        width: 50%;
    }
/* .section_view_first.index {
    padding-top: 62px;
  }

  .section_view_first.index .section__left {
    grid-column: 1/-1;
  }

  .section_view_first.index .section__header {
    font-size: 28px;
    line-height: 112%;
  }

  .section_view_first.index .section__buttons-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  } */
   .section_view_catalog-view .section__body {

        padding-left: unset;
    }
    .section_view_history .section__years div {
      font-size:35px;
    }
    .section_view_history .section__years-wrapper{
      min-width: 550px;
    }
}


@media (max-width:550px){
 .section_view_history .section__years-wrapper{
      min-width: 480px;
    }
.section_view_item .layout>.section__item-tabs .tabs__item_delivery .delivery__right{
  padding: 20px 10px;
}
.section_view_item .layout>.section__item-tabs .tabs__item_delivery .delivery__item:nth-child(2n){
   padding: 10px ;
}
.section_view_item .layout>.section__item-tabs .tabs__item_delivery .delivery__item{
  font-size: 14px;
  gap:10px;
}
}

@media (max-width:500px){
 .section_view_history .section__years-wrapper{
      min-width: 400px;
    }

}

@media (max-width:450px){
 .section_view_history .section__years-wrapper{
      min-width: 360px;
    }

}