#table-block table{width:100%;border-spacing:10px}#table-block{display:flex;align-items:center;flex-direction:column;gap:20px}.table-block__holder{position:relative;width:100%}#table-block .swiper-table{position:absolute;top:20px;left:40px;width:32px;height:100%;display:none}#table-block .swiper-table svg{width:32px;height:32px;position:sticky;top:120px;animation:swiper-table 4s infinite}.container #table-block.container{padding:0}@keyframes swiper-table{0%{transform:translateX(0px)}50%{transform:translateX(30px)}100%{transform:translateX(0px)}}#table-block .table-block__wrapper{max-width:100%;width:100%;overflow-x:auto}#table-block table{min-width:850px;width:100%}#table-block table td,#table-block table th{padding:20px;padding-right:13px;border-radius:5px;color:var(--head-primary);text-align:left}#table-block table th{border:1px solid var(--secondary);background:var(--gradient-2);text-transform:uppercase;font-weight:700;font-size:var(--font-size-14);line-height:130%;font-family:'RobotoCondensed'}#table-block table tr td:nth-child(1),#table-block table tr td:nth-child(2){border:1px solid var(--stroke);background-color:var(--background);font-family:'Inter';font-size:var(--font-size-14-16);font-weight:400;line-height:130%;text-transform:none}#table-block table tr td{border:none;background-color:var(--background-secondary);text-transform:uppercase;font-weight:700;font-size:var(--font-size-14);line-height:130%;font-family:'RobotoCondensed'}#table-block .table-block__wrapper tr.hide{display:none}@media (max-width:850px){#table-block .swiper-table{display:block}}