.table{display:flex;width:100%;flex-direction:column}@media (max-width:1023px){.table{display:none}}.hide{display:none!important}.show{display:flex!important}.table__header{background-image:radial-gradient(circle,#142046 1.5px,transparent 2px);background-position:left 0 bottom;background-repeat:repeat-x;background-size:8px 4px;font-weight:700;font-size:20px;padding-bottom:20px}.table__header,.table__row{display:flex;flex-direction:row;justify-content:space-between}.table__header div:first-child,.table__row div:first-child{flex:0 0 25%}.table__header-item,.table__row-item{display:flex;flex:1}.table__header-item:not(:last-child),.table__row-item:not(:last-child){margin-right:20px}.table__row{background-image:linear-gradient(90deg,#142046 10%,hsla(0,0%,100%,0) 0);background-position:0 100%;background-size:10px 1px;background-repeat:repeat-x;padding:16px 0}.table__row .table__row-item:first-child{font-weight:500;font-size:20px}.table__tabs{display:none}@media (max-width:1023px){.table__tabs{display:flex}}.tabs{width:100%;overflow:hidden}.tabs .tabs__list{width:100%;position:relative;display:flex;flex-direction:row;padding:0;margin-bottom:20px;white-space:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.tabs .tabs__list::-webkit-scrollbar{display:none}.tabs .tabs__list .tabs__list-selected{position:relative}.tabs .tabs__list li{flex:1;text-align:center;border:none;-ms-grid-row-align:center;align-self:center;padding:0 0 15px;font-size:20px;font-weight:700;min-width:160px;bottom:0}.tabs__panel-item{display:flex;flex-direction:column;background-image:linear-gradient(90deg,#142046 10%,hsla(0,0%,100%,0) 0);background-position:0 0;background-size:10px 1px;background-repeat:repeat-x}.tabs__panel-item .tabs__panel-item-title{font-size:20px;font-weight:500;margin:16px 0 8px}.tabs__panel-item .tabs__panel-item-content{margin-bottom:16px}.slider{content:"";position:absolute;bottom:0;left:0;right:0;background:#ededed;height:3px;border-radius:5px}