
/* The reference applies below the existing hero only. */
.home-content,.home-footer,.home-page .stats-strip{font-family:Inter,Arial,sans-serif;color:#344256;font-size:16px;line-height:1.6}
.home-content h2,.home-content h3,.home-content .eyebrow,.home-content .button,.home-footer h3,.home-footer .brand,.home-footer .button,.home-page .stats-inner strong,.home-page .stats-inner>p{font-family:Inter,Arial,sans-serif}
.home-content h2{color:#0f2d56;font-size:32px;font-weight:700;line-height:1.25;letter-spacing:-.8px}
.home-content h3{color:#0f2d56;font-weight:600;line-height:1.3;letter-spacing:-.3px}
.home-content .eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:600;color:#4973a4;margin-bottom:10px}
.home-content .button,.home-footer .button{font-size:14px;font-weight:600;min-height:54px;padding:15px 28px;border-radius:4px;gap:26px}
.home-content .gold,.home-footer .gold{background:linear-gradient(105deg,#edc675,#e7b355);color:#142c46;box-shadow:0 2px 5px #041b3310}
.home-content .gold:hover,.home-footer .gold:hover{background:#f0ca80}
.home-content .text-link{font-size:14px;font-weight:500;color:#245c97;gap:10px}
.home-content .section-heading{align-items:center;margin-bottom:22px;gap:24px}
.home-content .section-heading .text-link{flex-shrink:0}
.home-section{padding:44px 0 32px}
.home-page .hero-description{max-width:380px}
.home-page .hero-description-highlight{color:#efc67c}
@media (min-width:641px){
  .home-page .hero:after{background:linear-gradient(90deg,rgba(4,24,47,.99) 0%,rgba(5,29,55,.97) 29%,rgba(5,30,55,.8) 44%,rgba(5,27,49,0) 68%),linear-gradient(0deg,#041a2b75,transparent 28%)}
}
@media (min-width:641px) and (max-width:1250px){
  .home-page .hero:after{background:linear-gradient(90deg,#051b34 0%,#051d36eb 38%,#051d36a6 52%,#051d3600 74%)}
}
.home-page .hero-emblem{position:absolute;z-index:1;top:calc(55% + 30px);left:calc(58% - 140px);width:145px;height:auto;transform:translate(-50%,-50%)}

@media(max-width:1100px){
  .home-page .hero-emblem{display:none}
}

.home-page .stats-strip{background:linear-gradient(100deg,#f1f5fa,#e9f0f8);border-bottom:1px solid #d3dfed}
.home-page .stats-inner{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr 1.12fr;align-items:stretch;min-height:122px;gap:0}
.home-page .stats-inner>div{width:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:28px 16px;border-right:1px solid #e4ecf6}
.home-page .stats-inner>.stat-expertise{border-right:0;margin:0}
.home-page .stats-inner>div>span{display:flex;flex-direction:column;gap:6px;min-width:0}
.home-page .stats-inner strong{font-size:20px;font-weight:700;line-height:1.25;color:#0f2d56;white-space:nowrap}
.home-page .stats-inner strong>span{display:inline;font:inherit;white-space:nowrap}
.home-page .stats-inner small{font-size:14px;line-height:1.5;color:#536d8c}
.home-page .stats-inner .stat-expertise strong{white-space:normal}
.home-page .stats-inner .stat-expertise .stat-expertise-subtitle{display:block;margin-top:4px;font-size:14px;font-weight:500;line-height:1.3;color:#536d8c}
.home-page .stat-icon-image{display:block;width:auto;height:42px;margin:0;flex:0 0 auto}
.home-page .stats-inner>div>.stat-icon-image,.home-page .stats-inner>div>.stat-copy{transform:translateY(5px)}

@media(min-width:981px){
  .home-page .stats-inner>div>.stat-copy{height:64px;justify-content:flex-start}
}

.home-advantages{padding-top:56px;padding-bottom:32px}
.home-advantages h2{font-size:30px}
.home-advantages .section-heading{margin-bottom:9px}
.home-intro{font-size:16px;line-height:1.6;margin-bottom:24px}
.home-advantages-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.home-feature{padding:22px 24px 24px;border:1px solid #dfe7f0;border-radius:5px;background:linear-gradient(145deg,#fff,#fdfefe);box-shadow:0 2px 6px #153c6103}
.home-feature-icon{width:78px;height:78px;object-fit:contain;margin:-12px 0 0 -16px}
.home-feature h3{font-size:16px;font-weight:700;margin:6px 0 12px;letter-spacing:-.35px}
.home-feature p{font-size:14px;line-height:1.6;color:#425674}

.home-services{background:linear-gradient(105deg,#f4f8fd,#f8fbff);border-top:1px solid #edf3fa;padding-top:35px;padding-bottom:32px}
.home-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.home-service{background:#fff;border:1px solid #dce6f0;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 3px 9px #14345204;transition:box-shadow .2s,transform .2s}
.home-service:hover{box-shadow:0 10px 24px #173d6612;transform:translateY(-3px)}
.home-service-photo{position:relative;height:145px;overflow:hidden;background:#dce8f1}
.home-service-photo img{width:100%;height:100%;object-fit:cover}
.home-service-photo.workers img{object-position:50% 52%}
.home-service-photo.handshake img{object-position:center 50%}
.home-service-photo.construction img{position:absolute;width:210%;height:210%;max-width:none;left:-10%;top:-8%;object-fit:cover}
.home-service-photo.crane img{position:absolute;width:240%;height:240%;max-width:none;left:0;top:0;object-fit:cover}
.home-service-copy{position:relative;padding:16px 22px 35px;flex:1}
.home-service h3{font-size:18px;font-weight:700;line-height:1.3;max-width:250px}
.home-service p{font-size:14px;line-height:1.55;color:#425674;margin-top:12px}
.home-card-arrow{position:absolute;right:18px;bottom:16px;width:18px;height:18px;color:#174b7d}

.home-calculation{position:relative;isolation:isolate;color:#fff;background:#082c4d;overflow:hidden;padding:40px 0}
.home-calculation:before{content:'';position:absolute;inset:0;z-index:-2;background:url('/assets/images/raschet-stoimosti-garantii-fon-2000x729.webp') right center/cover no-repeat}
.home-calculation:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#05253ff5 0%,#0a2d51f2 34%,#163e658c 68%,#0a2d5129)}
.home-calculation-inner{display:flex;align-items:flex-end;gap:42px;justify-content:space-between}
.home-content .home-calculation h2{color:white;font-size:32px;line-height:1.25}
.home-calculation-copy{flex:0 0 40%;padding-left:20px}
.home-calculation-copy>p{color:#dce5f1;font-size:18px;line-height:1.5;margin:14px 0 19px}
.home-calculation-copy>.button{min-width:273px}
.home-calculation-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex:1;padding-bottom:10px}
.home-calculation-benefits>div{display:flex;align-items:center;gap:12px;padding:18px 15px;border:1px solid #ffffff66;border-radius:4px;background:#0b2d4659;backdrop-filter:blur(5px);min-height:83px}
.home-calculation-benefits .icon{width:30px;height:30px;stroke:#f6e2b6}
.home-calculation-benefits span{display:flex;flex-direction:column;gap:6px}
.home-calculation-benefits strong{font-size:15px;font-weight:600;line-height:1.4;color:#fff}
.home-calculation-benefits small{font-size:13px;line-height:1.5;color:#d9e6f5}

.home-cases{padding-top:34px;background:linear-gradient(115deg,#fff,#f5faff);padding-bottom:26px}
.home-cases .section-heading{margin-bottom:12px}
.home-case-note{font-size:12px;color:#687c93;line-height:1.5;margin-bottom:20px}
.home-cases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home-case{position:relative;isolation:isolate;overflow:hidden;border:1px solid #d5e1ef;border-radius:5px;background:#fff;transition:box-shadow .2s}
.home-case:hover{box-shadow:0 9px 24px #11375817}
.home-case-photo{position:absolute;z-index:-2;top:0;right:0;width:62%;height:87%;object-fit:cover;object-position:29% 35%}
.home-case:before{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,#fff 3%,#ffffffef 21%,#ffffff15 85%),linear-gradient(90deg,#fff 32%,#fffffff0 46%,#ffffff04)}
.home-case-content{padding:19px 24px 20px}
.home-case-tag{display:inline-block;font-size:12px;line-height:1.5;color:#14375f;border:1px solid #dce7f2;background:#f7fbffd9;padding:7px 9px;margin:-19px 0 20px -1px;border-top:0;border-radius:0 0 3px 3px}
.home-case h3{font-size:24px;font-weight:700;line-height:1.3;max-width:260px;margin-bottom:12px}
.home-case-content>p{font-size:14px;line-height:1.6;max-width:230px;color:#29476d;min-height:45px}
.home-case-details{display:grid;grid-template-columns:.86fr 1.14fr;gap:13px;margin-top:20px}
.home-case-details>div{display:flex;align-items:center;gap:10px}
.home-case-details .icon{width:26px;height:30px;color:#315f95;stroke-width:1.4}
.home-case-details span{display:flex;flex-direction:column;gap:3px}
.home-case-details small{color:#687c93;font-size:11px;line-height:1.4}
.home-case-details strong{font-size:12px;font-weight:500;color:#14385e;line-height:1.4}

.home-articles{padding-top:30px;padding-bottom:32px;background:linear-gradient(110deg,#fff,#f8fbff)}
.home-articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home-article{border:1px solid #dce6f0;border-radius:5px;background:linear-gradient(130deg,#fff,#fbfdff);box-shadow:0 4px 10px #173a6105;transition:box-shadow .2s}
.home-article:hover{box-shadow:0 7px 20px #173a6112}
.home-article>a{display:block;padding:21px 24px;height:100%}
.home-article time{display:block;font-size:12px;line-height:1.5;color:#687c93;margin-bottom:10px}
.home-article h3{font-size:18px;font-weight:600;line-height:1.45;letter-spacing:-.3px}
.home-article p{font-size:14px;line-height:1.6;color:#526884;margin-top:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.home-lead{isolation:isolate;position:relative;overflow:hidden;background:#12395f;color:white;padding:43px 0}
.home-lead:before{content:'';position:absolute;inset:0;z-index:-2;background:url('/assets/images/zayavka-bankovskaya-garantiya-fon-2000x667.webp') center/cover no-repeat}
.home-lead:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0c2b47c9,#11395eba 48%,#0d33524d)}
.home-lead-inner{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-left:270px;min-height:110px}
.home-content .home-lead .eyebrow{color:#e3ecf6;font-size:12px;margin-bottom:12px}
.home-content .home-lead h2{color:#fff;font-size:27px;letter-spacing:-.45px;line-height:1.3}
.home-lead h2+p{font-size:16px;line-height:1.6;color:#d8e4f0;margin-top:10px}
.home-lead-inner>.button{flex-shrink:0;min-width:235px}

.home-footer{background:#04223b;color:#d1deeb;padding:36px 0 21px;margin-top:20px}
.home-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;padding-bottom:26px}
.home-footer .brand{color:#fff}
.home-footer .brand>span{font-size:14px;font-weight:700}
.home-footer .brand>.icon{width:42px;height:49px}
.home-footer h3{font-size:14px;font-weight:600;line-height:1.3;color:#fff;margin-bottom:17px}
.home-footer-brand p{font-size:14px;line-height:1.6;margin-top:18px}
.home-footer-links a{display:block;font-size:14px;line-height:1.5;margin-top:7px}
.home-footer a:hover{color:#f1cb83}
.home-footer-grid>div+div{border-left:1px solid #ffffff14;padding-left:28px}
.home-footer-contacts>a,.home-footer-contacts>p{display:flex;align-items:flex-start;gap:13px;font-size:14px;line-height:1.6;margin:13px 0}
.home-footer-contacts .icon{width:21px;height:23px;color:#fff}
.home-footer-phone{color:#fff;font-weight:600;white-space:nowrap}
.home-footer-bottom{border-top:1px solid #ffffff25;padding-top:19px;display:flex;justify-content:space-between;gap:32px;font-size:12px;color:#91a6bc;line-height:1.5;align-items:center}
.home-footer-note{font-size:11px;line-height:1.5;color:#93a8bb;margin-top:13px;text-align:center}

.lead-dialog-open{overflow:hidden}
.home-lead-dialog{border:1px solid #607d9c;border-radius:8px;padding:0;width:min(900px,calc(100% - 40px));max-height:calc(100dvh - 48px);color:#fff;background:#082843;box-shadow:0 25px 100px #00142766}
.home-lead-dialog::backdrop{background:#031c34b8;backdrop-filter:blur(4px)}
.home-lead-dialog .dialog-close{position:absolute;right:15px;top:12px;z-index:1;width:40px;height:40px;background:#ffffff12;color:white;border:1px solid #ffffff40;border-radius:50%;font-size:28px;line-height:1}
.home-lead-dialog .lead-section{padding:46px 36px 32px;background:linear-gradient(120deg,#092842,#103959)}
.home-lead-dialog .container{width:100%}
.home-lead-dialog .lead-inner{display:block}
.home-lead-dialog .lead-copy h2{color:#fff;padding-right:25px;font-size:28px}
.home-lead-dialog .eyebrow.light{color:#c8d9eb}
.home-lead-dialog .lead-fields{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-lead-dialog .lead-fields label>span{font-size:13px}
.home-lead-dialog input:not([type=checkbox]){font-size:16px}
.home-lead-dialog .lead-benefits{display:none}
.home-lead-dialog .consents{flex-direction:column}
.home-lead-dialog .consents label,.home-lead-dialog .form-preview-note{font-size:12px}

@media(max-width:1200px){
  .home-page .stats-inner>div{padding-left:10px;padding-right:10px;gap:10px}
  .home-page .stats-inner strong{font-size:17px}
  .home-page .stats-inner small{font-size:14px}
  .home-page .stat-icon-image{width:auto;height:36px}
  .home-advantages-grid{gap:16px}
  .home-feature{padding:20px 16px}
  .home-feature h3{font-size:15px}
  .home-services-grid{gap:17px}
  .home-service h3{font-size:17px}
  .home-service-copy{padding-left:18px;padding-right:18px}
  .home-calculation-inner{gap:28px}
  .home-calculation-benefits{gap:9px}
  .home-calculation-benefits>div{gap:8px;padding:16px 10px}
  .home-calculation-benefits .icon{width:24px;height:24px}
  .home-case-content{padding:18px}
  .home-case-details{gap:8px}
  .home-case-details>div{gap:6px}
  .home-lead-inner{padding-left:210px}
  .home-lead-inner>.button{min-width:200px}
  .home-footer-grid{gap:24px}
  .home-footer-links a,.home-footer-contacts>a,.home-footer-contacts>p,.home-footer-brand p{font-size:12px}
  .home-footer-grid>div+div{padding-left:18px}
}

@media(max-width:980px){
  .home-page .hero-emblem{display:none}
  .home-page .stats-inner{grid-template-columns:repeat(4,minmax(0,1fr));min-height:0}
  .home-page .stats-inner>div{padding:20px 9px;gap:9px}
  .home-page .stats-inner>div:nth-child(4){border-right:0}
  .home-page .stats-inner>div>span{gap:4px}
  .home-page .stats-inner strong{font-size:16px;white-space:normal}
  .home-page .stats-inner small{font-size:14px}
  .home-page .stats-inner>.stat-expertise{grid-column:1/-1;justify-content:center;border-top:1px solid #e4ecf6;padding:18px 0}
  .home-page .stat-icon-image{height:34px}
  .home-content h2{font-size:28px}
  .home-advantages{padding-top:38px}
  .home-advantages-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .home-feature{grid-column:span 2;padding:20px 24px}
  .home-feature:nth-last-child(-n+2){grid-column:span 3}
  .home-feature h3{font-size:16px}
  .home-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .home-service-photo{height:180px}
  .home-service h3{font-size:20px;max-width:none}
  .home-service-copy{padding:20px 22px 40px}
  .home-calculation-inner{flex-direction:column;align-items:stretch;gap:28px}
  .home-calculation-benefits{padding:0;gap:16px}
  .home-calculation-benefits>div{padding:18px}
  .home-calculation-benefits strong{font-size:15px}
  .home-calculation:after{background:linear-gradient(90deg,#05253ff2,#0b3058ca 53%,#0a2d5152)}
  .home-cases-grid{gap:14px}
  .home-case-content{padding:16px}
  .home-case-tag{font-size:10px;padding:6px;margin-top:-16px}
  .home-case h3{font-size:22px}
  .home-case-details{grid-template-columns:1fr;gap:13px}
  .home-articles-grid{gap:14px}
  .home-article>a{padding:19px}
  .home-article h3{font-size:16px}
  .home-lead-inner{padding-left:130px;gap:25px}
  .home-content .home-lead h2{font-size:25px}
  .home-lead-inner>.button{min-width:185px;padding:14px 18px;gap:18px}
  .home-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
  .home-footer-grid>div+div{border-left:0;padding-left:0}
  .home-footer-links a,.home-footer-contacts>a,.home-footer-contacts>p,.home-footer-brand p{font-size:14px}
  .home-footer-bottom{flex-wrap:wrap;gap:13px 25px}
  .home-footer-bottom>span{width:100%}
}

@media(max-width:640px){
  .home-page .hero-description{max-width:340px}
  .home-content h2{font-size:26px;line-height:1.25;letter-spacing:-.5px}
  .home-content .section-heading{align-items:flex-start;gap:14px;flex-direction:column;margin-bottom:21px}
  .home-content .section-heading .text-link{font-size:13px}
  .home-content .eyebrow{font-size:11px;line-height:1.5;letter-spacing:1.2px;margin-bottom:9px}
  .home-page .stats-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .stats-inner>div,.home-page .stats-inner>div:first-child{padding:18px 7px;border-bottom:1px solid #e4ecf6;gap:9px}
  .home-page .stats-inner>div:nth-child(2){border-right:0}
  .home-page .stats-inner>.stat-expertise{border-top:0;padding:18px 0;border-bottom:0}
  .home-page .stats-inner strong{font-size:16px}
  .home-page .stats-inner small{font-size:14px;line-height:1.4}
  .home-page .stat-icon-image{width:auto;height:34px;margin:0}
  .home-section{padding:32px 0}
  .home-advantages .section-heading{margin-bottom:14px}
  .home-intro{font-size:15px;line-height:1.6;margin-bottom:20px}
  .home-advantages-grid{grid-template-columns:1fr 1fr;gap:12px}
  .home-feature,.home-feature:nth-last-child(-n+2){grid-column:auto;padding:18px 17px 20px}
  .home-feature:last-child{grid-column:1/-1;display:grid;grid-template-columns:55px 1fr;gap:6px 13px;align-items:center}
  .home-feature:last-child>.home-feature-icon{grid-column:1;grid-row:1/3;margin:-8px 0 -8px -17px}
  .home-feature:last-child>h3{grid-column:2;margin:0}
  .home-feature:last-child>p{grid-column:2}
  .home-feature h3{font-size:16px;margin-top:0;margin-bottom:9px}
  .home-feature-icon{width:72px;height:72px;margin:-10px 0 0 -15px}
  .home-feature p{font-size:14px;line-height:1.55}
  .home-services-grid{gap:14px}
  .home-service-photo{height:130px}
  .home-service-copy{padding:16px 14px 37px}
  .home-service h3{font-size:16px;letter-spacing:-.4px;overflow-wrap:break-word}
  .home-service p{font-size:14px;line-height:1.5;margin-top:10px}
  .home-content .home-calculation h2{font-size:27px}
  .home-calculation{padding:32px 0}
  .home-calculation-copy>p{font-size:16px}
  .home-calculation-copy>p br{display:none}
  .home-calculation-copy>.button{min-width:0;width:100%}
  .home-calculation-benefits{grid-template-columns:1fr;gap:10px}
  .home-calculation-benefits>div{padding:13px 17px;min-height:68px;gap:14px;background:#0c2f4bac}
  .home-calculation-benefits span{gap:3px}
  .home-calculation-benefits strong{font-size:15px}
  .home-calculation-benefits small{font-size:13px}
  .home-calculation-benefits .icon{width:27px;height:27px}
  .home-cases-grid,.home-articles-grid{grid-template-columns:1fr;gap:16px}
  .home-case-content{padding:22px}
  .home-case-tag{font-size:12px;margin-top:-22px;padding:8px}
  .home-case h3{font-size:26px;max-width:230px}
  .home-case-content>p{max-width:240px;font-size:15px}
  .home-case-details{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
  .home-case-details>div{gap:11px}
  .home-case-details strong{font-size:13px}
  .home-case-details small{font-size:12px}
  .home-case-note{font-size:12px;margin-top:-8px}
  .home-article>a{padding:23px}
  .home-article h3{font-size:19px;line-height:1.4}
  .home-article p{font-size:15px}
  .home-lead{padding:38px 0}
  .home-lead-inner{padding-left:0;flex-direction:column;align-items:stretch;gap:25px}
  .home-lead:after{background:linear-gradient(90deg,#103554e3,#123759f2)}
  .home-content .home-lead h2{font-size:27px}
  .home-lead h2+p{font-size:15px}
  .home-lead-inner>.button{align-self:flex-start;min-width:230px}
  .home-footer{padding-top:32px}
  .home-footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px;padding-bottom:28px}
  .home-footer-brand{grid-column:1/-1}
  .home-footer-brand .brand>span{font-size:15px}
  .home-footer-brand p{margin-top:12px}
  .home-footer-contacts{grid-column:1/-1;grid-row:auto;padding-top:24px;border-top:1px solid #ffffff20}
  .home-footer-bottom{font-size:11px;gap:12px 24px}
  .home-footer-bottom>span{margin:0}
  .home-footer-note{font-size:11px}
  .home-lead-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}
  .home-lead-dialog .lead-section{padding:48px 22px 27px}
  .home-lead-dialog .lead-copy h2{font-size:25px;padding:0}
  .home-lead-dialog .lead-fields{grid-template-columns:1fr}
  .home-lead-dialog .lead-fields .button{font-size:14px}
}

@media(prefers-reduced-motion:reduce){.home-content a,.home-footer a{transition:none}.home-service:hover,.home-content .button:hover,.home-footer .button:hover{transform:none}}

/* Colour client logos, continuous marquee */
.home-clients{background:#f5f8fc;font-family:Inter,Arial,sans-serif;color:#344256;font-size:16px;line-height:1.6}
.home-clients h2{color:#0f2d56;font-size:32px;font-weight:700;line-height:1.25;letter-spacing:-.8px}
.home-clients .eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:600;color:#4973a4;margin-bottom:10px}
.home-clients-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.home-clients-heading h2{margin:0}
.home-clients-pause{border:1px solid #cbd9e9;border-radius:6px;background:white;color:#0f2d56;padding:9px 14px;font:inherit;font-size:13px;cursor:pointer}
.home-clients-window{overflow:hidden}
.home-clients-track{display:flex;width:max-content;animation:client-scroll 45s linear infinite}
.home-clients-group{display:flex;gap:18px;padding-right:18px}
.home-client-card{width:220px;min-height:158px;padding:18px 14px;background:white;border:1px solid #dfE7f1;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:14px}
.home-client-card img{width:180px;height:90px;object-fit:contain;filter:none;opacity:1}
.home-client-card span{font-size:13px;line-height:1.5;text-align:center;color:#344256}
.home-clients:hover .home-clients-track,.home-clients:focus-within .home-clients-track,.home-clients.is-paused .home-clients-track{animation-play-state:paused}
@keyframes client-scroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.home-clients-track{animation:none}.home-clients-window{overflow-x:auto}.home-clients-group[aria-hidden]{display:none}.home-clients-pause{display:none}}
@media(max-width:640px){.home-client-card{width:195px}.home-clients-heading{align-items:flex-end}.home-clients-pause{font-size:12px;padding:8px}}

.home-client-card img[src="/assets/images/logotip-kvadra-320x233.webp"],.home-client-card img[src="/assets/images/logotip-gk-fks-232x233.webp"],.home-client-card img[src="/assets/images/logotip-setl-stroy-200x200.webp"]{transform:scale(1.2)}
