.tabber-wrap{position:relative}.tabber-wrap .tab-c:not(.active){display:none}.tabber-wrap .tab-title{align-items:center;border:1px solid;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;line-height:1;padding:14px 10px;text-transform:uppercase;transition:background .3s,color .4s;-o-transition:background .3s,color .4s;-ms-transition:background .3s,color .4s;-moz-transition:background .3s,color .4s;-webkit-transition:background .3s,color .4s;z-index:1}.tabber-wrap .tabber-cnt{border-radius:4px;list-style:none;margin:16px 0;padding:12px 16px}.tabber-wrap .tabber-cnt h3{color:inherit}.tabber-wrap .tab-title:not(:last-child){margin-right:8px}.tabber-wrap .tabber-cnt li.active{animation-duration:.5s;-webkit-animation-duration:.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.tabber-title-wrap{display:flex;flex-wrap:wrap;row-gap:16px}@media (max-width:768px){.tabber-title-wrap{justify-content:center}}