@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__user-massage{max-width:1080px;border-radius:16px;margin:0 auto;text-align:center;background-color:#f7f8f5;width:100%;padding:60px 0;font-size:24px;line-height:150%;font-weight:600;opacity:0;transform:translateY(10px);animation:fadeInUp .4s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.statistics__btn .sorting{width:50%}.statistics__title{margin-bottom:20px}.statistics__title.title.thanks{display:flex;justify-content:center}.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-direction:column;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%}}@media (max-width: 768px){.statistics__chart-legend{flex-direction:row}}: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__notice{position:relative;display:flex;stroke:#c3c5c0;padding:2px 3px;height:24px;width:24px;cursor:pointer;transition:stroke .2s}.header__notice:hover{stroke:#57ed64}.header__notice svg{width:100%;height:100%}.header__notice-circle{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:9px;background:red;display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:10px;font-weight:600;color:#fff;line-height:1;border:2px solid #121311;box-sizing:border-box;z-index:1;white-space:nowrap}.header__notice-circle--single{min-width:18px;width:18px;padding:0;border-radius:50%}.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__user-info{display:flex;align-items:center;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.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}}.loyalty-badge{position:relative;display:inline-block;padding:.3rem .8rem;border-radius:.75rem;font-weight:500;cursor:pointer}.loyalty-tooltip{display:none;position:absolute;top:110%;left:50%;transform:translate(-50%);background-color:#000;color:#fff;padding:.5rem .8rem;border-radius:.5rem;font-size:.85rem;white-space:nowrap;z-index:10;box-shadow:0 2px 6px #0006}.loyalty-badge:hover .loyalty-tooltip{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tooltip-description{font-weight:600;color:gold}.tooltip-leads{font-size:.8rem;opacity:.8}.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}.header__notice-wrapper{position:relative}.notifications-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:420px;max-height:600px;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;z-index:1000;display:flex;flex-direction:column;overflow:hidden;animation:slideDown .2s ease-out;border:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.notifications-dropdown{width:calc(100vw - 32px);right:-16px;max-height:70vh}}.notifications-dropdown__header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#fafbfc,#f5f7fa);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.notifications-dropdown__title{font-size:20px;font-weight:700;color:#121311;margin:0;letter-spacing:-.3px}.notifications-dropdown__mark-all-btn{padding:8px 16px;border-radius:8px;background-color:#121311;color:#fff;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.notifications-dropdown__mark-all-btn:hover:not(:disabled){background-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.notifications-dropdown__mark-all-btn:active:not(:disabled){transform:translateY(0)}.notifications-dropdown__mark-all-btn:disabled{opacity:.6;cursor:not-allowed}.notifications-dropdown__content{flex:1;overflow-y:auto;max-height:480px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.notifications-dropdown__content::-webkit-scrollbar{width:6px}.notifications-dropdown__content::-webkit-scrollbar-track{background:transparent}.notifications-dropdown__content::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.notifications-dropdown__content::-webkit-scrollbar-thumb:hover{background:#0000004d}.notifications-dropdown__loading,.notifications-dropdown__empty{padding:60px 24px;text-align:center;color:#121311;font-size:15px;line-height:1.6}.notifications-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:12px}.notifications-dropdown__list{list-style:none;margin:0;padding:8px 0}.notifications-dropdown__item{position:relative;padding:15px 10px;margin:0 8px 6px;border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;gap:14px;border-left:4px solid transparent;background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 1px 3px #85858580}.notifications-dropdown__item:active{transform:translate(2px) translateY(0);box-shadow:0 2px 6px #0000000f}.notifications-dropdown__item-icon{font-size:22px;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden}.notifications-dropdown__item-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 100%);opacity:0;transition:opacity .3s}.notifications-dropdown__item-icon:hover:before{opacity:1}.notifications-dropdown__item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.notifications-dropdown__item-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;width:100%}.notifications-dropdown__item-title-wrapper{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.notifications-dropdown__item-title{font-size:16px;font-weight:700;color:#121311;line-height:1.4;letter-spacing:-.3px;margin:0;flex:1;min-width:0}.notifications-dropdown__item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notifications-dropdown__item-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 3px #00000014;white-space:nowrap;transition:all .2s ease;flex-shrink:0;border:1px solid transparent;background:red;color:#fff;animation:badgePulse 2s ease-in-out infinite}.notifications-dropdown__item-badge--unread{animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 2px 6px #fb5d7a4d}50%{transform:scale(.98);box-shadow:0 3px 8px #fb5d7a66}}.notifications-dropdown__item-type{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 3px #00000014;white-space:nowrap;transition:all .2s ease;flex-shrink:0;border:1px solid transparent}.notifications-dropdown__item-type:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.notifications-dropdown__item-text{font-size:14px;color:#4b5563;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:400;margin:0;padding-right:8px}.notifications-dropdown__item-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;padding-top:8px;border-top:1px solid rgba(0,0,0,.05)}.notifications-dropdown__item-date{font-size:11px;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.3px}.notifications-dropdown__item-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#fb5d7a,#ff6b8a);flex-shrink:0;margin-top:8px;box-shadow:0 2px 8px #fb5d7a80,0 0 0 3px #fb5d7a1a;animation:pulse 2s ease-in-out infinite;position:relative}@keyframes pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 2px 8px #fb5d7a80,0 0 0 3px #fb5d7a1a}50%{opacity:.9;transform:scale(1.1);box-shadow:0 4px 12px #fb5d7ab3,0 0 0 6px #fb5d7a26}}.notifications-dropdown__item-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:#fb5d7a;opacity:.4;animation:ripple 2s ease-out infinite}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.notifications-dropdown__footer{padding:16px 24px;border-top:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#fafbfc,#f5f7fa)}.notifications-dropdown__link{display:block;text-align:center;color:#fff;font-size:14px;font-weight:600;text-decoration:none;padding:14px 10px;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#121311,#1a1a1a);border:2px solid transparent;box-shadow:0 4px 12px #00000026,inset 0 1px #ffffff1a;letter-spacing:.3px;position:relative;overflow:hidden}.notifications-dropdown__link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.notifications-dropdown__link:hover{background:linear-gradient(135deg,#1a1a1a,#121311);transform:translateY(-2px);box-shadow:0 8px 20px #00000040,inset 0 1px #ffffff26;border-color:#ffffff1a}.notifications-dropdown__link:hover:before{left:100%}.notifications-dropdown__link:active{transform:translateY(0);box-shadow:0 2px 8px #0003,inset 0 1px #ffffff1a}.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;fill:#fff;transition:all .5s ease-in-out;opacity:.4}.footer__social-logo-item:hover{fill:#57ed64;color:#57ed64;opacity:1}.footer__social-link{display:flex;gap:16px}.footer__info{display:flex;gap:24px;align-items:center}@media (min-width: 992px){.footer{flex-direction:row;justify-content:space-between}.footer__social{display:none}}.language-switcher{display:flex;gap:8px}.lang-button{font-size:24px;border:2px solid transparent;background:none;cursor:pointer;transition:all .3s ease;border-radius:6px;padding:4px}.lang-button:hover{border-color:#ccc}.lang-button.active{border-color:#000;background-color:#fff}.languages__login{margin-top:20px}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.report-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.report-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.report-modal__header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.report-modal__close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;line-height:1}.report-modal__close:hover{color:#374151}.report-modal__form{padding:0 24px 24px}.report-modal__message{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;font-weight:500;text-align:center;animation:slideDown .3s ease-out}.report-modal__message--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.report-modal__message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.report-modal__tabs{display:flex;gap:8px;margin-bottom:24px;background:#f3f4f6;padding:4px;border-radius:8px;text-align:center}.report-modal__tab{flex:1;padding:8px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s}.report-modal__tab.active{background:#000;color:#fff;box-shadow:0 1px 2px #0000000d}.report-modal__tab:hover:not(.active){color:#374151}.report-modal__field{margin-bottom:20px}.report-modal__field label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.report-modal__field input,.report-modal__field textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.report-modal__field input:focus,.report-modal__field textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #3b82f61a}.report-modal__field input::placeholder,.report-modal__field textarea::placeholder{color:#9ca3af}.report-modal__field textarea{resize:vertical;min-height:80px}.report-modal__field .report-modal__file-input{display:none}.report-modal__field .report-modal__file-upload{position:relative}.report-modal__field .report-modal__file-upload.drag-over .report-modal__file-label{border-color:#3b82f6;background:#f0f9ff;transform:scale(1.02)}.report-modal__field .report-modal__file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .3s ease;text-align:center}.report-modal__field .report-modal__file-label:hover{border-color:#000;background:#f0f9ff}.report-modal__field .report-modal__file-icon{font-size:32px;margin-bottom:12px;opacity:.7}.report-modal__field .report-modal__file-text{display:flex;flex-direction:column;gap:4px;color:#6b7280;font-size:14px}.report-modal__field .report-modal__file-text span{display:block}.report-modal__field .report-modal__file-preview{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.report-modal__field .report-modal__preview-container{position:relative;max-height:200px;overflow:hidden}.report-modal__field .report-modal__preview-image{width:100%;height:auto;max-height:200px;object-fit:cover;display:block}.report-modal__field .report-modal__remove-btn{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.report-modal__field .report-modal__remove-btn:hover{background:#000000e6}.report-modal__field .report-modal__file-info{padding:12px;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;font-size:12px}.report-modal__field .report-modal__file-name{color:#374151;font-weight:500;flex:1;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-modal__field .report-modal__file-size{color:#6b7280;flex-shrink:0}.report-modal__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.report-modal__btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.report-modal__btn--cancel{background:#fff;color:#374151;border-color:#d1d5db}.report-modal__btn--cancel:hover{background:#f9fafb;border-color:#9ca3af}.report-modal__btn--submit{background:#000;color:#fff;border-color:#000;display:flex;align-items:center;gap:8px}.report-modal__btn--submit:hover:not(:disabled){background:#000;border-color:#000}.report-modal__btn--submit:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.report-modal__loader{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 640px){.report-modal{margin:0;border-radius:0;max-height:100vh}.report-modal__header{padding:16px 20px 0}.report-modal__form{padding:0 20px 20px}.report-modal__actions{flex-direction:column}.report-modal__actions .report-modal__btn{width:100%}}.report-button{position:fixed;bottom:70px;right:0;background:#000;color:#fff;padding:16px 8px;border-radius:8px 0 0 8px;cursor:pointer;box-shadow:0 2px 8px #00000080;transition:all .3s ease;z-index:100;display:flex;align-items:center;justify-content:center;width:40px;height:140px;border:1px solid #333333;border-right:none}.report-button__text{font-size:13px;font-weight:600;line-height:1.2;text-align:center;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);letter-spacing:.5px;white-space:nowrap}@media (max-width: 768px){.report-button{bottom:30px;right:0;padding:12px 6px;width:36px;height:120px}.report-button__text{font-size:12px}}@media (max-width: 480px){.report-button{bottom:20px;right:0;padding:10px 6px;width:32px;height:100px}.report-button__text{font-size:11px}}.offers-outside-container{background-color:#f7f8f5;margin-bottom:-20px;padding-bottom:20px;border-radius:0 0 20px 20px}.container.editor-full-page{max-width:100%;width:100%}.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)}}.toggle-wrapper{position:relative}.toggle-wrapper .login__error{position:absolute;width:300px;left:-340%;bottom:30px}.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;width:auto}.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%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.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;overflow-wrap:break-word;word-break:break-word;white-space:normal}.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)}}@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)}}.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:#fff;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}.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}}.tag-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tag-chips .tag-chip{display:inline-flex;align-items:center;gap:6px;background-color:#121311;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #121311;transition:all .3s ease;cursor:default}.tag-chips .tag-chip:hover{background-color:#fff;color:#121311;stroke:#121311;box-shadow:0 4px 15px #0003}.tag-chips .tag-chip__label{line-height:1;white-space:nowrap;font-weight:600}.tag-chips .tag-chip__remove{background:none;border:none;color:inherit;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;transition:all .3s ease}.tag-chips .tag-chip__remove:hover{background-color:#0000001a;transform:scale(1.1)}.tag-chips .tag-chip__remove svg{width:10px;height:10px}.tag-chip--primary{background-color:#121311;color:#fff;border-color:#121311}.tag-chip--success{background-color:#4dda8e;color:#fff;border-color:#4dda8e}.tag-chip--warning{background-color:#ffbf00;color:#121311;border-color:#ffbf00}.tag-chip--gray{background-color:#fff;color:#121311;border-color:#c3c5c0;stroke:#121311}.tag-chip--light{background-color:#f7f8f5;color:#595b58;border-color:#c3c5c0}.tag-chip--temporary{background-color:#ffefbf;color:#121311;border-color:#ffbf00;opacity:.8}.tag-chip--temporary:hover{background-color:#ffbf00;color:#121311;opacity:1}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.tag-chips{gap:3px}.tag-chips .tag-chip{padding:8px 16px;font-size:14px}.tag-chips .tag-chip__remove{width:18px;height:18px}.tag-chips .tag-chip__remove svg{width:12px;height:12px}}.tag-chips .tag-chip:not(:has(.tag-chip__remove)){padding-right:8px}.offer-list-tags-mobile .tag-chip{padding:7px;border:1px solid #C3C5C0;background-color:transparent;color:#000;font-size:11px;font-weight:300}.offer-list-tags-mobile .tag-chip:not(:has(.tag-chip__remove)){padding-right:5px}.offer-list-tags-mobile .tag-chips{gap:2px}.offer-list{min-height:50vh}.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;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;display:flex;flex-direction:column}.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;flex:1 1 auto;overflow-y:auto;padding-bottom:16px}.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;gap:10px;flex:0 0 auto;position:sticky;bottom:0;background:#fff;padding:16px;border-top:1px solid #eee}.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-tabs__btns{display:flex;background:#f7f8f5;border-radius:12px;margin-bottom:20px;margin-top:20px;gap:4px;padding:4px;overflow:hidden}.offers-tabs__btns button{flex:1;padding:10px 20px;border:none;background:transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#6b7280;position:relative;border-radius:8px;outline:none;white-space:nowrap}.offers-tabs__btns button:focus-visible{outline:2px solid #121311;outline-offset:2px}.offers-tabs__btns button:active{transform:scale(.98)}.offers-tabs__btns button .btn__txt{font-size:14px;font-weight:600;line-height:1.4;transition:color .3s ease}.offers-tabs__btns button:hover{background:#fffc;color:#121311;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.offers-tabs__btns button:hover .btn__txt{color:#121311}.offers-tabs__btns button.active{color:#fff;background:linear-gradient(135deg,#121311,#2d2e2a);box-shadow:0 4px 12px #12131126;transform:none}.offers-tabs__btns button.active .btn__txt{color:#fff}.offers-tabs__btns button.active:hover{transform:none;box-shadow:0 4px 12px #12131133}.offers-tabs__btns button.active:hover .btn__txt{color:#fff}.offers-tabs__btns button.active:active{transform:scale(.98)}.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}}.no-payments__text{margin-bottom:20px;font-weight:700}.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}.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}.postback__block-form .select-wrapper{margin-bottom:24px}@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:100%;object-fit:cover;border-radius:16px;max-height:250px}.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:45px}.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}.leads-content .filters button{padding:12px 16px}@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}}.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}.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}}.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}.gaid-block{cursor:pointer}.gaid-block:hover{box-shadow:0 6px 20px #00000014}.gaid-block__text__title{font-weight:600;font-size:18px;margin-bottom:6px;color:#333}.gaid-block__text p{margin:0;color:#555;font-size:14px}.gaid-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000}.gaid-popup{background-color:#fff;padding:28px 32px;border-radius:14px;max-width:720px;width:95%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 12px 36px #00000026;font-family:Inter,sans-serif}.gaid-popup__close{position:absolute;top:14px;right:14px;background:none;border:none;font-size:26px;cursor:pointer;color:#999;transition:.2s all}.gaid-popup__close:hover{color:#333}.guide-title{text-align:center;font-size:26px;font-weight:600;margin-bottom:24px;color:#222}.guide-list{list-style:none;padding:0;margin:0}.guide-step{background-color:#f9f9f9;padding:18px 20px;border-radius:10px;margin-bottom:18px;border:1px solid #e0e0e0}.guide-step h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#333}.guide-step p{font-size:14px;margin:0 0 8px;color:#555;line-height:1.5}.guide-step ul{margin:0 0 8px 18px}.guide-step ul li{font-size:14px;margin-bottom:4px;color:#555}.guide-step ul li code{background-color:#eee;padding:2px 6px;border-radius:4px;font-family:monospace}.guide-step img{max-width:100%;border-radius:8px;margin-top:8px;border:1px solid #ddd}.guide-end{font-weight:600;text-align:center;margin-top:20px;color:#333}.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}.form__error--global{color:#e11d48;background:#ffe4e6;border:1px solid #fecdd3;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.95rem}.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}}.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}.telegram-connection{margin:20px auto;padding:16px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f}.telegram-connection__item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f1f1f4}.telegram-connection__item.active{border-bottom:none}.telegram-connection__label{display:flex;align-items:center;gap:10px}.telegram-connection__icon{font-size:20px}.telegram-connection__text{font-size:16px;font-weight:500;color:#1c1c1e}.switch{position:relative;display:inline-block;width:52px;height:32px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#e5e5ea;transition:background-color .25s ease;border-radius:50px}.slider:before{position:absolute;content:"";height:28px;width:28px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000004d}input:checked+.slider{background-color:#34c759}input:checked+.slider:before{transform:translate(20px);box-shadow:0 2px 6px #00000040,inset 0 -1px 3px #0003}.error{margin-top:10px;color:#ff3b30;font-size:14px}.telegram-connection__info{margin-top:14px;padding:12px;background:#f2f2f7;border-radius:12px;font-size:14px;color:#3a3a3c;line-height:1.5}.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;gap:2px}.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}.tags{padding:16px;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 8px #0000001a}.tags h2{margin-bottom:30px}.tags .btn{width:auto}.tags__list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.tags__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}.tags__item .btns{display:flex;justify-content:space-between}.tags__item-tittle{font-size:16px;font-weight:500;color:#333}.tags__item-tittle span{font-weight:600;color:#007bff}.tags__item button{margin-top:6px}.tags__item form{margin-top:8px;display:flex;flex-direction:column;gap:6px}.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 .user-item .telegram{position:relative;cursor:pointer}.user-list .user-table .user-item .user-item .telegram:after{content:"Скопировать ссылку";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.user-list .user-table .user-item .user-item .telegram:hover:after{opacity:1;visibility:visible}.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}.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;position:relative;overflow:visible}.user-item p{margin:0;padding:0 10px;font-size:14px;color:#374151;position:relative;overflow:visible}.user-item .telegram{position:relative;cursor:pointer;display:inline-block;z-index:5}.user-item .telegram:after{content:"Скопировать ссылку";position:absolute;top:-30px;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;white-space:nowrap;z-index:10}.user-item .telegram:hover:after{opacity:1;visibility:visible}.news-item__btns{display:flex;justify-content:space-between}.news-item__btns .btn{width:auto}.news-item__data{display:flex;flex-direction:column}.news-list{padding:30px 0 0}.news-list .news-item{display:flex;flex-direction:column;gap:10px;justify-content:space-between}.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}.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__header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.advertisers-table-wrapper{overflow-x:auto;margin:20px 0;border-radius:8px;border:1px solid #f0f2f5;cursor:grab}.advertisers-table-wrapper:active{cursor:grabbing}.advertisers-table-wrapper::-webkit-scrollbar{height:8px}.advertisers-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.advertisers-table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.advertisers-table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.advertisers-table{width:100%;min-width:1400px;border-collapse:collapse;background:#fff;font-size:14px}.advertisers-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10}.advertisers-table thead th{padding:16px 12px;text-align:left;font-weight:600;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;white-space:nowrap;background:#f9fafb}.advertisers-table thead th:first-child{padding-left:20px}.advertisers-table thead th:last-child{padding-right:20px}.advertisers-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.advertisers-table tbody tr:hover{background-color:#f8f9fa}.advertisers-table tbody tr:last-child{border-bottom:none}.advertisers-table tbody tr td{padding:16px 12px;vertical-align:top}.advertisers-table tbody tr td:first-child{padding-left:20px}.advertisers-table tbody tr td:last-child{padding-right:20px}.advertisers-table__row:hover{background-color:#f8f9fa}.advertisers-table__advertiser{display:flex;align-items:center;gap:12px;min-width:200px}.advertisers-table__advertiser-info{display:flex;flex-direction:column;gap:4px}.advertisers-table__name{font-weight:600;color:#1a1a1a;font-size:14px}.advertisers-table__email{color:#6b7280;font-size:12px}.advertisers-table__token{display:flex;align-items:center;gap:8px;font-family:Courier New,monospace;font-size:13px;color:#374151;min-width:120px}.advertisers-table__text{max-width:200px;color:#374151;font-size:13px;line-height:1.4;word-wrap:break-word}.advertisers-table__manager{display:flex;align-items:center;gap:8px;color:#374151;font-size:13px;min-width:150px}.advertisers-table__actions{text-align:center;width:60px}.advertisers-table__dots{margin:0 auto}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar__image{width:100%;height:100%;object-fit:cover}.avatar--placeholder{background:#e5e7eb;display:flex;align-items:center;justify-content:center;border:2px solid #d1d5db}.avatar__initials{font-size:16px;font-weight:600;color:#6b7280}.status-tag{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;min-width:80px}.status-tag--success{background-color:#4dda8e;color:#fff}.status-tag--warning{background-color:#ffbf00;color:#121311}.status-tag--danger{background-color:#ef4444;color:#fff}.status-tag--purple{background-color:#8b5cf6;color:#fff}.status-tag--default{background-color:#6b7280;color:#fff}.status-tag--empty{background-color:#f3f4f6;color:#9ca3af;font-style:italic}.copy-button{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.copy-button:hover{background-color:#f3f4f6;transform:scale(1.1)}.copy-button--copied{background-color:#4dda8e;color:#fff}.copy-button--copied .copy-button__icon{color:#fff}.copy-button__icon{width:16px;height:16px;color:#6b7280;transition:color .2s ease}.copy-button__tooltip{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;z-index:1000}.copy-button__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1f2937}.date-display{font-size:13px;color:#374151;white-space:nowrap}.date-display--empty{color:#9ca3af;font-style:italic}.text-display{font-size:13px;color:#374151;line-height:1.4;word-wrap:break-word}.text-display--empty{color:#9ca3af;font-style:italic}@media (min-width: 768px){.advertisers .btn{width:auto}.advertisers__header{flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width: 1200px){.advertisers-table{min-width:1200px}}@media (max-width: 768px){.advertisers{padding:16px}.advertisers-table-wrapper{margin:16px -16px;border-radius:0;border-left:none;border-right:none}.advertisers-table thead th{padding:12px 8px;font-size:11px}.advertisers-table tbody td{padding:12px 8px}.avatar{width:32px;height:32px}.avatar__initials{font-size:14px}.status-tag{padding:4px 8px;font-size:11px;min-width:60px}}.advertiser-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);animation:fadeIn .3s ease-out}.advertiser-popup-content{background-color:#fff;border-radius:16px;width:800px;max-width:92%;max-height:90vh;box-shadow:0 6px 24px #12131133;animation:slideIn .3s ease-out;position:relative;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.advertiser-popup-content{width:95%;max-height:95vh;margin:20px}}.advertiser-popup-header{flex-shrink:0;padding:28px 28px 20px;background:#fff;border-radius:16px 16px 0 0;border-bottom:1px solid #F7F8F5;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.advertiser-popup-header .advertiser-popup-title-section{flex:1}.advertiser-popup-header .advertiser-popup-title{margin:0 0 8px;font-size:22px;font-weight:600;color:#121311;letter-spacing:.2px}.advertiser-popup-header .advertiser-popup-subtitle{font-size:14px;color:#595b58;margin:0;line-height:1.4;opacity:.8}.advertiser-popup-header .advertiser-popup-close{background:none;border:none;font-size:24px;color:#595b58;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:16px}.advertiser-popup-header .advertiser-popup-close:hover{background:#f7f8f5;color:#121311}@media (max-width: 768px){.advertiser-popup-header{padding:20px 20px 16px;flex-direction:column}.advertiser-popup-header .advertiser-popup-title{font-size:20px}.advertiser-popup-header .advertiser-popup-subtitle{font-size:13px}.advertiser-popup-header .advertiser-popup-close{align-self:flex-end;margin-left:0}}.advertiser-popup-body{flex:1;overflow-y:auto;padding:0 28px;max-height:calc(90vh - 200px)}.advertiser-popup-body::-webkit-scrollbar{width:8px}.advertiser-popup-body::-webkit-scrollbar-track{background:#f7f8f5;border-radius:4px}.advertiser-popup-body::-webkit-scrollbar-thumb{background:#c3c5c0;border-radius:4px}.advertiser-popup-body::-webkit-scrollbar-thumb:hover{background:#595b58}@media (max-width: 768px){.advertiser-popup-body{padding:0 20px;max-height:calc(95vh - 200px)}}.advertiser-popup-section{margin-bottom:32px}.advertiser-popup-section:last-child{margin-bottom:0}@media (max-width: 768px){.advertiser-popup-section{margin-bottom:24px}}.section-header{margin-bottom:20px}.section-header .section-title{font-size:16px;font-weight:600;color:#121311;margin:0 0 4px}.section-header .section-subtitle{font-size:12px;color:#595b58;margin:0;opacity:.8}@media (max-width: 768px){.section-header{margin-bottom:16px}.section-header .section-title{font-size:15px}.section-header .section-subtitle{font-size:11px}}.logo-upload-container{text-align:center;padding:20px}@media (max-width: 768px){.logo-upload-container{padding:16px}}.logo-upload-area{width:120px;height:120px;border:2px dashed #DEDFDC;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#f7f8f5;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.logo-upload-area:hover{border-color:#595b58;background:#fff}@media (max-width: 768px){.logo-upload-area{width:100px;height:100px;margin-bottom:12px}}.logo-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.logo-preview .logo-preview-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.logo-preview .logo-preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border-radius:10px}.logo-preview .logo-preview-overlay .logo-upload-icon{color:#fff;margin:0 4px}.logo-preview:hover .logo-preview-overlay{opacity:1}.logo-upload-icons{position:relative;display:flex;align-items:center;justify-content:center}.logo-upload-icon{width:24px;height:24px;color:#595b58}.logo-upload-icon.camera{margin-right:8px}.logo-upload-icon.upload{margin-left:8px}@media (max-width: 768px){.logo-upload-icon{width:20px;height:20px}.logo-upload-icon.camera{margin-right:6px}.logo-upload-icon.upload{margin-left:6px}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-row.three-columns{grid-template-columns:1fr 1fr 1fr}.form-row:last-child{margin-bottom:0}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:16px}.form-row.three-columns{grid-template-columns:1fr}}.form-field{margin-bottom:20px}.form-field:last-child{margin-bottom:0}@media (max-width: 768px){.form-field{margin-bottom:16px}}.form-label{display:block;font-size:12px;font-weight:600;line-height:18px;margin-bottom:8px;color:#121311}@media (max-width: 768px){.form-label{font-size:11px;margin-bottom:6px}}.form-input,.form-select,.form-textarea{display:block;font-family:Mulish,sans-serif;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5;border:1px solid transparent;transition:all .3s ease;font-size:14px;line-height:150%;color:#121311}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#595b58;box-shadow:0 0 5px #96969680;outline:none}.form-input.error,.form-select.error,.form-textarea.error{border-color:#e74c3c;background-color:#fff5f5}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#595b58;opacity:.6}@media (max-width: 768px){.form-input,.form-select,.form-textarea{padding:10px 16px;font-size:13px}}.form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.form-textarea{resize:vertical;min-height:80px}@media (max-width: 768px){.form-textarea{min-height:70px}}.input-with-icon{position:relative}.input-with-icon .input-icon{width:20px;height:20px;color:#595b58;transition:color .2s ease}.input-with-icon .input-icon-button{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.input-with-icon .input-icon-button:hover{background:#f7f8f5}.input-with-icon .input-icon-button:hover .input-icon{color:#121311}.input-with-icon .input-icon-button:focus{outline:none;box-shadow:0 0 0 2px #12131133}@media (max-width: 768px){.input-with-icon .input-icon-button{right:12px;padding:6px}}.form-error{display:block;color:#e74c3c;font-size:12px;margin-top:4px;animation:fadeIn .3s ease-in-out}@media (max-width: 768px){.form-error{font-size:11px;margin-top:3px}}.advertiser-popup-footer{flex-shrink:0;padding:20px 28px 28px;background:#fff;border-top:1px solid #F7F8F5;display:flex;justify-content:flex-end;gap:16px}@media (max-width: 768px){.advertiser-popup-footer{padding:16px 20px 20px;flex-direction:column;gap:12px}.advertiser-popup-footer .btn{width:100%;min-width:auto}}.btn{border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:120px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-secondary{background:#fff;color:#121311;border:1px solid #DEDFDC}.btn.btn-secondary:hover:not(:disabled){background:#f7f8f5;border-color:#595b58}.btn.btn-primary{background:#121311;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#2c2e29}@media (max-width: 768px){.btn{padding:14px 20px;font-size:13px;min-width:auto}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.advertiser-popup-body{margin-bottom:20px}.view-popup .logo-display-container{display:flex;align-items:center;gap:16px;margin-bottom:24px}.view-popup .logo-display{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.view-popup .logo-display--placeholder{background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;border:2px dashed #ccc}.view-popup .logo-display-image{width:100%;height:100%;object-fit:cover}.view-popup .logo-display-icon{font-size:32px;color:#999}.view-popup .logo-display-info{display:flex;flex-direction:column;gap:4px}.view-popup .logo-display-label{font-size:14px;font-weight:500;color:#333}.view-popup .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.view-popup .info-item{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.view-popup .info-item.full-width{grid-column:1/-1}.view-popup .info-label{font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.view-popup .info-value{font-size:16px;color:#333;padding:12px 16px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;min-height:20px}.view-popup .info-value.token-value{font-family:Courier New,monospace;font-size:14px;background-color:#f1f3f4;color:#5f6368}.view-popup .info-value.text-area{min-height:60px;white-space:pre-wrap;line-height:1.5}.view-popup .section-header{margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.view-popup .section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.view-popup .offers-list{display:flex;flex-direction:column;gap:12px}.view-popup .offer-item{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #C3C5C0;border-radius:10px;padding:5px;transition:all .2s ease;box-shadow:0 2px 6px #0000000d}.view-popup .offer-item__image{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f7f8f5;display:flex;align-items:center;justify-content:center;border:1px solid #C3C5C0}.view-popup .offer-item__image img{width:100%;height:100%;object-fit:cover}.view-popup .offer-item__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f7f8f5;color:#595b58}.view-popup .offer-item__image-placeholder .placeholder-icon{width:16px;height:16px}.view-popup .offer-item__content{flex:1;min-width:0}.view-popup .offer-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}@media (max-width: 768px){.view-popup .offer-item__header{flex-direction:column;align-items:flex-start;gap:8px}}.view-popup .offer-item__name{font-size:16px;font-weight:600;color:#121311;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.view-popup .offer-item__badges{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap}.view-popup .offer-item__details{display:flex;flex-direction:column;gap:4px}.view-popup .offer-item__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.view-popup .offer-item__button{display:inline-block;padding:8px 16px;background:#4dda8e;color:#fff;text-decoration:none;border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.view-popup .offer-item__button:hover{background:#72c628;transform:translateY(-1px);box-shadow:0 2px 8px #4dda8e4d}.view-popup .offer-item__flag{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px solid #C3C5C0;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.view-popup .offer-item__flag img{width:100%;height:100%;object-fit:cover}.view-popup .badge{padding:3px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border:1px solid transparent}.view-popup .badge--top{background:#f59e0b1a;color:#d97706;border-color:#f59e0b4d}.view-popup .badge--new{background:#4dda8e1a;color:#72c628;border-color:#4dda8e4d}.view-popup .badge--model{background:#c3c5c01a;color:#595b58;border-color:#c3c5c04d}.view-popup .detail-row{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.2}.view-popup .detail-label{color:#595b58;font-weight:500;min-width:50px}.view-popup .detail-value{color:#121311;font-weight:600}.view-popup .offer-card__body{padding:16px 24px 20px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}@media (max-width: 768px){.view-popup .offer-card__body{flex-direction:column;align-items:stretch;gap:16px}}.view-popup .offer-card__stats{display:flex;gap:20px;flex-wrap:wrap}@media (max-width: 768px){.view-popup .offer-card__stats{gap:16px}}.view-popup .stat-item{display:flex;flex-direction:column;gap:4px;min-width:80px}.view-popup .stat-label{font-size:11px;font-weight:600;color:#595b58;text-transform:uppercase;letter-spacing:.5px}.view-popup .stat-value{font-size:14px;font-weight:700;color:#121311;background:#f7f8f5;padding:8px 12px;border-radius:8px;border:1px solid #C3C5C0;text-align:center}.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:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0003;position:relative;animation:scaleIn .3s ease-out;color:#1f2937}.modal__content h3{margin-top:0;font-size:22px;margin-bottom:8px;font-weight:600;text-align:left;color:#595b58}.modal-subtitle{margin:0 0 24px;font-size:14px;color:#595b58;opacity:.7;text-align:left}.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 fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.add-role-form .input-field{margin-bottom:20px}.add-role-form .input-field .input-field-label{display:block;font-weight:600;line-height:18px;margin-bottom:4px;color:#595b58;text-align:left}.add-role-form .input-field .input-field-input{display:block;width:100%;padding:12px 20px;border-radius:8px;background-color:#f7f8f5;border:1px solid transparent;transition:all .3s ease}.add-role-form .input-field .input-field-input:focus{border-color:#595b58;box-shadow:0 0 5px #96969680;outline:none}.add-role-form .input-field .input-field-input.error{border-color:#e74c3c;background-color:#fff5f5}.add-role-form .input-field .input-field-input:disabled{opacity:.6;cursor:not-allowed}.add-role-form .input-field .input-field-input::placeholder{color:#595b58;opacity:.6}.add-role-form .input-field .template-select-wrapper{position:relative;display:flex;gap:12px;align-items:center}.add-role-form .input-field .template-select-wrapper .input-field-input{flex:1}.add-role-form .input-field .template-select-wrapper .template-reset{padding:8px 16px;background-color:#f7f8f5;border:1px solid #C3C5C0;border-radius:6px;color:#595b58;font-size:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-role-form .input-field .template-select-wrapper .template-reset:hover:not(:disabled){background-color:#c3c5c0;border-color:#595b58}.add-role-form .input-field .template-select-wrapper .template-reset:disabled{opacity:.6;cursor:not-allowed}.add-role-form .input-field .template-info{margin:8px 0 0;font-size:12px;color:#595b58;opacity:.8;padding:8px 12px;background-color:#f7f8f5;border-radius:6px;border-left:3px solid #4DDA8E}.add-role-form .input-field .template-info strong{color:#121311}.add-role-form .input-field .login__error{color:#e74c3c;font-size:12px;margin-top:4px;display:block;opacity:1;transform:translateY(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.add-role-form .input-field textarea.input-field-input{resize:vertical;min-height:100px;font-family:inherit}.add-role-form .form-section{margin-bottom:32px}.add-role-form .form-section .section-title{font-size:16px;font-weight:600;color:#595b58;margin:0 0 20px;padding-bottom:8px;border-bottom:1px solid #C3C5C0;display:flex;align-items:center;gap:12px}.add-role-form .form-section .section-title .template-badge{font-size:12px;font-weight:500;background-color:transparent;color:#000;padding:4px 8px;border-radius:12px;border:1px solid black;text-transform:capitalize}.add-role-form .form-section .section-title .total-permissions{font-size:12px;font-weight:400;color:#595b58;opacity:.8;background:#f7f8f5;padding:4px 8px;border-radius:8px;border:1px solid #C3C5C0}.add-role-form .permissions-categories{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#C3C5C0 #F7F8F5}.add-role-form .permissions-categories::-webkit-scrollbar{width:8px}.add-role-form .permissions-categories::-webkit-scrollbar-track{background:#f7f8f5;border-radius:4px}.add-role-form .permissions-categories::-webkit-scrollbar-thumb{background:#c3c5c0;border-radius:4px}.add-role-form .permissions-categories::-webkit-scrollbar-thumb:hover{background:#595b58}.add-role-form .permissions-categories::-webkit-scrollbar-corner{background:transparent}.add-role-form .permissions-categories .permissions-loading,.add-role-form .permissions-categories .no-permissions{text-align:center;padding:40px 20px;color:#595b58;font-style:italic;opacity:.7}.add-role-form .permission-category{background-color:#f7f8f5;border-radius:8px;padding:16px;border:1px solid #C3C5C0}.add-role-form .permission-category .category-header{margin-bottom:12px;position:sticky;top:0;background:#f7f8f5;padding:8px 0;z-index:1;border-bottom:1px solid #C3C5C0}.add-role-form .permission-category .category-header .category-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.add-role-form .permission-category .category-header .category-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#595B58}.add-role-form .permission-category .category-header .category-checkbox input[type=checkbox]:indeterminate{background-color:#595b58;border-color:#595b58;position:relative}.add-role-form .permission-category .category-header .category-checkbox input[type=checkbox]:indeterminate:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:2px;background-color:#fff;border-radius:1px}.add-role-form .permission-category .category-header .category-checkbox .category-title{font-weight:600;color:#595b58;font-size:14px;display:flex;align-items:center;gap:8px}.add-role-form .permission-category .category-header .category-checkbox .category-title .permissions-count{font-weight:400;font-size:11px;color:#595b58;opacity:.7;background:#fff;padding:2px 6px;border-radius:10px;border:1px solid #C3C5C0}.add-role-form .permission-category .category-permissions{display:flex;flex-direction:column;gap:8px;margin-left:24px;max-height:200px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#C3C5C0 transparent}.add-role-form .permission-category .category-permissions::-webkit-scrollbar{width:6px}.add-role-form .permission-category .category-permissions::-webkit-scrollbar-track{background:transparent}.add-role-form .permission-category .category-permissions::-webkit-scrollbar-thumb{background:#c3c5c0;border-radius:3px}.add-role-form .permission-category .category-permissions::-webkit-scrollbar-thumb:hover{background:#595b58}.add-role-form .permission-category .category-permissions .permission-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}.add-role-form .permission-category .category-permissions .permission-item input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#595B58}.add-role-form .permission-category .category-permissions .permission-item span{font-size:13px;color:#595b58;line-height:1.4}.add-role-form .permission-category .category-permissions .permission-item:hover span{color:#121311}.add-role-form .form-actions{display:flex;gap:16px;justify-content:flex-end;padding-top:20px;border-top:1px solid #C3C5C0;margin-top:24px}.add-role-form .form-actions .btn{min-width:120px}.add-role-form .form-actions .btn-cancel{background-color:#f7f8f5;border-color:#c3c5c0;color:#595b58}.add-role-form .form-actions .btn-cancel:hover:not(:disabled){background-color:#c3c5c0;border-color:#595b58}@media (max-width: 768px){.modal{padding:10px}.modal__content{max-height:95vh;padding:24px 20px 20px}.add-role-form .form-actions{flex-direction:column}.add-role-form .form-actions .btn{width:100%}}@media (max-width: 480px){.modal__content{border-radius:12px;padding:20px 16px 16px}.add-role-form .input-field{margin-bottom:16px}.add-role-form .input-field .input-field-label{font-size:11px}.add-role-form .input-field .input-field-input{padding:10px 16px;font-size:13px}.add-role-form .permission-category{padding:12px}.add-role-form .permission-category .category-permissions{margin-left:16px}.add-role-form .permission-category .category-permissions .permission-item span{font-size:12px}}.roles__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.role-item td{padding:16px 12px;vertical-align:top;border-bottom:1px solid #f1f3f4}.role-item td:last-child{border-bottom:none}.role-item .role-column .role-info{display:flex;align-items:flex-start;gap:12px;cursor:pointer;transition:all .2s ease}.role-item .role-column .role-info:hover .role-name{color:#57ed64}.role-item .role-column .role-info .role-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #667eea4d;font-size:20px;color:#fff}.role-item .role-column .role-info .role-details{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.role-item .role-column .role-info .role-details .role-name{font-size:16px;font-weight:600;color:#121311;line-height:1.2;transition:color .3s ease}.role-item .role-column .role-info .role-details .role-description{color:#595b58;font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-item .role-column .role-info .role-details .role-permissions{color:#57ed64;font-size:11px;line-height:1.2;font-weight:500;background:#4caf501a;padding:2px 8px;border-radius:12px;align-self:flex-start}.role-item .access-column .access-description{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.role-item .access-column .access-description .default-badge{display:inline-block;background-color:#d4edda;color:#155724;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.role-item .access-column .access-description .description-text{color:#595b58;font-size:12px;line-height:1.2;font-weight:500}.role-item .visibility-column .permissions-list{display:flex;flex-direction:column;gap:6px}.role-item .visibility-column .permissions-list .permission-category{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.role-item .visibility-column .permissions-list .permission-category .category-name{font-size:12px;font-weight:600;color:#495057;text-transform:capitalize}.role-item .visibility-column .permissions-list .permission-category .permissions-count{font-size:10px;color:#6c757d;background:#e9ecef;padding:2px 6px;border-radius:10px;font-weight:500}.role-item .visibility-column .permissions-list .no-permissions{color:#6c757d;font-style:italic;font-size:12px}.role-item .visibility-column .visibility-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:11px;font-weight:500;text-align:center;min-width:100px}.role-item .visibility-column .visibility-badge.all-badge{background-color:#d4edda;color:#155724}.role-item .visibility-column .visibility-badge.pinned-badge{background-color:#fff3cd;color:#856404}.role-item .visibility-column .visibility-badge.system-badge{background-color:#f8d7da;color:#721c24}.role-item .created-column{color:#595b58;font-size:12px;font-weight:500}@media (max-width: 768px){.role-item td{padding:12px 8px}.role-item .role-column .role-info{gap:10px}.role-item .role-column .role-info .role-icon{width:32px;height:32px;font-size:16px}.role-item .role-column .role-info .role-details .role-name{font-size:14px}.role-item .role-column .role-info .role-details .role-description{font-size:12px}.role-item .role-column .role-info .role-details .role-permissions{font-size:10px;padding:1px 6px}.role-item .access-column .access-description .description-text{font-size:11px}.role-item .visibility-column .permissions-list{gap:4px}.role-item .visibility-column .permissions-list .permission-category{padding:3px 6px}.role-item .visibility-column .permissions-list .permission-category .category-name{font-size:11px}.role-item .visibility-column .permissions-list .permission-category .permissions-count{font-size:9px;padding:1px 4px}.role-item .visibility-column .visibility-badge{font-size:10px;min-width:80px;padding:3px 8px}.role-item .created-column{border-radius:10px;background-color:#00b33c;color:#fff}}@media (max-width: 480px){.role-item td{padding:8px 6px}.role-item .role-column .role-info{gap:8px}.role-item .role-column .role-info .role-icon{width:28px;height:28px;font-size:14px}.role-item .role-column .role-info .role-details .role-name{font-size:13px}.role-item .role-column .role-info .role-details .role-description{font-size:11px}.role-item .role-column .role-info .role-details .role-permissions{font-size:9px;padding:1px 4px}.role-item .access-column .access-description .default-badge{font-size:9px;padding:1px 6px}.role-item .visibility-column .permissions-list{gap:3px}.role-item .visibility-column .permissions-list .permission-category{padding:2px 4px}.role-item .visibility-column .permissions-list .permission-category .category-name{font-size:10px}.role-item .visibility-column .permissions-list .permission-category .permissions-count{font-size:8px;padding:1px 3px}.role-item .visibility-column .visibility-badge{font-size:9px;min-width:70px;padding:2px 6px}.role-item .created-column{font-size:10px}}.actions-column{display:flex;justify-content:right}.roles-list .roles-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.roles-list .roles-table thead{background:#f8f9fa;border-bottom:2px solid #e9ecef}.roles-list .roles-table thead th{padding:16px 12px;text-align:left;font-weight:600;font-size:14px;color:#495057;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #dee2e6}.roles-list .roles-table thead th.role-column{width:30%;min-width:250px}.roles-list .roles-table thead th.access-column,.roles-list .roles-table thead th.visibility-column{width:20%;min-width:150px}.roles-list .roles-table thead th.created-column{width:15%;min-width:120px}.roles-list .roles-table thead th.actions-column{width:15%;min-width:80px;text-align:center}.roles-list .roles-table tbody tr{border-bottom:1px solid #f1f3f4;transition:background-color .2s ease}.roles-list .roles-table tbody tr:hover{background-color:#f8f9fa}.roles-list .roles-table tbody tr:last-child{border-bottom:none}@media (max-width: 768px){.roles-list .roles-table thead th{padding:12px 8px;font-size:12px}.roles-list .roles-table thead th.role-column{min-width:200px}.roles-list .roles-table thead th.access-column,.roles-list .roles-table thead th.visibility-column{min-width:120px}.roles-list .roles-table thead th.created-column{min-width:100px}.roles-list .roles-table thead th.actions-column{min-width:60px}}@media (max-width: 480px){.roles-list .roles-table thead th{padding:8px 6px;font-size:11px}.roles-list .roles-table thead th.role-column{min-width:150px}.roles-list .roles-table thead th.access-column,.roles-list .roles-table thead th.visibility-column{min-width:100px}.roles-list .roles-table thead th.created-column{min-width:80px}.roles-list .roles-table thead th.actions-column{min-width:50px}}.roles{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.roles__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.roles__header-left{display:flex;align-items:center;gap:24px}.roles__header-txt p{font-size:24px;font-weight:600;color:#333;margin:0}.roles__header-search .search-input-wrapper{position:relative;display:flex;align-items:center}.roles__header-search .search-input-wrapper .search-input{padding:8px 16px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;width:300px;transition:all .2s ease}.roles__header-search .search-input-wrapper .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40;width:350px}.roles__header-search .search-input-wrapper .search-input::placeholder{color:#6c757d}.roles__header-search .search-info{margin-top:8px;font-size:12px;color:#6c757d;font-style:italic}.roles__content{width:100%}.roles__content .roles__results-info{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;background:#e3f2fd;border-radius:6px;border-left:4px solid #2196f3;font-size:14px;color:#1976d2}.roles__content .roles__results-info .filtered-results{color:#f57c00;font-style:italic}.roles__loading{text-align:center;padding:40px;color:#666;font-size:16px}.roles__error{background-color:#f8d7da;color:#721c24;padding:12px 16px;border-radius:4px;margin-bottom:16px;border:1px solid #f5c6cb}.roles__error p{margin:0;font-size:14px}.roles__empty{text-align:center;padding:40px;color:#666;font-size:16px;background-color:#f8f9fa;border-radius:8px;border:1px dashed #dee2e6}.roles__empty .no-results p{margin:8px 0}.roles__empty .no-results p:first-child{font-size:16px;font-weight:500}.roles__empty .no-results p:last-child{font-size:14px;opacity:.8}.roles__empty .no-results .clear-search-link{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.roles__empty .no-results .clear-search-link:hover{color:#0056b3}.roles__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:overlayFadeIn .2s ease-out}.roles__modal{background:#fff;border-radius:8px;padding:24px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.roles__delete-modal{background:#fff;border-radius:12px;padding:0;max-width:480px;width:90%;box-shadow:0 8px 32px #0003;border:1px solid #e9ecef;overflow:hidden;animation:modalSlideIn .3s ease-out}.roles__delete-modal .delete-modal-header{color:#000;padding:24px 24px 20px;text-align:center;position:relative}.roles__delete-modal .delete-modal-header .delete-icon{font-size:48px;margin-bottom:12px;display:block}.roles__delete-modal .delete-modal-header h3{margin:0;font-size:20px;font-weight:600}.roles__delete-modal .delete-modal-content{padding:24px;text-align:center}.roles__delete-modal .delete-modal-content p{margin:0 0 16px;font-size:16px;line-height:1.5;color:#333}.roles__delete-modal .delete-modal-content p:last-child{margin-bottom:0}.roles__delete-modal .delete-modal-content p strong{color:#dc3545;font-weight:600}.roles__delete-modal .delete-modal-content .delete-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin:20px 0 0;color:#856404;font-size:14px;line-height:1.4}.roles__delete-modal .delete-modal-actions{display:flex;gap:12px;padding:0 24px 24px;justify-content:center}.roles__delete-modal .delete-modal-actions button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.roles__delete-modal .delete-modal-actions button:disabled{opacity:.6;cursor:not-allowed}.roles__delete-modal .delete-modal-actions button.cancel-btn{background:#6c757d;color:#fff}.roles__delete-modal .delete-modal-actions button.cancel-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 12px #6c757d4d}.roles__delete-modal .delete-modal-actions button.cancel-btn:active:not(:disabled){transform:translateY(0)}.roles__delete-modal .delete-modal-actions button.delete-btn{background:transparent;border:1px solid black;color:#000;height:100%}.roles__modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.roles__modal-header h3{margin:0;color:#333;font-size:20px}.roles__modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.roles__modal-close:hover{background-color:#f8f9fa;color:#333}.roles__modal-content .role-detail{margin-bottom:16px;padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #007bff}.roles__modal-content .role-detail strong{color:#495057;margin-right:8px}.roles__modal-content .permissions-list{margin:8px 0 0;padding-left:20px}.roles__modal-content .permissions-list li{margin-bottom:6px;padding:4px 0}.roles__modal-content .permissions-list li strong{color:#6f42c1;font-family:monospace}.roles__pagination{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.roles__pagination .pagination-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#6c757d}.roles__pagination .pagination-info .total-info{color:#495057;font-weight:500}@media (max-width: 768px){.roles{margin:10px;padding:16px}.roles__header{flex-direction:column;align-items:flex-start;gap:16px}.roles__header-left{flex-direction:column;align-items:flex-start;gap:12px}.roles__header-txt p{font-size:20px}.roles__header-search .search-input{width:100%;min-width:200px}}@media (max-width: 768px) and (max-width: 480px){.roles__modal{width:95%;padding:16px;margin:20px}.roles__modal-header h3{font-size:18px}.roles__modal-content .role-detail{padding:8px;font-size:14px}.roles__delete-modal{width:95%;max-width:none}.roles__delete-modal .delete-modal-header{padding:20px 20px 16px}.roles__delete-modal .delete-modal-header .delete-icon{font-size:36px}.roles__delete-modal .delete-modal-header h3{font-size:18px}.roles__delete-modal .delete-modal-content{padding:20px}.roles__delete-modal .delete-modal-content p{font-size:15px}.roles__delete-modal .delete-modal-content .delete-warning{padding:12px;font-size:13px}.roles__delete-modal .delete-modal-actions{padding:0 20px 20px;flex-direction:column}.roles__delete-modal .delete-modal-actions button{width:100%;padding:14px 24px}}@media (max-width: 768px){@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(-20px)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}}.logs-item.status--success{color:green}.logs-item.status--warning{color:orange}.logs-item.status--error{color:red}.logs-item.status--default{color:gray}.logs-item__event.url:hover{color:#57ed64}.edit-offer__land .btn{margin:20px 0 30px}.landings-item__img-overlay .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-items:center;text-align:center}@media (min-width: 600px){.landings-item__img-overlay .grid{grid-template-columns:repeat(3,1fr)}}.landings-item__img-overlay a,.landings-item__img-overlay button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;border-radius:6px;background-color:#f7f7f7;color:#333;border:none;cursor:pointer;text-decoration:none;transition:background-color .2s ease,color .2s ease;width:130px;-webkit-user-select:none;user-select:none}.landings-item__img-overlay a:hover,.landings-item__img-overlay button:hover{background-color:#000;color:#fff}.landings-item__img-overlay button.text-red{background-color:#fef2f2;color:#dc2626;width:72px}.landings-item__img-overlay button.text-red:hover{background-color:#b91c1c;color:#fff}.landings-item__img-overlay span{margin-top:4px;line-height:1.1}.landings-item__img-overlay svg{width:20px;height:20px;fill:currentColor;transition:fill .2s ease}.landings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;text-align:center;font-size:14px}.landings-grid a,.landings-grid button{padding:10px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:background .2s,color .2s;height:42px;display:flex;align-items:center;justify-content:center}.landings-grid .full-width{grid-column:span 2}@media (max-width: 500px){.landings-grid{grid-template-columns:1fr}.landings-grid .full-width{grid-column:span 1}}.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}.tags-multi-select{width:100%}.tags-multi-select__input .tags-multi-select__control{padding:2px 12px;background-color:#f7f8f5;border:none;border-radius:8px;min-height:42px;transition:all .3s ease}.tags-multi-select__input .tags-multi-select__control:hover{background-color:#f2f4ef}.tags-multi-select__input .tags-multi-select__control--is-focused{border-color:#121311;box-shadow:0 0 5px #96969680}.tags-multi-select__input .tags-multi-select__value-container{padding:0;gap:4px}.tags-multi-select__input .tags-multi-select__multi-value{background-color:#121311;border-radius:6px;padding:4px 8px;margin:2px;display:flex;align-items:center;gap:6px}.tags-multi-select__input .tags-multi-select__multi-value__label{color:#fff;font-weight:600;font-size:12px;line-height:1}.tags-multi-select__input .tags-multi-select__multi-value__remove{color:#fff;background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;transition:background-color .3s ease}.tags-multi-select__input .tags-multi-select__multi-value__remove:hover{background-color:#fff3}.tags-multi-select__input .tags-multi-select__multi-value__remove svg{width:10px;height:10px}.tags-multi-select__input .tags-multi-select__input{color:#121311;font-size:14px}.tags-multi-select__input .tags-multi-select__placeholder{color:#595b58;font-size:14px}.tags-multi-select__input .tags-multi-select__menu{border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid #C3C5C0;overflow:hidden}.tags-multi-select__input .tags-multi-select__option{padding:8px 12px;cursor:pointer;transition:background-color .3s ease;color:#595b58}.tags-multi-select__input .tags-multi-select__option--is-focused{background-color:#f7f8f5;color:#121311;border-radius:6px}.tags-multi-select__input .tags-multi-select__option--is-selected,.tags-multi-select__input .tags-multi-select__option:hover{background-color:#f7f8f5;color:#121311}.tags-multi-select__input .tags-multi-select__indicator-separator{display:none}.tags-multi-select__input .tags-multi-select__dropdown-indicator{transition:transform .3s ease}.tags-multi-select__input .tags-multi-select__dropdown-indicator--is-open{transform:rotate(180deg)}.tags-multi-select__input .tags-multi-select__clear-indicator{color:#595b58;cursor:pointer}.tags-multi-select__input .tags-multi-select__clear-indicator:hover{color:#121311}.tag-option{display:flex;align-items:center;gap:8px;padding:4px 0}.tag-option__label{font-size:14px;font-weight:600;color:#595b58}.tag-option__badge{background-color:#f7f8f5;color:#595b58;padding:2px 6px;border-radius:6px;font-size:11px;font-weight:600}.tag-group-label{font-size:12px;font-weight:600;color:#595b58;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;background-color:#f7f8f5;border-bottom:1px solid #C3C5C0}.tags-multi-select__menu{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.tags-multi-select__input .tags-multi-select__control{padding:2px 12px}.tags-multi-select__input .tags-multi-select__multi-value{font-size:14px;padding:4px 8px}}.tags-multi-select__multi-value__label .tag-option__label{color:#fff}.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}}.test_urlPartners textarea{min-height:250px;height:100%;background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;padding:12px 14px;margin:12px 0;font-size:14px;color:#2c2c2c;white-space:pre-wrap;word-break:break-word;line-height:1.5;max-height:400px;overflow-y:auto;box-shadow:inset 0 1px 3px #0000001a;transition:border .2s,box-shadow .2s}.test_urlPartners textarea:focus{outline:none}.personal-params{padding:40px 0}.personal-params__header{display:flex;align-items:start;justify-content:space-between;margin-bottom:30px}.personal-params__header .btn{width:auto}.personal-params .popup-overlay .label{padding-left:20px;line-height:150%;font-size:12px;font-weight:600;line-height:18px;margin-bottom:4px;color:#595b58}.personal-params .popup-overlay .input-field{margin-bottom:0}.params-list{overflow-x:auto;border:1px solid #e0e0e0;border-radius:12px;background:#fff;box-shadow:0 2px 6px #0000000d}.params-list__table{width:100%;border-collapse:collapse}.params-list__table thead{background-color:#f7f7f7}.params-list__table thead th{padding:12px 16px;font-size:14px;font-weight:600;color:#333;text-align:left}.params-list__table tbody tr{transition:background-color .2s ease}.params-list__table tbody tr:hover{background-color:#fafafa}.params-list__table tbody tr td{padding:12px 16px;font-size:14px;color:#444;border-top:1px solid #eee;vertical-align:middle}.params-list__price{font-weight:600;color:#2d6a4f}.params-list__empty{text-align:center;padding:24px;color:#888;font-style:italic}.params-list__loading{padding:16px;text-align:center;color:#666}.params-list__error{padding:16px;text-align:center;color:#d32f2f;font-weight:600}.date-field{display:flex;flex-direction:column;gap:6px}.date-field label.label{font-weight:500;margin-bottom:4px}.date-field input[type=date]{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease}.date-field input[type=date]:focus{border-color:#007bff}.date-field .date-range{display:flex;gap:10px}.date-field .date-range input[type=date]{flex:1}.date-field .error{font-size:12px;color:#d32f2f;margin-top:2px}.documentation{color:#222}.documentation h3{margin-bottom:20px;color:#111827}.documentation .tabs{display:flex;background:#e1e1e1;border-radius:10px;overflow:hidden;margin:20px 0}.documentation .tabs .tab{flex:1;text-align:center;padding:14px;font-weight:600;cursor:pointer;transition:.3s;color:#444}.documentation .tabs .tab.active{background:#000;color:#fff}.documentation .tabs .tab:hover:not(.active){background:#ddd}.documentation .tab-content{background:#fff;border-radius:10px;padding:24px;box-shadow:0 3px 8px #0000001a}.documentation .tab-content table{width:100%;border-collapse:collapse;margin:20px 0}.documentation .tab-content table th{background:#222;color:#fff;padding:10px;text-align:left}.documentation .tab-content table td{padding:10px;border-bottom:1px solid #eee}.documentation .tab-content table code{background:#f1f1f1;padding:2px 6px;border-radius:4px}.documentation .tab-content .code-block{background:#0d0d0d;color:#f8f8f2;border-radius:12px;padding:20px;margin-top:20px;position:relative;overflow-x:auto;box-shadow:0 6px 20px #0000001a}.documentation .tab-content .code-block .example-title{margin-bottom:10px;font-weight:600;color:#fff}.documentation .tab-content .code-block pre{margin:0;font-family:Fira Code,monospace;font-size:.95rem;line-height:1.4;overflow-x:auto}.documentation .tab-content .code-block code{color:#00ff9d;white-space:pre-wrap}.documentation .tab-content .code-block .copy-button{position:absolute;top:16px;right:16px;background:#1f2937;color:#fff;border:none;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:.85rem;transition:background .3s}.documentation .tab-content .code-block .copy-button:hover{background:#111827}.documentation .postback-info{background:#fff;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 6px 20px #00000014}.documentation .postback-info h2{font-size:1.5rem;margin-bottom:16px;color:#111827}.documentation .postback-info p{font-size:1rem;margin-bottom:12px;color:#374151}.documentation .postback-info code{background:#f3f4f6;padding:4px 8px;border-radius:6px;font-size:.95rem}.documentation .postback-info .endpoint{display:block;margin-top:8px;color:#0d6efd;word-break:break-all;margin-bottom:10px}.documentation .postback-info .method{background:#e2e8f0;color:#1f2937;font-weight:600}.documentation .params-block{background:#fff;border-radius:12px;padding:24px;margin-top:30px;box-shadow:0 6px 20px #00000014}.documentation .params-table{width:100%;border-collapse:collapse;font-size:.95rem}.documentation .params-table th{background:#1f2937;color:#fff;text-align:left;padding:12px}.documentation .params-table td{padding:12px;border-bottom:1px solid #e5e7eb}.documentation .params-table tr:hover td{background:#f3f4f6}.documentation .params-table code{background:#f3f4f6;padding:2px 6px;border-radius:5px;font-family:Fira Code,monospace}.documentation .params-table .required{color:#10b981;font-weight:600}.documentation .params-table .optional{color:#ef4444;font-weight:600}.documentation .response-block{margin-top:30px}.documentation .response-block .response-title{font-weight:600;color:#00bfff;margin-bottom:12px}.documentation .response-block .code-block{background:#0d0d0d;color:#f8f8f2;padding:20px;border-radius:12px;margin-bottom:16px;position:relative;overflow-x:auto}.documentation .response-block .code-block p{margin-bottom:8px;font-weight:500}.documentation .response-block .code-block code{white-space:pre-wrap;color:#fff}.documentation .example-code{margin-top:40px}.documentation .example-code code{background-color:transparent}.documentation .example-code .code-section{background:#fff;color:#000;padding:30px;border-radius:16px;box-shadow:0 6px 20px #00000014;margin-top:40px;font-family:Fira Code,monospace}.documentation .example-code .code-section .code-block{position:relative;background:#1a1a1a;padding:20px;border-radius:12px;overflow-x:auto}.documentation .example-code .code-section .code-block code{color:#73d573;white-space:pre;font-size:.9rem}.app{background-color:#121311}.arow-menu__dropdown-item{margin:10px 5px;border-radius:5px}.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{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:30px;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}}.editor-wrapper{display:flex;margin:40px auto;border-radius:12px;overflow:hidden;box-shadow:0 6px 30px #0000001a;background:#1e1e1e}.sidebar-editor{width:300px;background:#252526;color:#fff;padding:20px;overflow-y:auto}.sidebar-editor h3{font-size:1.2rem;margin-bottom:20px;color:#4fc3f7}.file-tree{list-style:none;padding-left:10px}.file-item{margin-bottom:4px}.file-line{cursor:pointer;padding:6px 10px;border-radius:6px;display:flex;align-items:center;font-size:.96rem;color:#ddd;transition:.2s}.file-line:hover{background:#333;color:#fff}.file-line.folder{font-weight:700;color:#90caf9;cursor:default}.file-icon{margin-right:8px;font-size:1.1rem}.active>.file-line{background:#333;color:#fff;font-weight:700}.editor{flex:1;padding:24px;background:#1e1e1e;color:#fff}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.editor-header h4{margin:0;font-size:1.1rem;color:#90caf9}.editor-actions{display:flex;align-items:center;gap:12px}.save-btn-editor{padding:8px 20px;background:#4fc3f7;border:none;border-radius:6px;font-weight:700;cursor:pointer;color:#000}.save-msg{color:#66bb6a;font-weight:500}.back-btn{background:none;border:1px solid #555;color:#ccc;padding:8px 14px;border-radius:6px;font-size:.9rem;display:inline-block;margin-bottom:20px;cursor:pointer}.back-btn:hover{background:#333;color:#fff}.empty-message{font-size:1rem;color:#aaa}@media (max-width: 768px){.editor-wrapper{flex-direction:column;height:auto}.sidebar-editor{width:100%;border-bottom:1px solid #444}.editor{padding:16px}}.prev_site{margin-bottom:0}.notification-tabs{width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.notification-tabs::-webkit-scrollbar{display:none}.notification-tabs__wrapper{display:flex;gap:8px;background:#f3f4f6;padding:8px 4px;border-radius:8px;min-width:min-content}.notification-tabs__btn{flex:1;min-width:fit-content;padding:10px 16px;border:none;border-radius:6px;background:transparent;color:#6b7280;font-weight:500;font-size:14px;cursor:pointer;text-align:center;transition:all .2s;white-space:nowrap}.notification-tabs__btn:hover,.notification-tabs__btn--active{background:#121311;color:#fff}.notification-tabs--scrollable .notification-tabs__wrapper{flex-wrap:wrap;gap:6px}.notification-tabs--scrollable .notification-tabs__btn{flex:0 0 auto;font-size:13px}.notifications{padding:10px 0 50px}.notifications__header{margin-bottom:30px}.notifications__header-content{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.notifications__mark-all-btn{padding:12px 24px;border-radius:8px;background-color:#121311;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.notifications__mark-all-btn:hover:not(:disabled){background-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.notifications__mark-all-btn:active:not(:disabled){transform:translateY(0)}.notifications__mark-all-btn:disabled{opacity:.6;cursor:not-allowed}.notifications__filters{margin-bottom:30px}.notifications__filter-group{width:100%}.notifications__block{background:#fff;border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000d}.notifications__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:16px}.notifications__item{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease;position:relative}.notifications__item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.notifications__item-content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.notifications__item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.notifications__item-title{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.4;flex:1;min-width:0}.notifications__item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notifications__item-badge{display:inline-block;padding:4px 10px;background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.notifications__item-badge--unread{background:#fee2e2;color:#dc2626}.notifications__item-type{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.notifications__item-message{font-size:14px;color:#6b7280;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.notifications__item-footer{display:flex;align-items:center;gap:12px;margin-top:4px}.notifications__item-date{font-size:12px;color:#9ca3af;font-weight:500}.notifications__empty{text-align:center;padding:20px;color:#000;font-size:16px;border-radius:12px}.notifications__pagination{margin-top:30px;padding:20px 0}.notifications .preloader__wrap{display:flex;justify-content:center;padding:60px}.notifications .error{text-align:center;padding:20px;color:#ef4444;font-size:14px;background:#fef2f2;border-radius:12px}@media (min-width: 768px){.notifications__header-content{flex-wrap:nowrap}.notifications__mark-all-btn{padding:14px 28px;font-size:15px}.notifications__block{padding:24px}.notifications__list{gap:20px}.notifications__item{padding:24px}.notifications__item-title{font-size:18px}.notifications__item-message{font-size:15px;-webkit-line-clamp:3;line-clamp:3}.notifications__item-header{align-items:center}}*{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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKdSURBVHgB3VVBbtNQEJ35Tpuya1RAYlVzAswJSE9AhNQm6qYOJFIlNuUESY/AAgnRVnE2KKQSKieIOUHLDZxVpZDgCqmibeI/zHdIYv/YpRUrOlKsn/HMvJl588cA/7vgTYxKp9smLFzlJYrVUEH0jaTwDh/unfwTQKlftUnQFgc0gYRLSF7oRGDxg38CCLHezn1o3gqg5G+bRKMGSABpYP0wt/c1yW7drz4TUjqA6CFmyq3ce++vAOPgQYeInPbK/i7cQDYGlRoi2ojGmg4idGOVeVrwTb9qrfeqlq5XtsonrPq6CsKeo6x9Wjl4HNUX/J3lLJwrLgpjLzxCML7o2RZ/VDqEwolyEquABNSkEHYMlFuWpfNjkHKWOZ9VGwu+vRzLNoBdJBnznwIwYRaQBJ1QksFzfrhcVZkIXPULz1K+WbqAGEDrwb6rJu6F/3p1osvM0KVJAlPmeo4qaN8/OEqxdTPBRZ4PzRgA9/UJEMwB3BPD5i9p7BQH1QbPvql0Rb96lsRBWDHwXUE001PTxMk5Z3gVrHHjZ+ApHCTWMz2Q7CLMkKPSeuR43Pe3UQ4UL1m5sDVnjGBhpBOzCoxFl1PL6/Zqijb6rwqQnpsWHy0psTv7HxE1x2rUwmn4Iza3gTk4VuRNOOAF5KlkVOtUddNkvlfyvLsa0XsUSwNHskkG1KK6RA74fPkzeBoNHuIayFsA6nCdqCpKg0qi0Savic2ebSW9Uz7FfqWj6zO6Ai9HZVo0FAi0Vvbr0XcfU/a/Cs7juYVDVakWL9Hh1DYpm+HFhSYGVI5yErNTPVct5bWOw1FZb1kqwDRA76XNfa2FHxagk8lFDMcZeeIkeqx3+Fbf7oOji1rRYoFWeVWN+y/IG8GS+zn3rgt3Xn4DroleUmNJMbUAAAAASUVORK5CYII=);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}}
