/* ТЗ-126 В5: связь услуг и товаров. Плитки «Сопутствующие услуги» в категории и на карточке — правила .services* из services.css без .help (у страниц своя .help); ссылки блока «Металлопрокат для этой услуги» на странице услуги (у сайта a{color:inherit}, ссылка в тексте иначе не отличима) */
.services__title{font-weight:600;font-size:20px;line-height:130%}@media screen and (max-width:992px){.services__title{font-size:16px}}.services__description,.services__link{font-weight:400;font-size:14px;line-height:140%}@media screen and (max-width:992px){.services__description,.services__link{font-size:13px}}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:992px){.services{padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;overflow-x:auto}.services--listing{padding-bottom:0;display:grid;grid-template-columns:repeat(3,1fr);overflow-x:hidden}}@media screen and (max-width:640px){.services--listing{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:440px){.services--listing{grid-template-columns:1fr}}.services__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f5f5f6;border-radius:12px}@media screen and (max-width:992px){.services__item{-ms-flex-negative:0;flex-shrink:0;width:235px}}@media screen and (max-width:640px){.services__item{width:280px}}@media screen and (max-width:992px){.services--listing .services__item{width:auto}}.services__img{width:100%;height:240px;border-radius:12px;overflow:hidden}@media screen and (max-width:1600px){.services__img{height:210px}}@media screen and (max-width:992px){.services__img{height:156px}}@media screen and (max-width:640px){.services__img{height:186px}}.services__img img,.services__link::before{-webkit-transition-duration:400ms;-o-transition-duration:400ms;transition-duration:400ms}.services__img img{-o-object-fit:cover;object-fit:cover;height:100%}.services__img:hover img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.services__inner,.services__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services__inner{padding:24px 20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:20px}.services__text{gap:12px}.services__title{color:#333}.services__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#a9adb4}.services__buttons{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}@media screen and (max-width:992px){.services__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:640px){.services--listing .services__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.services__button{-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:992px){.services__button{width:100%}}@media screen and (max-width:640px){.services--listing .services__button{width:auto}}.services__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;gap:6px;color:#a9adb4}.services__link::before{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#a9adb4}.services__link:hover::before{width:100%}.services__arrow{width:16px;height:16px;fill:none;stroke:#a9adb4;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.usluga-katalog a{color:#001960;text-decoration:underline;text-underline-offset:3px}.usluga-katalog a:hover{text-decoration:none}

/* 24.09: ссылка раздела кровли и фасада на его страницу в «Производстве» (блок услуг) */
.uslugi-blok__proizvodstvo { margin: 0 0 24px; padding: 16px 20px; border-left: 4px solid #db4423; background: #f5f5f6; color: #333; line-height: 1.5; }
.uslugi-blok__proizvodstvo a { font-weight: 600; color: #001960; text-decoration: underline; }
