: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)}}.services-list__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.services-list__item{border-radius:20px;overflow:hidden;border:1px solid #e6e6e6}.services-list__item--empty .services-list__item-picture{background-color:#e6e6e6;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}.services-list__item--empty .services-list__item-img{width:45%;-o-object-fit:contain;object-fit:contain}.services-list__item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:.3s;transition-duration:.3s}.services-list__item-picture{display:block;aspect-ratio:405/249;border-radius:20px;overflow:hidden}.services-list__item-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services-list__item-name{margin:0;padding:16px 20px;font-family:Jost,sans-serif;font-weight:500;font-size:20px;line-height:26px;color:#222;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}@media (min-width:834px){.services-list__item-link:hover{background-color:#f4f4f4}.services-list__item-link:hover .services-list__item-name{color:#ff5c00}}@media (max-width:1199px){.services-list__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:833px){.services-list__list{row-gap:12px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.services-list__item-name{padding:8px 12px 12px;font-size:16px;line-height:120%}}