body{
  font-family: "Times New Roman" !important;
}

.banner {
  margin: 0 0 20px;
}
.text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px -15px;
}
.text-image__text,
.text-image__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.text-image__text > ul {
  display: inline-block;
  text-align: left;
}
.text-image__text :first-child {
  margin-top: 0;
}
.text-image__text :last-child {
  margin-bottom: 0;
}
.text-image--left .text-image__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.text-image:not(.text-image--left):not(.text-image--right) {
  text-align: center;
}
@media print, screen and (min-width: 544px) {
  .text-image--left .text-image__text,
  .text-image--left .text-image__image,
  .text-image--right .text-image__text,
  .text-image--right .text-image__image
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-top-slider {
  max-width: none;
}
.product-top-slider + .product-top__info {
  margin-top: 15px;
}
@media print, screen and (min-width: 544px) {
  .product-top-slider-big__slide {
    height: 420px;
  }
  .product-top-slider-small__slide {
    height: 100px;
  }
}

.product-top-info {
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.08);
  padding: 15px !important;
  margin-top: 30px;
}
.price-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: #dc3545;
  font-size: 14px;
}
.price-note span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  border-radius: 50%;
  border: 2px solid currentColor;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  margin-right: 8px;
}
.products-item__price .price-note {
  color: gray;
}
.product-top-info__btn {
  padding-right: 0;
}
.product-top__info + .product-top-chars {
  margin-top: 30px;
}
.product-option--colors .product-option__radio span {
  display: block;
  width: 34px;
  height: 34px;
  border-width: 2px;
  transition: border-color 0.15s;
}
.product-option--colors .product-option__radio:hover span,
.product-option--colors .product-option__radio input:checked + span {
  border-color: #8dc74f;
}
.product-top-info__images {
  max-width: 430px;
  margin-bottom: 30px;
}
.product-top-info__image {
  position: relative;
  width: 100%;
  padding-bottom: 72.83237%;
  background: center no-repeat;
  background-size: cover;
  display: none;
}
.product-top-info__loupe {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: opacity 0.3s;
}
.product-top-info__loupe .icon {
  font-size: 34px;
  color: #7ecc29;
}
.product-top-info__image--active {
  display: block;
}
.product-top-info__image:hover .product-top-info__loupe {
  opacity: 1;
}
@media print, screen and (min-width: 1216px) {
  .product-top {
    display: block;
  }
  .product-top::after {
    content: '';
    display: table;
    clear: both;
  }
  .product-top__slider,
  .product-info {
    float: left;
  }
  .product-top__chars {
    float: right;
  }
  .product-top-info {
    margin-top: 0;
  }
}
.form-steps [data-step] {
  display: none;
}
.form-steps__result {
  margin-top: 20px;
}
.form__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__color > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57px;
          flex: 0 0 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 57px;
  border: 5px solid #ebebeb;
  color: #ebebeb;
}
.form__color select:not(:valid) + a {
  display: none;
}
.product-option__radio input[value=""] + span {
  background: white !important;
  position: relative;
  overflow: hidden;
}
.product-option__radio input[value=""] + span::before,
.product-option__radio input[value=""] + span::after {
  content: '';
  width: 200%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: -50%;
  background: red;
}
.product-option__radio input[value=""] + span::before {
  transform: rotate(45deg);
}
.product-option__radio input[value=""] + span::after {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .form-steps {
    display: block;
  }
  .form-steps::after {
    content: '';
    display: table;
    clear: both;
  }
  .form-steps__left {
    float: left;
  }
  .form-steps__right {
    float: right;
  }
}
.slider--alt .slider-slide {
  background-position: center right;
  text-align: left;
}
.slider--alt .slider-slide::before {
  display: block;
  width: 75%;
  background: linear-gradient(90deg, #fff 50%, transparent);
}
.slider--alt .slider-slide__title {
  font-size: 24px;
  text-align: left;
  color: #2b3d87;
}
@media print, screen and (min-width: 768px) {
  .slider--alt .slider-slide__title {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .slider--alt .slider-slide__title {
    font-size: 36px;
  }
  .slider--alt .slider-slide::before {
    display: none;
  }
}
.categories h2 {
  margin-bottom: 20px;
}
.categories .products__list + h2 {
  margin-top: 30px;
}

.reviews .products-item__link {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.reviews .products-item__image {
  height: 320px;
}
.reviews .products-item__price {
  display: block !important;
  margin-top: 0;
}
.reviews .products-item__price strong {
  display: block;
  margin-bottom: 10px;
}
.reviews .products-item__price strong small {
  display: block;
  margin-top: 3px;
  font-weight: 500;
}
.full-review {
  max-width: 960px;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.products-item__discount {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 3px 5px;
  background: #ffc438;
  color: white;
  font-weight: bold;
}
.products-item__discount:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: -100%;
  top: 25%;
  transform: rotate(-45deg);
  animation: glare 3s infinite;
}
@keyframes glare {
  0% {
    left: -100%;
  }
  25%, to {
    left: 100%;
  }
}

.video {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
}

.video.video--11 {
  padding-bottom: 320px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video div.youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
}

.video-cell{
  margin-bottom: 30px;
}

.video-row{
  margin-bottom: -30px;
}

.price-table{
  border: 0;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
}

.price-table td{
  padding: 10px 20px;
}

.price-table thead{
  background: #8dc74f;
  font-weight: bold;
  color: white;
  font-size: 20px;
}

.price-table tbody tr{
  border-bottom: 1px solid #ebebeb;
}

.price-table .subtitle{
  font-weight: bold;
  font-size: 20px;
}

.slider--alt .slider-slide {
  height: 260px;
}
@media print, screen and (min-width: 768px) {
  .slider--alt .slider-slide {
    height: 412px;
  }
}
@media print, screen and (min-width: 1440px) {
  .slider--alt .slider-slide {
    height: 520px;
  }
  .product-top-slider-big__slide {
    height: 540px;
  }
  .product-top-slider-small__slide {
    height: 140px;
  }
  .products__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .products__item--tpl-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.slider--alt .slider-slide--no-title::before {
  display: none !important;
}
/*Не надо так*/
@media print, screen and (min-width: 1216px) {
  .slider--alt .slider-slide {
    height: 500px;
  }
}
@media print, screen and (min-width: 1440px) {
  .slider--alt .slider-slide {
    height: 570px;
  }
}
@media print, screen and (min-width: 1664px) {
  .slider--alt .slider-slide {
    height: 640px;
  }
}

.slider--catalog .slider-slide{
  padding: 0;
  color: inherit;
  height: auto;
}

.footer{
  background: #8dc74f;
  color: white;
}

.footer__title{
  color: white;
}

.footer-mode__line span{
  color: white;
}

.footer__copyright{
  color: white;
}

.footer__copyright > div{
  min-width: 80px;
}

@media (max-width: 575px){
  .footer__copyright{
    display: block;
  }
}

.footer-info__inner .icon{
  color: white;
}

.spoiler{
  display: none;
}

.spoiler-button{
  margin-top: 15px;
}

.spoiler-button: hover{
  cursor: pointer;
  
}

.logo{
  max-width: none;
}

.logo img{
  max-width: 250px;
}

@media (max-width: 991px){
  .logo img{
    max-width: 100%;
  } 
  
  .boy{
    max-width: 100px;
  }
}

@media (max-width: 575px){
  .boy{
    max-width: 64px;
  }
}

.slider--alt .slider-slide {
  height: auto !important;
  padding: 0 0 33.333333% !important;
}
.slider--alt .slider__slides .slick-dots {
  bottom: 5% !important;
}

.map{
  display: block;
  position: relative;
  top: -87px;
}

.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

.img-cell{
  display: flex;
  align-items:center;
}

@media (max-width: 991px){
  .map{
    top: 0;
  }
}

.footer-nav__item--current .footer-nav__link, .footer-nav__link:hover{
  color: white;
  font-weight: bold;
}

.link-under{
  text-decoration: underline;
}

.link-under:hover, .link-under:focus{
  text-decoration: none;
}

.footer-copyright-cell{
  display: inline-block;
}

.header__logo{
  display: flex;
  align-items: center;
}

.e-banner img{
  max-height: 100%;
}

@media (max-width: 991px){
  .e-banner img{
    max-width: 70px;
  }
}

@media (max-width: 767px){
  .e-banner img{
    max-width: 70px;
  }
  
  .header-search{
    margin: 0;
  }
}

.header-mode__line{
  position: relative;
}

.header-mode__line.delivery{
  padding: 0 0 0 23px
}

.header__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (min-width: 991px){
  .header__wrapper > div{
  margin-left: 7px;
  margin-right: 7px;
}

.header__wrapper > div:first-child{
  margin-left: 0;
}

.header__wrapper > div:last-child{
  margin-right: 0;
}
}

.table-responsive {
  overflow: auto;
  margin-bottom: 30px;
}
.table-responsive table {
  border-collapse: collapse;
}
.table-responsive table tr td {
  border: 1px solid #a6a3a8;
  padding: 2px 10px;
}
.table-responsive table thead {
  background: #f4f4f5;
}
#cookie {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid lightgray;
  padding: 15px 0;
  text-align: center;
}
#cookie.cookie-hidden {
	display: none !important;
}
#cookie .btn {
	margin-top: 5px;
	padding: 10px 20px;
}
.products-item__stickers {
  z-index: 1;
}
.products-item__sticker--new {
  background: #dc3545;
}
.products-item__modif span {
  display: inline-block;
  background: #4fad00;
  padding: 5px 10px;
  color: white;
  line-height: 1;
}
.video--vk {
  padding-bottom: 150%;
}
/* LIFT-COPYRIGHT: подъём блока копирайта в подвале (только широкие экраны) */
@media (min-width: 1200px) {
  .footer__copyright {
    margin-top: -140px;
  }
}

/* ABOUT-SECTION: блок «О компании и миссия» (страница id5) */
.about-section{ max-width: 900px; }
.about-lead{
  font-size: 26px;
  line-height: 1.3;
  color: #2b3d87;
  font-weight: bold;
  margin: 0 0 22px;
  padding: 4px 0 4px 18px;
  border-left: 4px solid #8dc74f;
}
.about-text p{
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.about-text p:last-child{ margin-bottom: 0; }
@media (min-width: 768px){
  .about-lead{ font-size: 32px; }
}

/* TEAM-SECTION: блоки «О компании» — заголовки H2, блок «Наша команда» */
.about-section--next{ margin-top: 46px; padding-top: 40px; border-top: 1px solid #e6e8ef; }
.about-h2{ color: #2b3d87; font-size: 24px; font-weight: bold; margin: 0 0 20px; }
@media (min-width: 768px){ .about-h2{ font-size: 30px; } }
.team-photo{ margin: 0 0 18px; border-radius: 6px; overflow: hidden; }
.team-photo img{ display: block; width: 100%; height: auto; }
.team-photo--placeholder{
  display: flex; align-items: center; justify-content: center;
  min-height: 300px; background: #eef1f6;
  border: 2px dashed #b8c0d8; color: #8a93ad; text-align: center;
  font-size: 20px; line-height: 1.4;
}
.team-photo--placeholder small{ font-size: 14px; opacity: .8; }
.team-caption{ font-size: 18px; font-style: italic; color: #333; margin: 0; }

/* TEAM-CAPTION-TOP: подпись над фото команды */
.team-caption--top{ margin: 0 0 18px; }

/* SERVICE-SLIDER: слайдер фото на страницах «О компании» */
.about-slider{ position: relative; max-width: 900px; margin: 0 0 10px; }
.about-slider__track{ display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; border-radius: 6px; scrollbar-width: none; }
.about-slider__track::-webkit-scrollbar{ display: none; }
.about-slider__slide{ flex: 0 0 100%; scroll-snap-align: center; }
.about-slider__slide img{ display: block; width: 100%; height: auto; }
.about-slider__arrow{ position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.85); color: #2b3d87; font-size: 26px; line-height: 1; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.18); z-index: 2; }
.about-slider__arrow:hover{ background: #8dc74f; color: #fff; }
.about-slider__arrow--prev{ left: 12px; }
.about-slider__arrow--next{ right: 12px; }
.about-slider__dots{ position: absolute; left: 0; right: 0; bottom: 12px; display: flex; justify-content: center; gap: 8px; z-index: 2; margin: 0; }
.about-slider__dot{ width: 11px; height: 11px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.75); box-shadow: 0 1px 3px rgba(0,0,0,.3); cursor: pointer; }
.about-slider__dot.is-active{ background: #8dc74f; }

/* SLIDER-WIDE: слайдер на всю ширину контентной области */
.about-slider{ max-width: none; }

/* HIDE-PAGE-H1: убрать заголовок-дубль (pagetitle H1) на страницах раздела «Компания» */
h1.msoptionsprice-5,
h1.msoptionsprice-4405,
h1.msoptionsprice-4406,
h1.msoptionsprice-4407 { display: none; }

/* MOBILE-LOGO-FIX: логотип шапки не должен налезать на баннер СтАР на мобильных */
@media (max-width: 991px){ .logo img{ max-width: 180px !important; } }
@media (max-width: 600px){ .logo img{ max-width: 150px !important; } }
@media (max-width: 420px){ .logo img{ max-width: 128px !important; } }

/* ═══════════ LEASING-BLOCK — блок «Рассчитайте лизинг» на /lizing/ (вместо виджета Аренза) ═══════════ */
.lz{
  --lz-blue:#2b3d87; --lz-blue-dark:#1e2c66; --lz-green:#8dc74f; --lz-green-dark:#6faa33;
  --lz-ink:#22262e; --lz-muted:#6b7280;
  max-width:1280px; margin:46px auto 20px; border-radius:18px; overflow:hidden;
  box-shadow:0 12px 40px rgba(43,61,135,.18);
}
.lz *{box-sizing:border-box}

/* — верх: синяя схема 4 шагов — */
.lz__top{
  background:linear-gradient(135deg,#32478f 0%,#2b3d87 45%,#1e2c66 100%);
  padding:42px 40px 46px; position:relative; overflow:hidden;
}
.lz__top:before{content:"";position:absolute;right:-90px;top:-90px;width:320px;height:320px;border-radius:50%;background:rgba(141,199,79,.16)}
.lz__top:after{content:"";position:absolute;left:-70px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.05)}
.lz__title{position:relative;z-index:2;color:#fff;font-size:30px;font-weight:700;line-height:1.25;margin:0 0 8px;text-align:center}
.lz__subtitle{position:relative;z-index:2;color:rgba(255,255,255,.78);font-size:16px;line-height:1.5;margin:0 auto 34px;text-align:center;max-width:760px}

.lz__steps{position:relative;z-index:2;display:flex;gap:14px;align-items:flex-start;justify-content:center}
.lz__step{flex:1 1 0;max-width:250px;text-align:center;position:relative}
.lz__step:not(:last-child):before{
  content:"";position:absolute;top:47px;left:calc(50% + 58px);right:calc(-50% + 58px);
  border-top:2px dashed rgba(255,255,255,.32);
}
.lz__ico{
  width:94px;height:94px;margin:0 auto 16px;border-radius:50%;
  background:rgba(255,255,255,.10);border:2px solid rgba(255,255,255,.34);
  display:flex;align-items:center;justify-content:center;position:relative;
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.lz__step:hover .lz__ico{transform:translateY(-4px);background:rgba(141,199,79,.22);border-color:#8dc74f}
.lz__ico svg{width:40px;height:40px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lz__num{
  position:absolute;right:-4px;top:-4px;width:30px;height:30px;border-radius:50%;
  background:#8dc74f;color:#1d2a12;font-size:15px;font-weight:700;
  display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.2)
}
.lz__caption{color:#fff;font-size:17px;font-weight:500;line-height:1.35;padding:0 6px}

/* — белая полоса лимитов — */
.lz__limits{background:#fff;display:flex;align-items:stretch;padding:6px 40px}
.lz__limit{flex:1 1 50%;padding:26px 10px;text-align:center;position:relative}
.lz__limit + .lz__limit:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:1px;background:#e3e7ee}
.lz__limit-label{display:block;font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:#6b7280;margin-bottom:8px}
.lz__limit-value{display:block;font-size:26px;font-weight:700;color:#2b3d87;line-height:1.25}
.lz__limit-value em{font-style:normal;color:#6faa33}
.lz__limit-hint{display:block;font-size:13px;color:#6b7280;margin-top:6px}

/* — форма — */
.lz__formbox{background:#f6f8fb;border-top:1px solid #e6eaf1;padding:36px 40px 34px}
.lz__form-title{font-size:22px;font-weight:700;margin:0 0 4px;color:#22262e}
.lz__form-sub{font-size:15px;color:#6b7280;margin:0 0 24px;line-height:1.5}
.lz__formbox form{margin:0}
.lz__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.lz__field label{display:block;font-size:14px;font-weight:500;color:#3a4152;margin-bottom:7px}
.lz__field label sup{color:#c0392b}
.lz__field input{
  width:100%;height:52px;border:1.5px solid #d8dfe9;border-radius:9px;background:#fff;
  padding:0 16px;font-size:16px;font-family:inherit;color:#22262e;transition:border-color .18s,box-shadow .18s;
}
.lz__field input::placeholder{color:#a9b1bf}
.lz__field input:focus{outline:none;border-color:#2b3d87;box-shadow:0 0 0 3px rgba(43,61,135,.12)}
.lz__field input.error{border-color:#e05252;box-shadow:0 0 0 3px rgba(224,82,82,.12)}
.lz__hint{display:block;font-size:13px;color:#6b7280;margin-top:6px}
.lz__err{display:none;font-size:13px;color:#c0392b;margin-top:6px}
.lz__err.error{display:block}

.lz__consent{display:flex;align-items:flex-start;gap:11px;margin:22px 0 6px;font-size:14px;line-height:1.5;color:#4b5262;cursor:pointer}
.lz__consent input[type="checkbox"]{width:19px;height:19px;margin:1px 0 0;accent-color:#8dc74f;flex:0 0 auto;cursor:pointer}
.lz__consent input[type="checkbox"].error{outline:2px solid #e05252;outline-offset:2px}
.lz__consent a{color:#2b3d87;text-decoration:underline}

.lz__submit{
  display:block;width:100%;max-width:640px;margin:16px auto 0;border:0;cursor:pointer;
  background:linear-gradient(180deg,#9ad45c 0%,#8dc74f 45%,#6faa33 100%);
  color:#fff;font-family:inherit;font-size:19px;font-weight:700;line-height:1.3;
  padding:19px 26px;border-radius:11px;box-shadow:0 8px 22px rgba(141,199,79,.42);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.lz__submit:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(141,199,79,.5);filter:brightness(1.04)}
.lz__submit:active{transform:translateY(0)}
.lz__disclaimer{font-size:13px;line-height:1.6;color:#8a9099;margin:20px auto 0;max-width:900px;text-align:center}

@media(max-width:1100px){
  .lz__caption{font-size:15px}
  .lz__ico{width:84px;height:84px}
  .lz__step:not(:last-child):before{top:42px;left:calc(50% + 52px);right:calc(-50% + 52px)}
}
@media(max-width:860px){
  .lz{margin:32px auto 16px}
  .lz__top{padding:32px 20px 34px}
  .lz__title{font-size:24px}
  .lz__steps{flex-wrap:wrap;gap:26px 10px}
  .lz__step{flex:1 1 44%;max-width:none}
  .lz__step:not(:last-child):before{display:none}
  .lz__limits{flex-direction:column;padding:4px 20px}
  .lz__limit + .lz__limit:before{left:14%;right:14%;top:0;bottom:auto;width:auto;height:1px}
  .lz__limit + .lz__limit{padding-top:22px}
  .lz__grid{grid-template-columns:1fr}
  .lz__formbox{padding:28px 20px 30px}
  .lz__submit{font-size:16px;padding:17px 18px}
}
@media(max-width:480px){
  .lz__step{flex:1 1 100%}
  .lz__limit-value{font-size:22px}
}

/* ═══════════ LEASING-TEXT — оформленный текстовый блок на /lizing/ (над блоком расчёта) ═══════════ */
.lzt{--lzt-blue:#2b3d87;--lzt-green:#8dc74f;--lzt-green-dark:#6faa33;--lzt-ink:#22262e;--lzt-muted:#5f6774}
.lzt,.lzt *{box-sizing:border-box}
.lzt{margin:0 0 10px}

/* лид */
.lzt__lead{
  font-size:19px;line-height:1.65;color:#2b3d87;font-weight:500;
  margin:0 0 34px;padding:22px 26px 22px 30px;
  background:linear-gradient(90deg,#f2f6fb 0%,#f8fbf4 100%);
  border-left:5px solid #8dc74f;border-radius:0 12px 12px 0;
}

/* заголовки разделов */
.lzt .lzt__h2{
  font-size:24px;line-height:1.3;font-weight:700;color:#22262e;
  margin:38px 0 20px;padding-bottom:12px;position:relative;
}
.lzt .lzt__h2:after{content:"";position:absolute;left:0;bottom:0;width:58px;height:3px;border-radius:2px;background:#8dc74f}
.lzt .lzt__p{font-size:17px;line-height:1.7;color:#3a4152;margin:0 0 16px}

/* иконка-кружок (общая) */
.lzt-ico{
  flex:0 0 auto;width:52px;height:52px;border-radius:50%;
  background:#eef4fb no-repeat center/26px 26px;border:1px solid #dde6f2;
}

/* ——— «Почему лизинг» — карточки ——— */
.lzt__why{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.lzt-card{
  display:flex;gap:16px;align-items:flex-start;
  background:#fff;border:1px solid #e6eaf1;border-radius:14px;padding:22px 22px 20px;
  box-shadow:0 2px 10px rgba(30,44,102,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.lzt-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(30,44,102,.10);border-color:#cddcc0}
.lzt-card__title{font-size:17px;font-weight:700;color:#2b3d87;line-height:1.3;margin:2px 0 6px}
.lzt-card__text{font-size:15px;line-height:1.55;color:#5f6774}

/* ——— полоса «География» ——— */
.lzt__geo{
  display:flex;gap:18px;align-items:center;margin:26px 0 0;
  background:linear-gradient(90deg,#eef7e2 0%,#f4f8fd 100%);
  border:1px solid #dfeccd;border-left:5px solid #8dc74f;border-radius:0 14px 14px 0;padding:20px 24px;
}
.lzt__geo .lzt-ico{background-color:#fff;border-color:#dfeccd}
.lzt__geo-title{font-size:16px;font-weight:700;color:#2b3d87;margin-bottom:3px}
.lzt__geo-text{font-size:16px;line-height:1.55;color:#3a4152}

/* ——— «Что можно лизинговать» ——— */
.lzt__lease{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}
.lzt__lease li{
  display:flex;gap:15px;align-items:center;
  font-size:16px;line-height:1.5;color:#3a4152;
  background:#f8fafd;border:1px solid #e9edf4;border-radius:12px;padding:16px 18px;margin:0;
}
.lzt__lease li:before{display:none}
.lzt__lease b{color:#2b3d87}

/* ——— «Как это работает» — таймлайн ——— */
.lzt__steps{list-style:none;margin:0;padding:0;counter-reset:lzt-step;position:relative}
.lzt__steps li{
  position:relative;counter-increment:lzt-step;
  padding:0 0 22px 62px;font-size:17px;line-height:1.55;color:#3a4152;margin:0;
}
.lzt__steps li:before{
  content:counter(lzt-step);position:absolute;left:0;top:-2px;
  width:42px;height:42px;border-radius:50%;
  background:linear-gradient(135deg,#32478f,#2b3d87);color:#fff;
  font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 12px rgba(43,61,135,.28);
}
.lzt__steps li:after{content:"";position:absolute;left:21px;top:44px;bottom:0;width:2px;background:#dde3ee}
.lzt__steps li:last-child{padding-bottom:0}
.lzt__steps li:last-child:after{display:none}
.lzt__steps b{color:#22262e}

/* ——— чипсы «клиенты» ——— */
.lzt__chips{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 0}
.lzt__chips span{
  font-size:15px;font-weight:500;color:#2b3d87;background:#fff;
  border:1.5px solid #cfe0b6;border-radius:999px;padding:9px 18px;
}

/* ——— финальный CTA ——— */
.lzt__cta{
  display:flex;gap:26px;align-items:center;justify-content:space-between;flex-wrap:wrap;
  margin:36px 0 0;padding:26px 30px;border-radius:16px;
  background:linear-gradient(90deg,#f2f6fb 0%,#f8fbf4 100%);
  border:1px solid #dfe6f1;border-left:5px solid #8dc74f;
}
.lzt__cta-text{flex:1 1 420px;color:#3a4152;font-size:16px;line-height:1.6}
.lzt__cta-text b{color:#2b3d87;font-size:17px}
.lzt__cta-btn{
  flex:0 0 auto;display:inline-block;text-decoration:none;
  background:linear-gradient(180deg,#9ad45c 0%,#8dc74f 45%,#6faa33 100%);
  color:#fff!important;font-size:17px;font-weight:700;padding:16px 28px;border-radius:11px;
  box-shadow:0 8px 20px rgba(141,199,79,.38);transition:transform .16s ease,box-shadow .16s ease;
}
.lzt__cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(141,199,79,.48);color:#fff!important}

/* ——— иконки (SVG в data-URI, обводка #2b3d87) ——— */
.lzt-i-flex{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 7h8M18.5 7h1.5M4 17h4M14.5 17h5.5'/%3E%3Ccircle cx='15' cy='7' r='2.5'/%3E%3Ccircle cx='11' cy='17' r='2.5'/%3E%3C/svg%3E")}
.lzt-i-bolt{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.5 2.5 6 13.5h4.5l-1 8 8-11.5h-5l1.5-7.5z'/%3E%3C/svg%3E")}
.lzt-i-percent{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='7.5' cy='7.5' r='2.6'/%3E%3Ccircle cx='16.5' cy='16.5' r='2.6'/%3E%3Cpath d='M19 5 5 19'/%3E%3C/svg%3E")}
.lzt-i-shield{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7.5 3v5.6c0 4.6-3.2 8.1-7.5 9.9-4.3-1.8-7.5-5.3-7.5-9.9V6L12 3z'/%3E%3Cpath d='M8.8 12.2l2.2 2.2 4.2-4.4'/%3E%3C/svg%3E")}
.lzt-i-star{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.4l2.7 5.4 6 .9-4.35 4.2 1.05 5.9L12 17l-5.4 2.8 1.05-5.9L3.3 9.7l6-.9L12 3.4z'/%3E%3C/svg%3E")}
.lzt-i-cycle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12a8 8 0 1 1-2.4-5.7'/%3E%3Cpath d='M20 3.6v4.6h-4.6'/%3E%3C/svg%3E")}
.lzt-i-pin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21.2s7-6.4 7-11.2a7 7 0 1 0-14 0c0 4.8 7 11.2 7 11.2z'/%3E%3Ccircle cx='12' cy='9.8' r='2.7'/%3E%3C/svg%3E")}
.lzt-i-chair{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 11V6.2A2.2 2.2 0 0 1 10.2 4h.6A2.2 2.2 0 0 1 13 6.2V11'/%3E%3Cpath d='M4.8 11h14.4v3.6a3.2 3.2 0 0 1-3.2 3.2H8a3.2 3.2 0 0 1-3.2-3.2V11z'/%3E%3Cpath d='M8 17.8V20M16 17.8V20'/%3E%3C/svg%3E")}
.lzt-i-autoclave{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.8' y='5' width='16.4' height='14' rx='2.2'/%3E%3Ccircle cx='11' cy='12' r='3.4'/%3E%3Cpath d='M17.3 9.4h.01M17.3 14.6h.01'/%3E%3C/svg%3E")}
.lzt-i-tooth{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.4 4.6C9 3.4 10.5 4.1 12 4.1s3-.7 4.6.5C18.1 5.8 18 8.2 17.3 10.6c-.5 1.7-.7 3.4-1 5-.2 1.2-.6 2-1.3 2-.8 0-1-1.2-1.3-2.5-.2-1-.4-1.9-1.7-1.9s-1.5.9-1.7 1.9c-.3 1.3-.5 2.5-1.3 2.5-.7 0-1.1-.8-1.3-2-.3-1.6-.5-3.3-1-5C5.9 8.2 5.9 5.8 7.4 4.6z'/%3E%3C/svg%3E")}
.lzt-i-plus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='3.4'/%3E%3Cpath d='M12 8.6v6.8M8.6 12h6.8'/%3E%3C/svg%3E")}

@media(max-width:1100px){
  .lzt__why{grid-template-columns:1fr 1fr}
}
@media(max-width:860px){
  .lzt__lead{font-size:17px;padding:18px 18px 18px 22px}
  .lzt .lzt__h2{font-size:21px;margin:30px 0 16px}
  .lzt__why{grid-template-columns:1fr}
  .lzt__lease{grid-template-columns:1fr}
  .lzt__geo{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 18px}
  .lzt__cta{padding:22px 20px;gap:18px}
  .lzt__cta-btn{width:100%;text-align:center}
  .lzt-ico{width:46px;height:46px;background-size:24px 24px}
  .lzt__steps li{padding-left:54px;font-size:16px}
  .lzt__steps li:before{width:38px;height:38px;font-size:16px}
  .lzt__steps li:after{left:19px;top:40px}
}

/* ═══════════ ABOUT-DESIGN — оформленная страница «О компании» (ресурс 5) ═══════════ */
.abt,.abt *{box-sizing:border-box}
.abt{margin:0}

/* лид-слоган */
.abt .abt__lead{
  font-size:30px;line-height:1.25;font-weight:700;color:#2b3d87;
  margin:0 0 10px;padding-bottom:16px;position:relative;
}
.abt .abt__lead:after{content:"";position:absolute;left:0;bottom:0;width:70px;height:4px;border-radius:2px;background:#8dc74f}
.abt .abt__intro{font-size:18px;line-height:1.7;color:#3a4152;margin:22px 0 0}
.abt .abt__p{font-size:17px;line-height:1.7;color:#3a4152;margin:0 0 14px}

/* заголовки разделов */
.abt .abt__h2{
  font-size:24px;line-height:1.3;font-weight:700;color:#22262e;
  margin:40px 0 20px;padding-bottom:12px;position:relative;
}
.abt .abt__h2:after{content:"";position:absolute;left:0;bottom:0;width:58px;height:3px;border-radius:2px;background:#8dc74f}

/* цифры */
.abt__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:32px 0 0}
.abt-stat{
  background:linear-gradient(160deg,#f5f8fc 0%,#f7fbf2 100%);
  border:1px solid #e3eaf3;border-radius:14px;padding:22px 20px;text-align:center;
}
.abt-stat__num{font-size:26px;font-weight:700;color:#2b3d87;line-height:1.2;margin-bottom:7px}
.abt-stat__num em{font-style:normal;color:inherit}
.abt-stat__label{font-size:14px;line-height:1.5;color:#5f6774}

/* иконка-кружок */
.abt-ico{
  display:block;flex:0 0 auto;width:52px;height:52px;border-radius:50%;
  background:#eef4fb no-repeat center/26px 26px;border:1px solid #dde6f2;
}

/* плитки «что поставляем» */
.abt__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}
.abt__grid li{
  display:flex;gap:16px;align-items:flex-start;margin:0;
  background:#fff;border:1px solid #e6eaf1;border-radius:14px;padding:20px 22px;
  box-shadow:0 2px 10px rgba(30,44,102,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.abt__grid li:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(30,44,102,.10);border-color:#cddcc0}
.abt__grid li:before{display:none}
.abt__grid-title{display:block;font-size:17px;font-weight:700;color:#2b3d87;line-height:1.3;margin:2px 0 5px}
.abt__grid-text{display:block;font-size:15px;line-height:1.55;color:#5f6774}

/* врезка со знаком СтАР */
.abt__star{
  display:flex;gap:24px;align-items:center;margin:26px 0 0;
  background:linear-gradient(90deg,#eef7e2 0%,#f4f8fd 100%);
  border:1px solid #dfeccd;border-left:5px solid #8dc74f;border-radius:0 14px 14px 0;padding:20px 26px;
}
.abt__star img{flex:0 0 auto;max-width:190px;height:auto;display:block;background:#fff;border-radius:10px;padding:10px;box-shadow:0 2px 10px rgba(30,44,102,.08)}
.abt__star-text{font-size:16px;line-height:1.6;color:#3a4152}
.abt__star-text b{color:#2b3d87}

/* полный цикл — 4 колонки */
.abt__cycle{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;margin:0;padding:0}
.abt__cycle li{
  margin:0;text-align:center;background:#f8fafd;border:1px solid #e9edf4;border-radius:14px;padding:24px 18px 20px;
  position:relative;
}
.abt__cycle li:before{display:none}
.abt__cycle .abt-ico{margin:0 auto 14px;background-color:#fff}
.abt__cycle-title{font-size:16px;font-weight:700;color:#2b3d87;line-height:1.3;margin-bottom:5px}
.abt__cycle-text{font-size:14px;line-height:1.5;color:#5f6774}

/* города */
.abt__chips{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}
.abt__chips span{
  font-size:15px;font-weight:500;color:#2b3d87;background:#fff;
  border:1.5px solid #cfe0b6;border-radius:999px;padding:9px 18px;
}
.abt__chips span.abt__chips--more{color:#5f6774;border-color:#dde3ee;font-weight:400}

/* иконки */
.abt-i-chair{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 11V6.2A2.2 2.2 0 0 1 10.2 4h.6A2.2 2.2 0 0 1 13 6.2V11'/%3E%3Cpath d='M4.8 11h14.4v3.6a3.2 3.2 0 0 1-3.2 3.2H8a3.2 3.2 0 0 1-3.2-3.2V11z'/%3E%3Cpath d='M8 17.8V20M16 17.8V20'/%3E%3C/svg%3E")}
.abt-i-autoclave{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.8' y='5' width='16.4' height='14' rx='2.2'/%3E%3Ccircle cx='11' cy='12' r='3.4'/%3E%3Cpath d='M17.3 9.4h.01M17.3 14.6h.01'/%3E%3C/svg%3E")}
.abt-i-tooth{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.4 4.6C9 3.4 10.5 4.1 12 4.1s3-.7 4.6.5C18.1 5.8 18 8.2 17.3 10.6c-.5 1.7-.7 3.4-1 5-.2 1.2-.6 2-1.3 2-.8 0-1-1.2-1.3-2.5-.2-1-.4-1.9-1.7-1.9s-1.5.9-1.7 1.9c-.3 1.3-.5 2.5-1.3 2.5-.7 0-1.1-.8-1.3-2-.3-1.6-.5-3.3-1-5C5.9 8.2 5.9 5.8 7.4 4.6z'/%3E%3C/svg%3E")}
.abt-i-box{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.2 20 7v10l-8 3.8L4 17V7l8-3.8z'/%3E%3Cpath d='M4 7l8 3.8L20 7M12 10.8V20.8'/%3E%3C/svg%3E")}
.abt-i-truck{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6.5h10.5v9H3z'/%3E%3Cpath d='M13.5 9.5H17l3 3v3h-6.5z'/%3E%3Ccircle cx='7' cy='17.5' r='1.8'/%3E%3Ccircle cx='16.5' cy='17.5' r='1.8'/%3E%3C/svg%3E")}
.abt-i-tools{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.2 6.3a3.9 3.9 0 0 1 5.1 5.1l-8 8-5.1-5.1 8-8z'/%3E%3Cpath d='M4.5 19.5l1.7-1.7'/%3E%3Cpath d='M12.4 8.1l3.5 3.5'/%3E%3C/svg%3E")}
.abt-i-gear{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3.2v2.4M12 18.4v2.4M20.8 12h-2.4M5.6 12H3.2M18.2 5.8l-1.7 1.7M7.5 16.5l-1.7 1.7M18.2 18.2l-1.7-1.7M7.5 7.5 5.8 5.8'/%3E%3C/svg%3E")}
.abt-i-support{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b3d87' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 14v-2a7.5 7.5 0 0 1 15 0v2'/%3E%3Crect x='3' y='13.5' width='3.6' height='5.5' rx='1.6'/%3E%3Crect x='17.4' y='13.5' width='3.6' height='5.5' rx='1.6'/%3E%3Cpath d='M19.2 19v.6a2.4 2.4 0 0 1-2.4 2.4H13'/%3E%3C/svg%3E")}

@media(max-width:1100px){
  .abt__stats{grid-template-columns:1fr 1fr}
  .abt__cycle{grid-template-columns:1fr 1fr}
}
@media(max-width:860px){
  .abt .abt__lead{font-size:23px}
  .abt .abt__intro{font-size:17px}
  .abt .abt__h2{font-size:21px;margin:32px 0 16px}
  .abt__grid{grid-template-columns:1fr}
  .abt__star{flex-direction:column;align-items:flex-start;gap:14px;padding:18px}
  .abt__star img{max-width:170px}
  .abt-ico{width:46px;height:46px;background-size:24px 24px}
}
@media(max-width:520px){
  .abt__stats{grid-template-columns:1fr}
  .abt__cycle{grid-template-columns:1fr}
}

/* ═══════════ STAR-CHIP — стикер «Одобрено СтАР» на фото товара (серия X5) ═══════════ */
.star-chip{
  position:absolute;top:15px;right:15px;z-index:6;
  display:inline-flex;align-items:center;gap:8px;height:34px;
  padding:0 14px 0 4px;border-radius:999px;background:#fff;
  border:1px solid #e6e9f0;box-shadow:0 2px 8px rgba(20,30,60,.16);
  text-decoration:none;transition:box-shadow .18s ease,transform .18s ease;
}
.star-chip:hover{box-shadow:0 4px 14px rgba(20,30,60,.22);transform:translateY(-1px)}
.star-chip img{width:26px;height:26px;display:block;border-radius:5px}
.star-chip span{font-size:12px;font-weight:700;color:#2b3d87;white-space:nowrap;line-height:1}
@media(max-width:600px){
  .star-chip{height:30px;padding:0 11px 0 3px;gap:6px;top:10px;right:10px}
  .star-chip img{width:23px;height:23px}
  .star-chip span{font-size:11px}
}

/* ═══════════ HOME-ABOUT-LEAD — слоган в блоке «О компании» на главной ═══════════ */
.about__text .home-about__lead{
  font-size:21px;line-height:1.35;font-weight:700;color:#2b3d87;
  margin:0 0 16px;padding-left:16px;border-left:4px solid #8dc74f;
}
@media(max-width:860px){
  .about__text .home-about__lead{font-size:18px;padding-left:12px}
}
