

/* Start:/local/templates/crm/css/style.min.css?175368701636295*/
@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}body,html{line-height:1;font-size:100%}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}:active,:focus{outline:0}a{color:inherit}a:active,a:hover{outline:0}a,a:hover,a:visited{text-decoration:none}aside,footer,header,nav{display:block}button,input,select,textarea{font:inherit}input::-ms-clear{display:none}button::-moz-focus-inner{padding:0;border:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}input,select{color:currentColor;-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{overflow-y:auto;resize:none}button{background-color:transparent;cursor:pointer;color:currentColor}.c-input{background:#fff;border-radius:.75rem;position:relative}.c-input_error{background:rgba(237,10,52,.1)}.c-input__input{text-align:left;min-height:3.375rem;background:0 0;color:currentColor;width:100%;padding:1.75rem .875rem .625rem .875rem}.c-input__input::-webkit-input-placeholder{opacity:0}.c-input__input:-moz-placeholder{opacity:0}.c-input__input::-moz-placeholder{opacity:0}.c-input__input:-moz-placeholder-shown+.c-input__label{font-size:1rem;top:50%}.c-input__input:placeholder-shown+.c-input__label{font-size:1rem;top:50%}.c-input__input:focus+.c-input__label{font-size:.875rem;top:30%}.c-input__textarea{min-height:12.5rem;display:block;width:100%;background:0 0;padding:1rem .875rem 1rem .875rem;resize:none}.c-input__textarea::-webkit-input-placeholder{color:#878897}.c-input__textarea:-moz-placeholder{color:#878897}.c-input__textarea::-moz-placeholder{color:#878897}.c-input__textarea:-ms-input-placeholder{color:#878897}.c-input__label{top:30%;transform:translateY(-50%);color:#878897;position:absolute;left:.875rem;font-size:.875rem;transition:all .3s;pointer-events:none;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;max-width:100%}.c-input input[type=tel]::-webkit-input-placeholder{opacity:1;color:#878897}.c-input input[type=tel]:-moz-placeholder{opacity:1;color:#878897}.c-input input[type=tel]::-moz-placeholder{opacity:1;color:#878897}.c-input input[type=tel]:-ms-input-placeholder{opacity:1;color:#878897}.c-input input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.c-input__right-icon{position:absolute;right:1rem;top:50%;translate:0 -50%;pointer-events:none}.c-select{min-height:3.5rem;background:#fff;border-radius:.75rem;position:relative}.c-select_error{background:rgba(237,10,52,.1)}.modal .c-select{background:#e5e5e5}.c-select:has(.c-select__flag) .c-select__select{padding-left:3rem}.c-select:has(.c-select__flag) .c-select__label{left:3rem}.c-select__select{font-weight:500;background:0 0;color:currentColor;width:100%;padding:1.75rem .875rem .625rem .875rem}.c-select__label{top:50%;transform:translateY(-50%);color:#878897;position:absolute;left:.875rem;font-size:1rem;transition:all .3s;pointer-events:none;text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;max-width:100%}.c-select__flag{position:absolute;display:flex;top:0;left:0;height:100%;padding-left:.875rem;align-items:center}.c-select__arrow{position:absolute;top:0;right:0;height:100%;display:flex;align-items:center;padding-right:.875rem;color:#878897}.c-select_filled .c-select__label,.c-select_focused .c-select__label{top:30%;font-size:.875rem}.c-checkbox{margin:1rem 0;display:flex;align-items:center}.c-checkbox_inline{display:inline-flex;margin:1rem 0 0 1rem}.c-checkbox_inline:first-of-type{margin-left:0}.c-checkbox:has(input:checked) .c-checkbox__icon{background:#000}.c-checkbox:has(input:checked) .c-checkbox__icon:before{opacity:1}.c-checkbox:has(input:checked) .c-checkbox__icon_light{background:#000}.c-checkbox input{display:none}.c-checkbox_error .c-checkbox__icon{background:rgba(237,10,52,.1)}.c-checkbox__icon{flex:0 0 auto;position:relative;color:#fff;width:1.5rem;height:1.5rem;background:#fff;border-radius:.375rem;margin-right:.625rem}.c-checkbox__icon::before{content:"";left:0;display:block;position:absolute;width:.875rem;height:.5rem;border-bottom:1px #fff solid;border-left:1px #fff solid;rotate:-45deg;left:.3125rem;top:.3125rem;opacity:0}.c-checkbox__icon_light{background:#e5e5e5}.c-checkbox__badge{margin-left:auto}.c-checkbox__label{font-size:.875rem}.c-checkbox__label a{text-decoration:underline}.c-radio{margin:1rem 0;display:flex;align-items:center;gap:.625rem}.c-radio:last-child{margin-bottom:0}.c-radio:first-child{margin-top:0}.c-radio input{display:none}.c-radio__icon{width:1.5rem;height:1.5rem;border:1px #d7d8e7 solid;border-radius:50%;position:relative}.c-radio__icon:before{content:"";display:block;position:absolute;width:.75rem;height:.75rem;border-radius:50%;background:#1c2473;left:50%;top:50%;translate:-50% -50%;scale:0;transition:all .3s}.c-radio:has(input:checked) .c-radio__icon{border-color:#1c2473}.c-radio:has(input:checked) .c-radio__icon::before{scale:1}.c-button{font-weight:500;display:inline-flex;justify-content:center;align-items:center;color:#000;min-height:3.375rem;padding:0 1.5rem;border-radius:3.125rem;gap:.3125rem}.c-button_black{background:#000;color:#fff}.c-button_blue{color:#fff;background:#1c2473}.c-button_red{color:#fff;background:#ed0a34}.c-button_gray{background:#e5e5e5}.c-button_gray.c-button_outline{background:0 0;border:1px #d7d8e7 solid}.c-button_gray-dark{background:rgba(28,36,115,.1)}.c-button_mini{min-height:1.875rem}.c-button_white{background:#fff}.c-button_white.c-button_loading::after{border-color:#000;border-right-color:transparent}.c-button_full{width:100%}.c-button:disabled,.c-button_disabled{background:rgba(0,0,0,.3);pointer-events:none}.c-button_loading{pointer-events:none;position:relative;color:transparent}.c-button_loading::after{content:"";position:absolute;left:50%;top:50%;display:block;width:1.5rem;height:1.5rem;border:.125rem #fff solid;border-radius:50%;border-right-color:transparent;translate:-50% -50%;animation:.5s Spin linear infinite}.c-button small{font-size:.75rem}.c-toggle{display:inline-flex;background:#fff;padding:.625rem 1rem;min-height:2.5rem;border-radius:1.25rem;margin-left:.5rem;transition:all .3s}.c-toggle__text{font-weight:500;font-size:.75rem;gap:.5rem;display:flex;align-items:center}.c-toggle:first-child{margin-left:0}.c-toggle:has(:checked){background:#000;color:#fff}.tabs-btns{display:grid;grid-template-columns:repeat(2,1fr);background:#e5e5e5;top:0;margin-bottom:2rem;z-index:2}.tabs-btns:has(>:nth-child(3)){grid-template-columns:repeat(3,1fr)}.tabs-btns:has(>:nth-child(4)){grid-template-columns:repeat(4,1fr)}.tabs-btns__btn{font-size:.875rem;color:#878897;border-bottom:1px #d7d8e7 solid;padding-bottom:.875rem}.tabs-btns__btn_active{color:#000;border-color:#000}.tabs-content__panel{display:none}.tabs-content__panel_active{display:block;animation:tabIn .3s linear both}.dropdown{position:relative}.dropdown__drop{display:none;position:absolute;top:calc(100% + 1rem);background:#fff;border-radius:.75rem;white-space:nowrap;padding:1.5rem;box-shadow:0 0 1rem 0 rgba(0,0,0,.1)}.dropdown__drop_right{right:0}.dropdown__drop_left{left:0}.bubble{width:-moz-max-content;width:max-content;padding:.375rem .625rem;display:flex;align-items:center;gap:.375rem;border-radius:1.25rem;font-size:.875rem;text-transform:uppercase;color:#fff;border:1px;border-style:solid}.bubble_small{justify-content:center;font-size:.625rem;line-height:.625rem;padding:.25rem .375rem;min-width:1.25rem}.bubble_green{background:#00b715;border-color:#00b715}.bubble_green.bubble_outline{background:0 0;color:#00b715}.bubble_black{background:#000;border-color:#000}.bubble_black.bubble_outline{background:0 0;color:#000}.bubble_red{background:#ed0a34;border-color:#ed0a34}.bubble_red.bubble_outline{background:0 0;color:#ed0a34}.bubble_blue{background:#1c2473;border-color:#1c2473}.bubble_blue.bubble_outline{background:0 0;color:#1c2473}.bubble_white{background:#fff;border-color:#fff;color:#000}.bubble_white.bubble_outline{background:0 0;color:#1c2473}.bubble_transparent{border:transparent;background:rgba(0,0,0,.3)}@keyframes tabIn{from{opacity:0}to{opacity:1}}@keyframes Spin{to{rotate:360deg}}html{background:#e5e5e5;height:100%}body{font-family:Onest,sans-serif;color:#000;height:100%;font-optical-sizing:auto;text-rendering:optimizeSpeed;font-weight:400;font-size:1rem;display:flex;line-height:normal;flex-direction:column;scrollbar-gutter:stable}strong{font-weight:500}b{font-weight:700}.screen{width:100%;height:100%;display:flex;flex-direction:column}.top-bar{flex:0 0 auto}.top-bar{flex:0 0 auto}.content{flex:1 1 auto;overflow:auto;padding-top:2rem;padding-bottom:2rem}.container{max-width:39.5rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container-fluid{max-width:100%}.uppercase{text-transform:uppercase}.text-center{text-align:center}a,button{color:#000}.h1,h1{letter-spacing:.1875rem;font-style:normal;font-size:3.125rem;font-weight:100}.h2,h2{font-style:normal;letter-spacing:.125rem;font-size:2rem;font-weight:100}.h3,h3{font-size:1.5rem;line-height:2rem;font-weight:500}.h4,h4{font-size:1.25rem;line-height:1.75rem;font-weight:500}.h5,h5{font-size:1.125rem;line-height:1.5rem;font-weight:500}.h6,h6{font-size:1rem;line-height:1.125rem;font-weight:500}.text-red{color:#ed0a34}.text-green{color:#00b715}.text-gray{color:#878897}.text-gold{color:#c6a55a}.text-blue{color:#1c2473}.text-telegram{color:#2aabee}.text-whatsapp{color:#25d366}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.icon{font-size:1.5rem}hr{border:none;height:1px;background:#d7d8e7;margin:1.25rem 0}.mt-1{margin-top:.125rem!important}.mt-2{margin-top:.25rem!important}.mt-3{margin-top:.375rem!important}.mt-4{margin-top:.5rem!important}.mt-5{margin-top:.625rem!important}.mt-6{margin-top:.75rem!important}.mt-7{margin-top:.875rem!important}.mt-8{margin-top:1rem!important}.mt-9{margin-top:1.125rem!important}.mt-10{margin-top:1.25rem!important}.mt-11{margin-top:1.375rem!important}.mt-12{margin-top:1.5rem!important}.mt-13{margin-top:1.625rem!important}.mt-14{margin-top:1.75rem!important}.mt-15{margin-top:1.875rem!important}.mt-16{margin-top:2rem!important}.mt-17{margin-top:2.125rem!important}.mt-18{margin-top:2.25rem!important}.mt-19{margin-top:2.375rem!important}.mt-20{margin-top:2.5rem!important}.mt-21{margin-top:2.625rem!important}.mt-22{margin-top:2.75rem!important}.mt-23{margin-top:2.875rem!important}.mt-24{margin-top:3rem!important}.mt-25{margin-top:3.125rem!important}.mt-26{margin-top:3.25rem!important}.mt-27{margin-top:3.375rem!important}.mt-28{margin-top:3.5rem!important}.mt-29{margin-top:3.625rem!important}.mt-30{margin-top:3.75rem!important}.mt-31{margin-top:3.875rem!important}.mt-32{margin-top:4rem!important}.mt-33{margin-top:4.125rem!important}.mt-34{margin-top:4.25rem!important}.mt-35{margin-top:4.375rem!important}.mt-36{margin-top:4.5rem!important}.mt-37{margin-top:4.625rem!important}.mt-38{margin-top:4.75rem!important}.mt-39{margin-top:4.875rem!important}.mt-40{margin-top:5rem!important}.mr-1{margin-right:.125rem!important}.mr-2{margin-right:.25rem!important}.mr-3{margin-right:.375rem!important}.mr-4{margin-right:.5rem!important}.mr-5{margin-right:.625rem!important}.mr-6{margin-right:.75rem!important}.mr-7{margin-right:.875rem!important}.mr-8{margin-right:1rem!important}.mr-9{margin-right:1.125rem!important}.mr-10{margin-right:1.25rem!important}.mr-11{margin-right:1.375rem!important}.mr-12{margin-right:1.5rem!important}.mr-13{margin-right:1.625rem!important}.mr-14{margin-right:1.75rem!important}.mr-15{margin-right:1.875rem!important}.mr-16{margin-right:2rem!important}.mr-17{margin-right:2.125rem!important}.mr-18{margin-right:2.25rem!important}.mr-19{margin-right:2.375rem!important}.mr-20{margin-right:2.5rem!important}.mr-21{margin-right:2.625rem!important}.mr-22{margin-right:2.75rem!important}.mr-23{margin-right:2.875rem!important}.mr-24{margin-right:3rem!important}.mr-25{margin-right:3.125rem!important}.mr-26{margin-right:3.25rem!important}.mr-27{margin-right:3.375rem!important}.mr-28{margin-right:3.5rem!important}.mr-29{margin-right:3.625rem!important}.mr-30{margin-right:3.75rem!important}.mr-31{margin-right:3.875rem!important}.mr-32{margin-right:4rem!important}.mr-33{margin-right:4.125rem!important}.mr-34{margin-right:4.25rem!important}.mr-35{margin-right:4.375rem!important}.mr-36{margin-right:4.5rem!important}.mr-37{margin-right:4.625rem!important}.mr-38{margin-right:4.75rem!important}.mr-39{margin-right:4.875rem!important}.mr-40{margin-right:5rem!important}.mb-1{margin-bottom:.125rem!important}.mb-2{margin-bottom:.25rem!important}.mb-3{margin-bottom:.375rem!important}.mb-4{margin-bottom:.5rem!important}.mb-5{margin-bottom:.625rem!important}.mb-6{margin-bottom:.75rem!important}.mb-7{margin-bottom:.875rem!important}.mb-8{margin-bottom:1rem!important}.mb-9{margin-bottom:1.125rem!important}.mb-10{margin-bottom:1.25rem!important}.mb-11{margin-bottom:1.375rem!important}.mb-12{margin-bottom:1.5rem!important}.mb-13{margin-bottom:1.625rem!important}.mb-14{margin-bottom:1.75rem!important}.mb-15{margin-bottom:1.875rem!important}.mb-16{margin-bottom:2rem!important}.mb-17{margin-bottom:2.125rem!important}.mb-18{margin-bottom:2.25rem!important}.mb-19{margin-bottom:2.375rem!important}.mb-20{margin-bottom:2.5rem!important}.mb-21{margin-bottom:2.625rem!important}.mb-22{margin-bottom:2.75rem!important}.mb-23{margin-bottom:2.875rem!important}.mb-24{margin-bottom:3rem!important}.mb-25{margin-bottom:3.125rem!important}.mb-26{margin-bottom:3.25rem!important}.mb-27{margin-bottom:3.375rem!important}.mb-28{margin-bottom:3.5rem!important}.mb-29{margin-bottom:3.625rem!important}.mb-30{margin-bottom:3.75rem!important}.mb-31{margin-bottom:3.875rem!important}.mb-32{margin-bottom:4rem!important}.mb-33{margin-bottom:4.125rem!important}.mb-34{margin-bottom:4.25rem!important}.mb-35{margin-bottom:4.375rem!important}.mb-36{margin-bottom:4.5rem!important}.mb-37{margin-bottom:4.625rem!important}.mb-38{margin-bottom:4.75rem!important}.mb-39{margin-bottom:4.875rem!important}.mb-40{margin-bottom:5rem!important}.ml-1{margin-left:.125rem!important}.ml-2{margin-left:.25rem!important}.ml-3{margin-left:.375rem!important}.ml-4{margin-left:.5rem!important}.ml-5{margin-left:.625rem!important}.ml-6{margin-left:.75rem!important}.ml-7{margin-left:.875rem!important}.ml-8{margin-left:1rem!important}.ml-9{margin-left:1.125rem!important}.ml-10{margin-left:1.25rem!important}.ml-11{margin-left:1.375rem!important}.ml-12{margin-left:1.5rem!important}.ml-13{margin-left:1.625rem!important}.ml-14{margin-left:1.75rem!important}.ml-15{margin-left:1.875rem!important}.ml-16{margin-left:2rem!important}.ml-17{margin-left:2.125rem!important}.ml-18{margin-left:2.25rem!important}.ml-19{margin-left:2.375rem!important}.ml-20{margin-left:2.5rem!important}.ml-21{margin-left:2.625rem!important}.ml-22{margin-left:2.75rem!important}.ml-23{margin-left:2.875rem!important}.ml-24{margin-left:3rem!important}.ml-25{margin-left:3.125rem!important}.ml-26{margin-left:3.25rem!important}.ml-27{margin-left:3.375rem!important}.ml-28{margin-left:3.5rem!important}.ml-29{margin-left:3.625rem!important}.ml-30{margin-left:3.75rem!important}.ml-31{margin-left:3.875rem!important}.ml-32{margin-left:4rem!important}.ml-33{margin-left:4.125rem!important}.ml-34{margin-left:4.25rem!important}.ml-35{margin-left:4.375rem!important}.ml-36{margin-left:4.5rem!important}.ml-37{margin-left:4.625rem!important}.ml-38{margin-left:4.75rem!important}.ml-39{margin-left:4.875rem!important}.ml-40{margin-left:5rem!important}.mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.mx-3{margin-left:.375rem!important;margin-right:.375rem!important}.mx-4{margin-left:.5rem!important;margin-right:.5rem!important}.mx-5{margin-left:.625rem!important;margin-right:.625rem!important}.mx-6{margin-left:.75rem!important;margin-right:.75rem!important}.mx-7{margin-left:.875rem!important;margin-right:.875rem!important}.mx-8{margin-left:1rem!important;margin-right:1rem!important}.mx-9{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-10{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-11{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-12{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-13{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-14{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-15{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-16{margin-left:2rem!important;margin-right:2rem!important}.mx-17{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-18{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-19{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-20{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-21{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-22{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-23{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-24{margin-left:3rem!important;margin-right:3rem!important}.mx-25{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-26{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-27{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-28{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-29{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-30{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-31{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-32{margin-left:4rem!important;margin-right:4rem!important}.mx-33{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-34{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-35{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-36{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-37{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-38{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-39{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-40{margin-left:5rem!important;margin-right:5rem!important}.my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-3{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-4{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-5{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-6{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-7{margin-top:.875rem!important;margin-bottom:.875rem!important}.my-8{margin-top:1rem!important;margin-bottom:1rem!important}.my-9{margin-top:1.125rem!important;margin-bottom:1.125rem!important}.my-10{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-11{margin-top:1.375rem!important;margin-bottom:1.375rem!important}.my-12{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-13{margin-top:1.625rem!important;margin-bottom:1.625rem!important}.my-14{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-15{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-16{margin-top:2rem!important;margin-bottom:2rem!important}.my-17{margin-top:2.125rem!important;margin-bottom:2.125rem!important}.my-18{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-19{margin-top:2.375rem!important;margin-bottom:2.375rem!important}.my-20{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-21{margin-top:2.625rem!important;margin-bottom:2.625rem!important}.my-22{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-23{margin-top:2.875rem!important;margin-bottom:2.875rem!important}.my-24{margin-top:3rem!important;margin-bottom:3rem!important}.my-25{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-26{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-27{margin-top:3.375rem!important;margin-bottom:3.375rem!important}.my-28{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-29{margin-top:3.625rem!important;margin-bottom:3.625rem!important}.my-30{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-31{margin-top:3.875rem!important;margin-bottom:3.875rem!important}.my-32{margin-top:4rem!important;margin-bottom:4rem!important}.my-33{margin-top:4.125rem!important;margin-bottom:4.125rem!important}.my-34{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-35{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-36{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-37{margin-top:4.625rem!important;margin-bottom:4.625rem!important}.my-38{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-39{margin-top:4.875rem!important;margin-bottom:4.875rem!important}.my-40{margin-top:5rem!important;margin-bottom:5rem!important}.pt-1{padding-top:.125rem!important}.pt-2{padding-top:.25rem!important}.pt-3{padding-top:.375rem!important}.pt-4{padding-top:.5rem!important}.pt-5{padding-top:.625rem!important}.pt-6{padding-top:.75rem!important}.pt-7{padding-top:.875rem!important}.pt-8{padding-top:1rem!important}.pt-9{padding-top:1.125rem!important}.pt-10{padding-top:1.25rem!important}.pt-11{padding-top:1.375rem!important}.pt-12{padding-top:1.5rem!important}.pt-13{padding-top:1.625rem!important}.pt-14{padding-top:1.75rem!important}.pt-15{padding-top:1.875rem!important}.pt-16{padding-top:2rem!important}.pt-17{padding-top:2.125rem!important}.pt-18{padding-top:2.25rem!important}.pt-19{padding-top:2.375rem!important}.pt-20{padding-top:2.5rem!important}.pt-21{padding-top:2.625rem!important}.pt-22{padding-top:2.75rem!important}.pt-23{padding-top:2.875rem!important}.pt-24{padding-top:3rem!important}.pt-25{padding-top:3.125rem!important}.pt-26{padding-top:3.25rem!important}.pt-27{padding-top:3.375rem!important}.pt-28{padding-top:3.5rem!important}.pt-29{padding-top:3.625rem!important}.pt-30{padding-top:3.75rem!important}.pt-31{padding-top:3.875rem!important}.pt-32{padding-top:4rem!important}.pt-33{padding-top:4.125rem!important}.pt-34{padding-top:4.25rem!important}.pt-35{padding-top:4.375rem!important}.pt-36{padding-top:4.5rem!important}.pt-37{padding-top:4.625rem!important}.pt-38{padding-top:4.75rem!important}.pt-39{padding-top:4.875rem!important}.pt-40{padding-top:5rem!important}.pr-1{padding-right:.125rem!important}.pr-2{padding-right:.25rem!important}.pr-3{padding-right:.375rem!important}.pr-4{padding-right:.5rem!important}.pr-5{padding-right:.625rem!important}.pr-6{padding-right:.75rem!important}.pr-7{padding-right:.875rem!important}.pr-8{padding-right:1rem!important}.pr-9{padding-right:1.125rem!important}.pr-10{padding-right:1.25rem!important}.pr-11{padding-right:1.375rem!important}.pr-12{padding-right:1.5rem!important}.pr-13{padding-right:1.625rem!important}.pr-14{padding-right:1.75rem!important}.pr-15{padding-right:1.875rem!important}.pr-16{padding-right:2rem!important}.pr-17{padding-right:2.125rem!important}.pr-18{padding-right:2.25rem!important}.pr-19{padding-right:2.375rem!important}.pr-20{padding-right:2.5rem!important}.pr-21{padding-right:2.625rem!important}.pr-22{padding-right:2.75rem!important}.pr-23{padding-right:2.875rem!important}.pr-24{padding-right:3rem!important}.pr-25{padding-right:3.125rem!important}.pr-26{padding-right:3.25rem!important}.pr-27{padding-right:3.375rem!important}.pr-28{padding-right:3.5rem!important}.pr-29{padding-right:3.625rem!important}.pr-30{padding-right:3.75rem!important}.pr-31{padding-right:3.875rem!important}.pr-32{padding-right:4rem!important}.pr-33{padding-right:4.125rem!important}.pr-34{padding-right:4.25rem!important}.pr-35{padding-right:4.375rem!important}.pr-36{padding-right:4.5rem!important}.pr-37{padding-right:4.625rem!important}.pr-38{padding-right:4.75rem!important}.pr-39{padding-right:4.875rem!important}.pr-40{padding-right:5rem!important}.pb-1{padding-bottom:.125rem!important}.pb-2{padding-bottom:.25rem!important}.pb-3{padding-bottom:.375rem!important}.pb-4{padding-bottom:.5rem!important}.pb-5{padding-bottom:.625rem!important}.pb-6{padding-bottom:.75rem!important}.pb-7{padding-bottom:.875rem!important}.pb-8{padding-bottom:1rem!important}.pb-9{padding-bottom:1.125rem!important}.pb-10{padding-bottom:1.25rem!important}.pb-11{padding-bottom:1.375rem!important}.pb-12{padding-bottom:1.5rem!important}.pb-13{padding-bottom:1.625rem!important}.pb-14{padding-bottom:1.75rem!important}.pb-15{padding-bottom:1.875rem!important}.pb-16{padding-bottom:2rem!important}.pb-17{padding-bottom:2.125rem!important}.pb-18{padding-bottom:2.25rem!important}.pb-19{padding-bottom:2.375rem!important}.pb-20{padding-bottom:2.5rem!important}.pb-21{padding-bottom:2.625rem!important}.pb-22{padding-bottom:2.75rem!important}.pb-23{padding-bottom:2.875rem!important}.pb-24{padding-bottom:3rem!important}.pb-25{padding-bottom:3.125rem!important}.pb-26{padding-bottom:3.25rem!important}.pb-27{padding-bottom:3.375rem!important}.pb-28{padding-bottom:3.5rem!important}.pb-29{padding-bottom:3.625rem!important}.pb-30{padding-bottom:3.75rem!important}.pb-31{padding-bottom:3.875rem!important}.pb-32{padding-bottom:4rem!important}.pb-33{padding-bottom:4.125rem!important}.pb-34{padding-bottom:4.25rem!important}.pb-35{padding-bottom:4.375rem!important}.pb-36{padding-bottom:4.5rem!important}.pb-37{padding-bottom:4.625rem!important}.pb-38{padding-bottom:4.75rem!important}.pb-39{padding-bottom:4.875rem!important}.pb-40{padding-bottom:5rem!important}.pl-1{padding-left:.125rem!important}.pl-2{padding-left:.25rem!important}.pl-3{padding-left:.375rem!important}.pl-4{padding-left:.5rem!important}.pl-5{padding-left:.625rem!important}.pl-6{padding-left:.75rem!important}.pl-7{padding-left:.875rem!important}.pl-8{padding-left:1rem!important}.pl-9{padding-left:1.125rem!important}.pl-10{padding-left:1.25rem!important}.pl-11{padding-left:1.375rem!important}.pl-12{padding-left:1.5rem!important}.pl-13{padding-left:1.625rem!important}.pl-14{padding-left:1.75rem!important}.pl-15{padding-left:1.875rem!important}.pl-16{padding-left:2rem!important}.pl-17{padding-left:2.125rem!important}.pl-18{padding-left:2.25rem!important}.pl-19{padding-left:2.375rem!important}.pl-20{padding-left:2.5rem!important}.pl-21{padding-left:2.625rem!important}.pl-22{padding-left:2.75rem!important}.pl-23{padding-left:2.875rem!important}.pl-24{padding-left:3rem!important}.pl-25{padding-left:3.125rem!important}.pl-26{padding-left:3.25rem!important}.pl-27{padding-left:3.375rem!important}.pl-28{padding-left:3.5rem!important}.pl-29{padding-left:3.625rem!important}.pl-30{padding-left:3.75rem!important}.pl-31{padding-left:3.875rem!important}.pl-32{padding-left:4rem!important}.pl-33{padding-left:4.125rem!important}.pl-34{padding-left:4.25rem!important}.pl-35{padding-left:4.375rem!important}.pl-36{padding-left:4.5rem!important}.pl-37{padding-left:4.625rem!important}.pl-38{padding-left:4.75rem!important}.pl-39{padding-left:4.875rem!important}.pl-40{padding-left:5rem!important}.px-1{padding-left:.125rem!important;padding-right:.125rem!important}.px-2{padding-left:.25rem!important;padding-right:.25rem!important}.px-3{padding-left:.375rem!important;padding-right:.375rem!important}.px-4{padding-left:.5rem!important;padding-right:.5rem!important}.px-5{padding-left:.625rem!important;padding-right:.625rem!important}.px-6{padding-left:.75rem!important;padding-right:.75rem!important}.px-7{padding-left:.875rem!important;padding-right:.875rem!important}.px-8{padding-left:1rem!important;padding-right:1rem!important}.px-9{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-10{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-11{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-12{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-13{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-14{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-15{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-16{padding-left:2rem!important;padding-right:2rem!important}.px-17{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-18{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-19{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-20{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-21{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-22{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-23{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-24{padding-left:3rem!important;padding-right:3rem!important}.px-25{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-26{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-27{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-28{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-29{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-30{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-31{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-32{padding-left:4rem!important;padding-right:4rem!important}.px-33{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-34{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-35{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-36{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-37{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-38{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-39{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-40{padding-left:5rem!important;padding-right:5rem!important}.py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-3{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-4{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-6{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-7{padding-top:.875rem!important;padding-bottom:.875rem!important}.py-8{padding-top:1rem!important;padding-bottom:1rem!important}.py-9{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.py-10{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-11{padding-top:1.375rem!important;padding-bottom:1.375rem!important}.py-12{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-13{padding-top:1.625rem!important;padding-bottom:1.625rem!important}.py-14{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-15{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-16{padding-top:2rem!important;padding-bottom:2rem!important}.py-17{padding-top:2.125rem!important;padding-bottom:2.125rem!important}.py-18{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-19{padding-top:2.375rem!important;padding-bottom:2.375rem!important}.py-20{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-21{padding-top:2.625rem!important;padding-bottom:2.625rem!important}.py-22{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-23{padding-top:2.875rem!important;padding-bottom:2.875rem!important}.py-24{padding-top:3rem!important;padding-bottom:3rem!important}.py-25{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-26{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-27{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-28{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-29{padding-top:3.625rem!important;padding-bottom:3.625rem!important}.py-30{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-31{padding-top:3.875rem!important;padding-bottom:3.875rem!important}.py-32{padding-top:4rem!important;padding-bottom:4rem!important}.py-33{padding-top:4.125rem!important;padding-bottom:4.125rem!important}.py-34{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-35{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-36{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-37{padding-top:4.625rem!important;padding-bottom:4.625rem!important}.py-38{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-39{padding-top:4.875rem!important;padding-bottom:4.875rem!important}.py-40{padding-top:5rem!important;padding-bottom:5rem!important}.form__item{margin-bottom:1.25rem}.form__col-x2{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:2rem;column-gap:2rem}.iti{width:100%}.iti__selected-country-primary{padding-left:.875rem;padding-top:16px;background:0 0!important}.iti__dropdown-content{background:#fff;border-radius:1rem}.iti__search-input{background:0 0;padding:1rem;font-size:1rem}.iti--fullscreen-popup .iti__country{font-size:1rem;padding:.625rem 1rem}.btns-group{margin-top:1.5rem;display:grid;gap:20px}.btns-group_between{display:flex;justify-content:space-between}.title-with-buttons{display:flex;align-items:center;justify-content:space-between}.title-with-buttons__btns{display:flex;gap:1rem}.data-pair{display:grid;gap:.375rem}.header{display:grid;grid-template-columns:1fr auto 1fr;padding:2rem 0;align-items:center}.header__left{display:flex;align-items:center}.header__right{display:flex;align-items:center;justify-content:flex-end}.header-user{display:flex;align-items:center;gap:.625rem}.modal{background:#e5e5e5;padding:0;border-radius:0;box-shadow:none;position:fixed;inset:0;max-width:100%;width:100%}.modal__wrapper{height:100%;display:flex;flex-direction:column}.modal__top{flex:0 0 auto}.modal__content{flex:1 1 auto;overflow:auto}.modal-header{padding:3rem 0;display:flex;align-items:center;justify-content:space-between}.modal-header__btns{display:flex;gap:1rem}.filters{display:grid;gap:3rem}.filters__group{display:grid;gap:1.5rem}.filters__head{display:flex;align-items:center;gap:1rem}.filters__title{display:flex;align-items:center;gap:1rem;font-weight:500}.filters__all-btn{padding:.25rem .625rem;font-size:.75rem;margin-left:auto;border:1px #d7d8e7 solid;font-weight:500;border-radius:1.25rem}.filters__date-range{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}.qrs-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.qrs-grid img{width:100%}.sign-user-data{padding:1.5rem 0;display:grid;grid-template-columns:1fr 1fr;align-items:center}.sign-user-data__props{display:flex;align-items:center;gap:3rem}.sign-user-data__props-item{display:grid;gap:.375rem}.list-actions{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.list-actions__button{gap:.375rem;display:flex;align-items:center}.data-table{display:grid;gap:1rem}.data-table__row{background:#fff;border-radius:.75rem;padding:1.25rem .5rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:1rem 0}.data-table__col{padding:0 .5rem}.data-table__col_button{flex:0 0 auto}.data-table__col_id{width:4.5rem}.data-table__col_date{width:8.5rem}.data-table__col_name{width:25%}.data-table__col_status{width:6rem}.data-table__col_wide{width:100%}.data-table__col_items{width:12rem}.data-table__col_price{width:9rem}.data-table__list{display:grid;gap:.25rem;font-size:.75rem}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.pagination__btn{background:#fff;padding:.625rem 1rem;border-radius:1.25rem}.pagination__btn_active{background:#000;color:#fff}.add-item-btn{margin-top:1rem}.add-item-btn .c-button{padding-left:3rem;padding-right:3rem}.user-data{display:grid;grid-template-columns:2fr 1fr;align-items:start}.user-data__left,.user-data__right{display:grid;gap:1.5rem}.user-data__right{padding-top:.75rem}.user-data__name{display:flex;flex-wrap:wrap;align-items:baseline;-moz-column-gap:1rem;column-gap:1rem}.user-data__id{font-size:2rem;text-transform:uppercase;color:#878897;font-weight:200}.user-data__personal{display:flex;flex-wrap:wrap;gap:1.5rem 2rem}@media only screen and (max-width:48rem){.container{padding-left:1rem;padding-right:1rem}}
/* End */
/* /local/templates/crm/css/style.min.css?175368701636295 */
