.tabs-section{padding:48px 25px 70px}.tabs-wrapper{display:flex;flex-direction:column;gap:12px;margin:40px auto 70px;max-width:1200px}.tabs-nav{align-items:center;display:flex;gap:12px;max-width:100%}.tabs-row-outer{flex:1;min-width:0;overflow:hidden}.tabs-row{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.tabs-row::-webkit-scrollbar{display:none}.tab-btn{background:#faf7f7;border:none;border-radius:10px;color:#333;cursor:pointer;flex:0 0 auto;font-size:22px;font-weight:500!important;padding:10px 22px;transition:all .2s ease;white-space:nowrap}.tab-btn:hover{background-color:#f6ecfc;border-color:#b44fd4;color:#b44fd4}.tab-btn.active,.tab-btn:focus{background:#f6ecfc;border-color:#b44fd4;color:#b44fd4;font-weight:600}.tab-arrow{align-items:center;background:#fff;border:1px solid #e5e0e0;border-radius:50%;color:#333;cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;padding:10px;transition:all .2s ease;width:40px}.tab-arrow:hover{background-color:#f6ecfc;border-color:#b44fd4;color:#b44fd4}.tab-arrow:focus,.tab-arrow:hover,tab-arrow:focus{background-color:#fff;color:#333}.tab-content{display:none;justify-content:center}.tab-content.active{display:flex}.tab-img{border-radius:16px;max-width:800px;width:100%}@media (max-width:768px){.tab-btn{font-size:13px;min-width:270px;scroll-snap-align:start}.tabs-row{scroll-snap-type:x mandatory}}