#app{width:100%;height:100%}.input-form-group{width:100%;position:relative}.input-form-group>.input-container{width:100%}.input-form-group>.input-container>div{position:relative}.input-form-group>.input-container:after{content:attr(data-error);display:block;color:var(--error-color);font-size:12px;line-height:1.5;font-weight:400;height:0;margin-top:0;transition:all .2s ease;overflow:hidden}.input-form-group>.input-container.has-error:after{margin-top:4px;height:18px}.input-form-group>.input-container.has-error>div>input{border-color:var(--error-color)}.input-form-group>.input-container>div>input{width:100%;height:48px;font-size:14px;text-indent:16px;border:1px solid var(--light-grey-color);box-sizing:border-box;will-change:border-color,background-color;transition:border-color .25s ease-out,background-color .25s ease-out}.input-form-group>.input-container.readonly>div>input{pointer-events:none;background-color:#f5f5f5;border-color:#f5f5f5;color:var(--grey-color)}.input-form-group>.input-container:not(.has-error)>div>input:hover{border-color:rgba(0,0,0,.26)}.input-form-group>.input-container:not(.has-error)>div>input:focus{border-color:rgba(0,0,0,.54)}.input-form-group>.input-container>div>input::-webkit-input-placeholder{color:rgba(0,0,0,.38)}.btn{padding:6px 16px;font-size:14px;border:0;position:relative;overflow:hidden;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:36px}.btn.bordered{border:1px solid var(--light-grey-color)}.btn.bordered:hover{background-color:#f5f5f5}.btn.non-padding{padding:0;min-height:inherit;overflow:inherit}.btn.rounded{min-height:32px;border-radius:20px}.btn.disabled{background:#e4e4e4;color:rgba(0,0,0,.38)!important;box-shadow:none!important}.btn>.ripple{position:absolute;opacity:.3;border-radius:50%;transform:scale(0);background-color:#fff}.btn.blue--bg>.ripple.active,.btn.green--bg>.ripple.active,.btn.transprent-green--bg>.ripple.active{animation:ripple .5s linear}@keyframes ripple{to{opacity:0;transform:scale(3)}}.loader{position:relative;margin:0 auto}.loader:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.authpage{min-height:100%;padding:72px 0}.authpage>form{width:480px;padding:24px}.authpage>form>h1{font-size:24px}.authpage>form>.authpage__form{margin-top:24px}.authpage>form>.authpage__form>div{position:relative;margin-bottom:12px}.authpage>form>.authpage__form>div>svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;z-index:2}.authpage>form>.authpage__form>div input[name=password]{padding-right:56px}.authpage>form>.authpage__form>.btn{height:48px;font-size:16px}.layout{height:100%}.layout,.layout>header{width:100%}.layout>header>div>.flex{height:64px}.layout>header .logo{font-size:28px}.layout>header .btn.logout>.flex>span{font-size:14px;margin-right:8px}.layout>.wrapper{width:100%;min-height:calc(100% - 64px)}.layout>.wrapper>div>.flex{padding:24px 0;margin-left:-12px;margin-right:-12px}.layout>.wrapper>div>.flex>.sidebar-nav{width:304px;flex-basis:304px;max-width:304px;padding-left:12px;padding-right:12px}.layout>.wrapper>div>.flex>.sidebar-nav>.white--bg{overflow:hidden}.layout>.wrapper>div>.flex>.sidebar-nav>.white--bg>a{font-size:14px;line-height:1.43;height:42px;width:100%;padding:0 16px}.layout>.wrapper>div>.flex>.sidebar-nav>.white--bg>a.router-link-active,.layout>.wrapper>div>.flex>.sidebar-nav>.white--bg>a:hover{color:var(--blue-color)}.layout>.wrapper>div>.flex>.content{width:calc(100% - 304px);flex-basis:calc(100% - 304px);max-width:calc(100% - 304px);padding-left:12px;padding-right:12px}.search-form{position:relative}.search-form>img{position:absolute;left:0;top:50%;transform:translateY(-50%)}.search-form>input{border-bottom:1px solid var(--light-grey-color);width:100%;height:42px;font-size:14px;text-indent:40px;transition:border-color .25s ease}.search-form>input.loading{padding-right:40px}.search-form>input:focus{border-color:var(--blue-color)}.search-form>input::-webkit-input-placeholder{color:var(--transparent-grey-color)}.search-form>.spinner{position:absolute;right:0;top:50%;transform:translateY(-50%)}.modal{width:100%;height:100%;position:fixed;left:0;top:0;z-index:999;background:rgba(0,0,0,.6)}.modal>.wrapper>.header{padding:0 24px;height:56px;border-bottom:1px solid var(--light-grey-color);box-sizing:border-box}.modal>.wrapper>.header>span{font-size:16px;-webkit-font-smoothing:antialiased}.modal>.wrapper>.header>.btn{height:24px;width:24px}.modal>.wrapper>.header>.btn>img{opacity:.38}.modal>.wrapper>.header>.btn:hover>img{opacity:.54}.modal>.wrapper>.header>.btn:active>img{opacity:.72}.modal>.wrapper>.content{max-height:calc(100vh - 172px);overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.modal.small>.wrapper>.content{overflow-y:visible}.modal>.wrapper>.content>div{padding:24px}.modal>.wrapper>.footer{padding:0 24px;height:64px;border-top:1px solid var(--light-grey-color)}.modal-enter-active,.modal-leave-active{transition:all .3s cubic-bezier(.25,.8,.5,1)}.modal-enter,.modal-leave-to{opacity:0;transform:translateY(100%)}@media only screen and (min-width:48em){.modal>.wrapper>.content{overflow:visible}.modal-enter,.modal-leave-to{transform:none}.modal-enter-active .wrapper,.modal-leave-active .wrapper{transition:.25s ease-in-out}.modal-enter .wrapper,.modal-leave-to .wrapper{transform:scale(.4);opacity:0}}.b-radio{cursor:pointer}.b-radio>label{font-size:14px;line-height:1.43;padding-right:8px;cursor:pointer}.b-radio .b-radio_container{width:20px;min-width:20px;height:20px;position:relative;border:2px solid var(--transparent-grey-color);border-radius:50%;transition:.4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.b-radio.checked .b-radio_container{border-color:var(--blue-color)}.b-radio .b-radio_container:after,.b-radio .b-radio_container:before{position:absolute;transition:.4s cubic-bezier(.55,0,.55,.2);content:" "}.b-radio .b-radio_container:before{width:48px;height:48px;top:50%;left:50%;z-index:7;border-radius:50%;transform:translate(-50%,-50%)}.b-radio .b-radio_container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;background-color:var(--blue-color);transform:scale3D(.38,.38,1)}.b-radio.checked .b-radio_container:after{opacity:1;transform:scaleX(1);transition:.4s cubic-bezier(.25,.8,.25,1)}.b-radio .b-radio_container>input{position:absolute;left:-999em}.textarea-form-group{width:100%;position:relative}.textarea-form-group>.textarea-container{width:100%}.textarea-form-group>.textarea-container>div{position:relative}.textarea-form-group>.textarea-container:after{content:attr(data-error);display:block;color:var(--error-color);font-size:12px;line-height:1.5;font-weight:400;height:0;margin-top:0;transition:all .2s ease;overflow:hidden}.textarea-form-group>.textarea-container.has-error:after{margin-top:4px;height:18px}.textarea-form-group>.textarea-container.has-error>div>textarea{border-color:var(--error-color)}.textarea-form-group>.textarea-container>div>textarea{width:100%;height:42px;font-size:14px;line-height:1.43;padding:16px 16px 7px;border:1px solid var(--light-grey-color);box-sizing:border-box;will-change:border-color,background-color;transition:border-color .25s ease-out,background-color .25s ease-out}.textarea-form-group>.textarea-container:not(.has-error)>div>textarea:hover{border-color:rgba(0,0,0,.26)}.textarea-form-group>.textarea-container:not(.has-error)>div>textarea:focus{border-color:rgba(0,0,0,.54)}.textarea-form-group>.textarea-container>div>textarea::-webkit-input-placeholder{color:rgba(0,0,0,.38)}.report-modal .report-modal-content>p{font-size:14px;line-height:1.43}.report-modal .report-modal-content>form{margin-top:16px}.report-modal .report-modal-content>form>.radio-list>p.error--text{font-size:12px;line-height:1.5;margin-top:4px}.report-modal .report-modal-content>form>.radio-list .b-radio{height:48px;padding:0 16px}.report-modal .report-modal-content>form>.radio-list>div>.b-radio:not(:first-child){border-top:1px solid var(--light-grey-color)}.report-modal .report-modal-content>form>.textarea-form-group{margin-top:16px}.report-modal .report-modal-content>form>.end-xs{margin-top:24px}.report-modal .report-modal-footer{width:100%}.report-modal .report-modal-footer .col-xs-6>p.error--text{font-size:14px}.report-modal .report-modal-footer .flex>.btn:last-child{margin-left:8px}.text-modal .text-modal-content{font-size:14px;line-height:1.43;max-width:360px}.text-modal .text-modal-footer{width:100%}.text-modal .text-modal-footer .col-xs-6>p.error--text{font-size:14px}.text-modal .text-modal-footer .flex>.btn:last-child{margin-left:8px}.b-dropdown{position:relative;width:100%}.b-dropdown>.b-dropdown_toggle{height:48px;font-size:14px;line-height:1.43;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:0 16px}.b-dropdown>.b-dropdown_toggle>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.b-dropdown>.b-dropdown_toggle>img{transform:rotate(90deg)}.b-dropdown .b-dropdown_options{width:100%;position:absolute;z-index:1;left:0;top:0;box-shadow:0 4px 16px 0 rgba(0,0,0,.12);max-height:396px;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:14px;line-height:1.43}.b-dropdown .b-dropdown_options::-webkit-scrollbar-track{background-color:#fff;cursor:pointer}.b-dropdown .b-dropdown_options::-webkit-scrollbar{width:4px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-dropdown .b-dropdown_options::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-dropdown .b-dropdown_options>.b-dropdown_options_item{height:36px;padding:0 16px;cursor:pointer}.b-dropdown .b-dropdown_options>.b-dropdown_options_item>span{font-size:14px;line-height:1.43}.b-dropdown .b-dropdown_options>.b-dropdown_options_item:hover{background:#f5f5f5}.servers-page{padding:24px 24px 0}.servers-page>h1{font-size:18px;line-height:1.33}.servers-page>.servers-wrapper{margin-top:32px}.servers-page>.servers-wrapper .search-wrapper .b-dropdown>.b-dropdown_toggle{height:42px}.servers-page>.servers-wrapper>.servers-list{margin:8px -24px 0}.servers-page>.servers-wrapper>.servers-list .servers-list__table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.servers-page>.servers-wrapper>.servers-list .servers-list__table tr>td{padding-left:24px}.servers-page>.servers-wrapper>.servers-list .servers-list__table tr>td:last-child{padding-right:24px}.servers-page>.servers-wrapper>.servers-list .servers-list__table>thead>tr>td{font-size:12px;line-height:36px;height:44px;white-space:nowrap}.servers-page>.servers-wrapper>.servers-list .servers-list__table>tbody{font-size:12px;line-height:1.5}.servers-page .servers-list__table>tbody>.servers-list__table_item{cursor:pointer}.servers-page .servers-list__table>tbody>.servers-list__table_item>td{border-top:1px solid var(--light-grey-color);padding:12px 0;vertical-align:middle}.servers-page .servers-list__table>tbody>.servers-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_title{width:calc(100% - 430px);padding-right:24px}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_address{width:128px;position:relative}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_date{width:128px}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_actions{width:173px}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_address>a{position:absolute;left:-16px;top:50%;transform:translateY(-50%);height:24px;display:none}.servers-page .servers-list__table>tbody>.servers-list__table_item:hover>.servers-list__table_item_address>a{display:block}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_address>a>img{opacity:.54}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_actions>.flex>.btn{font-size:12px}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_actions>.flex>p{font-size:12px;line-height:1.43}.servers-page .servers-list__table>tbody>.servers-list__table_item>.servers-list__table_item_actions>.flex>.btn:not(:first-child){margin-left:16px}.servers-page>.servers-wrapper>.servers-list .load-more-btn{padding:48px 0 24px}.servers-page>.servers-wrapper>.servers-list>.empty{padding:42px 0;font-size:16px}.transfer-modal .transfer-modal__content>:not(:first-child){margin-top:12px}.transfer-modal .transfer-modal__content p{font-size:14px;line-height:20px}.transfer-modal .transfer-modal__content p.error--text{font-size:12px;margin-top:8px}.transfer-modal .transfer-modal__footer{width:100%}.transfer-modal .transfer-modal__footer .col-xs-6>a,.transfer-modal .transfer-modal__footer .col-xs-6>p{font-size:13px}.transfer-modal .transfer-modal__footer .col-xs-6>a{display:block;margin-top:5px}.transfer-modal .transfer-modal__footer .flex>.btn:last-child{margin-left:8px}.server-layout{padding:24px 24px 0}.server-layout>.flex>.flex>p{font-size:14px;line-height:1.43}.server-layout>.flex>.flex>.btn{margin-left:24px}.server-layout>.flex>.flex>.btn:first-child{margin-left:0}.server-layout>.server-layout_tabs{margin:16px -24px 0;border-bottom:1px solid var(--light-grey-color)}.server-layout>.server-layout_tabs>div{padding:0 24px}.server-layout>.server-layout_tabs>div>.flex{margin:0 -9px}.server-layout>.server-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.server-layout>.server-layout_tabs>div>.flex>a.router-link-exact-active{color:var(--blue-color)}.server-layout>.server-layout_tabs>div>.flex>a.router-link-exact-active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.server-layout .server-layout_content_loading{padding:42px 0}.server-details-page{padding:16px 0 24px}.server-details-page__header h1,.server-details-page__header p{font-size:14px;line-height:1.43}.server-details-page__header p{margin-top:6px}.server-details-page__header a.black--text{font-size:14px}.server-details-page__header a.black--text span.flex img{width:20px;margin-right:8px}.server-details-page>.server-details-page__list{margin-top:24px}.server-details-page>.server-details-page__list>div{margin:-8px 0}.server-details-page>.server-details-page__list .server-details-page__list_item{padding:8px 0;font-size:14px;line-height:1.5}.server-details-page>.server-details-page__list .server-details-page__list_item>div:first-child{width:182px;min-width:182px;margin-right:24px}.server-details-page>a.blue--text{margin-top:16px;display:inline-block;font-size:14px;line-height:1.43}.server-history-page>.server-history-page__list{margin:0 -24px}.server-history-page>.server-history-page__list>.server-history-page__list_item{font-size:12px;line-height:1.5;padding:12px 24px}.server-history-page>.server-history-page__list>.server-history-page__list_item>.flex{margin:0 -12px}.server-history-page>.server-history-page__list>.server-history-page__list_item>.flex>.flex{margin:0 12px}.server-history-page>.server-history-page__list>.server-history-page__list_item>.flex>.flex:first-child>span:first-child{width:126px}.server-history-page>.server-history-page__list>.server-history-page__list_item>.flex>.flex:last-child>span:not(:first-child){margin-left:24px}.server-history-page>.server-history-page__list>.server-history-page__list_item:not(:first-child){border-top:1px solid var(--light-grey-color)}.server-history-page>.server-history-page__list>.server-history-page__list_item>.flex>.flex>p{margin-left:24px;max-width:calc(100% - 220px)}.projects-page{padding:24px 24px 0}.projects-page>h1{font-size:18px;line-height:1.33}.projects-page>.projects-wrapper{margin-top:32px}.projects-page>.projects-wrapper .search-wrapper .b-dropdown>.b-dropdown_toggle{height:42px}.projects-page>.projects-wrapper>.projects-list{margin:8px -24px 0}.projects-page>.projects-wrapper>.projects-list .projects-list__table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.projects-page>.projects-wrapper>.projects-list .projects-list__table tr>td{padding-left:24px}.projects-page>.projects-wrapper>.projects-list .projects-list__table tr>td:last-child{padding-right:24px}.projects-page>.projects-wrapper>.projects-list .projects-list__table>thead>tr>td{font-size:12px;line-height:36px;height:44px;white-space:nowrap}.projects-page>.projects-wrapper>.projects-list .projects-list__table>tbody{font-size:12px;line-height:1.5}.projects-page .projects-list__table>tbody>.projects-list__table_item{cursor:pointer}.projects-page .projects-list__table>tbody>.projects-list__table_item>td{border-top:1px solid var(--light-grey-color);padding:12px 0;vertical-align:middle}.projects-page .projects-list__table>tbody>.projects-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_title{width:calc(100% - 560px);padding-right:24px}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_address{width:128px;position:relative}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_date,.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_online{width:128px}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_actions{width:173px}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_address>a{position:absolute;left:-16px;top:50%;transform:translateY(-50%);height:24px;display:none}.projects-page .projects-list__table>tbody>.projects-list__table_item:hover>.projects-list__table_item_address>a{display:block}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_address>a>img{opacity:.54}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_actions>.flex>.btn{font-size:12px;height:36px}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_actions>.flex>p{font-size:12px;line-height:1.43}.projects-page .projects-list__table>tbody>.projects-list__table_item>.projects-list__table_item_actions>.flex>.btn:not(:first-child){margin-left:16px}.projects-page>.projects-wrapper>.projects-list .load-more-btn{padding:48px 0 24px}.projects-page>.projects-wrapper>.projects-list>.empty{padding:42px 0;font-size:16px}.projects-page .set-penalty-modal .set-penalty-modal__penalty{margin-top:24px}.projects-page .set-penalty-modal .set-penalty-modal__penalty>p{font-size:14px;line-height:1.43}.projects-page .set-penalty-modal .set-penalty-modal__penalty>:not(:first-child){margin-top:16px}.project-layout{padding:24px 24px 0}.project-layout>.flex>.flex>.btn{margin-left:24px}.project-layout>.flex>.flex>.btn:first-child{margin-left:0}.project-layout>.flex>.flex>p{font-size:14px;line-height:1.43}.project-layout>.project-layout_tabs{margin:16px -24px 0;border-bottom:1px solid var(--light-grey-color)}.project-layout>.project-layout_tabs>div{padding:0 24px}.project-layout>.project-layout_tabs>div>.flex{margin:0 -9px}.project-layout>.project-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.project-layout>.project-layout_tabs>div>.flex>a.router-link-exact-active{color:var(--blue-color)}.project-layout>.project-layout_tabs>div>.flex>a.router-link-exact-active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.project-layout .project-layout_content_loading{padding:42px 0}.project-layout .set-penalty-modal .set-penalty-modal__penalty{margin-top:24px}.project-layout .set-penalty-modal .set-penalty-modal__penalty>p{font-size:14px;line-height:1.43}.project-layout .set-penalty-modal .set-penalty-modal__penalty>:not(:first-child){margin-top:16px}.project-layout .set-penalty-modal .set-penalty-modal__penalty>div>p.error--text{font-size:12px;line-height:1.5;margin-top:4px}.b-show-more__content{overflow:hidden;transition:max-height .4s cubic-bezier(.25,.8,.25,1)}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;height:100%}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-wrapper{z-index:1;display:flex;box-sizing:content-box}.swiper-slide,.swiper-wrapper{position:relative;width:100%;height:100%;transition-property:transform}.swiper-slide{flex-shrink:0;overflow:hidden}.images-carousel{position:fixed;width:100%;height:100%;left:0;top:0;background:#000;z-index:99999}.images-carousel>.close{position:absolute;z-index:9999;right:20px;top:20px;cursor:pointer}.images-carousel>.counter{position:absolute;z-index:9999;right:0;left:0;bottom:24px;background-color:rgba(0,0,0,.38);padding:8px 17px;font-size:18px;font-weight:500;color:#fff;margin:auto;width:85px;height:34px;border-radius:2px}.images-carousel>.counter>span{margin:0 auto}.images-carousel>.counter>svg{margin-right:16px;cursor:pointer}.images-carousel .carousel-slide__container{width:100%;height:100%;position:relative}.images-carousel .carousel-slide__container>.iframe_wrapper{width:100%;position:relative}.images-carousel .carousel-slide__container>.iframe_wrapper:before{content:"";display:block;padding-top:60%}.images-carousel .carousel-slide__container>.iframe_wrapper iframe{width:100%;height:100%;position:absolute;left:0;top:0}.images-carousel .carousel-slide__container>img{max-width:100%;max-height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;-o-object-fit:contain;object-fit:contain}.images-carousel .images-carousel_navigations>.button-next,.images-carousel .images-carousel_navigations>.button-prev{background:rgba(0,0,0,.38);width:56px;height:56px;transform:none;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}.images-carousel .images-carousel_navigations>.button-prev{left:24px}.images-carousel .images-carousel_navigations>.button-next{right:24px}.images-carousel .images-carousel_navigations>.button-next>svg,.images-carousel .images-carousel_navigations>.button-prev>svg{width:36px;fill:#fff}.images-carousel .images-carousel_navigations>.disabled{opacity:.5;cursor:default;pointer-events:none}.project-screenshots>.flex h2{font-size:16px;line-height:1.5}.project-screenshots>.flex .btn{width:24px;height:24px}.project-screenshots>.flex .btn>svg{fill:var(--green-color)}.project-screenshots>.flex>.flex>.btn:last-child{margin-left:8px}.project-screenshots>.flex .btn.disabled{background:none}.project-screenshots>.flex .btn.disabled>svg{fill:rgba(0,0,0,.24)}.project-screenshots>.screenshots-slider{overflow:hidden;position:relative;margin:16px -24px 0}.project-screenshots>.screenshots-slider>div{padding-bottom:16px;margin-bottom:-16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.project-screenshots>.screenshots-slider>div>.row{margin-left:-6px;margin-right:-6px;flex-wrap:nowrap}.project-screenshots>.screenshots-slider>div>.row>.col-xs{padding-left:6px;padding-right:6px}.project-screenshots>.screenshots-slider>div>.row>.col-xs:first-child{padding-left:30px}.project-screenshots>.screenshots-slider>div>.row>.col-xs:last-child{padding-right:24px}.project-screenshots>.screenshots-slider .screenshots-slider__item{background:#bdbdbd;width:116px;height:116px;overflow:hidden;position:relative}.project-screenshots>.screenshots-slider .screenshots-slider__item.video_link{width:244px;background:#000}.project-screenshots>.screenshots-slider .screenshots-slider__item.video_link>.flex{width:100%;height:100%;cursor:pointer;position:relative}.project-screenshots>.screenshots-slider .screenshots-slider__item.video_link>.flex>.video_link_preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:1}.project-screenshots>.screenshots-slider .screenshots-slider__item.video_link>.flex>.video_link_play{position:absolute;z-index:2}.project-screenshots>.screenshots-slider .screenshots-slider__item>img{max-width:100%;max-height:100%;top:50%;left:50%;position:absolute;transform:translate3d(-50%,-50%,10px);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;left:0;top:0;transform:none}.clipboard-copy{position:relative}.clipboard-copy>span{font-size:14px;height:100%}.clipboard-copy>.btn{width:12px;height:12px;margin-left:8px}.clipboard-copy>.btn>img{width:12px;opacity:.24}.clipboard-copy>.btn:active>img{opacity:.38}.clipboard-copy.btn-left>.btn{position:absolute;left:-24px;margin-left:0}.server-item-row{font-size:14px;line-height:1.43}.server-item-row.border-top{border-top:1px solid var(--light-grey-color)}.server-item-row>td{vertical-align:middle;padding:16px 0 16px 24px}.server-item-row>td:not(:first-child){text-align:right}.server-item-row>td:last-child{padding-right:24px}.server-item-row__title>.server-item-row_cell>div.regular{margin-top:4px}.server-item-row__title>.server-item-row_cell>div.regular>p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.server-item-row__title>.server-item-row_cell>div>.btn,.server-item-row__title>.server-item-row_cell>div>span+svg{margin-left:6px}.server-item-row__title>.server-item-row_cell>div>a.moderation-link{margin-left:8px}.server-item-row__title>.server-item-row_cell>div>a>img{margin-left:4px;vertical-align:middle;width:15px;opacity:.54}.server-item-row .server-item-row__title>.server-item-row_cell>.btn{width:20px;height:20px;position:absolute;right:0;top:0}.server-item-row .server-item-row__title>.server-item-row_cell>.btn img{opacity:.38;transition:transform .2s ease}.server-item-row.open .server-item-row__title>.server-item-row_cell>.btn img{transform:rotate(180deg)}.server-item-row>td>.server-item-row_cell.flex>img{width:14px;height:14px;margin-right:4px}.server-item-row__lobby{width:40px}.server-item-row__online{min-width:100px}.server-item-row__map{display:flex;align-items:center;justify-content:center;margin-left:6px}.project-details-page__header{padding:16px 0}.project-details-page__header h1{font-size:14px;line-height:1.43}.project-details-page__header p{font-size:14px;line-height:1.43;margin-top:6px}.project-details-page__header a.blue--text{font-size:14px}.project-details-page .project-details-page__info{margin:0 -24px}.project-details-page .project-details-page__info>div{border-top:1px solid var(--light-grey-color);padding:16px 24px}.project-details-page .project-details-page__info>div h2{font-size:14px;line-height:1.43}.project-details-page .project-details-page__info>div>table{margin-top:9px}.project-details-page .project-details-page__info>div>table td{font-size:14px;line-height:1.71;padding:2px 0}.project-details-page .project-details-page__info>div>table td.black--text{padding-left:24px}.project-details-page .project-details-page__stats{margin:0 -24px;border-top:1px solid var(--light-grey-color)}.project-details-page .project-details-page__stats>table{width:100%;position:relative}.project-details-page .project-details-page__stats>table>tbody{float:left;width:50%;padding:16px 24px}.project-details-page .project-details-page__stats>table>tbody:after{content:"";display:block;width:1px;height:100%;background:var(--light-grey-color);position:absolute;left:50%;top:0}.project-details-page .project-details-page__stats>table>tbody td{vertical-align:middle;padding:8px 0;font-size:14px;line-height:1.43;height:40px}.project-details-page .project-details-page__stats>table>tbody td.img-holder,.project-details-page .project-details-page__stats>table>tbody td>img{width:20px}.project-details-page .project-details-page__stats>table>tbody td.grey--text{padding-left:24px;width:216px}.project-details-page .project-details-page__stats>table>tbody td.black--text{padding-left:24px}.project-details-page .project-details-page__stats>table>tbody .votes-stat td{vertical-align:top;height:inherit}.project-details-page .project-details-page__description{margin:0 -24px}.project-details-page .project-details-page__description>div{border-top:1px solid var(--light-grey-color)}.project-details-page .project-details-page__description>div>h2{font-size:14px;line-height:1.43}.project-details-page .project-details-page__description_text{padding:16px 24px}.project-details-page .project-details-page__description_screenshots{padding:24px}.project-details-page .project-details-page__description_text>.text-content{line-height:1.57;font-size:14px;max-width:700px;margin-top:16px}.project-details-page .project-details-page__description_text>.text-content>.b-show-more>.btn{margin-top:24px}.project-details-page .project-details-page__description_servers{padding:24px 24px 0}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table{margin:16px -24px 0}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table table{width:100%}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table table thead th{height:36px;cursor:pointer;font-size:12px;vertical-align:middle;padding-left:24px}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table table thead tr>th:not(:first-child){text-align:right}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table table thead tr>th:last-child{padding-right:24px}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td{padding:24px;font-size:14px;line-height:1.5;background-color:#fafafa}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td .regular>.flex{padding:7px 0}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td .regular>.flex:first-child{padding-top:0}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td .regular>.flex:last-child{padding-bottom:0}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td .regular>.flex>span{display:inline-block;width:156px;min-width:156px;padding-right:24px}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td .regular>.flex>p{max-width:556px}.project-details-page .project-details-page__description_servers .project-details-page__description_servers_table_description>td>.btn{margin-top:20px;font-size:14px}.project-history-page>.project-history-page__list{margin:0 -24px}.project-history-page>.project-history-page__list>p{padding:48px 0;font-size:14px;line-height:1.43}.project-history-page>.project-history-page__list>.project-history-page__list_item{font-size:12px;line-height:1.5;padding:12px 24px;position:relative;overflow:hidden}.project-history-page>.project-history-page__list>.project-history-page__list_item:hover{background-color:var(--transparent-blue-color)}.project-history-page>.project-history-page__list>.project-history-page__list_item>.flex{margin:0 -12px}.project-history-page>.project-history-page__list>.project-history-page__list_item>.flex>.flex{margin:0 12px}.project-history-page>.project-history-page__list>.project-history-page__list_item>.flex>.flex:first-child>span:first-child{width:126px}.project-history-page>.project-history-page__list>.project-history-page__list_item>.flex>.flex:last-child>span:not(:first-child){margin-left:24px}.project-history-page>.project-history-page__list>.project-history-page__list_item:not(:first-child){border-top:1px solid var(--light-grey-color)}.project-history-page>.project-history-page__list>.project-history-page__list_item>.flex>.flex>p{margin-left:24px;max-width:calc(100% - 220px)}.project-history-page>.project-history-page__list>.project-history-page__list_item>.btn{height:24px;width:24px;position:absolute;right:24px;top:9px;transform:translateX(48px);transition:transform .1s ease,visibility 0s .2s;visibility:hidden}.project-history-page>.project-history-page__list>.project-history-page__list_item:hover>.btn{visibility:visible;transform:translateX(0);transition:transform .1s ease}.comments-layout{padding:24px 24px 0}.comments-layout>h1{font-size:18px;line-height:1.33}.comments-layout>.comments-layout_tabs{margin:16px -24px 0;border-bottom:1px solid var(--light-grey-color)}.comments-layout>.comments-layout_tabs>div{padding:0 24px}.comments-layout>.comments-layout_tabs>div>.flex{margin:0 -9px}.comments-layout>.comments-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.comments-layout>.comments-layout_tabs>div>.flex>a.active{color:var(--blue-color)}.comments-layout>.comments-layout_tabs>div>.flex>a.active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.comments-wrapper{margin-top:8px}.comments-wrapper>.comments-list{margin:8px -24px 0}.comments-wrapper>.comments-list .comments-list__table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.comments-wrapper>.comments-list .comments-list__table tr>td{padding-left:24px}.comments-wrapper>.comments-list .comments-list__table tr>td:last-child{padding-right:24px}.comments-wrapper>.comments-list .comments-list__table>thead>tr>td{font-size:12px;line-height:36px;height:44px;white-space:nowrap}.comments-wrapper>.comments-list .comments-list__table>tbody{font-size:12px;line-height:1.5}.comments-list__table>tbody>.comments-list__table_item{cursor:pointer}.comments-list__table>tbody>.comments-list__table_item>td{border-top:1px solid var(--light-grey-color);padding:12px 0}.comments-list__table>tbody>.comments-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.comments-list__table>tbody>.comments-list__table_item>.comments-list__table_item_actions>.flex>.btn{font-size:12px}.comments-list__table>tbody>.comments-list__table_item>.comments-list__table_item_actions>.flex>.btn:not(:first-child){margin-left:16px}.comments-wrapper>.comments-list .load-more-btn{padding:48px 0 24px}.comments-wrapper>.comments-list>.empty{padding:42px 0;font-size:16px}.comment-details-page>.comment-details__head{padding:0 24px;height:64px}.comment-details-page>.comment-details__head>.flex>.btn{margin-left:24px}.comment-details-page>.comment-details__head>.flex>.btn:first-child{margin-left:0}.comment-details-page .comment-details__loading{padding:42px 0}.comment-details-page .comment-details__content{border-top:1px solid var(--light-grey-color);padding:16px 24px 16px;font-size:14px;line-height:1.43}.comment-details-page .comment-details__content>span{margin-top:6px}.comment-details-page .comment-details__content>p{margin:8px 0;max-width:520px}.comment-details-page .comment-details__history{margin-top:20px}.comment-details-page .comment-details__history>span{font-size:12px;line-height:1.5;letter-spacing:.5px;padding:0 24px;text-transform:uppercase}.comment-details-page .comment-details__history>.comment-details__history_list{margin-top:12px}.comment-details-page .comment-details__history .comment-details__history_list_item{border-top:1px solid var(--light-grey-color);padding:12px 24px;font-size:12px;line-height:1.5}.comment-details-page .comment-details__history .comment-details__history_list_item>.flex:first-child>span.medium{width:102px}.comment-details-page .comment-details__history .comment-details__history_list_item>.flex:first-child>span.regular{margin-left:24px}.comment-details-page .comment-details__history .comment-details__history_list_item>.flex:first-child>p.regular{margin-left:24px;max-width:calc(100% - 220px)}.comment-details-page .comment-details__history .comment-details__history_list_item>.regular>.grey--text{margin-left:24px;width:105px}.users-page{padding:24px 24px 0}.users-page>h1{font-size:18px;line-height:1.33}.users-page>.users-wrapper{margin-top:32px}.users-page>.users-wrapper>.users-list{margin:16px -24px 0}.users-page>.users-wrapper>.users-list .users-list__table{width:100%}.users-page>.users-wrapper>.users-list .users-list__table tr{cursor:pointer}.users-page>.users-wrapper>.users-list .users-list__table tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle;font-size:12px;line-height:1.5}.users-page>.users-wrapper>.users-list .users-list__table tr:hover>td{background-color:var(--transparent-blue-color)}.users-page>.users-wrapper>.users-list .users-list__table tr>td:last-child{padding-right:24px}.users-page>.users-wrapper>.users-list .users-list__table tr>td>.flex>.status{width:8px;height:8px;border-radius:50%;display:block;margin-right:16px}.users-page>.users-wrapper>.users-list .users-list__table tr>td .btn{font-size:12px}.users-page>.users-wrapper>.users-list .load-more-btn{padding:48px 0 24px}.users-page>.users-wrapper>.users-list>.empty{padding:42px 0;font-size:16px}.user-layout{padding:24px 24px 0}.user-layout>.flex>.flex>.btn:last-child{margin-left:24px}.user-layout>.user-layout_tabs{margin:16px -24px 0;border-bottom:1px solid var(--light-grey-color)}.user-layout>.user-layout_tabs>div{padding:0 24px}.user-layout>.user-layout_tabs>div>.flex{margin:0 -9px}.user-layout>.user-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.user-layout>.user-layout_tabs>div>.flex>a.router-link-exact-active{color:var(--blue-color)}.user-layout>.user-layout_tabs>div>.flex>a.router-link-exact-active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.user-layout .user-layout_content_loading{padding:42px 0}.user-details-page{padding:24px 0}.user-details-page .user-details__ava{width:46px;height:46px;border-radius:4px;border:solid 1px var(--light-grey-color);background-color:#d8d8d8;overflow:hidden}.user-details-page .user-details__ava>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.user-details-page .user-details__main{margin-left:16px}.user-details-page .user-details__main>h1{font-size:14px;line-height:1.43}.user-details-page .user-details__main>p{font-size:12px;line-height:1.17;margin-top:6px}.user-details-page .user-details__table{margin-top:21px}.user-details-page .user-details__table>div{margin:-7px 0}.user-details-page .user-details__table .user-details__table_item{padding:7px 0;font-size:14px;line-height:1.5}.user-details-page .user-details__table .user-details__table_item>.transparent-grey--text{width:162px}.user-details-page .user-details__table .user-details__table_item>.grey--text{margin-left:24px}.user-history-page>.user-history__list{margin:0 -24px}.user-history-page>.user-history__list>.user-history__list_item{font-size:12px;line-height:1.5;padding:12px 24px}.user-history-page>.user-history__list>.user-history__list_item>.flex{margin:0 -12px}.user-history-page>.user-history__list>.user-history__list_item>.flex>.flex{margin:0 12px}.user-history-page>.user-history__list>.user-history__list_item>.flex>.flex:first-child>span:first-child{width:126px}.user-history-page>.user-history__list>.user-history__list_item>.flex>.flex:last-child>span:not(:first-child){margin-left:24px}.user-history-page>.user-history__list>.user-history__list_item:not(:first-child){border-top:1px solid var(--light-grey-color)}.user-history-page>.user-history__list>.user-history__list_item>.flex>.flex>p{margin-left:24px;max-width:calc(100% - 220px)}.moders-page{padding:24px 24px 0}.moders-page>.flex>h1{font-size:18px;line-height:1.33}.moders-page>.flex>.btn{font-size:14px}.moders-page>.flex>.btn>.flex>img{margin-right:8px}.moders-page>.moders-wrapper{margin-top:32px}.moders-page>.moders-wrapper .moders-list{margin:16px -24px 0}.moders-page>.moders-wrapper .moders-list__item{padding:8px 24px}.moders-page>.moders-wrapper .moders-list__item:not(:last-child){border-bottom:1px solid var(--light-grey-color)}.moders-page>.moders-wrapper .moders-list__item>.flex>span,.moders-page>.moders-wrapper .moders-list__item>p{font-size:14px;line-height:20px}.moders-page>.moders-wrapper .moders-list__item>.btn{margin-top:4px}.moders-page .edit-moder-modal .edit-moder-modal-content>.user-info>h4{font-size:14px;line-height:20px;padding-bottom:4px}.moders-page .edit-moder-modal .edit-moder-modal-content>.user-info>p{font-size:14px;line-height:20px}.moders-page .add-moder-modal .add-moder-modal-content p.error--text,.moders-page .edit-moder-modal .edit-moder-modal-content p.error--text{font-size:12px;margin-top:8px}.moders-page .add-moder-modal .add-moder-modal-content>.roots,.moders-page .edit-moder-modal .edit-moder-modal-content>.roots{padding-top:16px;margin-top:16px;border-top:1px solid rgba(0,0,0,.12)}.moders-page .add-moder-modal .add-moder-modal-content>.roots>p,.moders-page .edit-moder-modal .edit-moder-modal-content>.roots>p{font-size:14px;line-height:20px}.moders-page .add-moder-modal .add-moder-modal-content>.roots>.roots-list,.moders-page .edit-moder-modal .edit-moder-modal-content>.roots>.roots-list{margin-top:16px}.moders-page .add-moder-modal .add-moder-modal-content>.roots>.roots-list>.b-radio:not(:first-child),.moders-page .edit-moder-modal .edit-moder-modal-content>.roots>.roots-list>.b-radio:not(:first-child){margin-top:12px}.moders-page .add-moder-modal .add-moder-modal-content>.roots>.roots-list>.b-radio,.moders-page .edit-moder-modal .edit-moder-modal-content>.roots>.roots-list>.b-radio{font-size:14px}.moders-page .add-moder-modal .add-moder-modal-content>.roots>.roots-list>.b-radio>p,.moders-page .edit-moder-modal .edit-moder-modal-content>.roots>.roots-list>.b-radio>p{padding-top:2px;line-height:20px}.moders-page .add-moder-modal .add-moder-modal-footer,.moders-page .add-success-modal .add-success-modal-footer,.moders-page .delete-moder-modal .delete-moder-modal-footer,.moders-page .edit-moder-modal .edit-moder-modal-footer{width:100%}.moders-page .add-moder-modal .add-moder-modal-footer .col-xs-6>p.error--text,.moders-page .delete-moder-modal .delete-moder-modal-footer .col-xs-6>p.error--text,.moders-page .edit-moder-modal .edit-moder-modal-footer .col-xs-6>p.error--text{font-size:14px}.moders-page .add-moder-modal .add-moder-modal-footer .flex>.btn:last-child,.moders-page .delete-moder-modal .delete-moder-modal-footer .flex>.btn:last-child,.moders-page .edit-moder-modal .edit-moder-modal-footer .flex>.btn:last-child{margin-left:8px}.moders-page .delete-moder-modal .delete-moder-modal-content>p{font-size:14px;line-height:20px}.moders-page .add-success-modal .add-success-modal-content>h4{font-size:14px;line-height:20px;padding-bottom:6px}.moders-page .add-success-modal .add-success-modal-content>.flex{font-size:12px;line-height:18px}.moders-page .add-success-modal .add-success-modal-content>.flex>span{display:inline-block}.moders-page .add-success-modal .add-success-modal-content>.flex>span:first-child{width:145px}.moders-page>.moders-wrapper>.moders-list>.empty{padding:42px 0;font-size:16px}.reports-page{padding:24px}.reports-page>h1{font-size:18px;line-height:1.33}.reports-page>.reports-wrapper{margin-top:32px}.reports-page>.reports-wrapper>.reports-list{margin-top:18px}.reports-page>.reports-wrapper>.reports-list>.empty{padding:42px 0;font-size:16px}.reports-page>.reports-wrapper>.reports-list .load-more-btn{padding:48px 0 0}.reports-page>.reports-wrapper>.reports-list>.reports-list_head{font-size:12px;line-height:1.67}.reports-page>.reports-wrapper>.reports-list>.reports-list_head>.flex>.flex>span:first-child{width:112px;display:inline-block}.reports-page>.reports-wrapper>.reports-list>.reports-list_wrapper{margin-top:18px}.reports-page>.reports-wrapper>.reports-list>.reports-list_wrapper>.reports-list__item:not(:first-child){margin-top:8px}.reports-page>.reports-wrapper>.reports-list .reports-list__item{padding:0 16px;height:48px}.reports-page>.reports-wrapper>.reports-list .reports-list__item>.flex{font-size:14px;line-height:1.43}.reports-page>.reports-wrapper>.reports-list .reports-list__item>.flex>span.regular{width:72px;display:inline-block}.reports-page>.reports-wrapper>.reports-list .reports-list__item>.flex>span.medium{margin-left:24px}.reports-page>.reports-wrapper>.reports-list .reports-list__item>.reports-list__item_reports{font-size:12px}.reports-layout{overflow:hidden}.reports-layout_head{padding:0 24px;height:64px}.reports-layout_head h1{font-size:18px;line-height:1.33;margin-left:24px}.reports-layout_head>.flex>a{height:24px}.reports-layout_head a.blue--text,.reports-layout_manage{font-size:14px;line-height:1.43}.reports-layout_manage{border-top:1px solid var(--light-grey-color);height:58px;padding:0 24px}.reports-layout_manage>.flex>a.blue--bg{display:block;height:36px;line-height:36px;padding:0 20px}.reports-layout_manage>.flex>.btn:not(:first-child){margin-left:8px}.reports-layout>.reports-layout_tabs{margin:16px 0 0;border-bottom:1px solid var(--light-grey-color)}.reports-layout>.reports-layout_tabs>div{padding:0 24px}.reports-layout>.reports-layout_tabs>div>.flex{margin:0 -9px}.reports-layout>.reports-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.reports-layout>.reports-layout_tabs>div>.flex>a.router-link-exact-active{color:var(--blue-color)}.reports-layout>.reports-layout_tabs>div>.flex>a.router-link-exact-active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.project-reports-list>.empty{padding:42px 0;font-size:16px}.project-reports-list>.load-more-btn{padding:48px 0 24px}.project-reports-list .project-reports-list__table{width:100%;overflow:hidden}.project-reports-list .project-reports-list__table tr>td{padding-left:24px}.project-reports-list .project-reports-list__table tr>td:last-child{padding-right:24px;text-align:right}.project-reports-list .project-reports-list__table>thead>tr>td{font-size:12px;line-height:36px;height:36px;white-space:nowrap}.project-reports-list .project-reports-list__table>tbody{font-size:14px;line-height:1.43}.project-reports-list__table>tbody>.project-reports-list__table_item{cursor:pointer}.project-reports-list__table>tbody>.project-reports-list__table_item>td{padding-top:14px;padding-bottom:14px}.project-reports-list__table>tbody>.project-reports-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.project-reports-list__table>tbody>.project-reports-list__table_item:not(:first-child)>td{border-top:1px solid var(--light-grey-color)}.project-reports-viewed-list>.empty{padding:42px 0;font-size:16px}.project-reports-viewed-list>.load-more-btn{padding:48px 0 24px}.project-reports-viewed-list .project-reports-viewed-list__table{width:100%;overflow:hidden}.project-reports-viewed-list .project-reports-viewed-list__table tr>td{padding-left:24px}.project-reports-viewed-list .project-reports-viewed-list__table tr>td:last-child{padding-right:24px;text-align:right}.project-reports-viewed-list .project-reports-viewed-list__table>thead>tr>td{font-size:12px;line-height:36px;height:36px;white-space:nowrap}.project-reports-viewed-list .project-reports-viewed-list__table>tbody{font-size:14px;line-height:1.43}.project-reports-viewed-list__table>tbody>.project-reports-viewed-list__table_item{cursor:pointer}.project-reports-viewed-list__table>tbody>.project-reports-viewed-list__table_item>td{padding-top:14px;padding-bottom:14px}.project-reports-viewed-list__table>tbody>.project-reports-viewed-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.project-reports-viewed-list__table>tbody>.project-reports-viewed-list__table_item:not(:first-child)>td{border-top:1px solid var(--light-grey-color)}.b-user-select-multiple-dropdown{position:relative;width:100%}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle{border:1px solid var(--light-grey-color);font-size:14px;line-height:1.43;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:5px 0}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex{width:100%;height:100%}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected{height:100%;width:100%;padding:0 16px}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected>div{overflow:hidden;white-space:pre-wrap;margin:-4px;flex-wrap:wrap}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected>div>div{margin:4px;font-size:12px}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected>div>.blue--text{padding:0 6px 0 12px;height:36px;white-space:nowrap}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected>div>.blue--text>img{cursor:pointer;width:20px;margin-left:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b-user-select-multiple-dropdown>.b-user-select-multiple-dropdown_toggle>.flex>.selected input{height:36px;font-size:14px;width:100%}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options{width:100%;position:absolute;z-index:1;left:0;top:100%;box-shadow:0 4px 16px 0 rgba(0,0,0,.12);overflow:hidden}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list{max-height:396px;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:14px;line-height:1.43}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list::-webkit-scrollbar-track{background-color:#fff;cursor:pointer}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list::-webkit-scrollbar{width:4px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list>.b-user-select-multiple-dropdown_options_list_loading{height:64px}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list>.b-user-select-multiple-dropdown_options_list_item{height:48px;padding:0 16px;cursor:pointer}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list>.b-user-select-multiple-dropdown_options_list_item:hover{background-color:#f5f5f5}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list>.b-user-select-multiple-dropdown_options_list_item span.grey--text{font-size:12px}.b-user-select-multiple-dropdown .b-user-select-multiple-dropdown_options .b-user-select-multiple-dropdown_options_list>p{padding:24px 0}.notifications-page{padding:24px 24px 0}.notifications-page>.flex>h1{font-size:18px;line-height:1.33}.notifications-page>.flex>.btn{font-size:14px}.notifications-page>.flex>.btn>.flex>img{margin-right:8px}.notifications-page>.notifications-wrapper{margin-top:32px}.notifications-page>.notifications-wrapper>.notifications-list{margin:12px -24px 0}.notifications-page>.notifications-wrapper>.notifications-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.notifications-page>.notifications-wrapper>.notifications-list table tr>td{padding-left:24px}.notifications-page>.notifications-wrapper>.notifications-list table tr>td:last-child{padding-right:24px}.notifications-page>.notifications-wrapper>.notifications-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.notifications-page>.notifications-wrapper>.notifications-list table>tbody{font-size:14px;line-height:1.43}.notifications-page>.notifications-wrapper>.notifications-list table>tbody tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle;cursor:pointer}.notifications-page>.notifications-wrapper>.notifications-list table>tbody .notifications-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.notifications-page>.notifications-wrapper>.notifications-list>.empty{padding:42px 0;font-size:16px}.notifications-page>.notifications-wrapper>.notifications-list .load-more-btn{padding:48px 0 24px}.notifications-page .modal.add-notification-modal>.wrapper>.content{overflow-y:auto!important}.notifications-page .add-notification-modal .add-notification-modal-content>:not(:first-child){margin-top:12px}.notifications-page .add-notification-modal .add-notification-modal-content p.error--text{font-size:12px;margin-top:8px}.notifications-page .add-notification-modal .add-notification-modal-content>.recipients>p{font-size:14px;line-height:20px}.notifications-page .add-notification-modal .add-notification-modal-content>.recipients>.recipients-list{margin-top:16px}.notifications-page .add-notification-modal .add-notification-modal-content>.recipients>.recipients-list>div>.b-radio{font-size:14px;line-height:1.43;padding:0 16px;height:48px}.notifications-page .add-notification-modal .add-notification-modal-content>.recipients>.recipients-list>div>.b-radio:not(:first-child){border-top:1px solid var(--light-grey-color)}.notifications-page .add-notification-modal .add-notification-modal-content>p.transparent-grey--text{font-size:12px}.notifications-page .add-notification-modal .add-notification-modal-footer{width:100%}.notifications-page .add-notification-modal .add-notification-modal-footer .col-xs-6>p.error--text{font-size:14px}.notifications-page .add-notification-modal .add-notification-modal-footer .flex>.btn:last-child{margin-left:8px}.notifications-page .view-notification-modal .view-notification-modal-content>div:not(:first-child){margin-top:24px}.notifications-page .view-notification-modal .view-notification-modal-content>div{font-size:14px;line-height:1.43}.notifications-page .view-notification-modal .view-notification-modal-content>div>p{margin-top:4px}.feed-layout>.white--bg{padding:24px 24px 0;overflow:hidden}.feed-layout h1{font-size:18px;line-height:1.33}.feed-layout .feed-layout_tabs{margin:16px -24px 0;border-bottom:1px solid var(--light-grey-color)}.feed-layout .feed-layout_tabs>div{padding:0 24px}.feed-layout .feed-layout_tabs>div>.flex{margin:0 -9px}.feed-layout .feed-layout_tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.feed-layout .feed-layout_tabs>div>.flex>a.active{color:var(--blue-color)}.feed-layout .feed-layout_tabs>div>.flex>a.active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.feed-layout .feed-layout__wrapper{margin-top:8px}.feedpage>.feed-list{margin:16px -24px 0}.feedpage>.feed-list .feed-list__table{width:100%;overflow:hidden}.feedpage>.feed-list .feed-list__table tr>td{padding-left:24px}.feedpage>.feed-list .feed-list__table tr>td:last-child{padding-right:24px;text-align:right}.feedpage>.feed-list .feed-list__table>thead>tr>td{font-size:12px;line-height:36px;height:36px;white-space:nowrap}.feedpage>.feed-list .feed-list__table>thead>tr>td:first-child{width:200px}.feedpage>.feed-list .feed-list__table>tbody{font-size:14px;line-height:1.43}.feedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item>td{padding-top:14px;padding-bottom:14px}.feedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item>td .btn{font-size:12px;line-height:1.5}.feedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.feedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item:not(:first-child)>td{border-top:1px solid var(--light-grey-color)}.feedpage>.feed-list>.empty{padding:42px 0;font-size:16px}.feedpage>.feed-list>.load-more-btn{padding:48px 0 24px}.feedviewedpage>.feed-list{margin:16px -24px 0}.feedviewedpage>.feed-list .feed-list__table{width:100%;overflow:hidden}.feedviewedpage>.feed-list .feed-list__table tr>td{padding-left:24px}.feedviewedpage>.feed-list .feed-list__table tr>td:last-child{padding-right:24px}.feedviewedpage>.feed-list .feed-list__table>thead>tr>td{font-size:12px;line-height:36px;height:36px;white-space:nowrap}.feedviewedpage>.feed-list .feed-list__table tr>td:first-child{width:200px}.feedviewedpage>.feed-list .feed-list__table>tbody{font-size:14px;line-height:1.43}.feedviewedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item>td{padding-top:14px;padding-bottom:14px}.feedviewedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item>td .btn{font-size:12px;line-height:1.5}.feedviewedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.feedviewedpage>.feed-list .feed-list__table>tbody>.feed-list__table_item:not(:first-child)>td{border-top:1px solid var(--light-grey-color)}.feedviewedpage>.feed-list>.empty{padding:42px 0;font-size:16px}.feedviewedpage>.feed-list>.load-more-btn{padding:48px 0 24px}.categoriespage{padding:24px 24px 0}.categoriespage>.flex>h1{font-size:18px;line-height:1.33}.categoriespage>.flex>.btn{font-size:14px}.categoriespage>.flex>.btn>.flex>img{margin-right:8px}.categoriespage>.categoriespage__wrapper{margin-top:32px}.categoriespage>.categoriespage__wrapper>.categories-list{margin:12px -24px 0}.categoriespage>.categoriespage__wrapper>.categories-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.categoriespage>.categoriespage__wrapper>.categories-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody{font-size:12px;line-height:1.5;border-bottom:1px solid var(--light-grey-color)}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody:last-child{border-bottom:none}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody>.categories-list__table_group_title>td{height:52px;line-height:36px;padding-top:16px;text-transform:uppercase}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody:nth-child(2)>.categories-list__table_group_title>td{height:44px;padding-top:0}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody>.categories-list__table_group_item>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody>.categories-list__table_group_item:hover>td{background-color:var(--transparent-blue-color)}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_id{width:56px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_name{width:132px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_val{width:120px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_description{width:calc(100% - 500px)}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_actions{width:200px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_actions .btn{font-size:12px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_actions .flex>.btn:last-child{margin-left:16px}.categoriespage>.categoriespage__wrapper>.categories-list table tr>td{padding-left:24px}.categoriespage>.categoriespage__wrapper>.categories-list table tr>td:last-child{padding-right:24px}.categoriespage>.categoriespage__wrapper>.categories-list>.empty{padding:42px 0;font-size:16px}.categoriespage>.categoriespage__wrapper>.categories-list table>tbody .categories-list__table_group_item_description span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.categoriespage .add-tag-modal .add-tag-modal-footer,.categoriespage .delete-tag-modal .delete-tag-modal-footer,.categoriespage .edit-tag-modal .edit-tag-modal-footer{width:100%}.categoriespage .add-tag-modal .add-tag-modal-footer .col-xs-6>p.error--text,.categoriespage .delete-tag-modal .delete-tag-modal-footer .col-xs-6>p.error--text,.categoriespage .edit-tag-modal .edit-tag-modal-footer .col-xs-6>p.error--text{font-size:14px}.categoriespage .add-tag-modal .add-tag-modal-footer .flex>.btn:last-child,.categoriespage .delete-tag-modal .delete-tag-modal-footer .flex>.btn:last-child,.categoriespage .edit-tag-modal .edit-tag-modal-footer .flex>.btn:last-child{margin-left:8px}.categoriespage .delete-tag-modal .delete-tag-modal-content>p{font-size:14px;line-height:20px}.categoriespage .add-tag-modal .add-tag-modal-content>:not(:first-child),.categoriespage .edit-tag-modal .edit-tag-modal-content>:not(:first-child){margin-top:8px}.categoriespage .add-tag-modal .add-tag-modal-content>div>p.error--text,.categoriespage .edit-tag-modal .edit-tag-modal-content>div>p.error--text{font-size:12px;line-height:1.5;margin-top:4px}.b-checkbox{width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b-checkbox>div{position:relative}.b-checkbox>div>input[type=checkbox]{visibility:hidden;width:0!important;height:0!important;position:absolute}.b-checkbox>div>label{cursor:pointer}.b-checkbox>div>label>.b-checkbox-input{width:16px;height:16px;display:block;border:2px solid rgba(0,0,0,.38);cursor:pointer;background:transparent;border-radius:2px;position:relative;margin-right:16px}.b-checkbox>div>input[type=checkbox]:checked+label>.b-checkbox-input{background:rgba(0,0,0,.87);border:0}.b-checkbox>div>input[type=checkbox]:checked+label>.b-checkbox-input:after{opacity:1}.b-checkbox>div>label>.b-checkbox-input:after{content:"";width:9px;height:4px;position:absolute;top:4px;left:3px;border:2px solid #fff;border-top:none;border-right:none;background:transparent;transform:rotate(-45deg);opacity:0}.versionspage{padding:24px 24px 0}.versionspage>.flex>h1{font-size:18px;line-height:1.33}.versionspage>.flex>.btn{font-size:14px}.versionspage>.flex>.btn>.flex>img{margin-right:8px}.versionspage>.versionspage__wrapper{margin-top:32px}.versionspage>.versionspage__wrapper>.versions-list{margin:12px -24px 0}.versionspage>.versionspage__wrapper>.versions-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.versionspage>.versionspage__wrapper>.versions-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.versionspage>.versionspage__wrapper>.versions-list table>tbody{font-size:12px;line-height:1.5;border-bottom:1px solid var(--light-grey-color)}.versionspage>.versionspage__wrapper>.versions-list table>tbody:last-child{border-bottom:none}.versionspage>.versionspage__wrapper>.versions-list table>tbody>.versions-list__table_group_title>td{height:52px;line-height:36px;padding-top:16px;text-transform:uppercase}.versionspage>.versionspage__wrapper>.versions-list table>tbody:nth-child(2)>.versions-list__table_group_title>td{height:44px;padding-top:0}.versionspage>.versionspage__wrapper>.versions-list table>tbody>.versions-list__table_group_item>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle}.versionspage>.versionspage__wrapper>.versions-list table>tbody>.versions-list__table_group_item:hover>td{background-color:var(--transparent-blue-color)}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_id{width:56px}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_val{width:calc(100% - 256px)}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_val>span.emphasized{position:relative}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_val>span.emphasized:before{content:"";display:block;position:absolute;left:-4px;top:-4px;width:4px;height:4px;background-color:rgba(0,189,110,.38);border-radius:50%}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_actions{width:200px}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_actions .btn{font-size:12px}.versionspage>.versionspage__wrapper>.versions-list table>tbody .versions-list__table_group_item_actions .flex>.btn:last-child{margin-left:16px}.versionspage>.versionspage__wrapper>.versions-list table tr>td{padding-left:24px}.versionspage>.versionspage__wrapper>.versions-list table tr>td:last-child{padding-right:24px}.versionspage>.versionspage__wrapper>.versions-list>.empty{padding:42px 0;font-size:16px}.versionspage .add-version-modal .add-version-modal-footer,.versionspage .delete-version-modal .delete-version-modal-footer,.versionspage .edit-version-modal .edit-version-modal-footer{width:100%}.versionspage .add-version-modal .add-version-modal-footer .col-xs-6>p.error--text,.versionspage .delete-version-modal .delete-version-modal-footer .col-xs-6>p.error--text,.versionspage .edit-version-modal .edit-version-modal-footer .col-xs-6>p.error--text{font-size:14px}.versionspage .add-version-modal .add-version-modal-footer .flex>.btn:last-child,.versionspage .delete-version-modal .delete-version-modal-footer .flex>.btn:last-child,.versionspage .edit-version-modal .edit-version-modal-footer .flex>.btn:last-child{margin-left:8px}.versionspage .delete-version-modal .delete-version-modal-content>p{font-size:14px;line-height:20px}.versionspage .delete-version-modal .delete-version-modal-content>p span.medium{text-transform:uppercase}.versionspage .add-version-modal .add-version-modal-content>:not(:first-child),.versionspage .edit-version-modal .edit-version-modal-content>:not(:first-child){margin-top:8px}.versionspage .add-version-modal .add-version-modal-content>.add-version-modal-content__version>.flex>div,.versionspage .edit-version-modal .edit-version-modal-content>.edit-version-modal-content__version>.flex>div{width:96px;position:relative}.versionspage .add-version-modal .add-version-modal-content>.add-version-modal-content__version>.flex>div:not(:last-child):after,.versionspage .edit-version-modal .edit-version-modal-content>.edit-version-modal-content__version>.flex>div:not(:last-child):after{content:".";position:absolute;z-index:1;bottom:0;right:-32px;font-size:32px}.versionspage .add-version-modal .add-version-modal-content>.add-version-modal-content__version input,.versionspage .edit-version-modal .edit-version-modal-content>.edit-version-modal-content__version input{text-align:center;padding-right:16px;font-size:16px}.versionspage .add-version-modal .add-version-modal-content .b-checkbox,.versionspage .edit-version-modal .edit-version-modal-content .b-checkbox{height:36px}.versionspage .add-version-modal .add-version-modal-content>div>p.error--text,.versionspage .edit-version-modal .edit-version-modal-content>div>p.error--text{font-size:12px;line-height:1.5;margin-top:4px}.b-user-select-dropdown{position:relative;width:100%}.b-user-select-dropdown>.b-user-select-dropdown_toggle{height:48px;border:1px solid var(--light-grey-color);font-size:14px;line-height:1.43;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.b-user-select-dropdown>.b-user-select-dropdown_toggle>.flex{width:100%;height:100%}.b-user-select-dropdown>.b-user-select-dropdown_toggle>.flex>.selected{height:100%;width:100%;padding:0 16px}.b-user-select-dropdown>.b-user-select-dropdown_toggle>.flex>.selected>div{text-overflow:ellipsis;overflow:hidden}.b-user-select-dropdown .b-user-select-dropdown_options{width:100%;position:absolute;z-index:1;left:0;top:0;box-shadow:0 4px 16px 0 rgba(0,0,0,.12);overflow:hidden}.b-user-select-dropdown .b-user-select-dropdown_options .input-form-group>.input-container>div>input{border-radius:0;border:none}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list{max-height:396px;border-top:1px solid var(--light-grey-color);overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:14px;line-height:1.43}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list::-webkit-scrollbar-track{background-color:#fff;cursor:pointer}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list::-webkit-scrollbar{width:4px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.6);cursor:pointer}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list>.b-user-select-dropdown_options_list_loading{height:64px}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list>.b-user-select-dropdown_options_list_item{height:48px;padding:0 16px;cursor:pointer}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list>.b-user-select-dropdown_options_list_item:hover{background-color:#f5f5f5}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list>.b-user-select-dropdown_options_list_item span.grey--text{font-size:12px}.b-user-select-dropdown .b-user-select-dropdown_options .b-user-select-dropdown_options_list>p{padding:24px 0}.quick-filters-page{padding:24px 24px 0}.quick-filters-page>h1{font-size:18px;line-height:1.33}.quick-filters-page .quick-filters-tabs{margin:24px -24px 0;border-bottom:1px solid var(--light-grey-color)}.quick-filters-page .quick-filters-tabs>div{padding:0 24px}.quick-filters-page .quick-filters-tabs>div>.flex{margin:0 -9px}.quick-filters-page .quick-filters-tabs>div>.flex>a{margin:0 9px;line-height:1.67;letter-spacing:.5px;font-size:12px;text-transform:uppercase;position:relative;padding:8px 0}.quick-filters-page .quick-filters-tabs>div>.flex>a.router-link-exact-active{color:var(--blue-color)}.quick-filters-page .quick-filters-tabs>div>.flex>a.router-link-exact-active:after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:var(--blue-color);border-radius:2px 2px 0 0}.quick-filters-page>.quick-filters-wrapper{margin-top:24px}.quick-filters-page>.quick-filters-wrapper>.quick-filters-wrapper_add>.btn{font-size:14px}.quick-filters-page>.quick-filters-wrapper>.quick-filters-wrapper_add>.btn>.flex>img{margin-right:8px}.quick-filters-page .quick-filters-wrapper_list{margin:12px -24px 0}.quick-filters-page .quick-filters-wrapper_list__table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.quick-filters-page .quick-filters-wrapper_list__table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.quick-filters-page .quick-filters-wrapper_list__table>tbody>tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle;font-size:12px;line-height:1.5}.quick-filters-page .quick-filters-wrapper_list__table>tbody>tr:hover>td{background-color:var(--transparent-blue-color)}.quick-filters-page .quick-filters-wrapper_list__table>tbody .quick-filters-wrapper_list__table_item_actions{width:200px}.quick-filters-page .quick-filters-wrapper_list__table>tbody .quick-filters-wrapper_list__table_item_actions .btn{font-size:12px}.quick-filters-page .quick-filters-wrapper_list__table>tbody .quick-filters-wrapper_list__table_item_actions .flex>.btn:last-child{margin-left:16px}.quick-filters-page .quick-filters-wrapper_list__table tr>td{padding-left:24px}.quick-filters-page .quick-filters-wrapper_list__table tr>td:last-child{padding-right:24px}.quick-filters-page .quick-filters-wrapper>.empty{padding:42px 0;font-size:16px}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-footer{width:100%}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-footer .col-xs-6>p.error--text{font-size:14px}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-footer .flex>.btn:last-child{margin-left:8px}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-content>.edit-quick-filter-modal-content__filter>:not(:first-child),.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-content>:not(:first-child){margin-top:8px}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-content>.edit-quick-filter-modal-content__filter{margin-top:16px;padding-top:16px;border-top:1px solid var(--light-grey-color)}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-content>.edit-quick-filter-modal-content__filter>span.transparent-grey--text{font-size:12px;display:inline-block}.quick-filters-page .edit-quick-filter-modal .edit-quick-filter-modal-content p.error--text{font-size:12px;line-height:1.5;margin-top:4px}.blacklistpage{padding:24px 24px 0}.blacklistpage>.flex>h1{font-size:18px;line-height:1.33}.blacklistpage>.flex>.btn{font-size:14px}.blacklistpage>.flex>.btn>.flex>img{margin-right:8px}.blacklistpage>.blacklistpage__wrapper{margin-top:32px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list{margin:12px -24px 0}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table tr>td{padding-left:24px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table tr>td:last-child{padding-right:24px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody{font-size:12px;line-height:1.5}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item_name{width:calc(100% - 200px)}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item_actions,.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item_url{width:200px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item_actions .btn{font-size:12px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list table>tbody .blacklist-list__table_item_actions .flex>.btn:last-child{margin-left:16px}.blacklistpage>.blacklistpage__wrapper>.blacklist-list>.empty{padding:42px 0;font-size:16px}.blacklistpage .add-blacklist-modal .add-blacklist-modal-footer,.blacklistpage .delete-blacklist-modal .delete-blacklist-modal-footer,.blacklistpage .edit-blacklist-modal .edit-blacklist-modal-footer{width:100%}.blacklistpage .add-blacklist-modal .add-blacklist-modal-footer .col-xs-6>p.error--text,.blacklistpage .delete-blacklist-modal .delete-blacklist-modal-footer .col-xs-6>p.error--text,.blacklistpage .edit-blacklist-modal .edit-blacklist-modal-footer .col-xs-6>p.error--text{font-size:14px}.blacklistpage .add-blacklist-modal .add-blacklist-modal-footer .flex>.btn:last-child,.blacklistpage .delete-blacklist-modal .delete-blacklist-modal-footer .flex>.btn:last-child,.blacklistpage .edit-blacklist-modal .edit-blacklist-modal-footer .flex>.btn:last-child{margin-left:8px}.blacklistpage .add-blacklist-modal .add-blacklist-modal-content>:not(:first-child),.blacklistpage .edit-blacklist-modal .edit-blacklist-modal-content>:not(:first-child){margin-top:8px}.blacklistpage .delete-blacklist-modal .delete-blacklist-modal-content>p{font-size:14px;line-height:20px}.promocodespage{padding:24px 24px 0}.promocodespage>.flex>h1{font-size:18px;line-height:1.33}.promocodespage>.flex>.btn{font-size:14px}.promocodespage>.flex>.btn>.flex>img{margin-right:8px}.promocodespage>.promocodespage__wrapper{margin-top:32px}.promocodespage>.promocodespage__wrapper>.promocodes-list{margin:12px -24px 0}.promocodespage>.promocodespage__wrapper>.promocodes-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.promocodespage>.promocodespage__wrapper>.promocodes-list table tr>td{padding-left:24px}.promocodespage>.promocodespage__wrapper>.promocodes-list table tr>td:last-child{padding-right:24px}.promocodespage>.promocodespage__wrapper>.promocodes-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody{font-size:12px;line-height:1.5}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody .promocodes-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody .promocodes-list__table_item_status>span{width:8px;height:8px;border-radius:50%;display:block}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody .promocodes-list__table_item_actions .btn{font-size:12px}.promocodespage>.promocodespage__wrapper>.promocodes-list table>tbody .promocodes-list__table_item_actions .flex>.btn:last-child{margin-left:16px}.promocodespage>.promocodespage__wrapper>.promocodes-list .load-more-btn{padding:48px 0 24px}.promocodespage>.promocodespage__wrapper>.promocodes-list>.empty{padding:42px 0;font-size:16px}.promocodespage .add-promocode-modal .add-promocode-modal-footer,.promocodespage .edit-promocode-modal .edit-promocode-modal-footer{width:100%}.promocodespage .add-promocode-modal .add-promocode-modal-footer .col-xs-6>p.error--text,.promocodespage .edit-promocode-modal .edit-promocode-modal-footer .col-xs-6>p.error--text{font-size:14px}.promocodespage .add-promocode-modal .add-promocode-modal-footer .flex>.btn:last-child,.promocodespage .edit-promocode-modal .edit-promocode-modal-footer .flex>.btn:last-child{margin-left:8px}.promocodespage .add-promocode-modal .add-promocode-modal-content>:not(:first-child),.promocodespage .edit-promocode-modal .edit-promocode-modal-content>:not(:first-child){margin-top:8px}.discountpage{padding:24px 24px 0}.discountpage>.flex>h1{font-size:18px;line-height:1.33}.discountpage>.flex>.btn{font-size:14px}.discountpage>.flex>.btn>.flex>img{margin-right:8px}.discountpage>.discountpage__wrapper{margin-top:32px}.discountpage>.discountpage__wrapper>.discount-list{margin:12px -24px 0}.discountpage>.discountpage__wrapper>.discount-list table{width:100%;overflow:hidden;border-radius:0 0 12px 12px}.discountpage>.discountpage__wrapper>.discount-list table tr>td{padding-left:24px}.discountpage>.discountpage__wrapper>.discount-list table tr>td:last-child{padding-right:24px}.discountpage>.discountpage__wrapper>.discount-list table>thead>tr>td{font-size:12px;line-height:36px;white-space:nowrap}.discountpage>.discountpage__wrapper>.discount-list table>tbody{font-size:12px;line-height:1.5}.discountpage>.discountpage__wrapper>.discount-list table>tbody tr>td{border-top:1px solid var(--light-grey-color);padding:12px 0 12px 24px;vertical-align:middle}.discountpage>.discountpage__wrapper>.discount-list table>tbody .discount-list__table_item:hover>td{background-color:var(--transparent-blue-color)}.discountpage>.discountpage__wrapper>.discount-list table>tbody .discount-list__table_item_status>span{width:8px;height:8px;border-radius:50%;display:block}.discountpage>.discountpage__wrapper>.discount-list table>tbody .discount-list__table_item_actions .btn{font-size:12px}.discountpage>.discountpage__wrapper>.discount-list table>tbody .discount-list__table_item_actions .flex>.btn:last-child{margin-left:16px}.discountpage>.discountpage__wrapper>.discount-list .load-more-btn{padding:48px 0 24px}.discountpage>.discountpage__wrapper>.discount-list>.empty{padding:42px 0;font-size:16px}.discountpage .add-discount-modal .add-discount-modal-footer,.discountpage .edit-discount-modal .edit-discount-modal-footer{width:100%}.discountpage .add-discount-modal .add-discount-modal-footer .col-xs-6>p.error--text,.discountpage .edit-discount-modal .edit-discount-modal-footer .col-xs-6>p.error--text{font-size:14px}.discountpage .add-discount-modal .add-discount-modal-footer .flex>.btn:last-child,.discountpage .edit-discount-modal .edit-discount-modal-footer .flex>.btn:last-child{margin-left:8px}.discountpage .add-discount-modal .add-discount-modal-content>:not(:first-child),.discountpage .edit-discount-modal .edit-discount-modal-content>:not(:first-child){margin-top:8px}#chartjs-tooltip{opacity:1;position:absolute;background:#fff;color:#fff;border-radius:4px;transition:all .1s ease;pointer-events:none;transform:translate3d(-50%,-100%,0);padding:2px 6px;font-size:12px;margin-top:-8px;color:rgba(0,0,0,.54);border:1px solid #e5e5e5;white-space:nowrap}#chartjs-tooltip>p{position:relative;z-index:2}#chartjs-tooltip>div{width:8px;height:8px;position:absolute;left:50%;bottom:-1px;transform:translate3d(-50%,50%,0) rotate(45deg);border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#fff;z-index:1;margin-left:-4px}#chartjs-tooltip.left{transform:translate3d(-18px,-100%,0)}#chartjs-tooltip.left>div{left:21px}#chartjs-tooltip.right{transform:translate3d(-85px,-100%,0);transform:translate3d(calc(-100% + 18px),-100%,0)}#chartjs-tooltip.right>div{left:auto;right:17px;transform:translate3d(50%,50%,0) rotate(45deg)}.datepicker-input-container{position:relative;padding:0 12px;width:130px;cursor:pointer}.datepicker-input-container>svg{display:inline-block;color:#9b9b9b;fill:currentcolor;height:24px;width:24px;transition:all .45s ease 0ms;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.datepicker-input-container>svg.disable{pointer-events:none;opacity:.38}.datepicker-input-container>svg.prev{left:4px}.datepicker-input-container>svg.next{right:4px}.datepicker-input-container input{width:100%;height:34px;font-size:14px;color:rgba(0,0,0,.87);border:none;box-sizing:border-box;pointer-events:none;background-color:transparent}.week-text-row{font-weight:400;text-align:center;color:#4a4a4a;font-size:12px;text-transform:uppercase}.day-button,.week-text{width:32px;margin:0 5px}.day-button{font-size:12px;font-weight:400;text-align:center;position:relative;background:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0}.day-button.in-range{background:#f5f5f5;overflow:visible}.day-button.calendar-checkin-day{background:#f5f5f5;border-radius:50% 0 0 50%}.day-button.calendar-checkout-day{background:#f5f5f5;border-radius:0 50% 50% 0}.day-button.calendar-checkin-day:after,.day-button.calendar-checkout-day:before,.day-button.in-range:before,.day-button.in-range:not(.calendar-checkout-day):after{content:"";display:block;position:absolute;top:0;width:100%;height:100%;background:#f5f5f5}.day-button.calendar-checkout-day:before,.day-button.in-range:before{left:-100%}.day-button.calendar-checkin-day:after,.day-button.in-range:not(.calendar-checkout-day):after{right:-100%}.calendar-day-button{color:rgba(0,0,0,.87)}.calendar-day-button-disabled{cursor:default;color:rgba(0,0,0,.54)}.calendar-day-bg{background-color:#2f75e0;border-radius:50%;height:100%;width:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(0);transition:all .25s ease 0ms;z-index:1}.calendar-day-bg-selected{opacity:1;transform:scale(1)}.calendar-day-selected{border-radius:50%;position:absolute;transform:scale(1);transition:all .25s ease 0ms;z-index:1}.calendar-day-text{line-height:32px;position:absolute;width:32px;height:32px;left:0;top:0;z-index:2}.calendar-day-selected-text{color:#fff}.calendar-empty-day{box-sizing:border-box;display:block;width:32px;height:32px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 5px}.calendar-day-hover{background-color:#2f75e0;border-radius:50%;height:100%;width:100%;left:0;opacity:.6;position:absolute;top:0;transform:scale(1);transition:all .25s ease 0ms;box-sizing:border-box;z-index:1}.calendar-month-week-row{height:32px;margin:4px 0}.calendar-month-week-row>:first-child:before{left:-50%!important}.calendar-month-week-row>:last-child:after{right:-50%!important}.calendar-month-container{position:relative}.calendar-month-week-column{font-weight:400;line-height:2;position:relative;text-align:center}.calendar-weekdays-container{height:100%;width:100%;top:0;left:0;transition:transform .45s ease 0ms,opacity .45s ease 0ms}.calendar-month-root{padding:36px;transition:all .45s ease 0ms;width:100%;height:100%;position:relative;background:#fff}.calendar-month-root>button{width:40px;height:40px;background:#fff;border-radius:50%;position:absolute;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);border-image-source:linear-gradient(180deg,transparent,transparent 80%,rgba(0,0,0,.02) 95%,rgba(0,0,0,.04));border-image-slice:1;top:120px;z-index:2}.calendar-month-root>.calendar-month-select-left{left:0;transform:translateX(-50%)}.calendar-month-root>.calendar-month-select-right{right:0;transform:translateX(50%)}.calendar-month-root>.calendar-month-wrapper>.calendar-month-year-text-container{width:100%;font-size:14px;padding-bottom:13px;text-align:center;text-transform:uppercase}.calendar-dialog{height:100%}.calendar-check-btn-section{position:relative;padding:16px 36px;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.12)}.calendar-check-btn-section>.row>*{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.calendar-check-btn-section>.row>span{font-size:14px;cursor:pointer}.calendar-check-btn-section .btn.primary{margin-left:12px}.calendar-check-btn-section>p{font-size:14px;padding-right:24px}.datepicker-wrapper{position:relative}.datepicker-root{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;z-index:1500;top:-16px;right:0;height:auto;overflow:visible}.datepicker-root.fixed{position:fixed;left:0;top:0;z-index:999}.datepicker-container{-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0 auto;opacity:1;right:0;width:696px;position:absolute;z-index:1500;height:inherit}.calendar-container,.datepicker-container{box-sizing:border-box;transition:all .45s ease 0ms}.calendar-container{background-color:#fff;height:100%;box-shadow:0 7px 10px 0 hsla(0,0%,49.8%,.5)}.datepicker-enter-active,.datepicker-leave-active{transition:0s}.datepicker-enter,.datepicker-leave-to{transform:none}.fixed.datepicker-enter-active,.fixed.datepicker-leave-active{transition:all .25s ease-in-out!important}.fixed.datepicker-enter,.fixed.datepicker-leave-to{transform:translateY(100%)}.datepicker-wrapper>.form-group-container{width:100%;position:relative;border:1px solid rgba(0,0,0,.12)}.datepicker-wrapper>.form-group-container>div{width:100%}.ie .datepicker-container{left:0!important;right:0!important}.datepicker-wrapper .form-group-container>svg{margin-left:12px}.stats-page{padding:24px}.stats-page>.flex>h1{font-size:18px;line-height:1.33}.stats-page>.flex .btn{font-size:14px}.stats-page .stats-page__loading{padding:48px 0}.stats-page>.stats-wrapper{margin-top:32px}.stats-page>.stats-wrapper>.stats-wrapper__error{padding:42px 0;font-size:16px}.stats-page>.stats-wrapper>.stats-wrapper__chart>.flex>h2{font-size:18px;line-height:2.67}.stats-page>.stats-wrapper>.stats-wrapper__chart>.stats-wrapper__chart_graph{margin-top:20px}.stats-page>.stats-wrapper>.stats-wrapper__table{margin-top:36px}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row{padding:14px 16px;font-size:14px;line-height:1.43;cursor:pointer}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row:hover{background-color:var(--transparent-blue-color)}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row:not(:first-child){border-top:1px solid var(--light-grey-color)}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row>span{display:block}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row>span.regular{width:360px}.stats-page>.stats-wrapper>.stats-wrapper__table>.stats-wrapper__table_row>span.medium{margin-left:24px}*{box-sizing:border-box;outline:0;border:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;outline:none;font-style:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body,html{width:100%;height:100%}body{line-height:1;position:relative}b{font-weight:500}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}button{margin:0}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{flex-direction:row-reverse}.col{flex-direction:column}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{flex-grow:1;flex-basis:0;flex:none;max-width:100%}.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}*{font-family:Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}:root{--black-color:#000;--light-grey-color:#e5e5e5;--grey-color:rgba(0,0,0,0.54);--transparent-grey-color:rgba(0,0,0,0.38);--green-color:#00bd6e;--transparent-green-color:#e5f8f0;--blue-color:#007aff;--error-color:#ed5454;--red-color:#ff4b4b;--transparent-blue-color:rgba(0,122,255,0.06)}@font-face{font-family:Silkscreen;src:url(/fonts/slkscre-webfont.eot);src:url(/fonts/slkscre-webfont.eot?#iefix) format("embedded-opentype"),url(/fonts/slkscre-webfont.woff) format("woff"),url(/fonts/slkscre-webfont.ttf) format("truetype"),url(/fonts/slkscre-webfont.svg#silkscreen_expandednormal) format("svg");font-weight:400;font-style:normal}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-width:900px}body.ios-fix{position:fixed;width:100%;height:100%}a,buttton,img{-webkit-user-select:none;-moz-user-select:none;user-select:none}img.transparent{opacity:.38}a{text-decoration:none}button{cursor:pointer;background:transparent}button,input{outline:none;box-sizing:border-box}input{padding:0;box-shadow:none;background-clip:padding-box}.flex{box-sizing:border-box;display:flex}.b-container{max-width:1352px;margin:0 auto;padding-left:16px;padding-right:16px}.logo{font-family:Silkscreen,Helvetica Neue,Arial,sans-serif;text-transform:uppercase;font-stretch:expanded}.black--text{color:var(--black-color)}.grey--text{color:var(--grey-color)}.transparent-grey--text{color:var(--transparent-grey-color)}.white--text{color:#fff}.green--text{color:var(--green-color)}.blue--text{color:var(--blue-color)}.red--text{color:var(--red-color)}.white-grey--text{color:hsla(0,0%,100%,.54)}.transparent-white--text{color:hsla(0,0%,100%,.38)}.error--text{color:var(--error-color)}.white--bg{background-color:#fff}.green--bg{background-color:var(--green-color)}.blue--bg{background-color:var(--blue-color)}.light-grey--bg{background-color:var(--light-grey-color)}.transprent-green--bg{background-color:var(--transparent-green-color)}.red--bg{background-color:var(--red-color)}.content--bg{background-color:#eee}.transprent-blue--bg{background-color:var(--transparent-blue-color)}.extra-bold{font-weight:900}.bold{font-weight:700}.medium{font-weight:500}.regular{font-weight:400}.silkscreen{font-family:Silkscreen,Helvetica Neue,Arial,sans-serif}.general-border{border:1px solid var(--light-grey-color)}.border-radius{border-radius:6px}.border-radius-big{border-radius:12px}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.fadeIn-enter-active,.fadeIn-leave-active{transition:all .3s cubic-bezier(.25,.8,.5,1)}.fadeIn-enter,.fadeIn-leave-to{opacity:0;transform:none}.fadeInUp-enter-active,.fadeInUp-leave-active{transition:.2s ease-in-out}.fadeInUp-enter,.fadeInUp-leave-to{transform:translateY(20px);opacity:0}.vue-tooltip.b-custom-tooltip{padding:6px 12px;line-height:1.5;font-size:12px;background-color:rgba(0,0,0,.8);box-shadow:none;border-radius:6px;color:#fff;z-index:999}.vue-tooltip.b-custom-tooltip>.tooltip-arrow{border-color:rgba(0,0,0,.8)}@media only screen and (max-width:48em){body.hidden{overflow:hidden}}@media only screen and (min-width:48em){.b-container-sm{max-width:1352px;margin:0 auto;padding-left:16px;padding-right:16px}.flex-sm{box-sizing:border-box;display:flex}.content--bg-sm{background-color:#eee}.white--bg-sm{background-color:#fff}.align-right-sm{text-align:right}.border-radius-sm{border-radius:6px}.border-radius-big-sm{border-radius:12px}}
/*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */.wysiwyg{line-height:1.6}.wysiwyg a{text-decoration:none}.wysiwyg a:hover{border-bottom:1px solid}.wysiwyg abbr{border-bottom:1px dotted;cursor:help}.wysiwyg cite{font-style:italic}.wysiwyg hr{background:#e6e6e6;border:none;display:block;height:1px;margin-bottom:1.4em;margin-top:1.4em}.wysiwyg img{vertical-align:text-bottom}.wysiwyg ins{background-color:#0f0;text-decoration:none}.wysiwyg mark{background-color:#ff0}.wysiwyg small{font-size:.8em}.wysiwyg strong{font-weight:700}.wysiwyg sub,.wysiwyg sup{font-size:.8em}.wysiwyg sub{vertical-align:sub}.wysiwyg sup{vertical-align:super}.wysiwyg blockquote,.wysiwyg dl,.wysiwyg ol,.wysiwyg p,.wysiwyg pre,.wysiwyg table,.wysiwyg ul{margin-bottom:1.1em}.wysiwyg blockquote:last-child,.wysiwyg dl:last-child,.wysiwyg ol:last-child,.wysiwyg p:last-child,.wysiwyg pre:last-child,.wysiwyg table:last-child,.wysiwyg ul:last-child{margin-bottom:0}.wysiwyg p:empty{display:none}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{font-weight:700;line-height:1.2}.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child{margin-top:0}.wysiwyg h1{font-size:2.4em;margin-bottom:.58333em;margin-top:.58333em;line-height:1}.wysiwyg h2{font-size:1.6em;margin-bottom:.875em;margin-top:1.75em;line-height:1.1}.wysiwyg h3{font-size:1.3em;margin-bottom:1.07692em;margin-top:1.07692em}.wysiwyg h4{font-size:1.2em;margin-bottom:1.16667em;margin-top:1.16667em}.wysiwyg h5{font-size:1.1em;margin-bottom:1.27273em;margin-top:1.27273em}.wysiwyg h6{font-size:1em;margin-bottom:1.4em;margin-top:1.4em}.wysiwyg dd{margin-left:1.4em}.wysiwyg ol,.wysiwyg ul{list-style-position:outside;margin-left:1.4em}.wysiwyg ol{list-style-type:decimal}.wysiwyg ol ol{list-style-type:lower-alpha}.wysiwyg ol ol ol{list-style-type:lower-roman}.wysiwyg ol ol ol ol{list-style-type:lower-greek}.wysiwyg ol ol ol ol ol{list-style-type:decimal}.wysiwyg ol ol ol ol ol ol{list-style-type:lower-alpha}.wysiwyg ul{list-style-type:disc}.wysiwyg ul ul{list-style-type:circle}.wysiwyg ul ul ul{list-style-type:square}.wysiwyg ul ul ul ul{list-style-type:circle}.wysiwyg ul ul ul ul ul{list-style-type:disc}.wysiwyg ul ul ul ul ul ul{list-style-type:circle}.wysiwyg blockquote{border-left:4px solid #e6e6e6;padding:.6em 1.2em}.wysiwyg blockquote p{margin-bottom:0}.wysiwyg code,.wysiwyg kbd,.wysiwyg pre,.wysiwyg samp{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;background-color:#f2f2f2;color:#333;font-size:.9em}.wysiwyg code,.wysiwyg kbd,.wysiwyg samp{border-radius:3px;line-height:1.77778;padding:.1em .4em .2em;vertical-align:baseline}.wysiwyg pre{overflow:auto;padding:1em 1.2em}.wysiwyg pre code{background:none;font-size:1em;line-height:1em}.wysiwyg figure{margin-bottom:2.8em;text-align:center}.wysiwyg figure:first-child{margin-top:0}.wysiwyg figure:last-child{margin-bottom:0}.wysiwyg figcaption{font-size:.8em;margin-top:.875em}.wysiwyg table{width:100%}.wysiwyg table pre{white-space:pre-wrap}.wysiwyg td,.wysiwyg th{font-size:1em;padding:.7em;border:1px solid #e6e6e6;line-height:1.4}.wysiwyg tfoot tr,.wysiwyg thead tr{background-color:#f5f5f5}.wysiwyg tfoot td,.wysiwyg tfoot th,.wysiwyg thead td,.wysiwyg thead th{font-size:.9em;padding:.77778em}.wysiwyg tbody tr,.wysiwyg tfoot td code,.wysiwyg tfoot th code,.wysiwyg thead td code,.wysiwyg thead th code{background-color:#fff}