.accordion-menu{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:25px 32px 25px 40px}.accordion-menu-title{align-items:center;display:flex;gap:20px}.switch-btn{height:16px;position:relative;width:16px}.switch-btn:after,.switch-btn:before{content:"";height:2px;position:absolute;top:50%;transition:.3s;width:100%}.switch-btn:after{transform:rotate(90deg)}.active .switch-btn:after{transform:unset}.accordion dd{display:none}.accordion table{width:100%}.accordion td,.accordion th{padding:16px 40px;text-align:left;vertical-align:middle}.accordion td:first-child,.accordion th:first-child{width:20%}.accordion td:nth-child(2),.accordion th:nth-child(2){width:80%}.accordion dl:nth-child(n+2){margin-top:5px}@media(max-width:767px){.accordion-menu{padding:25px 16px}.accordion-menu-title{gap:15px}.switch-btn{height:13px;width:13px}.accordion td,.accordion th{padding:16px 11px}.accordion td:first-child,.accordion th:first-child{width:30%}.accordion td:nth-child(2),.accordion th:nth-child(2){width:70%}}