@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#root{height:100vh}.create-site__spinner{height:100%;width:100%;background:#fff;position:fixed;top:0;z-index:1050;display:flex;align-items:center;justify-content:center}.create-site__spinner.hidden{display:none}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background-color:#eaeaea}body::-webkit-scrollbar-thumb{background-color:#c4daff}@media (max-width:600px){div#main{min-height:100vh}}.footer{margin:2rem 0 0;padding:0 1rem;background:#fff;box-shadow:0 -1px 3px rgba(0,0,0,.05)}.footer ul{margin:0;padding:0;display:flex;list-style:none}.footer ul li{padding:16px 0 14px;margin-right:50px}@media (max-width:600px){.footer ul li:last-child{margin-right:0}}.footer ul li:last-child{margin-left:auto}.footer ul li:last-child a{padding:16px 28px 14px;border-left:1px solid #efefef;border-right:1px solid #efefef;color:#46a3f3}.footer ul li:last-child a:hover{color:#fff;background-color:#46a3f3}.footer ul li a{color:#565656;font-size:14px;font-style:normal;font-weight:400;line-height:120%;text-decoration:none;transition:.3s}.footer ul li a:hover{color:#448bff}.privacy-modal-alert{@media (max-width:600px){flex-direction:column}}.privacy-modal-alert__open-modal-btn{font-size:13px;margin-left:10px;@media (max-width:600px){margin-left:0!important;margin-bottom:0!important;margin-right:0!important;margin-top:20px!important;font-size:14px}}.privacy-modal-alert__close{position:absolute;top:0;right:0;padding:.75rem 1.25rem!important}.modal-privacy{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(19,24,44,.5)}.sign-section{height:100vh;width:100%}.sign-section__wrap{display:flex;height:100%}.sign-section__left{width:50%;background:#fff}.sign-section__left-wrap{display:flex;flex-direction:column;height:100%;position:relative;width:calc(100% - 115px)}@media (max-width:1000px){.sign-section__left-wrap{margin:0 auto;max-width:800px;padding:0 10px;width:100%}}@media (max-width:1000px){.sign-section__left{width:100%}}.sign-section__right{background:#46a3f3;background-image:url(/static/media/64f60e5335e5d9765bba.5b6cd078.png);background-position:45% 0;background-repeat:no-repeat;background-size:cover;width:50%}.sign-section__right-video-wrap{align-items:center;display:flex;height:100%;padding-left:100px}.sign-section__right .video-phone-wrap{background:#fff;border-radius:20px;box-sizing:border-box;-webkit-filter:drop-shadow(0 0 35px rgba(0,0,0,.1));filter:drop-shadow(0 0 20px rgba(0,0,0,.3));height:70%;max-height:700px;min-height:400px;overflow:hidden;padding:15px 5px;width:auto;-webkit-animation:videoFadeIn 1s;animation:videoFadeIn 1s}@-webkit-keyframes videoFadeIn{0%{-webkit-transform:translateY(15px);transform:translateY(15px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes videoFadeIn{0%{-webkit-transform:translateY(15px);transform:translateY(15px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.sign-section__right .video-phone-wrap video{height:100%}@media (max-width:1000px){.sign-section__right{display:none}}.sign-section .container-sign{height:100%;margin-left:auto;padding-left:10px;width:600px}@media (max-width:1000px){.sign-section .container-sign{margin:0 auto;max-width:800px;padding:0 10px;width:100%}}.sign-section__header{position:absolute;align-items:flex-end;display:flex;justify-content:space-between;padding-bottom:10px;margin-bottom:60px;padding-top:30px;width:100%;z-index:1;background-color:#fff}.sign-section__body{overflow:auto;padding:0;margin:auto 0;position:relative;max-width:450px}@media (max-width:1000px){.sign-section__body{margin:auto}}.sign-section__body h1{margin-bottom:20px;color:#000;font-size:28px;font-style:normal;font-weight:700;text-align:center;line-height:130%;text-transform:uppercase}.sign-section .message-status{text-align:center;-webkit-animation:warnFadeIn .3s;animation:warnFadeIn .3s;flex-wrap:wrap;justify-content:center;position:relative}@-webkit-keyframes warnFadeIn{0%{opacity:0}to{opacity:1}}@keyframes warnFadeIn{0%{opacity:0}to{opacity:1}}.sign-section .message-status--error{color:#f54394}.sign-form__field{background:#f5f5f5;border-radius:80px;box-sizing:border-box;height:55px;margin-bottom:20px;padding:8px 9px;position:relative}.sign-form__field--with-icon{padding:0 80px}.sign-form__field--done{border:2px solid #46a3f3}.sign-form__field-input-wrap{align-items:center;display:flex;height:100%;position:relative}.sign-form__field-input-wrap input{background-color:transparent;border:none;box-sizing:border-box;color:#565656!important;font-size:14px;font-style:normal;font-weight:700;height:calc(100% - 10px);line-height:1;margin-top:10px;outline:none;width:100%}.sign-form__field-input-wrap input:required:focus+.floating-placeholder,.sign-form__field-input-wrap input:required:valid+.floating-placeholder{font-size:14px;margin-top:0;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.sign-form__field-input-wrap input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #f5f5f5!important}.sign-form__field-input-wrap .floating-placeholder{color:#a9a9a9;font-size:14px;font-style:normal;font-weight:400;left:0;line-height:1;pointer-events:none;position:absolute;transition:.3s}.sign-form__field-error{bottom:-20px;color:#f44;font-size:13px;left:27px;margin:0;position:absolute}.sign-form__field--error{border:2px solid #f44}.sign-form__icon{left:25px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.sign-form__icon--password{left:27px}.sign-form__icon--right{cursor:pointer;left:unset;right:27px}.sign-form__submit-btn{background:#46a3f3;border:none;border-radius:80px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:20px;margin-top:20px;padding:18px 20px 15px;text-align:center;text-transform:uppercase;transition:.3s;width:100%}.sign-form__submit-btn:hover{background-color:#2f82c9}.sign-form__submit-btn:disabled{background-color:#ccc}.sign-form__password-reset-link{display:block;text-align:center;font-weight:600;text-decoration:underline;color:#999}.sign-form__password-reset-link:hover{color:#46a3f3}.page-income{padding:0 1rem;flex-grow:1}.page-income__wrap{position:relative;border-width:0;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:1rem;background:#fff}.page-income .container-custom{padding:0 20px}.page-income .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.mobile-site-badge{padding:10px 15px;width:100%;background-color:#f1f3f2}.mobile-site-badge__name{margin-bottom:5px}.mobile-site-badge__name span{font-weight:700}.mobile-site-badge__icon{width:25px;display:flex;align-items:center;flex-shrink:0}.mobile-site-badge__links{display:flex;flex-direction:column;flex-grow:1}.mobile-site-badge__id{font-size:12px;font-weight:600;color:#999}.groupby button{border-color:rgba(135,150,165,.15);border-width:1px;border-radius:.25rem;color:#333;font-weight:400}.groupby button.active{font-weight:500;color:#666;background-color:#e7e7e7}@media (max-width:600px){.site-status{margin-bottom:20px}}.site-status__text{padding:.375rem .75rem;display:inline-flex;align-items:center;border-radius:4px;font-weight:500;color:#fff}.site-status__text.active{background:#31c971}.site-status__text.disabled{background:#f75959}.site-status__text.moderated{color:#333;background:#ffc107}.site-status__text svg{margin-right:5px}.widgets-list__wrap{display:flex}.widgets-list__save-statistics-btn{margin-left:auto}.widgets-list__btns{min-width:170px;display:flex;align-items:center;width:calc(100% - 15px)!important;min-height:50px;height:100%;background:#fff;color:#212529;border:1px solid rgba(160,175,185,.5);font-size:13px}.widgets-list__btns p{margin:0;font-size:12px;display:none}.widgets-list__btns:hover{background:rgba(83,92,120,.2)}.widgets-list__btns.active{color:#fff;background:#535c78}.widgets-list__slider-wrap{margin:0 20px 40px}.widgets-list .slick-track{margin-left:0;display:flex;align-items:stretch}.widgets-list .slick-next:before,.widgets-list .slick-prev:before{color:#333}.widgets-list .slick-list{padding:6px 5px}.widgets-list .slick-slide{height:auto}.widgets-list .slick-slide>div{height:100%}.widgets-list .slick-dots{bottom:-30px}.widgets-list .slick-prev{left:-20px}.widgets-list .slick-next{right:-20px}.widgets-list-select,.widgets-list__select{margin-bottom:20px}.table-responsive th{color:#495057!important;background-color:#e9ecef!important;border-color:rgba(27,28,29,.1)!important;font-size:12px!important;border-width:1px!important;vertical-align:middle!important}.question-marker{margin-left:2px}.table-subhead th{font-size:11px!important}.spinner-border-sm__custom{width:.8rem;height:.8rem;opacity:.3}.widgets-list__save-statistics-dropdown{margin-top:10px}.widgets-list__save-statistics-dropdown.mobile{margin-top:20px}.widgets-list__save-statistics-dropdown.mobile .dropdown-menu-custom{width:100%}.widgets-list__save-statistics-btn:after{display:none}.details__table thead th{color:#495057!important;background-color:#e9ecef!important;border-color:rgba(27,28,29,.1)!important;font-size:12px!important;border-width:1px!important;vertical-align:middle!important;white-space:nowrap}.details__table tbody td{font-weight:700;white-space:nowrap}.details__table .table-subhead th{font-size:11px!important}.chart-title__clicks-label,.chart-title__clicks-title,.chart-title__cpm-label,.chart-title__cpm-title,.chart-title__income-label,.chart-title__income-title,.chart-title__views-label,.chart-title__views-title,.chart-title__visits-label,.chart-title__visits-title{fill:#008ffb!important}.chart-table-mobile{margin-bottom:50px}.chart-table-mobile__chart-title{font-size:16px;margin:20px 0 -22px 30px}.widgets-preview{margin-top:20px}.widgets-preview h4{margin-bottom:3px}.widgets-preview h4~p{margin-bottom:30px}.widgets-preview__list{margin:0 -5px;display:flex;flex-wrap:wrap}.widgets-preview__list-item{border:1px solid rgba(160,175,185,.15);box-shadow:0 1px 3px rgba(0,0,0,.05);border-radius:4px;overflow:hidden;margin:0 5px 10px;width:calc(25% - 10px);flex-shrink:0;flex-grow:0}.widgets-preview__list-item-head{padding:10px 10px 8px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(160,175,185,.15);color:#fff;background-color:#448bff}.widgets-preview__list-item-body{padding:10px}.widgets-preview__list-item-row{margin-bottom:3px;padding-bottom:3px;border-bottom:1px solid rgba(160,175,185,.15);display:flex;align-items:center;justify-content:space-between}.widgets-preview__list-item-row ul{margin-top:5px;margin-bottom:0;list-style:none;padding-left:20px}.widgets-preview__list-item-row ul li .widgets-preview__list-item-row{border-bottom:1px solid rgba(160,175,185,.15)!important}.widgets-preview__list-item-row ul li:last-child .widgets-preview__list-item-row{border-bottom:unset!important}.widgets-preview__list-item-row--column{flex-direction:column;align-items:flex-start}.widgets-preview__list-item-row:last-child{border-bottom:unset}@media (max-width:1800px){.widgets-preview__list-item{width:calc(33.3333% - 10px)}}@media (max-width:600px){.widgets-preview__list-item{width:calc(50% - 10px)}}@media (max-width:500px){.widgets-preview__list-item{width:calc(100% - 10px)}}.page-heading h1{-webkit-animation:fadeInLeft 1s;animation:fadeInLeft 1s}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:600px){.page-heading h1{font-size:18px;text-align:center}}.page-heading p{opacity:0;-webkit-animation:fadeInLeftSmall 1s;animation:fadeInLeftSmall 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes fadeInLeftSmall{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSmall{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:600px){.page-heading p{font-size:16px;text-align:center}}.info-alert{margin:0 1rem}.info-alert .card{padding:10px}.info-alert__wrap{display:flex;padding:7px 10px;font-size:13px;margin-bottom:8px}@media (max-width:600px){.info-alert__wrap{flex-direction:column;align-items:flex-start!important}}.info-alert__wrap:last-child{margin-bottom:0}.info-alert .carousel__controls{margin-right:15px;flex-grow:0;flex-shrink:0}@media (max-width:600px){.info-alert .carousel__controls{position:absolute;bottom:7px}}.info-alert .carousel__controls span{cursor:pointer}.info-alert .carousel .disabled{opacity:.4;cursor:unset}.info-alert__item{display:none;justify-content:space-between;width:100%;-webkit-animation:alertFadeIn .8s;animation:alertFadeIn .8s}@media (max-width:600px){.info-alert__item{flex-direction:column}}@-webkit-keyframes alertFadeIn{0%{opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes alertFadeIn{0%{opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.info-alert__info-text{display:flex;align-items:center;margin-right:25px}.info-alert__info-text svg{margin-right:10px;flex-shrink:0}@media (max-width:600px){.info-alert__info-text svg{display:none}}@media (max-width:600px){.info-alert__info-text{margin-bottom:15px}}.info-alert__controls{flex-shrink:0}@media (max-width:600px){.info-alert__controls{align-self:flex-end}}.info-alert__more-btn{margin-right:20px}.info-alert__more-btn:hover{opacity:.8;color:inherit}@media (max-width:600px){.info-alert__more-btn{margin-top:10px}}.info-alert__close-btn{border:none;background:none}.info-alert__close-btn:hover{opacity:.8;color:inherit}.pageWidgets{flex-grow:1}.widgets-block__wrapper{padding:0 20px;flex-wrap:wrap;-webkit-animation:showOn .5s;animation:showOn .5s}.widgets-block__item{width:calc(20% - 20px);margin-right:20px}@media (max-width:600px){.widgets-block__item{margin:0 5px 20px;width:calc(50% - 10px)}.widgets-block__item .media-2x1:after{padding-top:67%}}.widgets-block__item .media-content{display:flex;flex-direction:column;color:#fff}.widgets-block__item .bg-dark-lt:hover{background:red!important}.widgets-block__delete-item{position:absolute;right:5px;top:5px;width:20px;height:20px}.widgets-block .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.widget-btn__id{position:absolute;top:5px;left:10px;font-size:13px;font-weight:600}.widget-btn__text{font-weight:600;padding:0 20px}.createWidgets{padding:0 20px;flex-grow:1}.createWidgets__back-btn{margin-bottom:20px}.createWidgets__form-place{-webkit-animation:showOn .5s;animation:showOn .5s}.createWidgets__save-btn-alert button.btn-primary{margin-right:15px}.createWidgets__save-btn-alert .alert{margin-bottom:0;flex-grow:1;padding:6px 20px;-webkit-animation:alertFade .3s;animation:alertFade .3s}.createWidgets .wiz-tab{display:none;flex-direction:column;height:100%}.createWidgets .wiz-tab.active{display:flex}.createWidgets .wiz-tab__buttons{margin-top:auto;display:flex}.range-wrap{position:relative;width:100%}input[type=range]{-webkit-appearance:none;margin:20px 0;width:100%}input[type=range]:focus{outline:none}input[type=range]:disabled::-webkit-slider-runnable-track{background-color:#ccc}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;animate:.2s;background:#448bff;border-radius:25px}input[type=range]::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:#fff;box-shadow:0 0 4px 0 #000;cursor:pointer;-webkit-appearance:none;margin-top:-8px}input[type=range]:focus::-webkit-slider-runnable-track{background:#448bff}.bubble{position:absolute;top:-50%}.bubble.hidden{visibility:hidden}.bubble span{width:30px;height:24px;line-height:24px;text-align:center;background:#448bff;color:#fff;font-size:12px;display:block;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-radius:6px}.bubble span:before{content:"";position:absolute;width:0;height:0;border-top:10px solid #448bff;border-left:5px solid transparent;border-right:5px solid transparent;top:100%;left:50%;margin-left:-5px;margin-top:-1px}.final-tab{height:300px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.final-tab p{margin-bottom:30px}.preview{height:450px}@media (max-width:600px){.preview{display:none}}.preview__header{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.preview__header-title{margin-bottom:0;font-weight:500;word-break:break-all;color:#333}.preview__header svg{width:70px;height:20px}.preview__wrap{padding:10px 12%;height:100%;border-radius:6px;background-color:#f1f1f1;overflow-y:auto}.preview__wrap-bg{padding:10px;background-color:#fff;position:relative}.preview__wrap-bg.banner--wrapper{text-align:center}.preview__wrap-bg.banner--wrapper-desktop img{width:100%}.preview__row{margin:0 -5px;display:flex}.preview__close-icon{position:absolute;top:10px;left:10px;color:#46a3f3}.preview__wrap-bg.fullscreen{height:auto}.preview__wrap-bg.fullscreen .preview__header{margin-bottom:15px}.preview__wrap-bg.fullscreen .preview__header-title{visibility:hidden}.preview__wrap-bg.fullscreen .preview__row{margin:0}.preview__wrap-bg.fullscreen .preview-article.fullscreen{margin:0 15px 10px;box-shadow:unset}.preview__wrap-bg.fullscreen .preview-article__image{margin-bottom:8px;border-radius:12px}.preview__wrap-bg.fullscreen .preview-article__image:after{content:"⠇"!important;position:absolute!important;left:unset!important;bottom:unset!important;top:6px!important;right:6px!important;color:#e9e9e9!important;width:25px!important;height:25px!important;background:rgba(0,0,0,.4)!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;padding-left:3px;line-height:1;box-sizing:border-box}.preview__wrap-bg.fullscreen .preview-article__text{padding:0}.preview__wrap-bg.fullscreen .preview-article__notice{left:0}.preview-article{margin:0 5px 10px;position:relative;box-shadow:0 2px 14px rgba(0,0,0,.08);flex-shrink:0;background:#fff}.preview-article__image{width:100%;height:auto;float:unset;margin-bottom:5px;margin-left:0;position:relative;max-height:150px;overflow:hidden}.preview-article__image:before{display:block;content:"";width:100%;padding-top:60%}.preview-article__text{font-weight:600;height:60px;overflow:hidden;margin:0 0 10px;padding:0 10px;max-height:80px;line-height:20px;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;font-family:"Roboto",sans-serif;color:#333}.preview-article__notice{position:absolute;bottom:10px;left:10px;font-size:11px;color:#999}.preview-article img{position:absolute;width:100%;height:100%;top:50%!important;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.3s;will-change:transform;object-fit:cover;object-position:center;background-clip:padding-box}.article-text-bottom:not(.article-text-combined) .preview-article{position:relative;height:220px}.article-text-bottom:not(.article-text-combined) .preview-article__image:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,#fff,transparent)}.article-text-bottom:not(.article-text-combined) .preview-article__text{margin:0!important;position:absolute;bottom:15px;width:100%;font-size:16px}.article-text-right .preview-article{display:flex;height:auto!important}.article-text-right .preview-article__image{margin-bottom:0;margin-right:10px;width:120px;height:80px}.article-text-right .preview-article__text{padding:0;margin:0;width:100%}.article-text-right .preview-article__notice{left:105px!important}.two-cell.article-text-right .preview-article__image{width:80px;flex-shrink:0}.two-cell.article-text-right .preview-article__text{height:54px!important;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.two-cell.article-text-right .preview-article__notice{left:90px!important}.article-text-combined:nth-child(2) .preview-article{display:block}.article-text-combined:nth-child(2) .preview-article__image{margin-bottom:5px;margin-right:0;width:100%;height:auto}.article-text-combined:nth-child(2) .preview-article__text{padding:0 10px;margin:0 0 10px;width:100%}.article-text-combined:nth-child(2) .preview-article__notice{left:10px}.article-text-combined .preview-article{display:flex;height:auto!important}.article-text-combined .preview-article__image{margin-bottom:0;margin-right:10px;width:120px;height:80px}.article-text-combined .preview-article__text{padding:0;margin:0;width:100%}.article-text-combined .preview-article__notice{left:105px}.preview__row.tgb{flex-wrap:wrap}.preview__row.tgb .preview-article{position:relative;height:250px;flex-grow:0;flex-shrink:1;border-radius:6px;overflow:hidden}.preview__row.tgb .preview-article__image{width:100%;height:67%;float:unset;margin-bottom:0;margin-left:0;position:relative;max-height:unset;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.preview__row.tgb .preview-article__image:before{display:none}.preview__row.tgb .preview-article__image:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,#fff,transparent)}.preview__row.tgb .preview-article__text{margin:0!important;position:absolute;bottom:40px;width:100%;font-size:16px;font-family:"Roboto",sans-serif}.preview__row.tgb-1 .preview-article{width:100%}.preview__row.tgb-2 .preview-article{width:calc(50% - 10px)}.preview__row.tgb-3 .preview-article:first-child,.preview__row.tgb-3 .preview-article:nth-child(3){width:calc(25% - 10px)}.preview__row.tgb-3 .preview-article:nth-child(2){width:calc(50% - 10px)}.preview__row.tgb-3 .preview-article{height:200px}.preview__row.tgb-3 .preview-article__image{height:60%}.preview__row.tgb-3 .preview-article__text{bottom:32px;font-size:13px;line-height:16px;height:64px}.preview__row.tgb-3 .preview-article:nth-child(2) .preview-article__text{font-size:15px;line-height:18px;height:54px;bottom:40px}.preview__row.tgb-4 .preview-article:first-child,.preview__row.tgb-4 .preview-article:nth-child(4){width:calc(65% - 10px)}.preview__row.tgb-4 .preview-article:nth-child(2),.preview__row.tgb-4 .preview-article:nth-child(3){width:calc(35% - 10px)}.preview__row.tgb-4 .preview-article{height:200px}.preview__row.tgb-4 .preview-article__image{height:60%}.preview__row.tgb-4 .preview-article__text{bottom:20px;font-size:14px;line-height:18px;height:72px}.preview__row.tgb-4 .preview-article:first-child .preview-article__text,.preview__row.tgb-4 .preview-article:nth-child(4) .preview-article__text{font-size:16px;line-height:20px;height:60px;bottom:34px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.preview__row.tgb-5 .preview-article:first-child,.preview__row.tgb-5 .preview-article:nth-child(2){width:calc(50% - 10px)}.preview__row.tgb-5 .preview-article:nth-child(3),.preview__row.tgb-5 .preview-article:nth-child(4),.preview__row.tgb-5 .preview-article:nth-child(5){width:calc(33.33333% - 10px)}.preview__row.tgb-5 .preview-article{height:200px}.preview__row.tgb-5 .preview-article__image{height:60%}.preview__row.tgb-5 .preview-article__text{bottom:20px;font-size:14px;line-height:18px;height:72px}.preview__row.tgb-5 .preview-article:first-child .preview-article__text,.preview__row.tgb-5 .preview-article:nth-child(2) .preview-article__text{font-size:16px;line-height:20px;height:60px;bottom:34px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.preview__row.tgb-6 .preview-article:first-child,.preview__row.tgb-6 .preview-article:nth-child(2){width:calc(50% - 10px)}.preview__row.tgb-6 .preview-article:nth-child(3),.preview__row.tgb-6 .preview-article:nth-child(4),.preview__row.tgb-6 .preview-article:nth-child(5),.preview__row.tgb-6 .preview-article:nth-child(6){width:calc(25% - 10px)}.preview__row.tgb-6 .preview-article{height:200px}.preview__row.tgb-6 .preview-article__image{height:60%}.preview__row.tgb-6 .preview-article__text{bottom:40px;font-size:14px;line-height:18px;height:54px}.preview__row.tgb-6 .preview-article:first-child .preview-article__text,.preview__row.tgb-6 .preview-article:nth-child(2) .preview-article__text{font-size:16px;line-height:20px;height:60px;bottom:34px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.preview__row.tgb-7 .preview-article:first-child,.preview__row.tgb-7 .preview-article:nth-child(4){width:calc(66.6667% - 10px)}.preview__row.tgb-7 .preview-article:nth-child(2),.preview__row.tgb-7 .preview-article:nth-child(3),.preview__row.tgb-7 .preview-article:nth-child(5),.preview__row.tgb-7 .preview-article:nth-child(6),.preview__row.tgb-7 .preview-article:nth-child(7){width:calc(33.3333% - 10px)}.preview__row.tgb-7 .preview-article{height:200px}.preview__row.tgb-7 .preview-article__image{height:60%}.preview__row.tgb-7 .preview-article__text{bottom:20px;font-size:14px;line-height:18px;height:72px}.preview__row.tgb-7 .preview-article:first-child .preview-article__text,.preview__row.tgb-7 .preview-article:nth-child(4) .preview-article__text{font-size:16px;line-height:20px;height:60px;bottom:34px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.backpage-2.backpage-bg,.backpage-5.backpage-bg{padding:5px;background:#fff}.backpage-5 .preview-article{margin:0 5px;width:calc(20% - 10px);height:155px!important}.backpage-5 .preview-article__image{height:100px!important}.backpage-5 .preview-article__text{bottom:30px!important;font-size:12px!important;line-height:15px!important;height:45px}.backpage-5 .preview-article__notice{font-size:9px}.widgetInfo{padding:0 20px;flex-grow:1}.widgetInfo__back-btn{margin-bottom:20px}.widgetInfo textarea.form-control.light{color:#333;background:#fff}.widgetInfo textarea.form-control.dark{color:#fff;background:#333}.widgetInfo__save-btn-alert button.btn-primary{margin-right:15px}.widgetInfo__save-btn-alert .alert{margin-bottom:0;flex-grow:1;padding:6px 20px;-webkit-animation:alertFade .3s;animation:alertFade .3s}.widgetInfo .lenta-card-save-icon{display:none;margin-left:10px;margin-right:auto;-webkit-animation:iconFadeIn .3s;animation:iconFadeIn .3s}@-webkit-keyframes iconFadeIn{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes iconFadeIn{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.widgetInfo .lenta-card-save-icon.show{display:block}.widgetInfo #amp_code textarea,.widgetInfo #backpage_code textarea,.widgetInfo #js_code textarea,.widgetInfo #turbo_code textarea{font-size:12px;font-weight:600}.feed-card{padding-bottom:5px}.feed-card__wrap{padding:5px;display:flex;align-items:center;border:1px solid #eee;border-radius:4px;color:#333;background:#fff}.feed-card__label{padding:5px 10px;margin-right:10px;border-radius:4px;display:inline-block;color:#fff;background:#448bff}.feed-card__label.customHTML{background:#f54394}.feed-card__name{color:#666}.feed-card .dropright{margin-left:auto}.feed-card .dropright .dropdown-toggle:after{display:none}.lenta-add-card{padding:0 20px}.lenta-add-card__back-btn{margin-bottom:20px}.lenta-add-card .parsley-required{color:#f54394}.lenta-add-card__save button.btn-success{margin-right:15px}.lenta-add-card__save .alert{margin-bottom:0;flex-grow:1;padding:6px 20px;-webkit-animation:alertFade .3s;animation:alertFade .3s}.preview-spinner{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:2;display:flex;justify-content:center;align-items:center;-webkit-animation:spinOut .4s;animation:spinOut .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes spinOut{0%{opacity:1}to{opacity:0}}@keyframes spinOut{0%{opacity:1}to{opacity:0}}.dashboard{padding:0 20px;flex-grow:1}.dashboard__wrap{position:relative;padding:1rem}@media (max-width:600px){.dashboard__wrap{padding:0}}.dashboard__controls{margin-bottom:20px;display:flex;align-items:center}@media (max-width:600px){.dashboard__controls{flex-direction:column}}.dashboard__controls .dropdown-item i,.dashboard__controls .dropdown-item svg{margin-left:unset;margin-right:unset;text-align:unset}.dashboard__submit-btn{margin-left:10px}@media (max-width:600px){.dashboard__submit-btn{margin-left:0;margin-bottom:10px;width:100%}}.dashboard__settings{margin-left:10px}@media (max-width:600px){.dashboard__settings{margin-left:0;width:100%;display:flex;justify-content:end}}.dashboard__settings svg{margin:0 5px 0 0}@media (max-width:600px){.dashboard__settings-dropdown{right:0;left:unset}}.dashboard__plates{margin-bottom:30px;display:flex;flex-wrap:wrap}.dashboard__plate-item{width:calc(33.3333% - 10px);min-width:150px;max-width:200px;margin-right:10px}@media (max-width:600px){.dashboard__plate-item{width:100%;margin-bottom:10px;margin-right:0;min-width:100%;max-width:100%}}.dashboard__plate-item .card-body{position:relative;overflow:hidden}@media (max-width:600px){.dashboard__plate-item .card-body{padding:.7rem 50px .7rem .7rem;display:flex;justify-content:space-between}}.dashboard__plate-item .text-highlight{margin-bottom:10px}@media (max-width:600px){.dashboard__plate-item .text-highlight{margin-bottom:0}}.dashboard__plate-item strong{font-size:16px}.dashboard__plate-item .plate-item-icon{position:absolute;top:-28px;right:-73px;display:block;width:157px;height:70px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#d1d1d1}.dashboard__plate-item .plate-item-icon img{position:absolute;bottom:5px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);width:28px}.dashboard__plate-item .plate-item-icon__coeff img{width:21px;bottom:8px}.dashboard__plate-item .plate-item-icon__vcpm img,.dashboard__plate-item .plate-item-icon__vctr img{width:23px;bottom:8px}@media (max-width:600px){.dashboard__table table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.dashboard__table table td{font-weight:500;color:#777}.dashboard__pagination-wrap{margin-top:20px;display:flex;justify-content:space-between}@media (max-width:600px){.dashboard__pagination-wrap{flex-direction:column}}@media (max-width:600px){.dashboard__pagination-wrap .btn-group{display:flex}.dashboard__pagination-wrap .btn-group .pagination-next,.dashboard__pagination-wrap .btn-group .pagination-prev{display:none}}@media (max-width:600px){.dashboard__pagesPerPage{margin-top:15px;display:flex;align-items:center;justify-content:space-between}}.dashboard .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.date-range{margin-bottom:0!important}@media (max-width:600px){.date-range{width:100%;margin-bottom:10px!important}}.finance{padding:0 20px;flex-grow:1}.finance-table{overflow-x:auto}.finance-table td .date-cell{display:inline-block;min-width:140px}.finance-table td .type-cell{display:inline-block;min-width:120px}.finance-table td .balance-cell{display:inline-block;min-width:80px}.finance__controls{display:flex;justify-content:space-between}@media (max-width:600px){.finance-controls__date-wrap{flex-direction:column}}@media (max-width:600px){.finance-controls__submit-btn{margin-left:0!important;display:block;width:100%}}.finance .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.page-sites{flex-grow:1}.page-sites__wrapper{padding:0 20px;flex-wrap:wrap;-webkit-animation:showOn .5s;animation:showOn .5s}.page-sites__search{padding:0 20px;margin-bottom:20px}.page-sites__item{width:calc(20% - 20px);margin:0 10px 20px}@media (max-width:600px){.page-sites__item{margin:0 5px 20px;width:calc(50% - 10px)}.page-sites__item .media-2x1:after{padding-top:67%}}.page-sites__item .media-content{display:flex;flex-direction:column;color:#fff}.page-sites__item .bg-dark-lt:hover{background:red!important}.page-sites__delete-item{position:absolute;right:5px;top:5px;width:20px;height:20px}.add-widget-btn{background:#e3e5e9}.add-widget-btn:hover{background:#dde0e5}.add-widget-btn__top{font-size:15px;font-weight:500;color:#212529}.add-widget-btn__icon{margin:5px 0}.add-widget-btn__bottom{font-size:15px;font-weight:500;color:#212529}.site-card-btn{align-items:flex-start}.site-card-btn__id{position:absolute;top:5px;left:10px;font-size:13px;font-weight:600}.site-card-btn__text{font-weight:600;transition:.3s}.site-card-btn__text,.site-card-btn__url{padding:0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.site-card-btn__url{font-size:12px;font-weight:300;word-break:break-all}.create-site{padding:0 20px;flex-grow:1}.create-site__back-btn{margin-bottom:20px}.create-site__form-place{-webkit-animation:showOn .5s;animation:showOn .5s}.create-site__input-error-text{margin-bottom:0;transition:.3s;-webkit-animation:fadeInErrorText .3s;animation:fadeInErrorText .3s}.create-site__input-error-text li{color:#f54394}.create-site__save-btn-alert button.btn-primary{margin-right:15px}.create-site__save-btn-alert .alert{margin-bottom:0;flex-grow:1;padding:6px 20px;-webkit-animation:alertFade .3s;animation:alertFade .3s}.edit-site{padding:0 20px;flex-grow:1}.edit-site__back-btn{margin-bottom:20px}.edit-site__form-place{-webkit-animation:showOn .5s;animation:showOn .5s}@-webkit-keyframes showOn{0%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes showOn{0%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.edit-site__input-error-text{margin-bottom:0;transition:.3s;-webkit-animation:fadeInErrorText .3s;animation:fadeInErrorText .3s}.edit-site__input-error-text li{color:#f54394}.edit-site__save-btn-alert button.btn-primary{margin-right:15px}.edit-site__save-btn-alert .alert{margin-bottom:0;flex-grow:1;padding:6px 20px;-webkit-animation:alertFade .3s;animation:alertFade .3s}@-webkit-keyframes alertFade{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes alertFade{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.page-exchange{padding:0 20px;flex-grow:1}.page-exchange__card{padding:0 2rem}@media (max-width:600px){.page-exchange__card{padding:0}}.page-exchange__card .card-header{color:#fff;background:#464b55}.page-exchange__controls-wrap{display:flex;align-items:center;justify-content:space-between;padding:10px}@media (max-width:600px){.page-exchange__controls-wrap{flex-direction:column-reverse}.page-exchange__controls-wrap .btn-success{margin-bottom:15px;width:100%}}.page-exchange .input-group .search{color:#333}@media (max-width:600px){.page-exchange__table-wrap{overflow:auto}}.page-exchange__table tbody,.page-exchange__table thead{font-size:12px}.page-exchange__table tbody th{width:5%}.page-exchange__table tbody td{position:relative;border-right:1px solid rgba(160,175,185,.15)}.page-exchange__table tbody td:first-child{width:40%}@media (max-width:600px){.page-exchange__table tbody td:first-child{min-width:351px}}.page-exchange__table tbody td:nth-child(2){width:220px}.page-exchange__table tbody td:nth-child(3){width:20%}@media (max-width:600px){.page-exchange__table tbody td:nth-child(3){min-width:90px}}.page-exchange__table tbody td:nth-child(5){width:160px}.page-exchange__article-img{margin-right:10px;width:30%;height:90px;flex-shrink:0;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:5px}.page-exchange__article-id{display:flex;align-items:center;color:#a0a0a0;margin-bottom:5px}.page-exchange__article-id .badge{border:1px solid rgba(160,175,185,.65)}.page-exchange__article-title{margin-bottom:0;font-size:13px;line-height:16px;font-weight:500;height:auto;max-height:64px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page-exchange__article-link{margin-bottom:10px;display:flex;align-items:center}.page-exchange__article-link svg{margin-right:10px}.page-exchange__article-link a{display:block;text-overflow:ellipsis;overflow:hidden;max-width:300px;white-space:nowrap}.page-exchange__article-created{display:flex;align-items:center}.page-exchange__article-created .badge{font-size:11px;border:1px solid rgba(160,175,185,.65)}.page-exchange__article-created small{line-height:1;font-size:13px}.page-exchange__article-actions,.page-exchange__article-clicks,.page-exchange__article-cpm,.page-exchange__article-created,.page-exchange__article-ctr,.page-exchange__article-spent,.page-exchange__article-views{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page-exchange__article-actions{padding:0;margin:0;list-style:none}.page-exchange__article-actions li{display:flex;align-items:center;margin-bottom:10px;cursor:pointer}.page-exchange__article-actions li:hover{color:#448bff}.page-exchange__article-actions li svg{margin-right:5px}.page-exchange__article-actions li a{color:inherit}.page-exchange__bottom-controls{padding:10px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(160,175,185,.15)}@media (max-width:600px){.page-exchange__bottom-controls{flex-direction:column}}@media (max-width:600px){.page-exchange__bottom-controls nav{margin-bottom:15px}}.page-exchange .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.page-exchange .loader-line{height:3px;position:relative;overflow:hidden;background-color:#ddd;border-radius:20px;-webkit-animation:fadeIn .6s linear;animation:fadeIn .6s linear}.page-exchange .loader-line:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:#448bff;-webkit-animation:lineAnim 1s linear infinite;animation:lineAnim 1s linear infinite;border-radius:20px}.page-exchange .page-exchange__card-add-btn{height:100%;display:flex;align-items:center;justify-content:flex-end}.teaser-statistics__top-buttons{padding:0 0 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efefef}@media (max-width:600px){.teaser-statistics__top-buttons{flex-direction:column-reverse}}@media (max-width:600px){.teaser-statistics__top-buttons .btn-primary{width:100%}}@media (max-width:600px){.teaser-statistics__top-buttons .btn-success{margin-bottom:10px;width:100%}}.teaser-statistics h2{font-size:16px}@media (max-width:600px){.teaser-statistics__list{overflow:auto}}.teaser-statistics__controls{display:flex;align-items:center;justify-content:space-between}@media (max-width:600px){.teaser-statistics__controls{flex-direction:column}}.teaser-statistics__controls-pagination{margin-bottom:15px}.teaser-statistics .loader-line{height:3px;position:relative;overflow:hidden;background-color:#ddd;border-radius:20px;-webkit-animation:fadeIn .6s linear;animation:fadeIn .6s linear}.teaser-statistics .loader-line:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:#448bff;-webkit-animation:lineAnim 1s linear infinite;animation:lineAnim 1s linear infinite;border-radius:20px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.teaser-statistics .dates-list{list-style:none;padding:0 0 0 15px;margin:0}.pagination{margin-bottom:0}.pagination .page-item.disabled{pointer-events:none}.pagination .page-item.disabled:hover{background-color:transparent;cursor:default}.page-statistics{padding:0 20px;flex-grow:1}.page-push{padding:0 1rem;flex-grow:1}.page-push__wrap{position:relative;border-width:0;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:1rem;background:#fff}.page-push__wrap .sortable{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}.page-push .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.page-push .page-push-controls-wrap{display:flex;align-items:flex-end}@media (max-width:600px){.page-push .page-push-controls-wrap{flex-direction:column}.page-push .page-push-controls-wrap button{margin-left:0;width:100%}}.date-range__input-wrap{position:relative}.date-range__input-wrap svg{position:absolute;top:50%;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.date-range__input-wrap input{padding-left:40px;max-width:250px}@media (max-width:600px){.date-range__input-wrap input{max-width:100%}}.push-messages{padding:0 20px;flex-grow:1}.push-messages__wrap{position:relative;border-width:0;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:1rem;background:#fff}.push-messages .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}.edit-person-data{padding:0 20px;flex-grow:1}.edit-person-data__save{text-align:right}.edit-person-data__save-btn{margin-top:10px}@media (max-width:600px){.edit-person-data__save-btn{width:100%}}.edit-person-data__save-btn:disabled{border-color:#f5f5f6;color:#090c16;background:#dadbdf}.edit-person-data__input-error-text{margin-bottom:0;transition:.3s;-webkit-animation:fadeInErrorText .3s;animation:fadeInErrorText .3s}.edit-person-data__input-error-text li{color:#f54394}@media (max-width:600px){.edit-person-data .flex-on-mobile{display:flex}.edit-person-data .flex-on-mobile__label{width:70%}.edit-person-data .flex-on-mobile__checkbox{width:30%}}.edit-person-data .small-text-danger{font-size:12px;color:#f54394}.advertiser-info ::-webkit-input-placeholder{color:#9c9c9c;opacity:1}.advertiser-info :-ms-input-placeholder{opacity:1}.advertiser-info ::placeholder{color:#9c9c9c;opacity:1}.advertiser-info :-ms-input-placeholder{color:#9c9c9c}.advertiser-info ::-ms-input-placeholder{color:#9c9c9c}.person-data-new{padding:0 20px}.person-data-new__save{text-align:right}.person-data-new__save-btn{margin-top:10px}@media (max-width:600px){.person-data-new__save-btn{width:100%}}.person-data-new__save-btn:disabled{border-color:#f5f5f6;color:#090c16;background:#dadbdf}.person-data-new__input-error-text{margin-bottom:0;transition:.3s;-webkit-animation:fadeInErrorText .3s;animation:fadeInErrorText .3s}@-webkit-keyframes fadeInErrorText{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInErrorText{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.person-data-new__input-error-text li{color:#f54394}@media (max-width:600px){.person-data-new .flex-on-mobile{display:flex}.person-data-new .flex-on-mobile__label{width:70%}.person-data-new .flex-on-mobile__checkbox{width:30%}}.content-up{padding:0 20px;flex-grow:1}.content-up__row-wrap .col-md-6:first-child .card{margin-left:auto}.content-up__row-wrap .col-md-6:last-child .card{margin-right:auto}.content-up .card{max-width:85%}@media (max-width:800px){.content-up .card{max-width:100%}}.content-up .card-header{font-size:16px;font-weight:500}@media (max-width:800px){.content-up .card-header{text-align:center}}.content-up .card-body{min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.content-up .card-body p{display:block;min-height:100px;font-size:15px;padding:0 25px}.internal-promotion{padding:0 20px;flex-grow:1}.internal-promotion .page-heading .text-muted{max-width:65%}@media (max-width:600px){.internal-promotion .page-heading .text-muted{max-width:100%}}.internal-promotion__card{padding:0 2rem}@media (max-width:600px){.internal-promotion__card{padding:0}}.internal-promotion__card .card-header{color:#fff;background:#464b55}.internal-promotion__card-titles p{margin-bottom:10px;font-size:14px;flex-shrink:0;margin-right:20px}.internal-promotion__card-titles select{max-width:300px;color:#333}@media (max-width:600px){.internal-promotion__card-titles select{max-width:100%}}.internal-promotion__card-titles select:focus{color:#333}@media (max-width:600px){.internal-promotion__card-titles{margin-bottom:20px}}.internal-promotion__card-add-btn{height:100%;display:flex;align-items:center;justify-content:flex-end}.internal-promotion__card-add-btn button{margin-bottom:0!important}.internal-promotion__controls{display:flex;align-items:center}@media (max-width:600px){.internal-promotion__controls{flex-wrap:wrap}}.internal-promotion__chart-heading{font-size:12px;margin:0 50px 0 0}.internal-promotion__group-by{margin-right:50px}@media (max-width:600px){.internal-promotion__group-by{margin-right:0;margin-bottom:20px;width:100%}}.internal-promotion__group-by .groupby{margin:0}@media (max-width:600px){.internal-promotion__date-range{margin-bottom:20px;width:100%}}.internal-promotion__date-range .date-range{margin:0}.internal-promotion__btn-download-stat{margin-left:auto}.internal-promotion__btn-add-article{margin-right:20px}@media (max-width:600px){.internal-promotion__btn-add-article{width:100%;margin-right:0;margin-bottom:20px}}.internal-promotion .loader__small{position:fixed;width:100%;z-index:9999;bottom:0;left:0;border-radius:0;text-align:end;background:#448bff;color:#fff;padding:5px 10px;-webkit-animation:loaderFadeIn .6s;animation:loaderFadeIn .6s;will-change:transform}@-webkit-keyframes loaderFadeIn{0%{bottom:-40px;opacity:0}to{bottom:0;opacity:1}}@keyframes loaderFadeIn{0%{bottom:-40px;opacity:0}to{bottom:0;opacity:1}}.date-range input{color:#333}.detailed-statistics-inn{position:relative}@media (max-width:600px){.detailed-statistics-inn__table-wrap{overflow:scroll}}.detailed-statistics-inn .main-statistics-table tbody,.detailed-statistics-inn .main-statistics-table thead{font-size:12px}.detailed-statistics-inn .main-statistics-table tbody th{width:5%}.detailed-statistics-inn .main-statistics-table tbody td{position:relative;border-right:1px solid rgba(160,175,185,.15)}.detailed-statistics-inn .main-statistics-table tbody td:first-child{width:40%}@media (max-width:600px){.detailed-statistics-inn .main-statistics-table tbody td:first-child{min-width:351px}}.detailed-statistics-inn .main-statistics-table tbody td:nth-child(2){position:relative;width:10%}.detailed-statistics-inn .main-statistics-table tbody td:nth-child(3),.detailed-statistics-inn .main-statistics-table tbody td:nth-child(4),.detailed-statistics-inn .main-statistics-table tbody td:nth-child(5){width:10%}.detailed-statistics-inn .main-statistics-table tbody td:nth-child(6){min-width:220px}.detailed-statistics-inn__article-img{margin-right:10px;width:30%;height:90px;flex-shrink:0;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:5px}.detailed-statistics-inn__article-id{display:flex;align-items:center;color:#a0a0a0;margin-bottom:5px}.detailed-statistics-inn__article-id .badge{border:1px solid rgba(160,175,185,.65)}.detailed-statistics-inn__article-title{margin-bottom:0;font-size:13px;line-height:16px;font-weight:500;height:auto;max-height:64px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.detailed-statistics-inn__article-link{margin-bottom:10px;display:flex;align-items:center}.detailed-statistics-inn__article-link svg{margin-right:10px}.detailed-statistics-inn__article-link a{display:block;text-overflow:ellipsis;overflow:hidden;max-width:300px;white-space:nowrap}.detailed-statistics-inn__article-created{display:flex;align-items:center}.detailed-statistics-inn__article-created .badge{font-size:11px;border:1px solid rgba(160,175,185,.65)}.detailed-statistics-inn__article-created small{line-height:1;font-size:13px}.detailed-statistics-inn__article-actions,.detailed-statistics-inn__article-clicks,.detailed-statistics-inn__article-ctr,.detailed-statistics-inn__article-views{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.detailed-statistics-inn__article-actions{padding:0;margin:0;list-style:none}.detailed-statistics-inn__article-actions li{display:flex;align-items:center;margin-bottom:10px;cursor:pointer}.detailed-statistics-inn__article-actions li:hover{color:#448bff}.detailed-statistics-inn__article-actions li svg{margin-right:5px}.detailed-statistics-inn__article-actions li a{color:inherit}.detailed-statistics-inn .dropright .dropdown-toggle:after{display:none}.detailed-statistics-inn .campaign-controller{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.detailed-statistics-inn .dropdown-item.disabled,.detailed-statistics-inn .dropdown-item:disabled{color:#6c757d!important}.detailed-statistics-inn__bottom-controls{padding:10px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(160,175,185,.15)}@media (max-width:600px){.detailed-statistics-inn__bottom-controls{flex-direction:column}}@media (max-width:600px){.detailed-statistics-inn__bottom-controls nav{margin-bottom:15px}}.modal-opened{height:100%;position:fixed;overflow-y:scroll}.settings-modal{position:fixed;top:0;height:100%;background:rgba(0,0,0,.5);z-index:2;left:0;width:100%}@media (min-width:992px){.settings-modal{left:13.5rem;width:calc(100% - 13.5rem)}}.settings-modal__inner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;min-height:200px;background:#fff;overflow-y:auto;max-height:100vh;padding-bottom:20px}@media (max-width:600px){.settings-modal__inner{width:90%}}.settings-modal__inner::-webkit-scrollbar{width:5px}.settings-modal__inner::-webkit-scrollbar-track{background-color:#eaeaea}.settings-modal__inner::-webkit-scrollbar-thumb{background-color:#c4daff}.settings-modal__inner.scroll-stop{overflow:hidden;padding-right:17px}.settings-modal__field-card{margin:0 1rem;padding:10px;border:1px solid #cfd1d9;border-radius:4px;background:rgba(207,209,217,.2)}@media (max-width:600px){.settings-modal__time-table{overflow:scroll}}.settings-modal__time-table table{margin-bottom:20px;background:#fff}.settings-modal__time-table table td.active{background:#cbdfff}.settings-modal__time-table table tr:hover{background:rgba(203,223,255,.2)}.settings-modal__time-table .table>thead>tr>th{border-width:1px}.settings-modal__time-table .table td,.settings-modal__time-table .table th{padding:.3rem;cursor:pointer}.settings-modal__time-table .table thead th{text-align:center;font-size:12px}.settings-modal__time-table-controls button{margin-right:10px}.settings-modal__time-table-controls button:last-child{margin-right:0}.settings-modal .custom-file-input:lang(en)~.custom-file-label:after{content:"Добавить"}.settings-modal .custom-file-label.is-valid{border-color:#31c971!important}.settings-modal .custom-file-label.is-invalid{border-color:#f54394!important}.settings-modal__submit{margin-top:20px;padding-right:1rem}.settings-modal__submit button.btn-success{margin-right:10px}.settings-modal__top-controls{display:flex}@media (max-width:600px){.settings-modal__top-controls{flex-direction:column}}.settings-modal__top-controls.statistics .date-range{margin-left:40px}@media (max-width:600px){.settings-modal__top-controls.statistics .date-range{margin-left:0}}.graph-field .process-status-popup,.limits-field .process-status{margin:0;width:auto;-webkit-animation:fadeInStatus .5s;animation:fadeInStatus .5s}@-webkit-keyframes fadeInStatus{0%{opacity:0}to{opacity:1}}@keyframes fadeInStatus{0%{opacity:0}to{opacity:1}}.graph-field .process-status-popup.schedule{padding:3.5px 1.25rem;margin:0}.image-set{padding:20px 0;margin-top:1rem;text-align:center;border-radius:6px;border:1px solid #ccc;background:#ececec}.image-set img{width:100%;max-width:300px}.image-unset{margin-top:1rem;display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;border:2px dashed #ccc;border-radius:4px}.settings-modal .cropp-block__preview{padding:20px 0;width:100%;text-align:center;border-radius:6px;border:1px solid #ccc;background:#ececec}.settings-modal .cropp-block__preview img{width:100%;max-width:300px}@media (max-width:600px){.cropp-block .custom-file-label:after,.cropp-block .input-group-text{background-color:#f1f1f1}}.groupby button{margin-right:10px}.groupby button:last-child{margin-right:0}.date-range,.groupby{margin-bottom:20px}@media (max-width:600px){.date-range button{width:100%}}.table-responsive>.table-bordered{border:1px solid rgba(160,175,185,.15)}.table{margin-bottom:0}.dropdown-menu-custom{z-index:1000;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(19,24,44,.15);border-radius:.25rem;position:absolute;-webkit-transform:translate3d(0,34px,0);transform:translate3d(0,34px,0);top:0;left:0;will-change:transform}.dropdown-item-custom{display:block;width:100%;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item-custom a{padding:5px 10px;display:flex;align-items:center;color:#333;font-weight:500;width:100%}.dropdown-item-custom a:hover{color:inherit;background-color:rgba(135,150,165,.1)}.dropdown-item-custom a svg{width:25px;margin-right:10px}.info-table .table th{font-weight:400}.info-table .table td{font-weight:700;text-align:end}@media (max-width:600px){.details{margin-top:10px}}@media (max-width:600px){.details .card{overflow:auto}}.details__table{margin-bottom:40px}@media (max-width:600px){.details__table-date-cell{min-width:135px}}.details__pagination-pagesPerPage{display:flex;justify-content:space-between}@media (max-width:600px){.details__pagination-pagesPerPage{flex-direction:column}}@media (max-width:600px){.details__pagination-pagesPerPage nav .btn-group{margin-bottom:20px;width:100%}}@media (max-width:600px){.details__pagination-pagesPerPage .pagination-next,.details__pagination-pagesPerPage .pagination-prev{display:none}}@media (max-width:600px){.details__pagesPerPage{display:flex;justify-content:space-between;align-items:center}}.add-internal-promotion{padding:0 20px;flex-grow:1}.add-internal-promotion .card .custom-file-input:lang(en)~.custom-file-label:after{content:"Добавить"}.add-internal-promotion .card .custom-file-label.is-valid{border-color:#31c971!important}.add-internal-promotion .card .custom-file-label.is-invalid{border-color:#f54394!important}.add-internal-promotion__save-btn{margin-top:20px;text-align:right}.cropp-block__preview{width:70%;height:auto;margin:20px auto 0}.cropp-block__preview img{width:100%}.cropp-block .custom-file-label{overflow:hidden}.cropp-block .custom-file-input:lang(en)~.custom-file-label:after{background:#f9f9fa}.new-article-settings-promotion{padding:0 20px}.new-article-settings-promotion .process-status-popup{margin:0;position:fixed;bottom:25px;right:25px;width:auto;z-index:9999;-webkit-animation:fadeInPopup .5s;animation:fadeInPopup .5s}@-webkit-keyframes fadeInPopup{0%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInPopup{0%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.manual{padding:0 1rem}.manual__heading{font-size:22px;color:#5e676f}.manual__body-wrap{display:flex;align-items:flex-start}.manual__links{width:22%;flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px}.manual__nav{margin-right:20px;border:1px solid #ececec}.manual__nav-item{cursor:pointer;padding:10px;margin:0;border-bottom:1px solid #ececec;transition:.3s ease-in}.manual__nav-item:last-child{border:none}.manual__nav-item.active{color:#448bff;background:#f5f5f5}.manual__pages{width:78%}.manual__page h1{margin-bottom:25px;font-size:24px}.manual__page p{font-size:15px}.manual__page p .marked-text{color:#448bff}.manual__page-steps-list{list-style:none;margin:0;padding:0}.manual__page-steps-list li{margin-bottom:20px}.manual figure{padding:5px;margin-bottom:40px;text-align:center;border-radius:4px;border:1px solid #448bff;background:#ccc}.manual figure.h-180{height:180px}.manual figure.h-200,.manual figure.h-250{height:200px}.manual figure.h-300{height:300px}.manual figure.h-400{height:400px}.manual figure img{height:100%;width:auto}.manual figure figcaption{text-align:left;padding-top:10px;color:#448bff;font-size:13px}.page-sidenav{min-width:15.5rem}.page-sidenav.sticky{height:100vh;overflow:auto;overflow-x:hidden}.page-sidenav::-webkit-scrollbar{width:5px}.page-sidenav::-webkit-scrollbar-track{background-color:#eaeaea}.page-sidenav::-webkit-scrollbar-thumb{background-color:#c4daff}.page-sidenav .user-name{flex-shrink:0;text-overflow:ellipsis;overflow:hidden;width:200px;height:auto;white-space:nowrap;margin:0 auto}.dashboard-link{margin-top:25px}.add-site-button{margin:5px 0 0;padding:0 10px;color:#448bff}.add-site-button:hover svg{stroke:#fff}.home-site{padding:0 10px;margin:12px 0 10px}.home-site .btn-group{width:100%}.home-site .btn-group .button-home{width:13.5rem}.home-site .btn-group .button-home__name{display:block;text-overflow:ellipsis;overflow:hidden;width:10.5rem;white-space:nowrap}.home-site .btn-group .button-home__id{display:flex;font-size:12px;font-weight:400}.home-site .btn-group .button-home__href{margin:0;font-size:12px;font-weight:200;text-overflow:ellipsis;overflow:hidden;width:10.5rem;white-space:nowrap}.home-site .btn-group .dropdown-menu{padding:5px;width:100%;-webkit-transform:translate3d(0,68px,0)!important;transform:translate3d(0,68px,0)!important}.home-site .btn-group .dropdown-menu .show{width:100%}.home-site .btn-group .dropdown-menu__maxheight{height:auto;max-height:400px;overflow:auto}.home-site .btn-group .dropdown-menu__maxheight::-webkit-scrollbar{width:5px}.home-site .btn-group .dropdown-menu__maxheight::-webkit-scrollbar-track{background-color:#eaeaea}.home-site .btn-group .dropdown-menu__maxheight::-webkit-scrollbar-thumb{background-color:#c4daff}.home-site .btn-group .dropdown-menu__search-wrap{position:relative}.home-site .btn-group .dropdown-menu__search-wrap .spinner-border{position:absolute;top:8px;right:10.5px;width:20px;height:20px;border-width:.1rem}.home-site .btn-group .dropdown-menu__search{margin-bottom:10px}.home-site .btn-group .dropdown-menu .dropdown-item{padding:.25rem .8rem;cursor:pointer;border-bottom:1px solid #eee;font-size:15px;font-weight:500;color:#333}.home-site .btn-group .dropdown-menu .dropdown-item__site-name{margin-bottom:0;display:block;max-width:98%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.home-site .btn-group .dropdown-menu .dropdown-item__site-url{margin:0;font-size:12px;color:#999;font-weight:400;display:block;max-width:98%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.home-site .btn-group .dropdown-menu .dropdown-item__site-id{margin-bottom:0;font-size:12px;font-weight:400;color:#999;margin-top:0}.home-site .btn-group .dropdown-menu .dropdown-item.active{background:rgba(68,139,255,.1)}.home-site .create-first-site-btn{padding:0;display:flex;align-items:center;justify-content:flex-start}.home-site .create-first-site-btn .nav-text{text-align:left}.home-site .status{padding-left:12px;margin-top:12px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.home-site .status span{margin-left:8px}.home-site .status__refresh-button{border:none;background:transparent}.home-site .status__refresh-button svg{margin-right:5px}.home-site .status__refresh-button.loading-spin{color:#448bff}.home-site .status__refresh-button.loading-spin svg{-webkit-animation:spinLoader 1s infinite;animation:spinLoader 1s infinite}.new-features{position:relative}.new-features:after{content:"new";display:block;position:absolute;top:50%;right:-10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:auto;padding:4px;font-size:11px;font-weight:600;line-height:1;border-radius:4px;text-align:center;color:#fff;background:#f74b6f}.disabled-link{pointer-events:none;color:#ccc!important}.managerCard{margin-top:5px;padding:0 10px 20px;text-align:center;max-width:250px}.managerCard__title{text-align:left;margin-bottom:5px;font-size:12px;font-weight:400}.managerCard__btn.dropdown-toggle:after{margin-left:15px;margin-top:3px}.managerCard__card{padding:5px;border-radius:4px;background:#fff;box-shadow:0 0 2px rgba(0,0,0,.1)}.managerCard__card-contacts{margin-top:5px;padding-top:5px;border-top:1px dashed #dadada}.managerCard__userpick{margin-right:10px;height:60px;width:50px;background-position:50%;background-size:cover;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.2)}.managerCard__user-info-list{margin-bottom:0;display:flex;flex-direction:column;justify-content:center}.managerCard__user-info-item{text-align:left;font-size:13px;line-height:16px;color:#000}.managerCard__user-info-item.lastname,.managerCard__user-info-item.name{font-size:14px;font-weight:500;-webkit-backface-visibility:hidden;backface-visibility:hidden}.managerCard__user-info-item.lastname{margin-bottom:5px}.managerCard__user-info-item.position{font-size:12px;line-height:14px;color:#999}.managerCard__user-info-item.phone{margin-bottom:5px;font-size:13px;color:#666;-webkit-backface-visibility:hidden;backface-visibility:hidden}.managerCard__user-info-item.phone a{display:inline!important;padding:0!important;line-height:inherit!important;font-weight:500;color:#448bff}.managerCard__user-info-item.telegram{margin-bottom:5px;font-size:13px;color:#666;-webkit-backface-visibility:hidden;backface-visibility:hidden}.managerCard__user-info-item.telegram a{display:inline!important;padding:0!important;line-height:inherit!important;font-weight:500;color:#448bff}.managerCard__user-info-item.email{font-size:13px;color:#000;-webkit-backface-visibility:hidden;backface-visibility:hidden}.svk-logo{display:flex;align-items:center;height:40px}.svk-logo img{margin-right:5px}.svk-logo__text p{margin:0;font-size:12px;line-height:15px;font-weight:400;text-transform:uppercase;letter-spacing:.1px}.not-found-page{padding:20px;text-align:center;flex-grow:1}.not-found-page h1{margin-bottom:20px;text-transform:capitalize;font-weight:800;font-size:3rem}.not-found-page span{font-size:3rem;color:#ccc}.flash-wrap{position:fixed;bottom:5%;right:5%;z-index:99999}.flash-alert{margin-bottom:10px;padding:10px;width:300px;height:60px;border-radius:10px;background-color:#fff;z-index:9999;box-shadow:0 0 5px rgba(0,0,0,.2);border-left:6px solid #fff;transition:.3s;opacity:0}.flash-alert__icon{margin-right:10px}.flash-alert.success{border-left-color:#31c971;bottom:10%;-webkit-animation:fadeInFlash 1s;animation:fadeInFlash 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeInFlash{0%{opacity:0}to{opacity:1}}.flash-alert.error{border-left-color:#f54394}.flash-alert.error,.flash-alert.info{bottom:10%;-webkit-animation:fadeInFlash 1s;animation:fadeInFlash 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.flash-alert.info{border-left-color:#146c8c}@keyframes fadeInFlash{0%{opacity:0}to{opacity:1}}.block-teaser{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:600px;width:100%;padding:10px}.block-teaser h5{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.block-teaser__img{margin-bottom:20px;background-position:50%;background-repeat:no-repeat;background-size:cover}.block-teaser__controls{display:flex}@media (max-width:600px){.block-teaser__controls .btn{width:100%!important}}.block-teaser__controls .btn:first-child{margin-right:10px}@media (max-width:600px){.block-teaser__controls .btn:first-child{margin-right:0}}@media (max-width:600px){.block-teaser__controls{flex-direction:column}}.api-alert{margin:0 1rem 1rem}.btn-more{padding:0;background:unset;border:none}.alert-modal{color:#333}.alert-modal .modal-title{font-size:15px;font-weight:500}.alert-modal .modal-body img{margin-bottom:10px;width:100%;height:280px;border-radius:6px;object-fit:cover}.alert-modal .modal-body pre{margin-bottom:0;font-size:14px;line-height:20px;text-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color:#333;background:#fff}.balance-top{margin:0 1rem 10px}.balance-top__wrap{display:flex;justify-content:end}@media (max-width:400px){.balance-top__wrap{flex-wrap:wrap}}@media (max-width:400px){.balance-top__item:first-child{width:calc(30% - 10px);text-align:right}}@media (max-width:400px){.balance-top__item:nth-child(2){margin:0;width:calc(70% - 10px);text-align:right}}.balance-top__item a{font-size:13px;color:#99a0ac}.balance-top__item a:hover{color:#005ef7}.balance-top__item:not(:last-child){margin-right:10px}.balance-top__spinner{padding:0;margin:0;border:none;background:transparent;font-size:13px;color:#99a0ac}.balance-top__spinner svg{margin-right:5px}.balance-top__spinner.loading-spin{color:#448bff}.balance-top__spinner.loading-spin svg{-webkit-animation:spinLoader 1s infinite;animation:spinLoader 1s infinite}@-webkit-keyframes spinLoader{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spinLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.b592421d.chunk.css.map */