@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap";.metric{margin-top:20px;display:flex;flex-wrap:wrap;gap:20px}.metric__cards{padding:24px 16px;border:1px solid #C3C5C0;border-radius:16px;width:calc(50% - 10px)}.metric__icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#f7f8f5;border-radius:16px;margin-bottom:10px}.metric__title{font-size:12px;line-height:18px;color:#595b58;margin-bottom:4px}.metric__statics{display:flex;gap:8px;align-items:center}.metric__statics p{font-size:18px;font-weight:600;line-height:27px}.metric__statics-percentage{background-color:#4dda8e}.metric__statics span{font-size:10px;line-height:15px;padding:4px;border-radius:4px;color:#fff}.metric__chart{margin-top:16px;height:40px}.metric__chart canvas{height:100%}@media (min-width: 768px){.metric__info{display:flex;gap:16px}.metric__icon{width:50px;height:50px;margin-bottom:0}.metric__title{font-size:14px;line-height:150%;color:#595b58}.metric__statics p{font-size:20px;font-weight:600;line-height:150%}.metric__statics span{font-size:12px;line-height:150%}.metric__chart{margin-top:16px;height:44px}}@media (min-width: 992px){.metric__cards{width:calc(25% - 15px)}.metric__info{flex-direction:column;gap:10px}.metric__chart{margin-top:16px;height:48px}.metric__chart canvas{height:100%}}@media (min-width: 1200px){.metric{gap:30px}.metric__cards{width:calc(25% - 23.33px)}.metric__info{flex-direction:row;gap:16px}.metric__chart{margin-top:16px;height:44px}.metric__chart canvas{height:100%}}.title{display:flex;flex-direction:column;width:100%}.title__txt{text-wrap:balance;color:#000;padding-bottom:16px}.title__txt h2{font-size:24px;line-height:36px}.title__btn{display:flex;gap:10px;justify-content:center}@media (min-width: 768px){.title{flex-direction:row;justify-content:space-between}.title__txt h2{font-size:32px;line-height:48px;padding-bottom:0;margin-right:auto}.title__btn{align-items:center;gap:16px}}.btn{background-color:#121311;stroke:#fff;display:flex;flex-direction:row;align-items:center;color:#fff;padding:8px 16px;border-radius:6px;gap:8px;width:100%;border:1px solid #121311;justify-content:center;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.btn__txt{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.btn.gray{background-color:#fff;border:1px solid #C3C5C0;color:#121311;stroke:#121311}.btn:hover{background-color:#fff;color:#121311;stroke:#121311;box-shadow:0 4px 15px #0003}.btn span{font-size:12px;line-height:18px;font-weight:600;text-wrap:nowrap;transition:color .3s ease}.btn:hover .btn span{color:#121311}.btn-cancel{background-color:#f7f8f5;color:#121311}@media (min-width: 768px){.btn{padding:8.5px 16px}.btn span{font-size:14px;line-height:21px}}.custom-select{width:100%;cursor:pointer;position:relative}.custom-select.big .custom-select__control{padding:6px 20px}.custom-select.white .custom-select__control{background-color:#fff}.custom-select.gray .custom-select__control{border:1px solid #C3C5C0;background-color:#fff}.custom-select.gray .custom-select__control .custom-select__indicator-separator{display:none}.custom-select .custom-select__control{padding:2px 12px;background-color:#f7f8f5;border:none;border-radius:8px}.custom-select__multi-value__remove{margin-left:8px;cursor:pointer}.custom-select__multi-value__remove:hover{background-color:#d0d0d0}.custom-select__input{width:100%;padding:8px;border:none;border-bottom:1px solid #ccc;outline:none}.select-wrapper__label{font-size:12px;font-weight:600;color:#595b58;padding-left:20px}.custom-select__option.css-d7l1ni-option{cursor:pointer}.custom-select__option.css-d7l1ni-option:hover,.custom-select__option.css-d7l1ni-option--is-focused{background-color:#f0f0f0}.custom-select__option.css-d7l1ni-option--is-selected{background-color:#e0e0e0!important}.custom-select__option.css-d7l1ni-option--is-disabled{color:#888;cursor:default}.custom-select__option.custom-select__option--is-selected.css-tr4s17-option{background-color:#f0f0f0;color:#595b58}.custom-select__control.custom-select__control--is-focused.css-t3ipsp-control{border-color:#494949;box-shadow:0 0 5px #96969680}.custom-select__option.custom-select__option--is-focused{background-color:#f0f0f0;color:#595b58;border-radius:6px}.custom-select.error-message{color:#e74c3c;font-size:12px;margin-top:4px;display:block;opacity:0;transform:translateY(-5px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.custom-select.error-message.visible{opacity:1;transform:translateY(0);animation:fadeIn .3s ease-in-out}.custom-select__menu .custom-select__menu-list{max-height:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:8px}.custom-select__menu .custom-select__menu-list::-webkit-scrollbar{display:none}.custom-select__value-container.custom-select__value-container--has-value{padding:0}.sorting{position:relative;display:flex;align-items:center;gap:12px}.sorting-btn{padding:10px 16px}.sorting-txt{display:none}.sorting.date .sort-dropdown__header{font-weight:600;padding:8px 16px}.sorting.date .sort-dropdown__presets{padding:8px 16px;display:flex;gap:12px}.sorting.date .sort-dropdown__presets button{padding:6px 16px;cursor:pointer;font-weight:600;transition:background-color .3s ease;border-radius:6px}.sorting.date .sort-dropdown__presets button:hover,.sorting.date .sort-dropdown__presets button.active{background-color:#f7f8f5}.sort-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:234px;max-width:200%;background:#fff;border:1px solid #C3C5C0;border-radius:6px;border:1px solid rgb(195,197,192);box-shadow:0 8px 24px #00000014,0 2px 6px #0000000a;padding:8px;z-index:1000;animation:slideDown .2s ease-out;top:calc(100% + 10px)}.sort-dropdown__scrol{max-height:300px;overflow-y:auto}.sort-dropdown ul{list-style:none;padding:0;margin:0}.sort-dropdown li{padding:10px 15px;font-size:14px;cursor:pointer;transition:background .2s ease-in-out;border-radius:6px}.sort-dropdown li:hover,.sort-dropdown .active{background:#f7f8f5}.sort-dropdown span{display:flex;justify-content:space-between;align-items:center}.sort-dropdown .date-range{display:flex;flex-direction:column;gap:6px}.sort-dropdown .date-range label{font-size:12px;color:#333}.sort-dropdown .date-range input{width:100%;padding:6px;font-size:12px;border:1px solid #ccc;border-radius:4px}.sort-dropdown .select-wrapper{margin-bottom:20px}.icon-smal.arrow-up{transform:rotate(180deg)}.range-inputs{display:flex;flex-direction:column;gap:12px;padding-top:4px}.range-inputs label{font-size:13px;color:#374151;font-weight:500;display:flex;flex-direction:column;gap:4px}.range-inputs input{width:100%;padding:8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;transition:all .2s ease}.range-inputs input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.range-inputs input::placeholder{color:#9ca3af}@media (min-width: 768px){.sorting-txt{display:block;text-wrap:nowrap}}@media (min-width: 1200px){.sort-dropdown{min-width:280px;width:auto}}.date-input-wrapper{position:relative;display:inline-block}.date-input-wrapper input{padding:6px 10px;border-radius:6px;border:1px solid #ccc;width:160px;font-size:14px}.date-input-wrapper .calendar-popup{position:absolute;top:110%;left:0;z-index:100;background:#fff;box-shadow:0 2px 10px #0003;border-radius:10px;margin-top:5px}.date-range-picker{position:relative}.date-inputs{display:flex;gap:12px;padding:8px 22px}.date-input{flex:1;stroke:#121311;position:relative}.date-input svg{position:absolute;top:11px;left:17px}.date-input input{width:100%;padding:10px 17px 10px 41px;border:1px solid #C3C5C0;border-radius:6px;font-size:14px;color:#595b58}.calendar{position:relative;padding-top:10px;box-shadow:0 2px 12px #00000026;border-radius:2px}.calendar-modal{top:100%;left:0;z-index:100;margin-top:8px;position:relative}.calendar-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;padding:9px 8px;border-bottom:1px solid #F0F0F0}.calendar-body{padding:8px 12px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-weight:700;margin-bottom:8px;font-size:14px;line-height:30px;gap:15px;color:#666}.calendar-weekdays div{width:24px;height:24px}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 15px}.calendar-day{display:flex;text-align:center;cursor:pointer;border-radius:4px;padding:1px 4px;font-size:14px;line-height:24px;width:100%;height:100%;border:1px solid rgba(18,19,17,0);justify-content:center;align-items:center}.calendar-day:hover{border:1px solid #121311}.calendar-day__wrapper{width:24px;height:24px;display:flex;justify-content:center;align-items:center}.calendar-day.other-month{color:#ccc}.calendar-header button{background:none;border:none;cursor:pointer;font-size:16px;padding:4px 8px}.in-range{background-color:#f7f8f5}.range-start,.range-end{background-color:#121311;color:#fff}.preloader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:9999}.preloader__wrap{position:relative;width:100%;min-height:200px}.spinner{width:60px;height:60px;border:6px solid #F7F8F5;border-top:6px solid #57ED64;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.statistics{display:flex;flex-wrap:wrap}.statistics__btn .sorting{width:50%}.statistics__title{margin-bottom:20px}.statistics__wraper{width:100%}.statistics__wraper h2{font-size:20px;line-height:30px;margin-bottom:16px}.statistics__chart{width:100%;position:relative;background-color:#f7f8f5;border-radius:16px;padding:16px}.statistics__chart-wraper{height:100%}.statistics__chart-wraper div{position:absolute;height:105%;top:-7px}.statistics__chart canvas{width:100%;height:206px!important}.statistics__chart-container{margin-bottom:30px;display:flex}.statistics__chart-legend{display:flex;flex-wrap:wrap;gap:24px;margin-top:20px}.statistics__chart-legend-item{display:flex;flex-direction:column-reverse;flex:1;gap:4px}.statistics__chart-legend-item-value{font-size:18px;font-weight:600;line-height:18px;color:#121311;display:flex;align-items:center}.statistics__chart-legend-item-name{font-size:12px;font-weight:400;color:#595b58;display:flex;align-items:center}@media (min-width: 768px){.statistics__btn .sorting{width:auto}.statistics__chart{display:flex;padding:18px;align-items:center;gap:30px}.statistics__chart-wraper{width:70%}.statistics__chart-wraper div{height:100%}.statistics__chart-legend{width:30%}.statistics__chart canvas{width:100%!important;height:212px!important}.statistics__chart-container{margin-bottom:30px;display:flex}}@media (min-width: 1020px){.statistics__chart-legend{width:20%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.offer-card{display:flex;flex-direction:column;position:relative;width:calc(50% - 5px);background-color:#fff;padding:10px 16px;border-radius:16px;border:1px solid transparent}.offer-card:hover,.offer-card:active{border:1px solid #C3C5C0}.offer-card__tag{position:absolute;padding:4px 8px;font-weight:600;font-size:12px;text-transform:uppercase;color:#fff;border-radius:0 12px 0 16px;top:0;right:0}.offer-card__tag.top{background-color:#ffc107}.offer-card__tag.new{background-color:#7c4dff}.offer-card__img{display:flex;justify-content:center;height:166px;width:100%;margin-bottom:16px}.offer-card__img img{max-height:100%;max-width:100%;object-fit:contain}.offer-card__title{font-weight:600;font-size:18px;line-height:27px}.offer-card__info{display:flex;padding:15px 0;width:100%;justify-content:space-between;gap:12px}.offer-card__info-price{display:flex;flex-direction:row;align-items:center;gap:8px;color:#57ed64}.offer-card__info-flags{display:flex;align-items:center;gap:8px}.offer-card__info-flags img{width:24px;border-radius:4px}@media (min-width: 768px){.offer-card{display:flex;flex-direction:column;position:relative;width:calc(33.33% - 7px);background-color:#fff;padding:10px 16px;border-radius:16px}}@media (min-width: 992px){.offer-card{display:flex;flex-direction:column;position:relative;width:calc(25% - 8px);background-color:#fff;padding:10px 16px;border-radius:16px}}@media (min-width: 1400px){.offer-card{display:flex;flex-direction:column;position:relative;width:calc(20% - 16px);background-color:#fff;padding:10px 16px;border-radius:16px}}.offers-dashboard{margin:20px -16px;padding:20px 16px;position:relative}.offers-dashboard__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.offers-dashboard__title .title__txt{padding-bottom:0}.offers-dashboard__title .statistics__btn .btn{background-color:transparent;color:#595b58;padding:10px 27px}.offers-dashboard__title .statistics__btn .btn.active{background-color:#121311;color:#fff}.offers-dashboard__list{width:100%;margin-top:16px;display:flex;flex-wrap:wrap;gap:20px 10px}@media (min-width: 768px){.offers-dashboard{margin:20px -32px;padding:20px 32px}.offers-dashboard__list{margin-top:30px}}@media (min-width: 1400px){.offers-dashboard{margin:20px -32px;padding:20px 32px}.offers-dashboard__list{gap:40px 20px}}.header{display:flex;align-items:center;background-color:#121311;color:#fff;position:relative;flex-shrink:0;padding:clamp(10px,10px + (15 - 10) * (100vw - 390px) / (1440 - 390),15px) clamp(20px,20px + (60 - 20) * (100vw - 390px) / (1440 - 390),60px);gap:20px}.header__burger{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.header__burger-icon{width:18px;height:1px;background-color:#57ed64;border-radius:1px;position:relative;cursor:pointer;transition:all .3s ease}.header__burger-icon:after,.header__burger-icon:before{content:"";background-color:#57ed64;height:1px;width:18px;position:absolute;transition:all .3s ease}.header__burger-icon:after{top:6px}.header__burger-icon:before{top:-6px}.header__manager{display:none}.header__manager-avatar{position:relative}.header__manager-avatar .avatar-placeholder{width:30px;height:30px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}.header__manager-link .icon{width:30px;height:30px}.header__language{display:none;margin-right:20px}.header__language img{width:24px;height:16px}.header__balance{margin:0 auto;display:flex;align-items:center;gap:12px}.header__balance-coin{stroke:#ffbf00;width:24px;height:24px;display:flex;padding:2px}.header__balance-coin svg{width:100%;height:100%}.header__balance-line{width:1px;height:16px;opacity:40%;background-color:#d9d9d9}.header__balance-gold{color:#ffbf00}.header__balance-greenlight{color:#57ed64}.header__notice{position:relative;display:flex;stroke:#c3c5c0;padding:2px 3px;height:24px;width:24px}.header__notice svg{width:100%;height:100%}.header__notice .header__notice-circle{border-radius:50%;width:4px;height:4px;position:absolute;top:2px;right:2px}.header__user-info{display:flex;align-items:center}.header__user-info span{font-weight:700}.header__user-name{display:none;flex-direction:column}.header__user-panel{display:flex;align-items:center;justify-content:end;gap:20px;flex:1}.header__user-avatar{margin-right:8px;position:relative}.header__user-avatar .avatar-placeholder{width:30px;height:30px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}.header__user-arow{width:16px;height:16px;display:flex;stroke:#c3c5c0;position:relative}.header__user-dropdown{position:absolute;top:25px;right:-10px;border-radius:16px;background:#000}.header__user-dropdown-item{margin:10px 0;display:block;padding:10px 20px;border-radius:16px}.header__user-dropdown-item:hover{background-color:#fff;color:#000}.header__menu nav ul{display:flex;list-style:none;margin:0;padding:0}.header__menu nav ul li{margin-right:20px;cursor:pointer}.header__menu nav ul li:hover{text-decoration:underline}@media (min-width: 768px){.header__manager{display:flex;gap:16px;flex-direction:row;align-items:center}.header__manager-avatar{position:relative}.header__manager-avatar .header__user-circle{border-radius:50%;width:5px;height:5px;position:absolute;bottom:2px;right:2px;border:1px solid #121311}.header__manager-name{display:flex;flex-direction:column;align-items:start}.header__manager-name span:first-of-type{font-weight:400px;font-size:14px;color:#dedfdc;line-height:21px}.header__manager-name span:nth-of-type(2){font-weight:600px;font-size:16px;color:#fff;line-height:24px}.header__burger{display:none}.header__language{display:flex;align-items:center;gap:5px}.header__language img{width:24px;height:24px;border-radius:50%}.circle{border-radius:50%;width:5px;height:5px;position:absolute;bottom:5px;right:2px;border:1px solid #121311}}@media (min-width: 992px){.header__balance{margin:0}.header__balance-coin{stroke:#ffbf00;width:24px;height:24px;display:flex;padding:2px}.header__balance-coin svg{width:100%;height:100%}.header__balance-line{width:1px;height:16px;opacity:40%;background-color:#d9d9d9}.header__balance-gold{color:#ffbf00}.header__balance-greenlight{color:#57ed64}}@media (min-width: 1400px){.header__user-name{display:flex}}.arow-menu{width:16px;height:16px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.arow-menu svg{transition:transform .3s ease,background-color .3s ease}.arow-menu:hover svg{transform:scale(1.1);background-color:#ffffff1a;border-radius:10px}.arow-menu.active svg{transform:rotate(180deg)}.arow-menu__dropdown{position:absolute;top:25px;right:-10px;z-index:9999;border-radius:16px;background:#000;pointer-events:auto;cursor:default}.arow-menu__dropdown-item{margin:10px 0;display:block;padding:10px 20px;border-radius:16px;cursor:pointer}.arow-menu__dropdown-item:hover{background-color:#fff;color:#000}.arow-menu__dropdown:hover svg{transform:none;background-color:transparent}.sidebar{background-color:#121311;padding:25px 30px 32px;position:fixed;left:0%;top:0;height:100dvh;width:90dvw;display:flex;justify-content:space-between;flex-direction:column;color:#fff;transform:translate(-100%);overflow:hidden;z-index:1000}.sidebar--open{transition:transform .3s ease;transform:translate(0)}.sidebar nav{flex:1}.sidebar__logo{color:#57ed64;margin-bottom:25px;display:flex;justify-content:space-between;padding:10px 0 0}.sidebar__close{position:relative;width:32px;height:32px}.sidebar__close:after,.sidebar__close:before{content:"";width:16px;height:1px;background-color:#fff;position:absolute;top:16px;left:8px}.sidebar__close:after{transform:rotate(45deg)}.sidebar__close:before{transform:rotate(-45deg)}.sidebar__menu-link{display:flex;align-items:center;gap:16px;padding:15px 30px;fill:#c3c5c0;stroke:#c3c5c0;transition:transform .3s ease}.sidebar__menu-link:hover{fill:#57ed64;stroke:#57ed64;color:#57ed64;transform:scale(1.05)}.sidebar__menu-link.active{fill:#57ed64;stroke:#57ed64;color:#57ed64}.sidebar .footer__social{margin-top:auto}@media (min-width: 768px){.sidebar{transition:none;transform:translate(0);width:64px;padding:19px 10px}.sidebar__logo{width:180px;flex-direction:column;padding:0 0 0 30px}.sidebar__close{display:none}.sidebar__menu-link{display:flex;align-items:center;gap:16px;padding:15px 0;font-size:0;line-height:0;margin-left:6px}.sidebar__menu-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;stroke:#57ed64}.sidebar .footer__social{display:none}}@media (min-width: 992px){.sidebar{width:213px;padding:25px 0}.sidebar__logo{font-size:20px;margin-bottom:35px;line-height:30px;justify-content:center}.sidebar__logo-txt{flex-direction:row}.sidebar__menu-link{display:flex;align-items:center;padding:15px 30px;font-size:14px;line-height:21px}.sidebar .footer__social{display:flex;flex-direction:column;align-items:baseline;padding:0 30px}.sidebar .footer__social-logo{flex-direction:column}}@media (min-width: 1200px){.sidebar{width:213px}}@media (min-width: 768px){.sidebar{width:64px}}@media (min-width: 992px){.sidebar{width:213px}}@media (min-width: 1200px){.sidebar{width:240px}}.footer{color:#fff;padding:clamp(16px,16px + (30 - 16) * (100vw - 390px) / (1440 - 390),30px) clamp(16px,16px + (60 - 16) * (100vw - 390px) / (1440 - 390),60px);background-color:#121311;display:flex;flex-direction:column;gap:24px;align-items:center;flex-wrap:1}.footer__social{display:flex;flex-direction:column;align-items:center;gap:20px;font-weight:400;font-size:12px;line-height:18px;color:#c3c5c0;padding:0 30px}.footer__social-logo{display:flex;flex-direction:row;gap:20px;align-self:flex-start}.footer__social-logo-item{display:flex;flex-direction:column;align-items:center;font-size:10px;color:#c3c5c0}.footer__social-link{display:flex;gap:16px}.footer__info{display:flex;gap:24px}@media (min-width: 992px){.footer{flex-direction:row;justify-content:space-between}.footer__social{display:none}}.offers-outside-container{background-color:#f7f8f5;margin-bottom:-20px;padding-bottom:20px;border-radius:0 0 20px 20px}.home{padding:10px 0 30px}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.input-field{position:relative;margin-bottom:20px;stroke:#595b58}.input-field.big .input-field-label .input-field-input{padding:15px 20px}.input-field.white .input-field-label .input-field-input,.input-field.white .input-field-label .input-field-select{background-color:#fff}.input-field-label{display:block;font-size:12px;font-weight:600;line-height:18px;margin-bottom:4px;color:#595b58}.input-field-label span{display:flex;margin-bottom:3px;padding-left:20px;line-height:150%}.input-field-input{display:block;font-family:Mulish,sans-serif;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5}.input-field-input:focus{border-color:#494949;box-shadow:0 0 5px #96969680;outline:none}.input-field-select{position:relative;display:block;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.input-field .icon{position:absolute;pointer-events:auto;top:30px;right:15px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.login__error{color:#e74c3c;font-size:12px;margin-top:4px;display:block;opacity:0;transform:translateY(-5px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.login__error.visible{opacity:1;transform:translateY(0);animation:fadeIn .3s ease-in-out}.input-field-input.error,.input-field-select.error{border-color:#e74c3c;box-shadow:0 0 5px #e74c3c80}.redactor{margin-bottom:20px}.redactor .quill{background-color:#fff}.login{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;padding:30px 10px;background-color:#fff;border-radius:16px}.login__wraper{min-height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#f7f8f5;padding:16px}.login__subtitle{font-size:20px;font-weight:600;line-height:30px;text-align:center;margin-bottom:30px;color:#57ed64}.login__form{width:100%;padding:0 10px}.login__form .login__field input{background-color:#f7f8f5;color:#c3c5c0;padding:14.5px 20px;border:none;font-size:14px;line-height:150%}.login__form .password-field-wrapper{position:relative}.login__form .password-field-wrapper button{width:24px;height:24px;position:absolute;top:34px;right:20px}.login__title{font-size:24px;font-weight:600;line-height:36px;text-align:center;margin-bottom:10px}.login__desc{font-size:14px;font-weight:400;line-height:21px;text-align:center;margin-bottom:29px}.login__button{padding:14px 71px;border-radius:38px;display:inline-flex;background-color:#121311;line-height:21px;text-align:center;color:#fff;cursor:pointer}.login__reset{color:#121311;line-height:21px}.login__reset:hover{color:#57ed64}.login__box{display:flex;justify-content:space-between;gap:5px;align-items:center;margin:30px 0}@media (min-width: 768px){.login{width:60%}}@media (min-width: 1200px){.login{width:40%}}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.popup__content{background:#fff;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:100%}.custom-country-select{position:relative;width:64px;padding:0}.selected-option{display:flex;align-items:center;padding:4px 8px;background-color:#fff;border-radius:4px;gap:8px;cursor:pointer;stroke:#595b58}.selected-option img{border-radius:4px}.options-list{position:absolute;width:100%;background-color:#fff;z-index:1;border-radius:0 4px}.option-item{padding:10px;display:flex;border-radius:0 0 4px 4px;align-items:center;cursor:pointer}.option-item img{border-radius:4px}.option-item img{margin-right:10px}.option-item:hover{background-color:#f0f0f0}.country-flag{width:20px;height:15px}.country-flag__arow.active{transform:rotate(-180deg)}.country-flag__arow{display:flex}.stat-card{display:flex;background-color:#f7f8f5;border-radius:16px;align-items:center;flex-direction:row;flex-wrap:wrap;gap:5px;width:calc(50% - 5px);padding:12px 8px}.stat-card__icon{display:flex;justify-content:center;align-items:center;background-color:#dedfdc;padding:11px;border-radius:16px}.stat-card__tittle{font-size:12px;line-height:18px;color:#595b58}.stat-card__data{font-size:20px;line-height:30px;font-weight:600;color:#121311}.tabs{width:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.tabs::-webkit-scrollbar{width:0;height:0}.tabs__wraper{position:relative;display:flex;flex-direction:row;gap:30px}.tabs__btn{padding:10px 0;border:none;cursor:pointer;position:relative;text-wrap:nowrap;transition:color .3s ease,transform .3s ease}.tabs__btn:hover{color:#72c628}.tabs__indicator{position:absolute;bottom:0;height:4px;background-color:#72c628;transition:transform .3s ease,width .3s ease}.offer-page__details-descrition h5{font-weight:600;font-size:20px;line-height:30px;margin-bottom:10px}.offer-page__details-descrition{margin-bottom:40px}.offer-page__details-descrition p{font-weight:400;font-size:14px;line-height:21px;color:#595b58;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.offer-page__descrition-cards{padding:20px 0 10px}.offer-page__descrition-icons{display:flex;align-items:flex-start;gap:16px;margin-bottom:30px}.offer-page__descrition-icons-item{display:flex;padding:13px;background-color:#f7f8f5;border-radius:16px}.offer-page__descrition-icons-txt h6{font-weight:600;font-size:14px;line-height:21px;margin-bottom:5px}.offer-page__descrition-icons-txt p{font-weight:400;font-size:14px;line-height:21px;color:#595b58}.offer-page__details-func{display:flex;gap:10px;flex-direction:column}.offer-page__details-item{display:flex;gap:16px;border-radius:16px;padding:16px;background-color:#f7f8f5}.offer-page__details-item .offer-page__descrition-icons-item{background-color:#fff;stroke:#121311}.offer-page__details-item-txt p{color:#595b58}.offer-page__details-item-txt h5{font-weight:600;font-size:16px;line-height:30px;color:#121311}@media (min-width: 768px){.offer-page__details-descrition h5{font-size:24px;line-height:36px;margin-bottom:10px}.offer-page__descrition-cards{padding:46px 0 10px}.offer-page__details-func{flex-direction:row;flex-wrap:wrap;gap:20px}.offer-page__details-item{width:calc(50% - 10px)}}@media (min-width: 1200px){.offer-page__details-descrition{display:flex;gap:20px;justify-content:space-between}.offer-page__details-descrition-txt{width:55%}.offer-page__descrition-cards{width:45%}.offer-page__details-func{flex-wrap:nowrap}.offer-page__details-item{align-items:flex-start;width:calc(33.33% - 15px)}}.offer-payment{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:20px;max-width:900px;margin:24px auto;font-family:Inter,sans-serif}.offer-payment__header{border-bottom:1px solid #eceef1;padding-bottom:12px;margin-bottom:16px}.offer-payment__header ul{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;font-size:13px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.offer-payment__header li:first-child{padding-left:12px}.offer-payment__header li:nth-child(2){text-align:center}.offer-payment__header li:last-child{text-align:right;padding-right:12px}.offer-payment__body ul{display:flex;flex-direction:column;gap:8px}.offer-payment__body li{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;align-items:center;padding:12px;border-radius:6px;transition:background-color .15s ease-in-out}.offer-payment__body li:hover{background-color:#f8fafc}.offer-payment__country{display:flex;align-items:center;gap:12px;padding-left:12px}.offer-payment__country span{color:#111827;font-size:15px;font-weight:500}.offer-payment__flag{width:28px;height:20px;border-radius:3px;box-shadow:0 1px 2px #0000000f;flex-shrink:0}.offer-payment__body li>span:nth-child(2){text-align:center;color:#374151;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.offer-payment__body li>span:last-child{text-align:right;color:#059669;font-size:14px;font-weight:600;padding-right:12px}@media (min-width: 768px){.landings-list{display:flex;gap:20px;flex-wrap:wrap}}.landings-item{margin-top:30px}.landings-item__img{position:relative;margin-bottom:10px}.landings-item__img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;background:#00000080;opacity:0;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center}.landings-item__img:hover .landings-item__img-overlay{opacity:1}.landings-item__img img{width:100%;border-radius:16px;object-fit:contain}.landings-item__img-flags{display:flex;padding:8px;gap:8px;background-color:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:8px;position:absolute;bottom:1px;right:1px}.landings-item__img-flags img{width:24px;height:18px;border-radius:5px}.landings-item__stats{display:flex;justify-content:space-between;font-size:14px;line-height:21px;color:#595b58}.landings-item__stats span{font-weight:600;padding:2px 8px;background-color:#121311;border-radius:40px;color:#fff;align-self:flex-end}.landings-item__stats-cr,.landings-item__stats-approve{display:flex;flex-direction:column;gap:4px}.landings-item__title{margin-bottom:8px;display:flex;justify-content:space-between}.landings-item__title .toggle-wrapper{align-self:flex-end;margin:0}.landings-item__title-id{font-size:14px;line-height:21px;color:#595b58}.landings-item__title-name{font-size:24px;font-weight:600;line-height:36px;color:#121311}@media (min-width: 768px){.landings-item{width:calc(50% - 10px)}}@media (min-width: 992px){.landings-item{width:calc(33.33% - 14px)}}.offer__landings-nav{position:relative;background-color:#f7f8f5;padding:5px 8px;border-radius:40px;display:flex;gap:10px}.offer__landings-nav-btn{position:relative;z-index:1;flex:1;text-align:center;cursor:pointer;padding:5px;color:#121311;font-weight:700;transition:color .3s ease}.offer__landings-nav-btn.active{color:#fff}.offer__landings-nav-highlight{position:absolute;top:0;left:0;width:50%;height:100%;background:#121311;border-radius:40px;z-index:0;transition:transform .3s ease}.material-item{width:calc(50% - 10px)}.material-item__img{display:flex;justify-content:center;align-items:center;height:150px;width:auto;background-color:#f7f8f5;border-radius:16px;margin-bottom:10px}.material-item__img img{max-height:100%}.material-item__title{display:flex;justify-content:space-between;align-items:center;gap:10px}.material-item__title-txt{width:100%;word-break:break-all}.material-item__title-name{font-weight:600;font-size:14px;line-height:27px}.material-item__title-icon{cursor:pointer}@media (min-width: 768px){.material-item{width:calc(33.33% - 13.33px)}.material-item__img{height:160px}}@media (min-width: 992px){.material-item{width:calc(25% - 15px)}}@media (min-width: 1400px){.material-item{width:calc(20% - 16px)}}.materials-list{display:flex;gap:40px 20px;flex-wrap:wrap;margin-top:10px}@media (min-width: 768px){.materials-list{gap:60px 20px}}.offer__materials-top .title__txt h2{font-size:20px;line-height:30px;font-weight:600}.offer__materials__filters-txt{color:#595b58;margin-bottom:16px}.offer__materials__filters-btns .btn{width:100%}.offer__materials__filters-btns{display:flex;gap:10px;flex-direction:column;margin-bottom:30px}@media (min-width: 768px){.offer__materials-top .title__txt h2{font-size:24px;line-height:36px;font-weight:600}.offer__materials__filters{display:flex;gap:16px;align-items:center;margin-bottom:30px}.offer__materials__filters-txt{margin-bottom:0}.offer__materials__filters-btns{gap:16px;flex-direction:row;margin-bottom:0}}@media (min-width: 992px){.offer__materials-top{display:flex;margin-bottom:10px;padding-bottom:20px}.offer__materials-top .title__txt{padding-bottom:0;max-width:340px}.offer__materials__filters{margin-bottom:0}}@media (min-width: 992px){.offer__materials-top{justify-content:space-between}.offer__materials-top .title__txt{max-width:50%}.offer__materials__filters{margin-bottom:0}}.offer-page{padding:10px 0}.offer-page__tittle{padding:10px;background-color:#f7f8f5;border-radius:16px;display:flex;gap:20px;position:relative}.offer-page__tittle-txt{display:flex;flex-wrap:wrap;align-content:center;align-items:center}.offer-page__tittle-category{width:100%;font-size:14px;line-height:21px;color:#595b58}.offer-page__tittle-name{font-size:32px;line-height:48px;padding-right:16px}.offer-page__tittle-link{position:absolute;bottom:10px;right:10px;gap:6px;padding:3px 6px;font-size:14px;font-weight:500;color:#fff;background-color:#121311;border-radius:8px;text-decoration:none;transition:all .3s ease}.offer-page__tittle-link .icon{font-size:16px;transition:transform .3s ease}.offer-page__tittle-link:hover{background-color:#fff}.offer-page__tittle-link:hover .icon{transform:rotate(-10deg) scale(1.1)}.offer-page__tittle-link:active{background-color:#fff;transform:scale(.98)}.offer-page__tittle-img{width:94px;height:94px;border-radius:16px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0}.offer-page__tittle-img img{width:100%;height:100%;object-fit:contain}.offer-page__price{margin-top:10px;padding:10px;background-color:#f7f8f5;border-radius:16px;display:flex;flex-wrap:wrap;gap:20px 10px;width:100%}.offer-page__price-card{flex:1}.offer-page__flowbtn,.offer-page__flowbtn .btn{width:100%}.offer-page__body{margin-top:20px}.offer-page__info{margin-bottom:20px}.offer-page__info-title{font-size:24px;line-height:36px;margin-bottom:5px}.offer-page__info-payment{display:flex;align-items:center}.offer-page .coins{display:flex;align-items:center;margin:0 5px;color:#ffbf00}.offer-page__details-nav{margin-bottom:40px}@media (min-width: 768px){.offer-page__header{display:flex;gap:20px}.offer-page__tittle{width:52%;align-items:center;gap:20px 30px}.offer-page__price{width:48%;margin-top:0}.offer-page__price .stat-card{flex-wrap:nowrap;align-items:center}.offer-page__info{display:flex}.offer-page__info-payment{margin-left:auto}}@media (min-width: 992px){.offer-page__tittle{width:57%}.offer-page__tittle-name{font-size:36px;line-height:54px}}.pagination{margin-top:20px;padding:0 24px;display:flex;gap:10px}.pagination :nth-child(1) svg{transform:rotate(90deg)}.pagination :last-child svg{transform:rotate(-90deg)}.pagination__button{width:40px;height:40px;display:flex;justify-content:center;align-items:center;stroke:#121311}.pagination__button:hover,.pagination__button.active{transition:0s;border:1px solid #121311;border-radius:5px}.pagination__ellipsis{border:none;cursor:default}.pagination__ellipsis:hover{border:none}@media (min-width: 768px){.pagination{margin-top:0}}.custom-dropdown{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:400;line-height:21px;cursor:pointer;position:relative}.custom-dropdown__text{white-space:nowrap}.custom-dropdown__selected{display:flex;align-items:center;padding:8px 20px;background-color:#f7f8f5;border-radius:8px;gap:10px;width:110px;position:relative;stroke:#c3c5c0;transition:background-color .3s ease}.custom-dropdown__selected:hover{background-color:#edefea}.custom-dropdown__selected svg{margin-left:auto;transition:transform .3s ease}.custom-dropdown__selected .icon.open{transform:rotate(180deg)}.custom-dropdown__options{position:absolute;top:100%;left:0;width:100%;background-color:#f7f8f5;border-radius:8px;box-shadow:0 4px 10px #0000001a;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;opacity:0;max-height:120px;visibility:hidden;transform:translateY(-5px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:9999}.custom-dropdown__options::-webkit-scrollbar{display:none}.custom-dropdown__options.open{opacity:1;visibility:visible;transform:translateY(0)}.custom-dropdown__option{padding:10px 20px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.custom-dropdown__option:hover{background-color:#f1f3f0}.custom-dropdown__option.selected{font-weight:700;color:#000}@media (min-width: 768px){.custom-dropdown__text{display:none}}@media (min-width: 992px){.custom-dropdown__text{display:flex}}.pagination-wraper{padding-top:30px;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.pagination-wraper{flex-direction:row-reverse;justify-content:space-between}}.flag-list{display:flex;gap:8px;font-size:12px;line-height:18px}.flag-list__remaining{padding:0 5px;background-color:#dedfdc;border-radius:4px}.flag-list__arrow{display:flex;align-items:center}.flag-list__arrow.active{transform:rotate(180deg)}.flag-list img{border-radius:4px}.hidden{visibility:hidden;position:absolute;top:-9999px;left:-9999px}.dropdown-menu{position:absolute;padding:10px;background-color:#fff;border-radius:8px;z-index:9999;box-shadow:0 4px 10px #0000001a,0 0 0 2px #fff;min-width:150px;transition:left .1s ease-out}.dropdown-menu__item{display:block;padding:12px 20px;cursor:pointer;font-size:14px;font-weight:500;color:#333;border-radius:6px;transition:background-color .3s ease,color .3s ease}.dropdown-menu__item:hover{background:#f0f0f0}.dropdown-menu__item:active{transform:scale(.98)}@media (max-width: 768px){.dropdown-menu{max-width:90vw}}.dots{position:relative;width:20px;height:20px;display:flex;align-items:center}.dots-wrapper{border-radius:6px;padding:9px;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .3s ease,border .3s ease,box-shadow .3s ease}.dots-wrapper:hover{background-color:#ffffff1a;border:1px solid rgba(43,43,43,.3);box-shadow:0 0 10px #fff3}.dots-item{width:3px;height:3px;background-color:#595b58;border-radius:50%;position:relative;transition:transform .2s ease,background-color .3s ease}.dots-item:after,.dots-item:before{content:"";width:3px;height:3px;background-color:#595b58;border-radius:50%;position:absolute;transition:background-color .3s ease}.dots-item:after{top:5px}.dots-item:before{bottom:5px}.dots-wrapper:hover .dots-item{background-color:#727571}.dots-wrapper:hover .dots-item:after,.dots-wrapper:hover .dots-item:before{background-color:#727571}table,tr{overflow:visible}td{position:relative;overflow:visible}.offer-item__wraper{display:flex;align-items:center;border-bottom:1px solid #DEDFDC;padding:15px 8px}.offer-item__wraper.active{background-color:#f7f8f5;border-bottom:1px solid transparent;border-radius:10px 8px 0 0}.offerHorizhontal{display:flex;flex:1;flex-direction:row;align-items:center;gap:16px;font-size:14px;line-height:21px}.offerHorizhontal__tittle{display:flex;gap:16px}.offerHorizhontal__tittle:hover .offerHorizhontal__name{color:#57ed64}.offerHorizhontal__name{transition:color .3s ease}.offerHorizhontal__img{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0}.offerHorizhontal__img img{width:100%;height:100%;object-fit:contain}.offerHorizhontal__offer-tittle{display:flex;gap:16px;align-items:center}.offerHorizhontal__offer-coins{display:flex;align-items:center;gap:8px;color:#ffbf00}.offerHorizhontal__arow{display:flex;gap:20px;stroke:#595b58;cursor:pointer}.offerHorizhontal__arow.active .icon-smal{transform:rotate(180deg)}.offerHorizhontal__txt{display:flex;flex-direction:column;flex:1;font-size:14px;line-height:21px;font-weight:400}.offerHorizhontal__name{color:#121311}.offerHorizhontal__category{color:#595b58;font-size:12px;line-height:18px}.offerHorizhontal__flags{display:flex;gap:8px;font-size:12px;line-height:18px}.offerHorizhontal__flags-quantity{padding:0 5px;background-color:#dedfdc;border-radius:4px}.offerHorizhontal__status-active{padding:2px 10px;color:#72c628;background:#d2f9d6;border-radius:4px}.offerHorizhontal__status-deactive{padding:2px 10px;color:#fb5d7a;background:#f9d2d9;border-radius:4px}.offerHorizhontal__details{padding:8px;gap:10px;font-size:14px;line-height:21px;background-color:#f7f8f5;border-radius:0 0 8px 8px}.offerHorizhontal__details-paymant{display:flex;gap:10px;margin-bottom:10px}.offerHorizhontal__details-paymant div{width:33.3%;display:flex;flex-direction:column;gap:5px}.offerHorizhontal__details-paymant-onlyDesk{display:none}@media (min-width: 768px){.offerHorizhontal__details-paymant-onlyDesk{display:grid}}.offerHorizhontal__details-block{width:100%;overflow:auto;background-color:#fff;padding:18px 0 12px;border-radius:8px}.offerHorizhontal__details-info{padding:18px 18px 12px}.offerHorizhontal__details-offer{display:grid;grid-template-columns:150px 50px 50px 50px 55px 104px 20px;grid-column:1/span 2;gap:20px;padding:12px 0;align-items:center}.offerHorizhontal__details-offer .flag{display:flex;gap:10px}.offerHorizhontal__details-offers{font-size:12px}.offerHorizhontal__details-offers-tittle{grid-template-columns:150px 50px 50px 50px 55px 104px 20px;grid-row:1;gap:20px;font-size:12px;line-height:18px;border-bottom:1px solid #DEDFDC;width:max-content;padding:0 20px 10px;display:none}.offerHorizhontal__details-offers-tittle.mobile{display:grid}@media (min-width: 768px){.offer-item__wraper{grid-template-columns:auto auto;padding:12px 10px;gap:10px}.offerHorizhontal{display:grid;grid-template-columns:minmax(190px,1fr) repeat(2,minmax(60px,1fr)) minmax(60px,1fr);gap:10px}.offerHorizhontal__arow{display:grid;grid-template-columns:minmax(120px,1fr) 16px;gap:10px}.offerHorizhontal__details-paymant{display:none}.offerHorizhontal__details-block{overflow:hidden}.offerHorizhontal__details-offers-tittle{display:grid;width:100%;grid-template-columns:minmax(152px,auto) minmax(45px,1fr) minmax(90px,1fr) minmax(50px,1fr) minmax(55px,1fr) minmax(104px,1fr) 20px}.offerHorizhontal__details-offer{width:100%;grid-template-columns:minmax(152px,1fr) minmax(45px,1fr) minmax(90px,1fr) minmax(50px,1fr) minmax(55px,1fr) minmax(104px,1fr) 20px}}@media (min-width: 992px){.offer-item__wraper{padding:18px;gap:20px}.offerHorizhontal{grid-template-columns:minmax(207px,450px) repeat(2,minmax(60px,1fr)) minmax(60px,1fr);gap:20px}.offerHorizhontal__arow{gap:20px}.offerHorizhontal__details-block{overflow:hidden}.offerHorizhontal__details-offers-tittle,.offerHorizhontal__details-offer{gap:20px;grid-template-columns:minmax(112px,450px) minmax(50px,50px) minmax(50px,1fr) minmax(80px,1fr) minmax(55px,1fr) minmax(104px,1fr) 20px}}.offer-list__tittle{display:none;color:#595b58;font-size:12px;line-height:150%;letter-spacing:0}@media (min-width: 768px){.offer-list__tittle{display:grid;gap:10px;grid-template-columns:minmax(190px,1fr) repeat(2,minmax(60px,1fr)) minmax(60px,1fr) minmax(124px,1fr) 16px;padding:0 18px 10px;border-bottom:1px solid #C3C5C0}}@media (min-width: 992px){.offer-list__tittle{gap:20px;grid-template-columns:minmax(207px,450px) repeat(2,minmax(60px,1fr)) minmax(60px,1fr) minmax(120px,1fr) 16px}}.custom-checkbox{display:flex;align-items:center;gap:15px;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%}.custom-checkbox .hidden-checkbox{display:none}.custom-checkbox .checkbox{width:24px;height:24px;border-radius:8px;border:2px solid #C3C5C0;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.custom-checkbox input:checked+.checkbox{background:#121311;color:#fff;border:2px solid #121311}.custom-checkbox .checkmark{font-size:14px;opacity:0}.custom-checkbox input:checked+.checkbox .checkmark{opacity:1}.checkbox-group{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.modal-filter{position:fixed;top:20%;bottom:0;right:0;left:0;background:#fff;overflow-y:auto;z-index:1000;border-radius:20px 20px 0 0;padding:48px 16px 32px;box-shadow:0 -5px 16.8px 1px #bdbdbd40;width:100vw;min-height:80dvh;animation:slideUp .3s ease-out;-ms-overflow-style:none;scrollbar-width:none}.modal-filter::-webkit-scrollbar{width:0;height:0}.modal-filter__line{border-bottom:1px solid #C3C5C0;width:calc(100% + 32px)!important;margin-left:-16px;margin-right:-16px;margin-bottom:10px}.modal-filter__header{display:flex;gap:20px;align-items:center;position:relative;justify-content:space-between;padding:0 0 32px}.modal-filter__header .btn:nth-of-type(1){background-color:#fff;color:#121311;padding:10px 16px;flex:0;margin-right:auto}.modal-filter__header .sidebar__close:after,.modal-filter__header .sidebar__close:before{background-color:#121311}.modal-filter__content{display:flex;flex-direction:column;gap:10px}.modal-filter__item .sort-dropdown__inputs{width:100%}.modal-filter__item .sorting.date .sort-dropdown__header{padding:8px 0}.modal-filter__item .date-inputs{display:flex;padding:0;flex-direction:column}.modal-filter__footer{display:flex;padding:48px 16px 0;gap:10px}.toggle-container{display:inline-block;position:relative;width:40px;height:20px;cursor:pointer}.toggle-container input{opacity:0;width:0;height:0}.toggle-container .toggle-switch{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:20px;transition:.4s;margin-bottom:0}.toggle-container .toggle-switch:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:.4s}.toggle-container input:checked+.toggle-switch{background-color:#00b33c}.toggle-container input:checked+.toggle-switch:before{transform:translate(20px)}.filter-dropdown{display:flex;flex-direction:column;gap:20px}.filter-dropdown__label{padding:8px 16px}.filter-dropdown .custom-select-wrapper{padding:0 16px}.filter-dropdown label:last-child{margin-bottom:10px}.filter-dropdown .checkbox-group{gap:0}.filter-dropdown .checkbox-group p{padding:8px 16px}.filter-dropdown .custom-checkbox{padding:10px 16px;border-radius:6px}.filter-dropdown .custom-checkbox:has(.hidden-checkbox:checked){background-color:#f7f8f5;transition:background-color .2s ease-in-out}.search{position:relative}.search input[type=text]{height:40px;font-family:Mulish;font-weight:400;line-height:100%;width:100%;border-radius:6px;font-size:14px;background-color:#fff;border:1px solid #C3C5C0;padding:12px 12px 12px 36px}.search svg{position:absolute;top:12px;left:12px}@media (min-width: 768px){.modal-filter{position:absolute;bottom:auto;top:calc(100% + 15px);right:0;left:auto;width:400px;background:#fff;overflow-y:auto;z-index:1000;border-radius:20px;padding:8px 24px;box-shadow:0 -5px 16.8px 1px #bdbdbd40;max-height:600px;min-height:200px;animation:slideUp .3s ease-out}.modal-filter__header{padding:0}.modal-filter__header .sidebar__close{display:block}.modal-filter__header h3{font-size:14px}.modal-filter__line{display:none}.modal-filter__item .date-inputs{flex-direction:row}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters{position:relative}.filters__wrapper{display:flex;flex-direction:row;gap:8px;padding:16px 18px;border:1px solid #C3C5C0;border-radius:16px;flex-wrap:wrap}.filters__count{width:100%}.filters__count-rest{position:relative;width:16px;height:16px}.filters__count-rest:after,.filters__count-rest:before{content:"";width:9px;height:2px;background-color:#121311;position:absolute;border-radius:4px;top:9px;right:0}.filters__count-rest:before{transform:rotate(-45deg)}.filters__count-rest:after{transform:rotate(45deg)}.filter-button{position:relative}.filter-button .active-count{background:#fdeaaf;padding:0 2px;border-radius:5px}.offers{padding:10px 0 30px}.offers__title.desktop{display:none}.offers__block{margin-top:20px}.offers__pagination{margin-top:10px}.offers__pagination-quantity{padding:10px 40px 10px 10px;border:1px solid #ccc;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;stroke:#c3c5c0}.offers__btn{gap:7px}.offers__btn .sorting,.offers__btn .filters{width:100%}.offers__btn .sort-dropdown{width:auto;min-width:234px;padding:8px}.offers__btn-txt{display:none}@media (min-width: 768px){.offers__title.mobile div{display:none}.offers__title.desktop{display:flex;flex-wrap:wrap}.offers__filters{width:100%}.offers__pagination{margin-top:30px;display:flex;flex-direction:row-reverse;justify-content:space-between}.offers__pagination .pagination{margin-top:0}.offers__btn.mobile div{display:none}}@media (min-width: 992px){.offers{margin:10px 0 30px}}@media (min-width: 1200px){.offers__btn-txt{display:block;text-wrap:nowrap}}.finance__form{padding:10px;background-color:#f7f8f5;border-radius:16px;margin-bottom:20px}.finance__form-inputs{display:flex;gap:20px;align-items:flex-start}.finance__form-inputs .input-field .login__field-label input,.finance__form-inputs .custom-select .custom-select__selected{background:#fff}.finance__form-inputs .input-field,.finance__form-inputs .custom-select{margin-bottom:0}.finance__form .input-field{width:35%}.finance__form .input-field input{font-size:14px;line-height:150%;padding:9.5px 20px;color:#121311;border:none}.finance__form .input-field label,.finance__form .input-field span{margin:0}.finance__form .select-wrapper{flex:1}.finance__form .select-wrapper .custom-select__control{padding:2px 12px;border:none}.finance__form .select-wrapper .custom-select__control.custom-select__control--is-focused{outline:none;border-color:#121311;box-shadow:0 0 6px #12131133}.finance__form .btn{width:100%;margin-top:20px;padding:11px 16px}@media (min-width: 768px){.finance__form-inputs-wrapper{flex:1}.finance__form-inputs-wrapper form .btn{margin-left:0}.finance__form-inputs-wrapper form{display:flex;gap:20px;align-items:flex-start}.finance__form .title__txt{margin-bottom:0}}.history__item{display:grid;grid-template-columns:130px minmax(168px,1fr) 20px;padding:12px 0;border-bottom:1px solid #DEDFDC}.history__item-title{grid-column:1/2;display:flex;flex-direction:column;gap:10px}.history__item-title li{color:#595b58;font-weight:600;font-size:12px}.history__item-data{grid-column:2/3;display:grid;grid-template-columns:1fr 20px;flex-direction:column;gap:10px;justify-items:start}.history__item-data li{grid-column:1/2}.history__item-data-walets{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history__item-data-status{font-size:12px;padding:2px 10px;border-radius:4px}.history__item-data-status.ordered{color:#888fcc;background:#d2d6f9}.history__item-data-status.completed{color:#72c628;background:#d2f9d6}.history__item-data-status.canceled{color:#fb5d7a;background:#f9d2d9}.history__item-dots{width:20px;height:20px;display:flex;align-items:center;justify-content:center;grid-column:2/3;grid-row:1}@media (min-width: 1200px){.history__item{grid-template-columns:0}.history__item-title{display:none}.history__item-data{display:grid;grid-template-columns:minmax(55px,70px) minmax(77px,120px) repeat(2,minmax(70px,1fr)) minmax(57px,1fr) minmax(87px,1fr) minmax(77px,1fr) 20px;gap:20px;font-size:12px;align-items:center;padding:0 18px}.history__item-data li{grid-column:auto}.history__item-dots{grid-column:8}}.finance__history-header .btn{width:100%;margin-bottom:10px}.finance__history-header .filters.btn{padding:11px 16px}.finance__history-title{display:none}@media (min-width: 768px){.finance__history-header{display:flex;gap:10px;align-items:center;margin-bottom:10px}.finance__history-header .sort-menu{width:auto}.finance__history-header .title__txt{padding-bottom:0;margin-right:auto}.finance__history-header .title__txt h2{font-size:24px;line-height:36px;text-wrap:nowrap}.finance__history-header .btn{width:auto;margin-bottom:0}}@media (min-width: 1200px){.finance__history-header{margin-bottom:12px}.finance__history-title{display:grid;grid-template-columns:minmax(55px,70px) minmax(77px,120px) repeat(2,minmax(70px,1fr)) minmax(57px,1fr) minmax(87px,1fr) minmax(77px,1fr) 20px;gap:20px;font-size:12px;align-items:center;justify-content:center;padding:0 18px 10px;border-bottom:1px solid #C3C5C0}}.finance{padding:10px 0 50px}.finance__title{padding-bottom:10px;margin-bottom:20px}.finance__cards{display:flex;gap:10px;margin-bottom:10px}.finance__cards-wraper{width:50%}.finance__cards-wraper .stat-card{width:100%;padding:17px 10px}.finance__cards-wraper .stat-card__data{font-weight:600;font-size:24px;line-height:36px}@media (min-width: 768px){.finance__cards-wraper .stat-card{padding:18px}.finance__cards-wraper .stat-card__tittle{font-size:14px;line-height:21px;padding-top:7px}.finance__cards-wraper .stat-card__data{font-size:24px;line-height:36px}.finance__cards-wraper .stats-card__text{width:100%}.finance__form{display:flex;flex-wrap:wrap;padding:26px 18px}.finance__form .title__txt{width:100%}.finance__form .btn{width:200px;margin-top:0;margin-left:20px}.finance__form-inputs{flex:1}}@media (min-width: 1200px){.finance__header{display:flex;gap:20px;margin-bottom:20px}.finance__cards{width:40%;gap:20px;margin-bottom:0}.finance__cards .stat-card{height:100%;gap:10px}.finance__cards .stat-card__icon{padding:13px}.finance__form-wraper{width:60%}.finance__form{height:100%;margin-bottom:0}}.api__block{padding-bottom:50px}.api__block-title{text-transform:uppercase;margin-bottom:10px}.api__block-sub-title{color:#595b58;margin-bottom:30px}@media (min-width: 768px){.api__block{width:50%}}.postback__block-title{margin-bottom:10px}.postback__block-sub-title{color:#595b58;margin-bottom:30px}.postback__block .input-field input{display:block;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5;border:none}.postback__block .input-field label{font-size:12px;font-weight:600;line-height:18px;color:#595b58}.postback__block .custom-select label{padding-left:20px;font-size:12px;font-weight:600;line-height:18px;color:#595b58}@media (min-width: 768px){.postback__block{width:50%}}.api{padding:10px 0 50px}.api__input{display:block;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5}.api__input-wrapper{position:relative;margin-bottom:19px}.api__icon{position:absolute;top:8px;right:20px}.api__field label{font-size:12px;font-weight:600;line-height:18px;margin-left:20px;color:#595b58}@media (min-width: 768px){.api{padding:10px 0 50px;display:flex;gap:40px}}.news-item__img-cont{width:100%;height:230px;position:relative;overflow:hidden;border-radius:16px;transition:box-shadow .3s ease;margin-bottom:10px}.news-item__img{width:100%;height:auto;object-fit:contain;border-radius:16px}.news-item:hover .news-item__img-cont{box-shadow:0 4px 20px #0003}.news-item__date{color:#595b58;font-size:14px}.news-item__text{font-size:20px;font-weight:600;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-height:1.5;max-height:4.5em}@media (min-width: 768px){.news-item{width:calc(50% - 10px)}}@media (min-width: 992px){.news-item{width:calc(33.333% - 14px)}.news-item__img-cont{height:170px}}@media (min-width: 1400px){.news-item__img-cont{height:250px}}.news-block{display:flex;flex-direction:column;gap:40px}@media (min-width: 758px){.news-block{flex-direction:row;flex-wrap:wrap;gap:60px 20px}}.news{padding:10px 0 50px}.news__btn{margin-top:10px;margin-bottom:38px;display:flex;gap:10px;justify-content:center}.news__btn .btn{padding:8px 16px;color:#121311;background-color:#f7f8f5;width:auto;border-radius:8px}.news__btn .btn.active{color:#fff;background-color:#121311}@media (min-width: 768px){.news .custom-dropdown__text{display:block}.news__title.title{flex-direction:column}.news__btn{width:100%;justify-content:start}}.grouping{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 0;position:relative}.grouping p{width:100%}.grouping__btns{display:flex;gap:10px;flex-wrap:wrap}.grouping__btns .btn.plus{width:40px;height:40px;padding:0;text-align:center}.grouping__btns .btn.plus .btn__txt{font-size:24px}.grouping .btn{width:auto}.grouping p{margin:0;white-space:nowrap}.grouping .sort-menu{position:relative}.grouping .sort-menu .btn{padding:10px}.grouping .sort-menu.range .btn{width:100%}.grouping .sort-menu .sort-dropdown{max-height:200px}.grouping .sort-menu .sort-dropdown ul{display:flex;flex-direction:column;align-items:center}.grouping .sort-menu .sort-dropdown ul li{width:100%;text-align:center;padding:10px;cursor:pointer;transition:background-color .2s ease}.grouping .sort-menu .sort-dropdown ul li:hover{background-color:#f0f0f0}.grouping .sort-menu .sort-dropdown ul .cancel{border-radius:8px;background-color:#ff4d4f;width:auto;color:#fff;padding:5px 10px;margin:12px 0;cursor:pointer;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 8px #00000026;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;text-align:center;border:none;display:inline-block}.grouping .sort-menu .sort-dropdown ul .cancel:hover{background-color:#e6393c;box-shadow:0 4px 12px #0003}.grouping .sort-menu .sort-dropdown ul .cancel:active{background-color:#cc2e30;transform:translateY(0);box-shadow:0 2px 6px #00000026}.grouping .sort-menu .sort-dropdown ul .cancel:focus{outline:none;box-shadow:0 0 0 3px #ff4d4f4d}.grouping .custom-date{display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px;background:#f9f9f9;border-radius:8px}.grouping .custom-date input{padding:8px;border:1px solid #ccc;border-radius:5px;font-size:14px}.grouping .custom-date input:focus{outline:none;border-color:#007bff}.grouping .custom-date .apply-btn,.grouping .custom-date .clear-btn{padding:8px 12px;border:none;border-radius:5px;cursor:pointer;font-size:14px}.grouping .custom-date .apply-btn{background:#007bff;color:#fff}@media (min-width: 768px){.grouping{flex-direction:row;flex-wrap:nowrap;margin:10px 0;gap:8px;padding:16px 18px;border:1px solid #C3C5C0;border-radius:16px}.grouping p{width:auto}.grouping__btns{flex-direction:row;flex-wrap:wrap;align-items:center}.grouping .sort-menu{width:auto}.grouping .btn.plus{margin:0!important;position:static;margin:auto;padding:0}.grouping .btn.plus .btn__txt{font-size:24px}}.statistics-table{width:100%;border-collapse:collapse;font-size:14px;text-align:center}.statistics-table thead tr:first-child th{padding-bottom:6px}.statistics-table thead{border-bottom:2px solid #ddd;font-size:12px;font-weight:600;line-height:150%;color:#595b58}.statistics-table thead tr:first-child th{position:relative;padding:0 10px}.statistics-table thead tr:first-child th:after{content:"";position:absolute;top:0;height:39px;right:0;width:1px;background:#ddd}.statistics-table thead tr:first-child th:last-child:after{display:none}.statistics-table thead tr:last-child th{padding:0 10px 10px;font-weight:400}.statistics-table thead .border{position:relative;padding-bottom:8px}.statistics-table thead .border:after{content:"";position:absolute;bottom:0;left:6px;right:6px;height:100%;background:#ddd}.statistics-table tbody tr td{padding:10px}.stats-content{padding-top:20px}.stats-content__header{margin:20px 0 10px}.stats-content__cards{display:flex;flex-wrap:wrap;gap:10px}@media (min-width: 768px){.stats-content__cards .stat-card{width:calc(33.333% - 13.4px)}}@media (min-width: 1024px){.stats-content__cards .stat-card{width:calc(25% - 15px);flex-direction:column;align-items:flex-start;padding:18px;gap:10px}}.stats-content__buttons-filters{display:flex;gap:10px}.stats-content__buttons-filters .filters,.stats-content__buttons-filters .sorting{width:100%}.stats-content__buttons-filters .sort-menu{width:auto}.stats-content__table{min-height:50vh}@media (min-width: 768px){.stats-content{padding-top:40px}.stats-content__header{margin:40px 0 10px}.stats-content__title{display:flex;width:100%;justify-content:space-between;align-items:center}.stats-content__title-filters{display:flex;flex-direction:row-reverse;gap:10px}.stats-content__title .title__txt{padding:0}.stats-content__cards{gap:20px}}.lead-item{display:grid;grid-template-columns:minmax(80px,1fr) minmax(60px,1fr) minmax(65px,1fr) minmax(60px,1fr) minmax(100px,1fr) minmax(60px,1fr) minmax(100px,1fr) minmax(40px,1fr) minmax(80px,1fr) minmax(130px,1fr);gap:20px;padding:0 18px 10px}.clue{position:absolute;padding:4px;border-radius:4px;background-color:#121311;color:#fff;opacity:0;bottom:20px}.clickId:hover{color:#57ed64}.leads-list{position:relative;overflow-x:auto;white-space:nowrap;padding:18px 0 0;min-height:50vh}.leads-list:active{cursor:grabbing}.leads-list .leads-table{width:max-content;border-collapse:collapse}.leads-list .leads-table thead{border-bottom:1px solid #C3C5C0;font-size:12px;font-weight:600;line-height:150%;color:#595b58}.leads-list .leads-table thead tr th{padding:0 0 10px 20px;text-align:center}.leads-list .leads-table thead tr th:first-child{padding-left:18px}.leads-list .leads-table thead tr th:last-child{padding-right:18px}.leads-list .leads-table tbody tr td{padding:22.5px 0 22.5px 20px;text-align:center}.leads-list .leads-table tbody td.status{font-size:12px;text-align:center}.leads-list .leads-table tbody td.status .approved{padding:4px 10px;color:#72c628;background:#d2f9d6;border-radius:4px}.leads-list .leads-table tbody td.status .pending{padding:4px 10px;color:#c59d28;background:#ffbf0033;border-radius:4px}.leads-list .leads-table tbody td.status .rejected{padding:4px 10px;color:#fb5d7a;background:#f9d2d9;border-radius:4px}.leads-list .leads-table tbody td.status .hold{padding:4px 10px;color:#c59d28;background:#ffbf0033;border-radius:4px}.leads-list .leads-table tbody td.status .fake{padding:4px 10px;color:#fb5d7a;background:#f9d2d9;border-radius:4px}.leads-list .leads-table tbody tr td:first-child{padding-left:18px}.leads-list .leads-table tbody tr td:last-child{padding-right:18px}.leads-list .leads-table th,.leads-list .leads-table td{min-width:60px}.leads-list .leads-table th{text-align:left}.leads-list::-webkit-scrollbar{height:6px;background:#f1f5f9}.leads-list::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.leads-list::-webkit-scrollbar-thumb:hover{background:#6b7280}.columns-visible{position:relative}.columns-visible .btn{height:40px}.columns-visible__dropdown{position:absolute;top:100%;left:0;width:100%;height:300px;overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:10px;z-index:10;display:flex;flex-direction:column;gap:8px}.columns-visible__item{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:4px;transition:background .2s ease;cursor:grab}.columns-visible__item:hover{background:#f8f8f8}.columns-visible__item:active{cursor:grabbing}.columns-visible__reset-btn{width:100%;padding:8px;background:#ff4d4f;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s ease}.columns-visible__reset-btn:hover{background:#d9363e}.leads-content{padding:20px 0 0}.leads-content__header{margin:20px 0 10px}.leads-content__header-btns{display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.leads-content{padding:40px 0 0}.leads-content__header{margin:40px 0 10px}.leads-content__header-btns{flex-direction:row}}@media (min-width: 992px){.leads-content__header{flex-direction:row;display:flex;align-items:center;justify-content:space-between}.leads-content__header .title__txt{padding:0}.leads-content__header-btns{flex-direction:row}}.stats{padding:10px 0 30px}.domain-item{display:grid;gap:10px;grid-template-columns:1fr 20px;padding:12px 0;border-bottom:1px solid #DEDFDC;line-height:21px}.domain-item__id,.domain-item__date,.domain-item__name,.domain-item__status{grid-column:1/2;display:grid;grid-template-columns:130px 1fr;gap:10px;align-items:center;justify-items:start}.domain-item__id-title,.domain-item__date-title,.domain-item__name-title,.domain-item__status-title{color:#595b58;font-size:12px;line-height:18px}.domain-item__status .inactive{padding:2px 10px;border-radius:4px;color:#fb5d7a;background-color:#f9d2d9}.domain-item__status .active{padding:2px 10px;border-radius:4px;color:#72c628;background-color:#d2f9d6}.domain-item__dots{grid-column:2/4;grid-row:1/2}@media (min-width: 768px){.domain-item{grid-template-columns:20px minmax(110px,1fr) minmax(68.5px,1fr) minmax(153px,1fr);padding:12px 18px;align-items:center;gap:20px}.domain-item__id,.domain-item__date,.domain-item__name,.domain-item__status{grid-template-columns:1fr;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.domain-item__id-title,.domain-item__date-title,.domain-item__name-title,.domain-item__status-title{display:none}.domain-item__id{grid-column:1/2}.domain-item__date{grid-column:2/3}.domain-item__name{grid-column:3/4}.domain-item__status{grid-column:4/5}.domain-item__dots{grid-column:5/7}}.domains-list__title{display:none;margin-bottom:10px;font-size:14px;line-height:18px;color:#595b58;border-bottom:1px solid #C3C5C0}.domains-list__items{margin-top:10px}@media (min-width: 768px){.domains-list{margin-top:30px}.domains-list__title{padding:0 18px 10px;display:grid;grid-template-columns:20px minmax(110px,1fr) minmax(68.5px,1fr) minmax(153px,1fr) 20px;gap:20px}}.domains__add{margin-top:20px;padding:10px 18px;border-radius:16px;background-color:#f7f8f5}.domains__add-title{margin-bottom:20px}.domains__add-form .input-field label span{margin:0}.domains__add-form .input-field{width:100%}.domains__add-form .domains__add-btn .btn{padding:9.5px 16px}.domains__add-input{width:100%;height:40px;font-size:14px;padding-left:20px;margin-bottom:10px;border-radius:8px}.domains__add-input::placeholder{color:#121311}.domains__add-btn .btn{width:100%}@media (min-width: 768px){.domains__add{padding:32px 18px}.domains__add-form{display:flex;gap:20px}.domains__add-input{flex:1}.domains__add-btn .btn{width:200px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal__content{background:#fff;padding:40px;border-radius:8px;text-align:center;position:relative}.modal__content h3{margin-bottom:20px}.modal .close-button{position:absolute;top:10px;right:10px;border:none;background:transparent;font-size:18px;cursor:pointer}.gaid-block{display:flex;padding:16px 20px;background-color:#ffefbf;margin-top:20px;border-radius:8px;gap:15px;align-items:center}.gaid-block__icon{padding:13px;background-color:#ffbf00;border-radius:16px;width:50px;height:50px}.gaid-block__title{font-size:18px;line-height:27px;font-weight:600}.domains{padding:10px 0 56px}.domains__title{padding-bottom:22px;display:flex;flex-direction:row;justify-content:space-between;gap:10px}.domains__title .title__txt{padding-bottom:0}.domains__btn .btn{width:100%}.domains__block{margin-top:20px}.file-input{position:relative;display:flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;overflow:hidden;background-color:#f8f8f8}.file-input__label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.file-input__input{display:none}.file-input__preview{width:100%;height:100%;object-fit:cover}.file-input__placeholder{color:#999;font-size:14px;text-align:center}.file-input__error{position:absolute;bottom:-20px;font-size:12px;color:red;text-align:center;width:100%}.file-input.error{border:2px solid red}.profile__content{margin-top:40px}.profile__content-title{margin-bottom:10px;font-size:20px;font-weight:600;line-height:150%}.profile__content-avatar{margin:20px 0}.profile__content-info,.profile__content-social{margin-bottom:40px}.profile__content-btns{padding-top:20px;border-top:1px solid #DEDFDC;display:flex;gap:10px}.profile__content-btns .btn{width:50%;padding:14px 10px}@media (min-width: 768px){.profile__content-settings form{display:flex;flex-direction:row;gap:40px;flex-wrap:wrap}.profile__content-title{font-size:24px}.profile__content-social,.profile__content-info{width:calc(50% - 20px)}.profile__content-btns{width:100%;display:flex;justify-content:space-between}.profile__content-btns .btn{width:auto;padding:14px 20px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#12131199;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.popup-content{background-color:#f7f8f5;padding:28px;border-radius:12px;width:600px;max-width:92%;box-shadow:0 6px 24px #12131133;animation:slideIn .3s ease-out;position:relative}.popup-content h3{margin:0 0 24px;font-size:22px;color:#121311;font-weight:600;letter-spacing:.2px}.popup-content form{display:flex;flex-direction:column;gap:20px}.popup-content form .custom-select .custom-select__selected{padding:12px;border:1px solid #DEDFDC;border-radius:6px;font-size:14px;background-color:#fff;transition:all .2s ease}.popup-content form .file-input{display:flex;flex-direction:column;gap:8px}.popup-content form .file-input input[type=file]{padding:10px;border:1px solid #DEDFDC;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer;transition:all .2s ease}.popup-content form .file-input input[type=file]:hover{border-color:#121311}.popup-content form .file-input p{margin:6px 0 0;font-size:13px;color:#121311;opacity:.8}.popup-content form .geo-input{display:flex;align-items:center;gap:10px;margin-bottom:10px}.popup-content form .geo-input .remove-button{background-color:#121311;color:#f7f8f5;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.popup-content form .geo-input .remove-button:hover{background-color:#000;transform:translateY(-1px)}.popup-content form button{padding:12px 18px;border-radius:38px;transition:all .2s ease}.popup-content form button.add-button{background-color:#121311;color:#f7f8f5;border:none;padding:8px 14px;margin-top:10px;width:fit-content}.popup-content form button.add-button:hover{background-color:#000;transform:translateY(-1px)}.input-field{display:flex;flex-direction:column;gap:8px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.popup-content{padding:20px;width:100%;margin:0 10px}.popup-content h3{font-size:20px}.popup-content form{gap:16px}.popup-content .geo-input{flex-wrap:wrap}}.file .current-image-container{margin-bottom:10px}.file .current-image{max-width:200px;max-height:200px;object-fit:cover;border-radius:4px}.file .file-input-container{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.file .file-input-hidden{display:none}.file .file-input-button{padding:8px 16px;background-color:#f0f0f0;border-radius:4px;cursor:pointer;white-space:nowrap}.file .file-actions{display:flex;align-items:center;gap:8px}.file .file-name{font-size:14px;color:#666;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file .clear-file-button{background:none;border:none;color:#999;cursor:pointer;font-size:16px;padding:0 8px;line-height:1}.file .clear-file-button:hover{color:#f44}.file .error{color:red;font-size:12px;margin-top:5px}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close-button{background:none;border:none;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;line-height:24px;color:#333;transition:color .2s}.close-button:hover{color:red}.popup-btns{padding-top:20px;display:flex;gap:10px;justify-content:space-between}.popup-btns .btn:nth-child(1){color:#121311;background-color:#f7f8f5}.popup-btns .btn{padding:14px 30px}.current-image{max-width:200px;max-height:200px;object-fit:cover;border-radius:4px}.profile__content-payment{margin-top:40px;position:relative}.profile__content-payment-header .btn{width:100%}.profile__content-payment-tittle{font-size:24px;line-height:36px;margin-bottom:10px}.profile__content-payment-list{margin-top:28px}.profile__content-payment-item{display:flex;padding:13px 0;gap:10px;align-items:flex-start;border-bottom:1px solid #DEDFDC}.profile__content-payment-item--mob,.profile__content-payment-item--value{display:flex;flex-direction:column;gap:10px}.profile__content-payment-dots{padding:9px;margin-left:auto}.profile__content-payment-bg{display:flex;justify-content:center;align-items:center}.profile__content-payment-modal{background-color:#fff;padding:20px 16px;border-radius:24px}.payment-options{display:flex;align-items:center}.payment-options button{width:100%;display:flex;align-items:center;gap:20px;padding:10px 15px;border:none;background:none;cursor:pointer;transition:all .3s ease;color:#000}.payment-options button:hover{background-color:#1a1c19;color:#fff;border-radius:8px}.payment-options button:active{background-color:#0d0f0c;color:#fff;transform:scale(.98)}.payment-options .payment-option--active{background-color:#121311;color:#fff;border-radius:8px}.payment-options .payment-option--active:hover{background-color:#1a1c19;color:#fff}.payment-options .payment-option--active:active{background-color:#0d0f0c;color:#fff;transform:scale(.98)}.profile__content-password h2{margin-bottom:10px}.profile__content-form{padding-bottom:20px;max-width:359px}.password-field-wrapper{position:relative}.toggle-password{position:absolute;right:20px;top:30px}.stream-item{display:grid;padding:15px 8px;gap:0 10px;width:100%;grid-template-columns:1fr auto auto;grid-template-rows:1fr 1fr;align-items:center}.stream-item .desk,.stream-item__id,.stream-item__date,.stream-item__offer-name{display:none}.stream-item.active{background-color:#f7f8f5}.stream-item__title{grid-row:1/1;grid-column:1/1}.stream-item__link{grid-row:2/2;grid-column:1/1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block;min-width:0;color:#72c628}.stream-item__geo{grid-row:1/3;grid-column:2/3;align-items:center;padding-left:6px;stroke:#595b58;display:flex;justify-content:end}.stream-item__geo-wraper{display:flex;align-items:center;gap:10px}.stream-item__geo img{width:24px;height:18px}.stream-item__dots-wrapper{grid-row:1/3;grid-column:3/4;display:flex;justify-content:end}.stream-item__details{margin-top:10px;display:grid;grid-column:1/4;grid-template-columns:50% 50%;grid-template-rows:1fr}.stream-item__details--id{font-size:12px;font-weight:600;line-height:18px;color:#595b58;grid-column:1/2;grid-row:1/2}.stream-item__details--id-value{grid-column:1/2;grid-row:2/3}.stream-item__details--date{font-size:12px;font-weight:600;line-height:18px;color:#595b58;grid-column:2/3;grid-row:1/2}.stream-item__details--date-value{grid-column:2/3;grid-row:2/3}.stream-item__details--offer-name{font-size:12px;font-weight:600;line-height:18px;color:#595b58;margin-top:10px;grid-column:1/3;grid-row:3/4}.stream-item__details--offer-name-value{grid-column:1/3;grid-row:4/5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 768px){.stream-item{grid-template-columns:auto 30px;padding:12px 18px;grid-template-rows:auto;gap:10px;border-bottom:1px solid #DEDFDC}.stream-item__details{display:none}.stream-item .desk{display:block}.stream-item__id,.stream-item__date,.stream-item__name,.stream-item__offer-name,.stream-item__geo,.stream-item__link{display:grid;grid-column:1/2;grid-template-rows:1fr;grid-template-columns:minmax(130px,1fr) 3fr}.stream-item__id{grid-row:1/2}.stream-item__date{grid-row:2/3;grid-column:1/2}.stream-item__name{grid-row:3/4}.stream-item__offer-name{grid-row:4/5}.stream-item__geo{grid-row:5/6;padding-left:0}.stream-item__geo .flag-list__arrow{display:none}.stream-item__link{grid-row:6/7}.stream-item__dots-wrapper{grid-row:1/2;grid-column:2/2}}@media (min-width: 992px){.stream-item{grid-template-columns:minmax(40px,40px) minmax(90px,1fr) repeat(2,minmax(90px,1fr)) minmax(100px,100px) minmax(90px,1fr) 25px;padding:12px 18px;grid-template-rows:1fr;gap:20px;border-bottom:1px solid transparent}.stream-item .desk{display:none}.stream-item__id,.stream-item__date,.stream-item__name,.stream-item__offer-name,.stream-item__geo,.stream-item__link{display:grid;grid-row:1/2;grid-template-rows:1fr;grid-template-columns:1fr}.stream-item__id{grid-column:1/2}.stream-item__date{grid-column:2/3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.stream-item__name{grid-column:3/4}.stream-item__offer-name{grid-column:4/5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stream-item__geo{grid-column:5/6;padding-left:0}.stream-item__link{grid-column:6/7;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stream-item__dots-wrapper{grid-row:1/2;grid-column:7/8}}.streams-list__tittle{display:none}@media (min-width: 992px){.streams-list__tittle{display:grid;grid-template-columns:minmax(40px,40px) minmax(90px,1fr) repeat(2,minmax(90px,1fr)) minmax(100px,100px) minmax(90px,1fr) 20px;padding:10px 18px;grid-template-rows:1fr;gap:20px;border-bottom:1px solid #C3C5C0;font-size:12px;font-weight:600;line-height:150%;color:#595b58}}.streams{padding:10px 0 30px}.streams__block{margin-top:20px}.add-stream__nav,.add-stream__nav-list{display:flex;width:100%}.add-stream__nav-item{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;min-width:90px}.add-stream__nav-item--numder{display:flex;flex:1;justify-content:center;align-items:center;width:100%}.add-stream__nav-item--circle{background-color:#fff;width:28px;height:28px;border-radius:50%;border:1px solid #C3C5C0;color:#c3c5c0;display:flex;justify-content:center;align-items:center;flex:none;cursor:pointer}.add-stream__nav-item--circle.active{background-color:#fff;border:1px solid #121311;color:#121311}.add-stream__nav-item--circle.completed{color:#fff;background-color:#121311;border:1px solid white}.add-stream__nav-item--line{width:100%;height:1px;background-color:#c3c5c0}.add-stream__nav-item--line.active{background-color:#121311}.add-stream__nav-item--text{font-weight:400;font-size:14px;color:#c3c5c0;transition:color .3s ease;display:flex;align-items:center}.add-stream__nav-item--text.active{font-weight:600;color:#121311}.add-stream__nav-item--text.completed{margin-right:0;color:#595b58}.add-stream .completed-icon{stroke:#595b58;height:20px;margin-left:5px;margin-bottom:1px}.add-stream .completed-icon .icon{width:20px;height:20px}.add-stream .completed-icon.hidden{opacity:0}@media (min-width: 768px){.add-stream__nav-list{width:540px}.add-stream__nav .completed-icon{margin-left:10px}}@media (min-width: 992px){.add-stream__nav-list{width:540px}}.stream-form{padding:18px 0 40px;margin:20px 0}.stream-form__block-info{margin-bottom:40px}.stream-form h3{margin-bottom:10px}.stream-form .select-wrapper{margin-bottom:20px}.custom-select{position:relative}.custom-select__options{position:absolute;z-index:1000;background:#fff;border:1px solid #ccc;max-height:200px;overflow-y:auto;width:100%;box-sizing:border-box}.custom-select__option{padding:8px;cursor:pointer}.custom-select__option.loading{text-align:center;color:#888}.custom-select__option:hover{background-color:#f0f0f0}.landing-form__tabs .tabs .tabs__wraper{padding:0}.landing-form__tabs .tabs .tabs__wraper .tabs__btn:hover{transform:scale(1)}.custom-radio-group{display:flex;gap:16px}.custom-radio{display:flex;align-items:center;cursor:pointer;font-size:14px;width:50%}.custom-radio .hidden-radio{display:none}.custom-radio .radio-box{width:24px;height:24px;border:2px solid #C3C5C0;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:15px;transition:all .2s}.custom-radio .radio-inner{width:16px;height:16px;background:transparent;border-radius:50%;transition:background .2s}.custom-radio input:checked+.radio-box{border-color:#121311}.custom-radio input:checked+.radio-box .radio-inner{background:#121311}.form-btns{padding-top:20px;display:flex;gap:10px;border-top:1px solid #DEDFDC}.form-btns .btn:nth-child(1){background-color:#f7f8f5;color:#121311;stroke:#121311}.form-btns .btn{padding:13px 16px}.stream-form__data{margin-bottom:40px}.stream-form__data.other{margin-bottom:0}.stream-form__data.url h3{margin-bottom:10px;font-size:20px}.stream-form__data h3{margin-bottom:20px;font-size:18px;color:#121311}.stream-form__data .custom-radio-group{display:flex}.stream-form__data.activeFilters{margin-bottom:30px}.stream-form__macros{padding:20px 10px;background:#f7f8f5;border-radius:16px}.stream-form__macros h3{margin-bottom:18px}.stream-form__macros-list{color:#595b58;margin-bottom:18px}.stream-form__macros-list--top,.stream-form__macros-list--data{padding:16px 0;display:flex;gap:16px;border-bottom:1px solid #C3C5C0}.stream-form__macros-list--top p,.stream-form__macros-list--data p{width:50%}.stream-form__macros-list--data :nth-child(1){color:#121311;font-weight:600}.stream-form__macros-prompt{background:#fff;border-radius:8px;padding:10px 20px;display:flex;gap:20px}.stream-form__macros-prompt h4{font-weight:600;font-size:18px;line-height:27px;margin-bottom:10px}.stream-form__macros-prompt p{color:#595b58}.stream-form__filters{padding-top:20px}.stream-form__inputs{padding-bottom:20px;margin-bottom:20px}.stream-form__toggle{padding:18px;background:#f7f8f5;border-radius:16px}.stream-form__toggle .toggle-wrapper{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:10px;font-weight:600;font-size:18px}@media (min-width: 768px){.stream-form{display:flex;gap:40px;justify-content:space-between}.stream-form__block-info,.stream-form__block-utm{width:50%}.stream-form.landings{flex-direction:column;gap:0px}.stream-form__inputs{width:33.33%}.stream-form__macros{padding:36px 18px;width:50%}.stream-form.filters{flex-wrap:wrap;gap:10px 60px}.stream-form.filters h3{width:100%;margin-bottom:10px}.stream-form.filters .stream-form__filters,.stream-form.filters .stream-form__inputs{width:calc(50% - 30px)}.stream-form.filters .stream-form__inputs{padding-top:40px}.stream-form.filters .stream-form__inputs.four-step{padding-top:0}.stream-form.filters .stream-form__toggle{width:100%;margin-top:10px}.stream-form__data.url h3{font-size:24px;line-height:36px}.landing-form__tabs .tabs{margin-bottom:40px}.gaid-block{margin-top:40px}.custom-checkbox{display:inline-flex}.form-btns{justify-content:space-between}}@media (min-width: 992px){.stream-form{justify-content:space-between}.stream-form__block-info,.stream-form__block-utm{width:50%}}@media (min-width: 1200px){.stream-form{justify-content:space-between}.stream-form__block-info,.stream-form__block-utm{width:50%}}.add-stream .title__txt{padding-bottom:10px}.offers-edit__title .title__txt{display:flex;flex-direction:column}.offers-edit__btns{margin-bottom:10px;display:flex;gap:10px}.offers-edit__btns .sorting,.offers-edit__btns .filters{width:50%}.offers-edit__card{display:flex}.offers-edit__card-data{display:grid;grid-template-columns:repeat(3,minmax(10px,120px))}.offers-edit__txt{display:none}.offers-edit__img{width:60px}@media (min-width: 768px){.offers-edit__title .title__txt{display:flex;flex-direction:row}.offers-edit__btns{justify-content:flex-end}.offers-edit__btns .sorting,.offers-edit__btns .filters{width:auto}}.category{padding:16px;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 8px #0000001a}.category h2{margin-bottom:30px}.category .btn{width:auto}.category__list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.category__item{background:#fff;padding:12px;border-radius:6px;border:1px solid #ddd;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:8px}.category__item .btns{display:flex;justify-content:space-between}.category__item-tittle{font-size:16px;font-weight:500;color:#333}.category__item-tittle span{font-weight:600;color:#007bff}.category__item button{margin-top:6px}.category__item form{margin-top:8px;display:flex;flex-direction:column;gap:6px}.offers-admin{margin:30px auto;border-radius:12px;padding-bottom:10px}.offers-admin__btns{display:flex;background:#1a1b1a;border-radius:12px;margin-bottom:20px}.offers-admin__btns button{flex:1;padding:14px 18px;border:none;background:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;color:#c3c5c0;position:relative;border-radius:10px;outline:none}.offers-admin__btns button:hover{color:#0f180f}.offers-admin__btns button.active{color:#0f180f;background:#57ed64;box-shadow:0 4px 8px #57ed644d}.user-list{max-width:1300px;margin:20px auto;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;overflow:hidden;position:relative}.user-list .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.user-list .user-table{width:100%;min-width:1200px}.user-list .user-table .user-header{display:grid;grid-template-columns:60px 50px 250px 100px 100px 130px 120px 160px 140px;background:#f9fafb;padding:12px 0;font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.user-list .user-table .user-header>div{padding:0 10px;text-align:left}.user-list .user-table .user-header>div:nth-child(4){text-align:center}.user-list .user-table .user-item{display:grid;grid-template-columns:60px 50px 250px 100px 100px 130px 120px 160px 140px;padding:12px 0;border-bottom:1px solid #f3f4f6;align-items:center}.user-list .user-table .user-item .role-display span{display:inline-block;padding:4px 12px;margin:5px;white-space:nowrap;color:#fff;border-radius:8px}.user-list .user-table .user-item:hover{background:#f9fafb}.user-list .user-table .user-item:last-child{border-bottom:none}.user-list .user-table .user-item p{margin:0;padding:0 10px;font-size:14px;color:#374151}.user-list .user-table .user-item p:nth-child(1){color:#6b7280;font-size:13px}.user-list .user-table .user-item p:nth-child(3){display:flex;flex-direction:column;gap:3px}.user-list .user-table .user-item p:nth-child(3) .name{font-weight:600;color:#1f2937}.user-list .user-table .user-item p:nth-child(3) .email{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-list .user-table .user-item p:nth-child(4){text-align:center}.user-list .user-table .user-item p:nth-child(4) span{padding:3px 10px;border-radius:12px;font-size:12px;color:#fff;background:var(--success)}.user-list .user-table .user-item p:nth-child(4) span[data-value=false]{background:var(--danger)}.user-list .user-table .user-item p:nth-child(5){color:#7c3aed}.user-list .user-table .user-item p:nth-child(6){color:#6b7280;font-size:13px}.user-list .user-table .user-item p:nth-child(7){font-weight:600;color:var(--success)}.user-list .user-table .user-item p:nth-child(7)[data-negative=true]{color:var(--danger)}.user-list .user-table .user-item p:nth-child(8){font-size:13px;color:#4b5563;background:#f1f5f9;padding:4px 10px;border-radius:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;transition:max-width .3s ease,background .2s ease}.user-list .user-table .user-item p:nth-child(8):hover{background:#e5e7eb;white-space:normal;overflow:visible;max-width:300px;z-index:10;box-shadow:0 2px 8px #0000001a}.user-list .user-table .user-item__img{padding:0 10px}.user-list .user-table .user-item__img img{width:32px;height:32px;object-fit:cover;border-radius:50%;border:1px solid #e5e7eb;display:block}.user-list .user-table .user-item__img .avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}.user-list .user-table .user-item .actions{padding:0 10px;display:flex;gap:8px}.user-list .user-table .user-item .actions button{padding:5px 10px;border:none;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;color:#fff;transition:background .2s ease}.user-list .user-table .user-item .actions button:first-child{background:var(--danger)}.user-list .user-table .user-item .actions button:first-child:hover{background:#dc2626}.user-list .user-table .user-item .actions button:nth-child(2){background:var(--primary)}.user-list .user-table .user-item .actions button:nth-child(2):hover{background:#2563eb}.user-list .edit-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.user-list .edit-modal .modal-content{background:#fff;border-radius:8px;padding:20px;width:100%;max-width:500px;max-height:80vh;box-shadow:0 4px 20px #00000026;position:relative}.user-list .edit-modal .modal-content .close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:5px}.user-list .edit-modal .modal-content .close-button:hover{color:#374151}.user-list .edit-modal .modal-content h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1f2937}.user-list .edit-modal .modal-content label{display:block;margin:15px 0 5px;font-size:14px;font-weight:500;color:#1f2937}.user-list .edit-modal .modal-content input[type=text],.user-list .edit-modal .modal-content input[type=email]{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:5px;font-size:14px;background:#fff;transition:border-color .2s ease}.user-list .edit-modal .modal-content input[type=text]:focus,.user-list .edit-modal .modal-content input[type=email]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 4px #2563eb33}.user-list .edit-modal .modal-content .checkbox-group{margin:10px 0;padding:10px;background:#f9fafb;border-radius:5px;border:1px solid #e5e7eb}.user-list .edit-modal .modal-content .checkbox-group label{display:flex;align-items:center;font-weight:400;color:#4b5563;margin:8px 0}.user-list .edit-modal .modal-content .checkbox-group input[type=checkbox]{margin-right:8px;accent-color:var(--primary);width:16px;height:16px}.user-list .edit-modal .modal-content button[type=submit]{background:var(--success);color:#fff;padding:8px 16px;border:none;border-radius:5px;font-size:13px;font-weight:600;margin-top:15px;width:100%;transition:background .2s ease}.user-list .edit-modal .modal-content button[type=submit]:hover{background:#16a34a}.user-list .pagination-wrapper{padding:15px;border-top:1px solid #e5e7eb;background:#fff}@media (max-width: 1024px){.user-list{margin:15px}.user-list .user-table{min-width:1000px}}@media (max-width: 768px){.user-list{margin:10px}.user-list .user-table{min-width:unset}.user-list .user-table .user-header{display:none}.user-list .user-table .user-item{display:flex;flex-direction:column;padding:8px}.user-list .user-table .user-item>div,.user-list .user-table .user-item p,.user-list .user-table .user-item__img,.user-list .user-table .user-item .actions{width:100%;padding:5px 8px}.user-list .edit-modal .modal-content{max-width:90%;margin:0 10px}.user-list .pagination-wrapper{padding:10px}}@media (max-width: 480px){.user-list .user-header,.user-list .user-item{padding:5px}.user-list .user-header>div,.user-list .user-header p,.user-list .user-header__img,.user-list .user-header .actions,.user-list .user-item>div,.user-list .user-item p,.user-list .user-item__img,.user-list .user-item .actions{padding:4px 5px}.user-list .edit-modal .modal-content{padding:15px}.user-list .edit-modal .modal-content h3{font-size:16px}.user-list .edit-modal .modal-content label,.user-list .edit-modal .modal-content input[type=text],.user-list .edit-modal .modal-content input[type=email]{font-size:13px}.user-list .edit-modal .modal-content .checkbox-group{padding:8px}.user-list .edit-modal .modal-content button[type=submit]{font-size:12px}}:root{--primary: #3b82f6;--success: #22c55e;--danger: #ef4444;--text-dark: #374151;--text-muted: #6b7280}.news-item__btns{display:flex;justify-content:space-between}.news-item__btns .btn{width:auto}.news-list{padding:30px 0 0}.news-list .news-item{display:flex;flex-direction:column;gap:10px;justify-content:space-between}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .25s ease-out}.modal__content{background:#fff;border-radius:16px;padding:32px 24px 24px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0003;position:relative;animation:scaleIn .3s ease-out;font-family:Inter,sans-serif;color:#1f2937}.modal__content h3{margin-top:0;font-size:20px;margin-bottom:16px;font-weight:600}.modal__content pre{background:#f9fafb;padding:16px;border-radius:12px;font-size:14px;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;line-height:1.5}.modal__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;transition:color .2s}.modal__close:hover{color:#4b5563}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.withdraw-list{position:relative;overflow-x:auto;white-space:nowrap;padding:18px 0 0}.withdraw-list:active{cursor:grabbing}.withdraw-list .withdraw-table{width:inherit;border-collapse:collapse}.withdraw-list .withdraw-table thead{border-bottom:1px solid #C3C5C0;font-size:12px;font-weight:600;line-height:150%;color:#595b58}.withdraw-list .withdraw-table thead tr th{padding:0 0 10px 20px}.withdraw-list .withdraw-table thead tr th:first-child{padding-left:18px}.withdraw-list .withdraw-table thead tr th:last-child{padding-right:18px}.withdraw-list .withdraw-table tbody tr td{padding:22.5px 0 22.5px 20px}.withdraw-list .withdraw-table tbody td .history__item-data-status{font-size:12px;text-align:center}.withdraw-list .withdraw-table tbody td .history__item-data-status .approved{padding:4px 10px;color:#72c628;background:#d2f9d6;border-radius:4px}.withdraw-list .withdraw-table tbody td .history__item-data-status .pending{padding:4px 10px;color:#c59d28;background:#ffbf0033;border-radius:4px}.withdraw-list .withdraw-table tbody td .history__item-data-status .rejected{padding:4px 10px;color:#fb5d7a;background:#f9d2d9;border-radius:4px}.withdraw-list .withdraw-table tbody td .history__item-data-status .hold{padding:4px 10px;color:#c59d28;background:#ffbf0033;border-radius:4px}.withdraw-list .withdraw-table tbody td .history__item-data-status .fake{padding:4px 10px;color:#fb5d7a;background:#f9d2d9;border-radius:4px}.withdraw-list .withdraw-table tbody tr td:first-child{padding-left:18px}.withdraw-list .withdraw-table tbody tr td:last-child{padding-right:18px}.withdraw-list .withdraw-table th,.withdraw-list .withdraw-table td{min-width:60px}.withdraw-list .withdraw-table th{text-align:left}.withdraw-list::-webkit-scrollbar{height:6px;background:#f1f5f9}.withdraw-list::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.withdraw-list::-webkit-scrollbar-thumb:hover{background:#6b7280}.logs{margin:30px auto;border-radius:12px;padding-bottom:10px}.logs-list{position:relative;overflow-x:auto;white-space:nowrap;padding:18px 0 0}.logs-table{width:inherit;border-collapse:collapse}.logs-table th{text-align:left}.logs-table thead{border-bottom:1px solid #C3C5C0;font-size:12px;font-weight:600;line-height:150%;color:#595b58}.logs-table thead tr th:first-child{padding-left:18px}.logs-table thead tr th{padding:0 0 10px 20px}.logs-table tbody tr:hover{background-color:#f7f8f5}.logs-table tbody tr td:first-child{padding-left:18px}.logs-table tbody tr td{padding:22.5px 0 22.5px 20px}.logs__header{display:flex;gap:10px;align-items:center;margin-bottom:10px;justify-content:space-between}.logs__header-btns{display:flex;gap:16px}.logs-item__event{color:#3d5afe}.logs-item__badge{padding:4px 12px;color:#fff;border-radius:12px}.logs-item__event{white-space:normal;overflow-wrap:break-word;max-width:340px}.logs-item__user{display:flex;gap:16px;align-items:center}.logs-item__user-img{width:40px;height:40px;object-fit:cover;border-radius:50%;border:1px solid #e5e7eb;display:block}.logs-item__user-placeholder{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}.logs-item__ip{display:flex;align-items:center;gap:5px}.advertisers{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;animation:fadeIn .3s ease-in;padding:20px}.advertisers .btn{width:100%;margin-bottom:16px}.advertisers-list{padding:0;margin-top:20px}.advertisers-item{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f2f5;transition:background-color .2s ease;transition:all .2s ease}.advertisers-item:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.advertisers-item:last-child{border-bottom:none}.advertisers-item__data{display:flex;flex-direction:column;gap:8px}.advertisers-item__data p{margin:0}.advertisers-item__data p:first-child{font-size:16px;font-weight:500;color:#1a1a1a}.advertisers-item__data p:last-child{font-size:14px;color:#666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 768px){.advertisers .btn{width:auto}.advertisers__header{display:flex;flex-direction:row-reverse;align-content:center;align-items:flex-start;gap:20px}.advertisers__header .filters__wrapper{flex:1}}.edit-offer__land .btn{margin:20px 0 30px}.country-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #0000001a;transition:box-shadow .2s ease,transform .2s ease}.country-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-2px)}.country-card__title{font-size:1.25em;color:#1a1a1a;margin:0 0 12px;font-weight:600;line-height:1.4}.country-card .country-card__item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}@media (min-width: 768px){.country-card,.country-form{width:calc(50% - 15px)}}.country-card__btns{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.add-btn{display:inline-flex;align-items:center;gap:8px;padding:5px;background:linear-gradient(135deg,#34d399,#059669);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;letter-spacing:.3px;cursor:pointer;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000026}.add-btn:before{content:"+";font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .3s ease}.add-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #0003}.add-btn:active{box-shadow:0 3px 8px #00000026}.add-btn:focus{outline:none;box-shadow:0 0 0 4px #34d39966}.add-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.add-btn:active:after{transition:width .4s ease,height .4s ease}.country-card__btns{display:flex;gap:8px;justify-content:flex-end;padding:8px}.edit-btn,.delete-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000014}.edit-btn{background:linear-gradient(135deg,#4ade80,#16a34a)}.edit-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:scale(1.05);box-shadow:0 4px 10px #0000001f}.edit-btn:active{transform:scale(.95);box-shadow:0 2px 6px #00000014}.edit-btn:focus{outline:none;box-shadow:0 0 0 3px #4ade804d}.delete-btn{background:linear-gradient(135deg,#f87171,#dc2626)}.delete-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 4px 10px #0000001f}.delete-btn:active{transform:scale(.95);box-shadow:0 2px 6px #00000014}.delete-btn:focus{outline:none;box-shadow:0 0 0 3px #f871714d}.edit-btn:before,.delete-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff40;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.edit-btn:hover:before,.delete-btn:hover:before{width:80px;height:80px}.edit-btn svg,.delete-btn svg{width:18px;height:18px;fill:#fff;transition:transform .3s ease}.edit-btn:hover svg{transform:rotate(15deg)}.delete-btn:hover svg{transform:scale(1.15)}.save-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000014}.save-btn{background:linear-gradient(135deg,#4ade80,#16a34a)}.save-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:scale(1.05);box-shadow:0 4px 10px #0000001f}.save-btn:active{transform:scale(.95);box-shadow:0 2px 6px #00000014}.save-btn:focus{outline:none;box-shadow:0 0 0 3px #4ade804d}.save-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff40;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.save-btn:hover:before{width:80px;height:80px}.save-btn svg{width:18px;height:18px;fill:#fff;transition:transform .3s ease}.save-btn:hover svg{transform:scale(1.15)}.country-form .toggle-wrapper{margin-left:20px}.add-offer-form{margin:20px auto 0;padding:15px 30px;background-color:#fff;box-shadow:0 4px 12px #0000001a;border-radius:8px}.add-offer-form__toggle{display:flex;justify-content:space-evenly}.add-offer-form .select-wrapper{margin-bottom:20px}.add-offer-form__visibility h4{margin:20px 0}.add-offer-form__image{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;padding-bottom:15px}.add-offer-form__image .file-input{width:150px;height:150px;border-radius:16px}.add-offer-form__image .file-input__preview{object-fit:contain}.add-offer-form__image .file-input__label{padding:10px}.add-offer-form .form-group{margin-bottom:20px;display:flex;flex-direction:column}.add-offer-form .form-group label{font-weight:600;margin-bottom:8px;color:#333}.add-offer-form .form-group input,.add-offer-form .form-group select,.add-offer-form .form-group textarea{padding:12px;font-size:14px;border:1px solid #ddd;border-radius:4px;transition:border-color .2s ease}.add-offer-form .form-group input:focus,.add-offer-form .form-group select:focus,.add-offer-form .form-group textarea:focus{border-color:#4f84e2;outline:none}.add-offer-form .form-group .error-message{color:#d9534f;font-size:12px;margin-top:5px}.add-offer-form .file-input-wrapper{margin-bottom:20px;display:flex;flex-direction:column}.add-offer-form .file-input-wrapper input[type=file]{padding:8px;border:1px solid #ddd;border-radius:4px}.add-offer-form .add-country-btn,.add-offer-form .submit-btn{background-color:#4f84e2;color:#fff;border:none;padding:12px 20px;font-size:16px;border-radius:4px;cursor:pointer;transition:background-color .3s ease;margin-top:15px}.add-offer-form .add-country-btn:hover,.add-offer-form .submit-btn:hover{background-color:#3d6cb1}.add-offer-form .add-country-btn:disabled,.add-offer-form .submit-btn:disabled{background-color:#b0c7e3;cursor:not-allowed}.add-offer-form .add-country-btn{display:flex;align-items:center;gap:10px;font-size:14px;background-color:#28a745;margin-top:10px}.add-offer-form .add-country-btn:hover{background-color:#218838}.add-offer-form .add-country-btn svg{font-size:18px}.add-offer-form .country-form{border:1px solid #ddd;padding:20px;margin-bottom:20px;border-radius:6px;background-color:#f9f9f9}.add-offer-form .country-form h5{margin-bottom:15px;font-size:18px;color:#333}.add-offer-form .country-form .remove-country-btn{background-color:#dc3545;color:#fff;padding:8px 16px;font-size:14px;border:none;border-radius:4px;cursor:pointer;margin-top:10px}.add-offer-form .country-form .remove-country-btn:hover{background-color:#c82333}.add-offer-form .country-form .form-group{margin-bottom:10px}.add-offer-form .submit-btn{display:inline-block;width:100%;background-color:#007bff;text-align:center;padding:12px;font-size:16px;border-radius:4px;cursor:pointer;transition:background-color .3s ease;margin-top:30px}.add-offer-form .submit-btn:hover{background-color:#0056b3}.add-offer-form .submit-btn:disabled{background-color:#b0c7e3;cursor:not-allowed}.add-offer-form .toggle-wrapper label span{padding-left:0}@media (min-width: 768px){.add-offer-form{display:flex;gap:20px;flex-wrap:wrap}.add-offer-form__left,.add-offer-form__right{width:calc(50% - 10px)}.add-offer-form__geos{width:100%}.country-card__wrapper{display:flex;gap:30px;flex-wrap:wrap;align-items:flex-start}}.documentation{color:#333}.documentation-block{margin-bottom:40px}.documentation .border-block{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.documentation h2{color:#2d3748;margin-bottom:20px}.documentation p{line-height:1.6;color:#4a5568}.documentation code{font-family:Fira Code,monospace;padding:.2rem .4rem;border-radius:4px;font-size:.95rem}.documentation table{width:100%;border-collapse:collapse;margin-bottom:40px}.documentation table th,.documentation table td{border:1px solid #e2e8f0;padding:.75rem;text-align:left;font-size:.95rem}.documentation table th{background:#edf2f7;font-weight:600;color:#2d3748}.documentation table td{color:#4a5568}.documentation .code-block{position:relative;background:#1a202c;border-radius:8px;margin-bottom:40px;overflow:hidden}.documentation .code-block pre{margin:0;padding:1rem;color:#e2e8f0;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto}.documentation .code-block .copy-button{position:absolute;top:.5rem;right:.5rem;background:#4a5568;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.documentation .code-block .copy-button:hover{background:#718096}.documentation .code-block .copy-button:focus{outline:none;box-shadow:0 0 0 2px #a0aec0}.documentation .note{background:#fefcbf;border-left:4px solid #ecc94b;padding:1rem;margin:1.5rem 0;border-radius:4px}.documentation .note strong{color:#744210}.documentation .note p{margin:.5rem 0;color:#744210}.app{background-color:#121311}.news-detail{padding:20px 20px 50px;margin:0 auto;background:#fff;box-shadow:0 4px 20px #0000001a;border-radius:12px;animation:fadeIn .4s ease-in-out}.news-detail__title{margin:20px 0}.news-detail__title-txt{text-align:center;margin-bottom:20px}.news-detail__title-img{text-align:center}.news-detail__title-img img{max-width:100%;max-height:300px;border-radius:8px;box-shadow:0 2px 12px #0000001a}.news-detail__body-txt{line-height:1.6;color:#444;white-space:pre-line;word-break:break-word}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.error-page{min-height:100vh;background:linear-gradient(135deg,#1a202c,#2d3748);color:#f7fafc;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px}.error-page__icon{font-size:5rem;margin-bottom:50px;animation:spin 4s linear infinite}.error-page h1{font-size:2.5rem;font-weight:600;margin-bottom:20px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.error-page p{max-width:500px;margin-bottom:30px;font-size:16px;color:#e2e8f0;line-height:1.6}.error-page__btn{background-color:#f6ad55;color:#1a202c;padding:12px 20px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 4px 14px #00000040;transition:all .3s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 768px){.error-page{margin-left:-64px}}@media (min-width: 992px){.error-page{margin-left:-213px}}@media (min-width: 1200px){.error-page{margin-left:-240px}}*{padding:0;margin:0;border:0}img{max-width:100%;height:auto}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.container{max-width:1080px;margin:0 auto;padding:0 16px}h3{font-size:20px;line-height:30px}@media (min-width: 768px){h3{font-size:24px;line-height:36px}}.layout{display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex:1}.backgraund{display:flex;flex-direction:column;flex:1;background-color:#121311}.modal-bg{min-width:390px;width:100vw;height:100vh;position:fixed;background-color:#00000080;top:0;right:0;padding:0 16px;z-index:99999}.body-no-scroll{overflow:hidden}.border{background-color:#fff;color:#121311;width:100%;border-radius:20px;padding:20px 0;flex:1}.border-block{border:1px solid #C3C5C0;border-radius:16px;padding:18px 10px}@media (min-width: 768px){.border-block{padding:18px}}a{text-decoration:none;color:inherit}body,html{height:100%}html{margin-right:calc(-1*(100vw - 100%))}ul{list-style-type:none}body{font-family:Mulish,sans-serif;font-weight:400;font-style:normal;font-size:14px;min-width:390px;line-height:21px;overflow-x:hidden}.social-login{display:flex;gap:10px;flex-direction:column;width:100%}.social-login__button{display:flex;align-items:center;justify-content:center;padding:11px 45px;border-radius:50px;border:1px solid #ccc;background-color:#fff;cursor:pointer;transition:background-color .3s}.social-login__button img{width:20px;height:20px;margin-right:10px}.social-login__button.google{color:#444;border-color:#ddd}.social-login__button.google:hover{background-color:#f7f7f7}.social-login__button.facebook{background-color:#1877f2;color:#fff;border:none;line-height:21px}.social-login__button.facebook:hover{background-color:#155dbb}@media (min-width: 768px){.social-login{flex-direction:row}.social-login__button{padding:10px 22px;width:50%}}.divider{display:flex;align-items:center;text-align:center;margin:20px 0;width:100%}.divider__line{flex-grow:1;border:0;border-top:1px solid #C3C5C0;margin:0 10px}.divider__text{line-height:21px;white-space:nowrap;color:#595b58}button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;text-decoration:none;cursor:pointer;background-color:transparent;color:#000;transition:all .3s ease}.coin{background-image:url(../img/coin.png);background-repeat:no-repeat;background-position:10px center;padding-left:40px}.icon{width:24px;height:24px}.icon-medium{width:20px;height:20px}.icon-smal{width:16px;height:16px}.registration{display:flex;flex-direction:column;align-items:center;margin-top:50px}.avatar{width:30px;height:30px;border-radius:50%;object-fit:contain}.circle{border-radius:50%;width:5px;height:5px;position:absolute;bottom:2px;right:2px;border:1px solid #121311}@media (min-width: 768px){body{margin-left:64px}.login__wraper body{margin-left:0!important}.container{max-width:1080px;margin:0 auto;padding:0 32px;min-width:390px}}@media (min-width: 992px){body{margin-left:213px}.login body{margin-left:0}}@media (min-width: 1200px){body{margin-left:240px}}
