.tabs{width:100%;max-width:1200px;margin:0 auto;padding:20px 0 40px}.tab-menu{display:flex;justify-content:center;align-items:center;list-style:none;gap:8px 16px;flex-wrap:wrap;margin:0;padding:0}.tab-menu .tab-name{cursor:pointer;font-size:16px;color:var(--primary-500);line-height:24px;padding:12px 10px;font-weight:700;text-align:center;border-bottom:2px solid var(--grey-200);transition:background-color 0.3s,color 0.3s}.tab-menu .tab-name.active{border-bottom:2px solid var(--primary-500)}.tab-content-container{margin-top:20px;width:100%}.tab-content{display:none}.tab-content.active{display:block}.tab-content>*:first-child{margin-top:0}.tab-content>*:last-child{margin-bottom:0}.tab-content p{margin:0 0 16px;font-size:16px;line-height:26.06px}.tab-content h2,.tab-content h3,.tab-content h4{font-weight:700;color:var(--grey-900);margin:28px 0 12px;line-height:1.32}.tab-content h2{font-size:26px}.tab-content h3{font-size:20px}.tab-content h4{font-size:18px}.tab-content ul,.tab-content ol{margin:0 0 16px;padding-left:22px}.tab-content li{margin-bottom:8px;font-size:16px;line-height:26.06px}.tab-content li:last-child{margin-bottom:0}.tab-content a{color:var(--primary-500);text-decoration:underline}.tab-content table{width:100%;margin:0 0 20px;border-collapse:separate;border-spacing:0;border:2px solid var(--grey-200);border-radius:12px}.tab-content table th,.tab-content table td{border:0;border-right:2px solid var(--grey-200);border-bottom:2px solid var(--grey-200);padding:12px 10px;text-align:center;vertical-align:middle}.tab-content table tr>*:last-child{border-right:0}.tab-content table tr:last-child>*{border-bottom:0}.tab-content table th{background-color:#fafafa;color:var(--primary-500);font-weight:700;font-size:16px;line-height:24px}.tab-content table td{font-weight:400;font-size:16px;line-height:26.06px}.tab-content table:not(.karty) tr:nth-child(odd)>td{background-color:#fafafa}.tab-content table tr:first-child>*:first-child{border-top-left-radius:10px}.tab-content table tr:first-child>*:last-child{border-top-right-radius:10px}.tab-content table tr:last-child>*:first-child{border-bottom-left-radius:10px}.tab-content table tr:last-child>*:last-child{border-bottom-right-radius:10px}.tab-content table td>*:first-child,.tab-content table th>*:first-child{margin-top:0}.tab-content table td>*:last-child,.tab-content table th>*:last-child{margin-bottom:0}.tab-content table.responsive>tbody>tr>td{border-right:0}.tab-content table.karty,.tab-content table.karty tbody,.tab-content table.karty tr,.tab-content table.karty td{border:0;background:none}.tab-content table.karty{display:block;border-radius:0}.tab-content table.karty tbody{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.tab-content table.karty tr{display:contents}.tab-content table.karty td{display:block;padding:22px 24px;text-align:left;border:2px solid var(--grey-200);border-radius:12px;background:var(--white)}.tab-content table.karty td:empty{display:none}.tab-content table.karty td h3,.tab-content table.karty td h4{margin:0 0 10px;font-size:18px;line-height:1.35}.tab-content table.karty td p{margin:0}.tabs--minostar .tab-content table{border-color:rgb(234 92 31 / .45)}.tabs--minostar .tab-content table th,.tabs--minostar .tab-content table td{border-right-color:rgb(234 92 31 / .2);border-bottom-color:rgb(234 92 31 / .2)}.tabs--minostar .tab-content table th{background-color:var(--primary-500);color:var(--white);border-right-color:rgb(255 255 255 / .35);border-bottom-color:var(--primary-500)}.tabs--minostar .tab-content table:not(.karty) tr:nth-child(odd)>td{background-color:#fff0}.tabs--minostar .tab-content table.karty td{border-color:rgb(234 92 31 / .45);border-radius:14px;transition:transform var(--transition),box-shadow var(--transition)}.tabs--minostar .tab-content table.karty td:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgb(234 92 31 / .2)}.tabs--minostar .tab-content table.karty td h3,.tabs--minostar .tab-content table.karty td h4{color:var(--primary-500)}@media (prefers-reduced-motion:reduce){.tabs--minostar .tab-content table.karty td{transition:none}.tabs--minostar .tab-content table.karty td:hover{transform:none}}.tabs--minostar .tab-content ul{list-style:none;padding-left:0}.tabs--minostar .tab-content ul li{position:relative;padding-left:32px;margin-bottom:12px}.tabs--minostar .tab-content ul li::before{content:"";position:absolute;left:0;top:3px;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23ea5c1f'/%3E%3Cpath d='M5.6 10.3l2.9 2.9 5.9-6.4' fill='none' stroke='%23fff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain}.tabs--minostar .tab-content ul ul li::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.6' fill='none' stroke='%23ea5c1f' stroke-width='2.2'/%3E%3C/svg%3E")}.tabs--minostar .tab-content ol li::marker{color:var(--primary-500);font-weight:700}.tabs--minostar .tab-menu .tab-name.active{border-bottom-width:3px}@media (max-width:768px){.tab-content table th,.tab-content table td{padding:8px 5px;font-size:14px}.tab-content table.karty tbody{grid-template-columns:1fr;gap:14px}.tab-content table.karty td{padding:18px 18px}.tab-content table.karty td,.tab-content table.karty td p{font-size:15px}table.responsive tbody{display:flex;flex-direction:column}table.responsive tbody tr{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}table.responsive tbody tr td{width:100%}.tab-content table.responsive tbody tr>td{border-right:0}table.mobile-small tr th,table.mobile-small tr td{padding:8px 5px;font-size:14px}}