.tabs{padding-bottom:60px}.tabs .tabs-button-box{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;overflow-x:auto}.tabs .tabs-button-box .button-tab{padding:15px 25px;cursor:pointer;border:1px solid #545454;border-left:0 solid gray;border-bottom:0 solid gray;-webkit-box-sizing:border-box;box-sizing:border-box;background:gray;color:#fff;text-align:center;-webkit-transition:.3s;transition:.3s;position:relative}.tabs .tabs-button-box .button-tab:last-child{border-radius:0 8px 0 0}.tabs .tabs-button-box .button-tab:first-child{border-left:1px solid gray;border-radius:8px 0 0}.tabs .tabs-button-box .active-tab{border-top:1px solid gray;border-bottom:1px solid #fff;background:#fff;color:#000;z-index:1;-webkit-box-shadow:6px 0 15px 0 rgba(0,0,0,.2980392157);box-shadow:6px 0 15px 0 rgba(0,0,0,.2980392157)}.tabs .tabs-pages-box{position:relative}.tabs .tabs-pages-box .page-tab{border:1px solid gray;border-top:1px solid gray;width:100%;padding:15px;display:none;background:#fff;overflow:hidden;overflow-x:auto;top:-1px;position:relative;border-radius:0 8px 8px}.tabs .tabs-pages-box .active-page{display:block}.tabs .tabs-pages-box ul li{list-style:initial!important;line-height:1.4}.tabs .tabs-pages-box h3{margin:25px 0 15px}.tabs .tabs-pages-box h3:first-child{margin-top:0}