.tabs{font-size:16px;line-height:1.4;margin:50px auto;max-width:100%}.tab,.tabs{transition:all .17s ease-in-out}.tab{border:1px solid #d9d9d9;height:68px}.tab+.tab{margin-top:50px}.tab__input{display:none}.tab__content{display:flex;height:auto;max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:all .17s ease-in-out}.tab__title{align-items:center;display:flex;justify-content:space-between}.tab__title h4{margin:0}.tab__title .open-btn{background-color:#f82b37;border-radius:50%;color:#fff;display:block;font-size:16px;height:18px;line-height:16px;opacity:1;text-align:center;transition:all .17s ease-in-out;width:18px}.tab__input:checked+label .tab__title{background:#fff}.tab__input:checked+label .tab__content{max-height:100%;opacity:1;padding:16px 20px}.tab:has(>.tab__input:checked){height:auto}.tab__input:checked+label .tab__title .open-btn{opacity:0}.tab__title{background-color:#f4f4f4;cursor:pointer;padding:20px}