:root{--bp-xs:480px;--bp-sm:834px;--bp-xl:1200px;--bp-xxl:1920px;--bp-mxs:479px;--bp-msm:833px;--bp-mxl:1199px;--bp-mxxl:1919px;--bp-addon-1360:1360px;--bp-addon-1380:1380px;--bp-addon-1279:1279px}.center{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}.centersb{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}@-webkit-keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@-webkit-keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}@keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}.catalog-services-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;min-height:76px;padding:12px 24px;border:1px solid #e6e6e6;border-radius:16px;background-color:#fff;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background-color;transition-property:background-color}.catalog-services-card__title{display:-webkit-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;font-family:Jost,normal;font-weight:500;font-size:18px;line-height:26px;color:#3c3c3c;-webkit-line-clamp:3;-webkit-box-orient:vertical}.catalog-services-card__arrow{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;color:#e3d9f2}.catalog-services-card__arrow svg{display:block;width:100%;height:100%}.catalog-services-card__arrow path{stroke:#e3d9f2;-webkit-transition:stroke .3s ease;transition:stroke .3s ease}.catalog-services-card__arrow rect{stroke:#e3d9f2;stroke-dasharray:101;stroke-dashoffset:0;-webkit-transition:stroke .3s ease;transition:stroke .3s ease}@media (max-width:833px){.catalog-services-card{min-height:56px;padding:16px;gap:10px;border-radius:12px}.catalog-services-card__title{display:block;font-size:14px;line-height:18px;-webkit-line-clamp:unset;-webkit-box-orient:initial}.catalog-services-card__arrow{width:24px;height:24px}.catalog-services-card__arrow path{-webkit-transition:none;transition:none}.catalog-services-card__arrow rect{stroke-dasharray:none;stroke-dashoffset:0;-webkit-transition:none;transition:none}}@media (hover:hover){.catalog-services-card:hover{background-color:#f2f2f2}.catalog-services-card:hover .catalog-services-card__arrow rect{--arrow-draw-base-color:#e3d9f2;--arrow-draw-active-color:#523189;-webkit-animation:arrowDrawCircle .5s ease-in-out forwards;animation:arrowDrawCircle .5s ease-in-out forwards}.catalog-services-card:hover .catalog-services-card__arrow path{stroke:#523189}}