.rules_block{display:flex;gap:15px;width:100%}.rules_menu{display:flex;flex-direction:column;gap:5px;height:fit-content;max-width:245px;width:100%}.rules_categoryes_button{align-items:center;background:#141414;border-radius:7px;cursor:pointer;display:flex;gap:12px;justify-content:flex-start;min-height:44px;padding:0 16px;position:relative;transition:background .3s,color .3s;user-select:none;width:100%}.rules_categoryes_button:before{background:#6080ff;border-radius:0 3px 3px 0;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%) scaleY(0);transition:transform .3s;width:3px}.rules_categoryes_button p{color:hsla(0,0%,100%,.5);font-size:14px;font-weight:600;line-height:21px;text-align:left;transition:color .3s}.rules_categoryes_button:hover{background:#161616}.rules_categoryes_button:hover p{color:#fff}.rules_categoryes_button_active{background:#202020}.rules_categoryes_button_active:before{transform:translateY(-50%) scaleY(1)}.rules_categoryes_button_active p{color:#fff}.rules_categoryes_button_active:hover{background:#202020}.rules_categoryes_button_active:hover p{color:#fff}.rules_content{animation:rules_block_in .35s ease backwards;display:flex;flex-direction:column;gap:15px;height:min-content;width:100%}@keyframes rules_block_in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rules_title{color:#fff;font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-align:left}.rules_title_inline{font-size:18px;margin-top:8px}.rules_rules_container{display:flex;flex-direction:column;gap:8px}.rules_empty{color:hsla(0,0%,100%,.5);font-size:14px;font-weight:500}.rules_rules_item{background:#161616;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.rules_rules_item_main{align-items:center;display:flex;gap:12px;padding:14px}.rules_rules_number{align-items:center;background:#202020;border-radius:7px;color:hsla(0,0%,100%,.5);display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:28px;justify-content:center;letter-spacing:-.02em;min-width:28px;padding:0 8px}.rules_rules_content{display:flex;flex-direction:column;gap:8px}.rules_rules_content p{color:#fff;font-size:15px;font-weight:500;letter-spacing:-.02em;line-height:22.5px;text-align:left}.rules_rules_note{font-size:14px;font-weight:500;letter-spacing:-.02em;line-height:1.45;padding:11px 14px;width:100%}.rules_rules_note strong{font-weight:700}.rules_rules_note+.rules_rules_note{border-top:1px solid rgba(0,0,0,.25)}.rules_rules_punishment{background-color:rgba(231,76,60,.1);color:#ff7a7a}.rules_rules_explanation{background-color:rgba(246,185,73,.1);color:#f6b949}.rules_rules_addition{background-color:rgba(133,244,121,.1);color:#85f479}.rules_rules_text{display:grid;gap:8px;padding:6px}.rules_rules_text p{color:hsla(0,0%,100%,.5);font-size:15px;font-weight:500;letter-spacing:-.02em;line-height:22.5px;text-align:left}@media(max-width:1100px){.rules_block{flex-direction:column}.rules_menu{flex-direction:row;gap:6px;max-width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.rules_menu::-webkit-scrollbar{display:none}.rules_menu .rules_categoryes_button{flex:0 0 auto;min-height:40px;padding:0 16px;width:auto}.rules_menu .rules_categoryes_button:before{display:none}}