.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.faster{-webkit-animation-duration:250ms;animation-duration:250ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;transition:none!important}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}@keyframes fadeOutUp{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.tabs{visibility:visible;width:100%;max-width:1440px;margin:0 auto}.tabs__menu{display:flex;border-bottom:1px solid #babcbf;margin:0 15px 30px 15px}.tabs__title{position:relative;display:flex;align-items:center;width:170px;height:50px;margin-left:24px;cursor:pointer;transition:.3s;font-size:16px;line-height:30px}.tabs__title:hover{color:#00b4dc}.tabs__title:first-child{margin-left:0}.tabs__title--active:after{content:'';position:absolute;left:0;bottom:0;height:4px;width:100%;background:#00b5de}.tabs__content{position:relative}.tabs__reference{opacity:0;pointer-events:none;position:absolute;top:100%;transition:.6s all;width:100%}.tabs__reference--active{opacity:1;pointer-events:auto;position:static;top:0;transition:.6s all;transition-delay:.6s}.tabs__filters{display:flex;flex-wrap:wrap;margin:0 15px 15px 15px}@media (min-width:1024px){.tabs__filters{flex-wrap:nowrap}}.tabs__filter{width:auto;height:32px;padding:0 15px;display:flex;align-items:center;justify-content:center;color:#272b2e;background:#e6e6e6;font-size:14px;line-height:28px;cursor:pointer;margin-bottom:15px;margin-right:15px}@media (min-width:1024px){.tabs__filter{font-size:16px;line-height:30px;margin-right:20px}}.tabs__filter:first-child{margin-left:0}.tabs__filter--active{background:#00b5de;color:#fff}