.topByService__controls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.topByService__display{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.topByService__graphs{width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.topByService__item{display:-webkit-box;display:-ms-flexbox;display:flex}.topByService__index{width:20px}.topByService__country{width:120px;margin-right:24px;text-overflow:ellipsis;overflow:hidden}.topByService__item-graph{width:100%;gap:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.topByService__graph{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;line-height:16px;gap:8px}.topByService__graph-line-orange{--theme-color: var(--orange-color)}.topByService__graph-line-blue{--theme-color: var(--blue-color) }.topByService__graph-line-orange,.topByService__graph-line-blue{height:16px;background-color:var(--theme-color);-webkit-animation:smoothWidth 800ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both;animation:smoothWidth 800ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both;-ms-flex-negative:.9;flex-shrink:.9}:is(.topByService__graph-line-orange,.topByService__graph-line-blue):hover{-webkit-box-shadow:0 2px 4px 0px var(--theme-color);box-shadow:0 2px 4px 0px var(--theme-color)}.topByService__legend{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.topByService__legend>div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.topByService__legend-icon{width:14px;height:14px;background-color:var(--theme-color);-ms-flex-negative:0;flex-shrink:0;margin-top:4px}@media(max-width: 1065px){.topByService__display{-ms-flex-wrap:wrap;flex-wrap:wrap}.topByService__display>div{width:100%}.topByService__graphs{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.topByService__legend{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@-webkit-keyframes smoothWidth{0%{width:0}100%{width:var(--target-width)}}@keyframes smoothWidth{0%{width:0}100%{width:var(--target-width)}}