: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-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)}}.card-list__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card-list__card{position:relative;padding:24px;border:2px solid #f4f4f4;border-radius:16px;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.card-list__card:hover{border-color:#ff5c00;background-color:#fff4f4}.card-list__card:hover .card-list__name{color:#ff5c00}.card-list__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.card-list__icon{width:60px;height:60px;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;background-color:#f0f0f0;border-radius:50%;margin-bottom:15px}.card-list__icon picture{width:48px;height:48px}.card-list__name{font-weight:500;font-size:16px;line-height:120%;color:#333;margin-bottom:10px;-webkit-transition:all .3s ease;transition:all .3s ease}.card-list__text{font-size:14px;line-height:130%;color:#666}.card-list--column-3 .card-list__list{grid-template-columns:repeat(3,1fr)}.card-list--column-2 .card-list__list{grid-template-columns:repeat(2,1fr)}@media (max-width:1199px){.card-list__list{grid-template-columns:repeat(2,1fr)}.card-list--column-3 .card-list__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:833px){.card-list__list{grid-template-columns:repeat(1,1fr)}.card-list__card{padding:16px}.card-list--column-3 .card-list__list{grid-template-columns:repeat(1,1fr)}.card-list--column-2 .card-list__list{grid-template-columns:repeat(1,1fr)}}