@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{margin:0}ul{list-style:none;margin:0;padding:0}html{font-size:14px}body{font-family:Inter,"system-ui",sans-serif;line-height:1.2}button{cursor:pointer;border:none;outline:none;background:none;padding:0}:root{--color-white: #fff;--color-black-1: #f8f9fa;--color-black-2: #f0f1f4;--color-black-3: #e3e5e9;--color-black-4: #c8cad1;--color-black-5: #878990;--color-black-6: #4b4e57;--color-black-7: #0f111b;--color-violet-1: #e4eaff;--color-violet-2: #cfd9fb;--color-violet-5: #5461ba;--color-violet-6: #273283;--color-violet-7: #292d3d;--color-blue-1: #e6efff;--color-blue-2: #c1d7ff;--color-blue-3: #8fb1f2;--color-blue-4: #1a60e3;--color-blue-5: #0c398d;--color-blue-6: #082f79;--color-green-1: #dcf0e4;--color-green-2: #4fb678;--color-green-4: #4fb678;--color-green-5: #2da15b;--color-orange-1: #ffeed5;--color-orange-5: #e79417;--color-red-1: #fbeeee;--color-red-2: #ffd3d3;--color-red-3: #ff8f8f;--color-red-4: #da5857;--color-red-5: #ca4241;--breakpoint-mobile: 0;--breakpoint-desktop: 1025px;--breakpoint-desktop-full: 1361px}.blurred-content{filter:blur(4px);opacity:.5;transition:filter .2s ease}.blurred-content:hover{filter:blur(0);opacity:1}.flex-container-center{display:flex;flex:1;align-items:center;justify-content:center}.desktop-only{display:none}@media (min-width: 1025px){.desktop-only{display:flex}}body{display:flex;flex-direction:column;min-height:100vh}main{display:flex;flex:1}.scrollable-content{display:flex;flex-direction:column;flex:1;height:100%;overflow:auto}.layout{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#f8f9fa}.layout__content{width:100%;padding:0 10px}@media (min-width: 1025px){.layout__content{max-width:1361px;padding-left:10px;padding-right:10px}}@media (min-width: 1361px){.layout__content{padding-left:0;padding-right:0}}.layout__content--page{display:flex;flex-direction:column;flex:1;margin-bottom:40px}@media (min-width: 1025px){.layout__content--page{margin-bottom:60px}}.vue-component-wrapper{display:contents}.scroll{display:none;position:fixed;bottom:46px;right:12px}@media (min-width: 1025px){.scroll{--is-desktop: true}}.header-top-bar{display:none}@media (min-width: 1025px){.header-top-bar{display:flex;background-color:#292d3d}}.header-top-bar__content{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:6px 24px;min-height:60px;background:#fff;border-bottom:1px solid #f0f1f4}@media (min-width: 1025px){.header{padding:20px 0;min-height:auto}}.header__content{display:flex;align-items:center;gap:24px}.header__nav-list{display:flex;gap:40px;line-height:2.7142857143rem;list-style:none;margin:0;padding:0}.header__nav-link{color:#c8cad1;font-size:14px;font-weight:500;font-style:normal;line-height:normal}.header__search{display:none}@media (min-width: 1025px){.header__search{display:flex;flex:1;align-items:center;gap:10px}}.header__actions{display:none}@media (min-width: 1025px){.header__actions{display:flex;align-items:center;gap:10px}}.header__actions--delimiter{width:1.6px;height:30px;background-color:#f0f1f4}.header__actions-group{display:none}@media (min-width: 1025px){.header__actions-group{display:flex;align-items:center;list-style:none;margin:0;padding:0}}.header__actions-group--type-links{gap:6px}.header__actions-group--type-quick{gap:10px}.region-label{display:flex;gap:2px}.footer{display:flex;flex-direction:column}.footer__primary{background-color:#f0f1f4}.footer__secondary{background-color:#e3e5e9}.footer__secondary__content{display:flex;flex-direction:column;justify-content:space-between;padding-top:12px;padding-bottom:12px;gap:6px}@media (min-width: 1025px){.footer__secondary__content{flex-direction:row}}.footer__primary__content{display:flex;gap:50px;padding-top:40px;padding-bottom:50px;flex-wrap:wrap}.footer__catalog{display:none}@media (min-width: 1025px){.footer__catalog{display:flex;flex-direction:column;gap:20px}}.footer__catalog-items{display:flex;flex-wrap:wrap;gap:12px}.footer__about{display:flex;flex-wrap:wrap;gap:20px}.footer__contacts{display:flex;flex-direction:column;gap:20px}@media (min-width: 1025px){.footer__contacts{flex-direction:row}}.footer__column{display:flex;flex-direction:column;gap:20px}.footer__column-category{width:180px;gap:30px}.footer__column-info{width:160px}.footer__list{display:flex;flex-direction:column;gap:10px}.bottom-menu{position:sticky;left:0;bottom:0;right:0;z-index:10;display:flex;flex-direction:column}@media (min-width: 1025px){.bottom-menu{display:none}}.bottom-menu__action{display:flex;padding:12px;border-top:1px solid #f0f1f4;background:#fff}.bottom-menu__action:empty{display:none}.bottom-menu__nav{display:flex;align-items:center;justify-content:space-between;padding:6px 24px;border-top:1px solid #f0f1f4;background:#fff}.form-field{display:flex;flex-direction:column;position:relative}.form-field--full-width{width:100%}.form-field__info{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.form-field.form-field--floating-info .form-field__info{position:absolute;bottom:100%}.form-field__label-control{display:flex;flex-direction:row;align-items:center;gap:2px}.form-field__label{font-style:normal;font-weight:500;line-height:normal}.form-field__label--required:after{content:"*";color:red;margin-left:2px}.form-field__description{font-style:normal;font-weight:400;line-height:normal}.form-field__message{display:flex;align-items:center;position:absolute;text-wrap:nowrap;top:100%;margin-top:4px;gap:4px}.form-field__message.form-field__message--take-space{position:relative}.form-field__add-on{display:flex}.form-field__add-on:after{content:"" "";display:block;width:1px;background-color:#e3e5e9}.form-field__add-on:empty{display:none}.form-field--color-violet.form-field--style-fill .form-field__label-control{color:#878990}.form-field--color-violet.form-field--style-fill .form-field__label{color:#4b4e57}.form-field--color-violet.form-field--style-fill .form-field__description,.form-field--color-violet.form-field--style-fill .form-field__message{color:#878990}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__message{color:#da5857}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__label{color:#878990}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__description,.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__message{color:#c8cad1}.form-field--color-blue.form-field--style-border .form-field__label-control{color:#878990}.form-field--color-blue.form-field--style-border .form-field__label{color:#4b4e57}.form-field--color-blue.form-field--style-border .form-field__description,.form-field--color-blue.form-field--style-border .form-field__message{color:#878990}.form-field--color-blue.form-field--style-border.form-field--error .form-field__message{color:#da5857}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__label{color:#878990}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__description,.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__message{color:#c8cad1}.form-field--color-blue.form-field--style-tint .form-field__label-control{color:#878990}.form-field--color-blue.form-field--style-tint .form-field__label{color:#4b4e57}.form-field--color-blue.form-field--style-tint .form-field__description,.form-field--color-blue.form-field--style-tint .form-field__message{color:#878990}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__message{color:#da5857}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__label{color:#878990}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__description,.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__message{color:#c8cad1}.form-field--color-blue.form-field--style-empty .form-field__label-control{color:#878990}.form-field--color-blue.form-field--style-empty .form-field__label{color:#4b4e57}.form-field--color-blue.form-field--style-empty .form-field__description,.form-field--color-blue.form-field--style-empty .form-field__message{color:#878990}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__message{color:#da5857}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__label{color:#878990}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__description,.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__message{color:#c8cad1}.form-field--size-sm .form-field__label-control svg{width:14px;height:14px}.form-field--size-sm .form-field__label{font-size:1rem}.form-field--size-sm .form-field__description,.form-field--size-sm .form-field__message{font-size:.8571428571rem}.form-field--size-sm .form-field__message svg{width:16px;height:16px}.form-field--size-sm .form-field__add-on:after{height:16px;margin-left:8px}.form-field--size-md .form-field__label-control svg{width:14px;height:14px}.form-field--size-md .form-field__label{font-size:1rem}.form-field--size-md .form-field__description,.form-field--size-md .form-field__message{font-size:.8571428571rem}.form-field--size-md .form-field__message svg{width:16px;height:16px}.form-field--size-md .form-field__add-on:after{height:20px;margin-left:10px}.form-field--size-lg .form-field__label-control svg{width:16px;height:16px}.form-field--size-lg .form-field__label{font-size:1.1428571429rem}.form-field--size-lg .form-field__description,.form-field--size-lg .form-field__message{font-size:1rem}.form-field--size-lg .form-field__message svg{width:18px;height:18px}.form-field--size-lg .form-field__add-on:after{height:24px;margin-left:12px}.form-field__control{display:flex;align-items:center;gap:6px}.form-field__input-wrapper{display:flex;flex:1;align-items:center;cursor:text}.form-field__input{display:flex;flex:1;font-style:normal;font-weight:500;line-height:normal}.form-field__input::placeholder{font-weight:400}.form-field__control{border:none;background:transparent}.form-field__control input.form-field__input{border:none;outline:none;box-shadow:none;background:transparent}.form-field__control input.form-field__input:focus{border:none;outline:none;box-shadow:none}.form-field--color-violet.form-field--style-fill .form-field__input{color:#4b4e57}.form-field--color-violet.form-field--style-fill .form-field__input::placeholder{color:#878990}.form-field--color-violet.form-field--style-fill .form-field__control{color:#878990;background:#f0f1f4;box-shadow:none}.form-field--color-violet.form-field--style-fill .form-field__control:hover,.form-field--color-violet.form-field--style-fill .form-field__control:focus-within{background:#f8f9fa;box-shadow:inset 0 0 0 2px #5461ba}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__control{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__control:hover,.form-field--color-violet.form-field--style-fill.form-field--error .form-field__control:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__input{color:#878990}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__input::placeholder{color:#c8cad1}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__control{color:#878990;background:#f8f9fa;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__control:hover,.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__control:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__control:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-border .form-field__input{color:#4b4e57}.form-field--color-blue.form-field--style-border .form-field__input::placeholder{color:#878990}.form-field--color-blue.form-field--style-border .form-field__control{color:#878990;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border .form-field__control:hover,.form-field--color-blue.form-field--style-border .form-field__control:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #8fb1f2}.form-field--color-blue.form-field--style-border.form-field--error .form-field__control{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--error .form-field__control:hover,.form-field--color-blue.form-field--style-border.form-field--error .form-field__control:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__input{color:#878990}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__control{color:#878990;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__control:hover,.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__control:focus-within{background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__control:focus-within{box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-tint .form-field__input{color:#4b4e57}.form-field--color-blue.form-field--style-tint .form-field__input::placeholder{color:#878990}.form-field--color-blue.form-field--style-tint .form-field__control{color:#878990;background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint .form-field__control:hover,.form-field--color-blue.form-field--style-tint .form-field__control:focus-within{background:#f0f1f4;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__control{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__control:hover,.form-field--color-blue.form-field--style-tint.form-field--error .form-field__control:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__input{color:#878990}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__control{color:#878990;background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__control:hover,.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__control:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__control:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-empty .form-field__input{color:#4b4e57}.form-field--color-blue.form-field--style-empty .form-field__input::placeholder{color:#878990}.form-field--color-blue.form-field--style-empty .form-field__control{color:#878990;background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty .form-field__control:hover,.form-field--color-blue.form-field--style-empty .form-field__control:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__control{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__control:hover,.form-field--color-blue.form-field--style-empty.form-field--error .form-field__control:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__input{color:#878990}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__control{color:#878990;background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__control:hover,.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__control:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__control:focus-within{box-shadow:none}.form-field--size-sm .form-field__control{height:2.7142857143rem;padding:10px 12px;border-radius:.4285714286rem;gap:6px}.form-field--size-sm .form-field__control svg{width:16px;height:16px}.form-field--size-sm .form-field__input{font-size:16px}@media (min-width: 1025px){.form-field--size-sm .form-field__input{font-size:1rem}}.form-field--size-sm.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 3px #89b3ff4d}.form-field--size-sm.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 3px none}.form-field--size-md .form-field__control{height:3.1428571429rem;padding:10px 12px;border-radius:.4285714286rem;gap:6px}.form-field--size-md .form-field__control svg{width:20px;height:20px}.form-field--size-md .form-field__input{font-size:16px}@media (min-width: 1025px){.form-field--size-md .form-field__input{font-size:1rem}}.form-field--size-md.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 4px #89b3ff4d}.form-field--size-md.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 4px none}.form-field--size-lg .form-field__control{height:3.7142857143rem;padding:10px 15px;border-radius:.5714285714rem;gap:8px}.form-field--size-lg .form-field__control svg{width:24px;height:24px}.form-field--size-lg .form-field__input{font-size:16px}@media (min-width: 1025px){.form-field--size-lg .form-field__input{font-size:1.1428571429rem}}.form-field--size-lg.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 5px #89b3ff4d}.form-field--size-lg.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__control:focus-within{box-shadow:none,0 0 0 5px none}.form-field__textarea{display:flex;flex:1;font-style:normal;font-weight:500;line-height:normal;resize:none;border:none;outline:none;box-shadow:none;background:transparent}.form-field__textarea::placeholder{font-weight:400}.form-field__textarea:focus{border:none;outline:none;box-shadow:none}.form-field--color-violet.form-field--style-fill .form-field__textarea{color:#4b4e57;background:#f0f1f4;box-shadow:none}.form-field--color-violet.form-field--style-fill .form-field__textarea:hover,.form-field--color-violet.form-field--style-fill .form-field__textarea:focus-within{background:#f8f9fa;box-shadow:inset 0 0 0 2px #5461ba}.form-field--color-violet.form-field--style-fill .form-field__textarea::placeholder{color:#878990}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__textarea{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__textarea:hover,.form-field--color-violet.form-field--style-fill.form-field--error .form-field__textarea:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--error .form-field__textarea:focus-within{box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__textarea{color:#878990;background:#f8f9fa;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__textarea:hover,.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__textarea:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .form-field__textarea::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-border .form-field__textarea{color:#4b4e57;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border .form-field__textarea:hover,.form-field--color-blue.form-field--style-border .form-field__textarea:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #8fb1f2}.form-field--color-blue.form-field--style-border .form-field__textarea::placeholder{color:#878990}.form-field--color-blue.form-field--style-border.form-field--error .form-field__textarea{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--error .form-field__textarea:hover,.form-field--color-blue.form-field--style-border.form-field--error .form-field__textarea:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--error .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__textarea{color:#878990;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__textarea:hover,.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__textarea:focus-within{background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .form-field__textarea::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-tint .form-field__textarea{color:#4b4e57;background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint .form-field__textarea:hover,.form-field--color-blue.form-field--style-tint .form-field__textarea:focus-within{background:#f0f1f4;box-shadow:none}.form-field--color-blue.form-field--style-tint .form-field__textarea::placeholder{color:#878990}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__textarea{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__textarea:hover,.form-field--color-blue.form-field--style-tint.form-field--error .form-field__textarea:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .form-field__textarea:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__textarea{color:#878990;background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__textarea:hover,.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__textarea:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .form-field__textarea::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-empty .form-field__textarea{color:#4b4e57;background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty .form-field__textarea:hover,.form-field--color-blue.form-field--style-empty .form-field__textarea:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty .form-field__textarea::placeholder{color:#878990}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__textarea{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__textarea:hover,.form-field--color-blue.form-field--style-empty.form-field--error .form-field__textarea:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .form-field__textarea:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__textarea{color:#878990;background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__textarea:hover,.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__textarea:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .form-field__textarea::placeholder{color:#c8cad1}.form-field--size-sm .form-field__textarea{font-size:16px;padding:10px 12px;border-radius:.4285714286rem;gap:6px}@media (min-width: 1025px){.form-field--size-sm .form-field__textarea{font-size:1rem}}.form-field--size-sm.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 3px #89b3ff4d}.form-field--size-sm.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 3px none}.form-field--size-md .form-field__textarea{font-size:16px;padding:10px 12px;border-radius:.4285714286rem;gap:6px}@media (min-width: 1025px){.form-field--size-md .form-field__textarea{font-size:1rem}}.form-field--size-md.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 4px #89b3ff4d}.form-field--size-md.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 4px none}.form-field--size-lg .form-field__textarea{font-size:16px;padding:10px 15px;border-radius:.5714285714rem;gap:8px}@media (min-width: 1025px){.form-field--size-lg .form-field__textarea{font-size:1.1428571429rem}}.form-field--size-lg.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 5px #89b3ff4d}.form-field--size-lg.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .form-field__textarea:focus-within{box-shadow:none,0 0 0 5px none}.typography-text-ellipsis,.goods-item-attribute__value,.filters-option-label__label,.form-field .select__trigger-text,.form-field .select__trigger-placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.typography--size-sm,.order-download-link,.goods-item-page-purchase-price__label,.catalog-search a,.goods-item-label-value :last-child,.badge__text-content{font-size:.8571428571rem}.typography--size-md,.order-create-form__submit-hint,.order-goods-item__name,.order-comment-user,.order-comment-date,.order-comment__content,.catalog-not-found__detail,.goods-item-balance__label,.goods-item-balance__value,.goods-item-label-value :first-child,.goods-item-attribute__label,.goods-item-attribute__value,.filters-option-label__label,.table__header-cell,.table__body-cell,.link-radio-group__label{font-size:1rem}.typography--size-lg,.order-info-menu__toggle-name,.goods-item-page-purchase-price__unit,.serial-item__label-serial,.serial-item__label-balance,.goods-item-name{font-size:1.1428571429rem}.typography--size-18,.cart--embedded .cart-subtitle{font-size:1.2857142857rem}.typography--size-20,.catalog-not-found__title,.cart-subtitle{font-size:1.4285714286rem}.typography--size-24,.order-list-title,.goods-item-page-purchase-price__value,.catalog-title,.cart--embedded .cart-title{font-size:1.7142857143rem}.typography--size-30,.cart-title{font-size:2.1428571429rem}.typography--color-primary,.order-goods-item__name,.order-comment__content,.order-list-title,.goods-item-page-purchase-price__value,.goods-item-page-purchase-price__unit,.catalog-title,.serial-item__label-serial,.cart-title,.cart-subtitle,.goods-item-name,.goods-item-balance__value,.goods-item-attribute__value,.filters-option-label__label,.paragraph,.breadcrumb-text,.heading{color:#0f111b}.typography--color-secondary,.order-create-form__submit-hint,.order-comment-date,.goods-item-page-purchase-price__label,.breadcrumb-text,.cart-title sup,.goods-item-balance__label,.goods-item-label-value :last-child,.goods-item-attribute__label,.table__header-cell,.link-radio-group__label{color:#878990}.typography--color-white{color:#fff}.typography--color-black-1{color:#f8f9fa}.typography--color-black-2{color:#f0f1f4}.typography--color-black-3{color:#e3e5e9}.typography--color-black-4,.serial-item--disabled .serial-item__label-balance{color:#c8cad1}.typography--color-black-5,.serial-item--disabled .serial-item__label-serial{color:#878990}.typography--color-black-6,.order-info-menu__toggle-name,.serial-item__label-balance,.goods-item-label-value :first-child,.table__body-cell{color:#4b4e57}.typography--color-black-7{color:#0f111b}.typography--color-violet-1{color:#e4eaff}.typography--color-violet-2{color:#cfd9fb}.typography--color-violet-5{color:#5461ba}.typography--color-violet-6{color:#273283}.typography--color-violet-7{color:#292d3d}.typography--color-blue-1{color:#e6efff}.typography--color-blue-2{color:#c1d7ff}.typography--color-blue-3{color:#8fb1f2}.typography--color-blue-4{color:#1a60e3}.typography--color-blue-5{color:#0c398d}.typography--color-blue-6{color:#082f79}.typography--color-green-1{color:#dcf0e4}.typography--color-green-2,.typography--color-green-4{color:#4fb678}.typography--color-green-5{color:#2da15b}.typography--color-orange-1{color:#ffeed5}.typography--color-orange-5{color:#e79417}.typography--color-red-1{color:#fbeeee}.typography--color-red-2{color:#ffd3d3}.typography--color-red-3{color:#ff8f8f}.typography--color-red-4{color:#da5857}.typography--color-red-5{color:#ca4241}.typography--weight-regular,.order-create-form__submit-hint,.order-comment-date,.order-comment__content,.goods-item-page-purchase-price__label,.catalog-not-found__detail,.serial-item__label-balance,.goods-item-balance__label,.goods-item-label-value :last-child,.goods-item-attribute__label,.paragraph,.breadcrumb-text{font-weight:400}.typography--weight-semi-bold,.order-info-menu__toggle-name,.order-comment-user,.goods-item-page-purchase-price__unit,.catalog-search a,.breadcrumb:not(.breadcrumbs--last):hover .breadcrumb-text,.goods-item-balance__value,.goods-item-label-value :first-child,.goods-item-attribute__value,.filters-option-label__label,.table__header-cell,.table__body-cell,.badge__text-content,.link-radio-group__label,.heading{font-weight:500}.typography--weight-bold,.order-goods-item__name,.order-download-link,.order-list-title,.catalog-not-found__title,.catalog-title,.serial-item__label-serial,.cart-title,.cart-title sup,.cart-subtitle{font-weight:600}.typography--weight-extra-bold,.goods-item-page-purchase-price__value,.goods-item-name{font-weight:700}.form-field .select{display:flex;flex-direction:column;position:relative}.form-field .select__trigger{display:flex;align-items:center;justify-content:space-between}.form-field .select__trigger__content{display:flex;align-items:center;width:100%;overflow:hidden}.form-field .select__trigger-icon{display:flex;flex-shrink:0}.form-field .select__trigger-input{width:100%;border:none;outline:none;box-shadow:none;background:transparent}.form-field .select__trigger-input:focus{border:none;outline:none;box-shadow:none}.form-field .select-option{display:flex;align-items:start;cursor:pointer;outline:none}.form-field .select-option__content{display:flex;flex-direction:column;gap:4px}.form-field .select-option.select-option--disabled{opacity:.5}.form-field .select__dropdown{overflow:auto;z-index:20;outline:none}.form-field--color-violet.form-field--style-fill .select__trigger{font-weight:500;background:#f0f1f4;box-shadow:none}.form-field--color-violet.form-field--style-fill .select__trigger:hover,.form-field--color-violet.form-field--style-fill .select__trigger:focus-within,.form-field--color-violet.form-field--style-fill .select__trigger:focus-visible,.form-field--color-violet.form-field--style-fill .select__trigger.select__trigger--focus{background:#f8f9fa;box-shadow:inset 0 0 0 2px #5461ba}.form-field--color-violet.form-field--style-fill .select__trigger-placeholder,.form-field--color-violet.form-field--style-fill .select__trigger-input::placeholder{font-weight:400}.form-field--color-violet.form-field--style-fill .select__dropdown,.form-field--color-violet.form-field--style-fill .select-option__description{color:#878990}.form-field--color-violet.form-field--style-fill .select-option:has(.select-option--disabled) .select-option__label{opacity:.5}.form-field--color-violet.form-field--style-fill .select-option:has(.select-option--disabled) .select-option__description{color:#c8cad1}.form-field--color-violet.form-field--style-fill.form-field--error .select__trigger{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--error .select__trigger:hover,.form-field--color-violet.form-field--style-fill.form-field--error .select__trigger:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--error .select__trigger:focus-within{box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger{color:#878990;background:#f8f9fa;box-shadow:none;opacity:.5}.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger:hover,.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger-text,.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger-input,.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger-icon{color:#878990}.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger-placeholder,.form-field--color-violet.form-field--style-fill.form-field--disabled .select__trigger-input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-border .select__trigger{font-weight:500;color:#878990;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border .select__trigger:hover,.form-field--color-blue.form-field--style-border .select__trigger:focus-within,.form-field--color-blue.form-field--style-border .select__trigger:focus-visible,.form-field--color-blue.form-field--style-border .select__trigger.select__trigger--focus{background:#fff;box-shadow:inset 0 0 0 2px #8fb1f2}.form-field--color-blue.form-field--style-border .select__trigger-text,.form-field--color-blue.form-field--style-border .select__trigger-input{color:#0f111b}.form-field--color-blue.form-field--style-border .select__trigger-placeholder,.form-field--color-blue.form-field--style-border .select__trigger-input::placeholder{color:#878990;font-weight:400}.form-field--color-blue.form-field--style-border .select__trigger-icon{color:#878990}.form-field--color-blue.form-field--style-border .select__dropdown{color:#878990;background:#fff}.form-field--color-blue.form-field--style-border .select-option__label{color:#0f111b}.form-field--color-blue.form-field--style-border .select-option__description{color:#878990}.form-field--color-blue.form-field--style-border .select-option:not(.select-option--disabled).select-option--active,.form-field--color-blue.form-field--style-border .select-option:not(.select-option--disabled):hover,.form-field--color-blue.form-field--style-border .select-option:not(.select-option--disabled):focus{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-border .select-option:not(.select-option--disabled).select-option--selected{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-border .select-option:not(.select-option--disabled).select-option--selected .select-option__description{color:#0c398d}.form-field--color-blue.form-field--style-border .select-option:has(.select-option--disabled) .select-option__label{opacity:.5}.form-field--color-blue.form-field--style-border .select-option:has(.select-option--disabled) .select-option__description{color:#c8cad1}.form-field--color-blue.form-field--style-border.form-field--error .select__trigger{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--error .select__trigger:hover,.form-field--color-blue.form-field--style-border.form-field--error .select__trigger:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--error .select__trigger:focus-within{box-shadow:inset 0 0 0 2px #ff8f8f}.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger{color:#878990;background:#fff;box-shadow:inset 0 0 0 1px #c8cad1;opacity:.5}.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger:hover,.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger:focus-within{background:#fff;box-shadow:inset 0 0 0 1px #c8cad1}.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger-text,.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger-input,.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger-icon{color:#878990}.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger-placeholder,.form-field--color-blue.form-field--style-border.form-field--disabled .select__trigger-input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-tint .select__trigger{font-weight:500;color:#0f111b;background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint .select__trigger:hover,.form-field--color-blue.form-field--style-tint .select__trigger:focus-within,.form-field--color-blue.form-field--style-tint .select__trigger:focus-visible,.form-field--color-blue.form-field--style-tint .select__trigger.select__trigger--focus{background:#f0f1f4;box-shadow:none}.form-field--color-blue.form-field--style-tint .select__trigger-text,.form-field--color-blue.form-field--style-tint .select__trigger-input{color:#0f111b}.form-field--color-blue.form-field--style-tint .select__trigger-placeholder,.form-field--color-blue.form-field--style-tint .select__trigger-input::placeholder{color:#4b4e57;font-weight:400}.form-field--color-blue.form-field--style-tint .select__trigger-icon{color:#0f111b}.form-field--color-blue.form-field--style-tint .select__dropdown{color:#878990;background:#f8f9fa}.form-field--color-blue.form-field--style-tint .select-option__label{color:#0f111b}.form-field--color-blue.form-field--style-tint .select-option__description{color:#878990}.form-field--color-blue.form-field--style-tint .select-option:not(.select-option--disabled).select-option--active,.form-field--color-blue.form-field--style-tint .select-option:not(.select-option--disabled):hover,.form-field--color-blue.form-field--style-tint .select-option:not(.select-option--disabled):focus{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-tint .select-option:not(.select-option--disabled).select-option--selected{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-tint .select-option:not(.select-option--disabled).select-option--selected .select-option__description{color:#0c398d}.form-field--color-blue.form-field--style-tint .select-option:has(.select-option--disabled) .select-option__label{opacity:.5}.form-field--color-blue.form-field--style-tint .select-option:has(.select-option--disabled) .select-option__description{color:#c8cad1}.form-field--color-blue.form-field--style-tint.form-field--error .select__trigger{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .select__trigger:hover,.form-field--color-blue.form-field--style-tint.form-field--error .select__trigger:focus-within{background:#fbeeee;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--error .select__trigger:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger{color:#878990;background:#f8f9fa;box-shadow:none;opacity:.5}.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger:hover,.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger:focus-within{background:#f8f9fa;box-shadow:none}.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger-text,.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger-input,.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger-icon{color:#878990}.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger-placeholder,.form-field--color-blue.form-field--style-tint.form-field--disabled .select__trigger-input::placeholder{color:#c8cad1}.form-field--color-blue.form-field--style-empty .select__trigger{font-weight:500;color:#c8cad1;background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty .select__trigger:hover,.form-field--color-blue.form-field--style-empty .select__trigger:focus-within,.form-field--color-blue.form-field--style-empty .select__trigger:focus-visible,.form-field--color-blue.form-field--style-empty .select__trigger.select__trigger--focus{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty .select__trigger-text,.form-field--color-blue.form-field--style-empty .select__trigger-input{color:#f0f1f4}.form-field--color-blue.form-field--style-empty .select__trigger-placeholder,.form-field--color-blue.form-field--style-empty .select__trigger-input::placeholder{color:#e3e5e9;font-weight:400}.form-field--color-blue.form-field--style-empty .select__trigger-icon{color:#c8cad1}.form-field--color-blue.form-field--style-empty .select__dropdown{color:#878990;background:#fff}.form-field--color-blue.form-field--style-empty .select-option__label{color:#0f111b}.form-field--color-blue.form-field--style-empty .select-option__description{color:#878990}.form-field--color-blue.form-field--style-empty .select-option:not(.select-option--disabled).select-option--active,.form-field--color-blue.form-field--style-empty .select-option:not(.select-option--disabled):hover,.form-field--color-blue.form-field--style-empty .select-option:not(.select-option--disabled):focus{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-empty .select-option:not(.select-option--disabled).select-option--selected{color:#0c398d;background:#e6efff}.form-field--color-blue.form-field--style-empty .select-option:not(.select-option--disabled).select-option--selected .select-option__description{color:#0c398d}.form-field--color-blue.form-field--style-empty .select-option:has(.select-option--disabled) .select-option__label{opacity:.5}.form-field--color-blue.form-field--style-empty .select-option:has(.select-option--disabled) .select-option__description{color:#c8cad1}.form-field--color-blue.form-field--style-empty.form-field--error .select__trigger{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .select__trigger:hover,.form-field--color-blue.form-field--style-empty.form-field--error .select__trigger:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--error .select__trigger:focus-within{box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger{color:#878990;background:transparent;box-shadow:none;opacity:.5}.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger:hover,.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger:focus-within{background:transparent;box-shadow:none}.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger-text,.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger-input,.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger-icon{color:#878990}.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger-placeholder,.form-field--color-blue.form-field--style-empty.form-field--disabled .select__trigger-input::placeholder{color:#c8cad1}.form-field--size-sm .select svg,.form-field--size-sm .select .select__trigger-icon{width:16px;height:16px}.form-field--size-sm .select__trigger{font-size:1rem;height:2.7142857143rem;padding:10px 12px;min-width:220px;border-radius:.4285714286rem}.form-field--size-sm .select__trigger__content{gap:6px}.form-field--size-sm .select__dropdown,.form-field--size-sm .select .select__dropdown:before{padding:4px 0;border-radius:.2857142857rem}.form-field--size-sm.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-sm.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-sm.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 3px none}.form-field--size-sm.form-field--color-violet.form-field--style-fill .select-option{gap:8px;padding:4px 12px}.form-field--size-sm.form-field--color-violet.form-field--style-fill .select-option__label{font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-sm.form-field--color-violet.form-field--style-fill .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #5461ba,0 0 0 3px}.form-field--size-sm.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-sm.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-sm.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 3px #89b3ff4d}.form-field--size-sm.form-field--color-blue.form-field--style-border .select-option{gap:8px;padding:4px 12px}.form-field--size-sm.form-field--color-blue.form-field--style-border .select-option__label{font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-sm.form-field--color-blue.form-field--style-border .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 3px #89b3ff4d}.form-field--size-sm.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-sm.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-sm.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-tint .select-option{gap:8px;padding:4px 12px}.form-field--size-sm.form-field--color-blue.form-field--style-tint .select-option__label{font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-sm.form-field--color-blue.form-field--style-tint .select__dropdown{box-shadow:none,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-sm.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-sm.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 3px none}.form-field--size-sm.form-field--color-blue.form-field--style-empty .select-option{gap:8px;padding:4px 12px}.form-field--size-sm.form-field--color-blue.form-field--style-empty .select-option__label{font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-sm.form-field--color-blue.form-field--style-empty .select__dropdown{box-shadow:0 2px 5px #0c0c0d0d}.form-field--size-md .select svg,.form-field--size-md .select .select__trigger-icon{width:20px;height:20px}.form-field--size-md .select__trigger{font-size:1rem;height:3.1428571429rem;padding:10px 12px;min-width:240px;border-radius:.4285714286rem}.form-field--size-md .select__trigger__content{gap:6px}.form-field--size-md .select__dropdown,.form-field--size-md .select .select__dropdown:before{padding:6px 0;border-radius:.5714285714rem}.form-field--size-md.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-md.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-md.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 4px none}.form-field--size-md.form-field--color-violet.form-field--style-fill .select-option{gap:10px;padding:12px 18px}.form-field--size-md.form-field--color-violet.form-field--style-fill .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-md.form-field--color-violet.form-field--style-fill .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #5461ba,0 0 0 4px}.form-field--size-md.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-md.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-md.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 4px #89b3ff4d}.form-field--size-md.form-field--color-blue.form-field--style-border .select-option{gap:10px;padding:12px 18px}.form-field--size-md.form-field--color-blue.form-field--style-border .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-md.form-field--color-blue.form-field--style-border .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 4px #89b3ff4d}.form-field--size-md.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-md.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-md.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-tint .select-option{gap:10px;padding:12px 18px}.form-field--size-md.form-field--color-blue.form-field--style-tint .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-md.form-field--color-blue.form-field--style-tint .select__dropdown{box-shadow:none,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-md.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-md.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 4px none}.form-field--size-md.form-field--color-blue.form-field--style-empty .select-option{gap:10px;padding:12px 18px}.form-field--size-md.form-field--color-blue.form-field--style-empty .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-md.form-field--color-blue.form-field--style-empty .select__dropdown{box-shadow:0 2px 6px #0c0c0d0d}.form-field--size-lg .select svg,.form-field--size-lg .select .select__trigger-icon{width:24px;height:24px}.form-field--size-lg .select__trigger{font-size:1.1428571429rem;height:3.7142857143rem;padding:10px 15px;min-width:320px;border-radius:.5714285714rem}.form-field--size-lg .select__trigger__content{gap:8px}.form-field--size-lg .select__dropdown,.form-field--size-lg .select .select__dropdown:before{padding:8px 0;border-radius:.8571428571rem}.form-field--size-lg.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-lg.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-lg.form-field--color-violet.form-field--style-fill:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #5461ba,0 0 0 5px none}.form-field--size-lg.form-field--color-violet.form-field--style-fill .select-option{gap:12px;padding:14px 24px}.form-field--size-lg.form-field--color-violet.form-field--style-fill .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-lg.form-field--color-violet.form-field--style-fill .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #5461ba,0 0 0 5px}.form-field--size-lg.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-lg.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-lg.form-field--color-blue.form-field--style-border:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 5px #89b3ff4d}.form-field--size-lg.form-field--color-blue.form-field--style-border .select-option{gap:12px;padding:14px 24px}.form-field--size-lg.form-field--color-blue.form-field--style-border .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-lg.form-field--color-blue.form-field--style-border .select__dropdown{padding-left:2px;padding-right:2px;box-shadow:inset 0 0 0 2px #8fb1f2,0 0 0 5px #89b3ff4d}.form-field--size-lg.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-lg.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-lg.form-field--color-blue.form-field--style-tint:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-tint .select-option{gap:12px;padding:14px 24px}.form-field--size-lg.form-field--color-blue.form-field--style-tint .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-lg.form-field--color-blue.form-field--style-tint .select__dropdown{box-shadow:none,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-within,.form-field--size-lg.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger:focus-visible,.form-field--size-lg.form-field--color-blue.form-field--style-empty:not(.form-field--disabled):not(.form-field--error) .select__trigger.select__trigger--focus{box-shadow:none,0 0 0 5px none}.form-field--size-lg.form-field--color-blue.form-field--style-empty .select-option{gap:12px;padding:14px 24px}.form-field--size-lg.form-field--color-blue.form-field--style-empty .select-option__label{font-size:1.1428571429rem;font-style:normal;font-weight:500;line-height:normal}.form-field--size-lg.form-field--color-blue.form-field--style-empty .select__dropdown{box-shadow:0 2px 7px #0c0c0d0d}.checkbox{position:relative;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:.5rem;height:fit-content;width:fit-content;max-width:100%;line-height:normal;font-weight:500}.checkbox--disabled{cursor:not-allowed;opacity:.6}.checkbox__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox__box{position:relative}.checkbox__box .checkbox__icon--box{border:1px solid transparent;outline:1px solid transparent}.checkbox__box .checkbox__icon--checked{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.checkbox.checkbox--readonly{pointer-events:none}.checkbox.checkbox--checked .checkbox__box .checkbox__icon--checked,.checkbox:has(.checkbox__input:checked) .checkbox__box .checkbox__icon--checked{opacity:1}.checkbox--color-blue{color:#0f111b}.checkbox--color-blue .checkbox__box .checkbox__icon--box{border-color:#c8cad1;--checkbox-fill-color: #f8f9fa}.checkbox--color-blue .checkbox__box .checkbox__icon--checked{--checkbox-mark-color: #0c398d}.checkbox--color-blue.checkbox--hovered:has(input.checkbox__input:not([disabled])) .checkbox__box .checkbox__icon--box,.checkbox--color-blue:hover:has(input.checkbox__input:not([disabled])) .checkbox__box .checkbox__icon--box{border-color:#0c398d;--checkbox-fill-color: #fff}.checkbox--color-blue.checkbox--hovered:has(input.checkbox__input:not([disabled])) input.checkbox__input:checked+.checkbox__box .checkbox__icon--box,.checkbox--color-blue:hover:has(input.checkbox__input:not([disabled])) input.checkbox__input:checked+.checkbox__box .checkbox__icon--box{--checkbox-fill-color: #8fb1f24D}.checkbox--color-blue input.checkbox__input:not([disabled]):focus-visible+.checkbox__box .checkbox__icon--box,.checkbox--color-blue input.checkbox__input:not([disabled]):active+.checkbox__box .checkbox__icon--box{border-color:#0c398d;outline-color:#8fb1f24d;--checkbox-fill-color: #fff}.checkbox--color-blue.checkbox--checked .checkbox__box .checkbox__icon--box,.checkbox--color-blue:has(input.checkbox__input:checked) .checkbox__box .checkbox__icon--box{border-color:#0c398d;--checkbox-fill-color: #fff}.checkbox--color-blue.checkbox--checked input.checkbox__input:checked:not([disabled]):active+.checkbox__box .checkbox__icon--box,.checkbox--color-blue:has(input.checkbox__input:checked) input.checkbox__input:checked:not([disabled]):active+.checkbox__box .checkbox__icon--box{--checkbox-fill-color: #8fb1f24D}.checkbox--color-blue.checkbox--disabled .checkbox__box .checkbox__icon--box,.checkbox--color-blue:has(input.checkbox__input:disabled) .checkbox__box .checkbox__icon--box{border-color:#e3e5e9;--checkbox-fill-color: #fff}.checkbox--color-blue.checkbox--disabled .checkbox__box .checkbox__icon--checked,.checkbox--color-blue:has(input.checkbox__input:disabled) .checkbox__box .checkbox__icon--checked{--checkbox-mark-color: #e3e5e9}.checkbox.checkbox--size-sm,.form-field--size-sm .checkbox{font-size:.8571428571rem}.checkbox.checkbox--size-sm .checkbox__box,.form-field--size-sm .checkbox .checkbox__box{width:16px;height:16px}.checkbox.checkbox--size-sm .checkbox__box .checkbox__icon--box,.form-field--size-sm .checkbox .checkbox__box .checkbox__icon--box{width:16px;height:16px;border-radius:3px;border-width:1px;outline-width:3px}.checkbox.checkbox--size-sm .checkbox__box .checkbox__icon--checked,.form-field--size-sm .checkbox .checkbox__box .checkbox__icon--checked{width:10px;height:10px;--checkbox-mark-width: 2}.checkbox.checkbox--size-sm.checkbox--radio .checkbox__box .checkbox__icon--box,.form-field--size-sm .checkbox.checkbox--radio .checkbox__box .checkbox__icon--box{border-radius:8px}.checkbox.checkbox--size-sm.checkbox--radio .checkbox__box .checkbox__icon--checked,.form-field--size-sm .checkbox.checkbox--radio .checkbox__box .checkbox__icon--checked{width:16px;height:16px}.checkbox.checkbox--size-md,.form-field--size-md .checkbox{font-size:1rem}.checkbox.checkbox--size-md .checkbox__box,.form-field--size-md .checkbox .checkbox__box{width:20px;height:20px}.checkbox.checkbox--size-md .checkbox__box .checkbox__icon--box,.form-field--size-md .checkbox .checkbox__box .checkbox__icon--box{width:20px;height:20px;border-radius:4px;border-width:1.4px;outline-width:4px}.checkbox.checkbox--size-md .checkbox__box .checkbox__icon--checked,.form-field--size-md .checkbox .checkbox__box .checkbox__icon--checked{width:14px;height:14px;--checkbox-mark-width: 2}.checkbox.checkbox--size-md.checkbox--radio .checkbox__box .checkbox__icon--box,.form-field--size-md .checkbox.checkbox--radio .checkbox__box .checkbox__icon--box{border-radius:10px}.checkbox.checkbox--size-md.checkbox--radio .checkbox__box .checkbox__icon--checked,.form-field--size-md .checkbox.checkbox--radio .checkbox__box .checkbox__icon--checked{width:20px;height:20px}.checkbox.checkbox--size-lg,.form-field--size-lg .checkbox{font-size:1.1428571429rem}.checkbox.checkbox--size-lg .checkbox__box,.form-field--size-lg .checkbox .checkbox__box{width:24px;height:24px}.checkbox.checkbox--size-lg .checkbox__box .checkbox__icon--box,.form-field--size-lg .checkbox .checkbox__box .checkbox__icon--box{width:24px;height:24px;border-radius:6px;border-width:1.8px;outline-width:5px}.checkbox.checkbox--size-lg .checkbox__box .checkbox__icon--checked,.form-field--size-lg .checkbox .checkbox__box .checkbox__icon--checked{width:16px;height:16px;--checkbox-mark-width: 3}.checkbox.checkbox--size-lg.checkbox--radio .checkbox__box .checkbox__icon--box,.form-field--size-lg .checkbox.checkbox--radio .checkbox__box .checkbox__icon--box{border-radius:12px}.checkbox.checkbox--size-lg.checkbox--radio .checkbox__box .checkbox__icon--checked,.form-field--size-lg .checkbox.checkbox--radio .checkbox__box .checkbox__icon--checked{width:24px;height:24px}.button{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font:inherit;line-height:normal;color:inherit;background:none;-webkit-user-select:none;user-select:none;outline:none;border:none;font-weight:500;position:relative}.button__inner{display:flex;align-items:center;justify-content:center}.button__spinner{position:absolute;display:flex;align-items:center;justify-content:center;visibility:hidden}.button__badge{position:absolute}.button__badge:empty{display:none}.button.button--loading .button__inner{visibility:hidden}.button.button--loading .button__spinner{visibility:visible}.button--color-violet.button--style-fill{color:#fff;background-color:#5461ba;border:1px solid transparent;box-shadow:none}.button--color-violet.button--style-fill:not(:disabled):not(.button--disabled):hover{background-color:#273283;border:1px solid transparent}.button--color-violet.button--style-fill:not(:disabled):not(.button--disabled):active{background-color:#273283;border:1px solid transparent}.button--color-violet.button--style-fill:disabled,.button--color-violet.button--style-fill.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-blue.button--style-fill{color:#fff;background-color:#0c398d;border:1px solid transparent;box-shadow:none}.button--color-blue.button--style-fill:not(:disabled):not(.button--disabled):hover{background-color:#082f79;border:1px solid transparent}.button--color-blue.button--style-fill:not(:disabled):not(.button--disabled):active{background-color:#082f79;border:1px solid transparent}.button--color-blue.button--style-fill:disabled,.button--color-blue.button--style-fill.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-red.button--style-fill{color:#fff;background-color:#da5857;border:1px solid transparent;box-shadow:none}.button--color-red.button--style-fill:not(:disabled):not(.button--disabled):hover{background-color:#ca4241;border:1px solid transparent}.button--color-red.button--style-fill:not(:disabled):not(.button--disabled):active{background-color:#ca4241;border:1px solid transparent}.button--color-red.button--style-fill:disabled,.button--color-red.button--style-fill.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-white.button--style-fill{color:#4b4e57;background-color:#fff;border:1px solid #f0f1f4;box-shadow:0 2px 4px #0c0c0d0d}.button--color-white.button--style-fill:not(:disabled):not(.button--disabled):hover{background-color:#f8f9fa;border:1px solid #e3e5e9}.button--color-white.button--style-fill:not(:disabled):not(.button--disabled):active{background-color:#f8f9fa;border:1px solid #e3e5e9}.button--color-white.button--style-fill:disabled,.button--color-white.button--style-fill.button--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#fff;border:1px solid transparent;box-shadow:none}.button--color-violet.button--style-tint{color:#273283;background-color:#e4eaff;border:1px solid transparent;box-shadow:none}.button--color-violet.button--style-tint:not(:disabled):not(.button--disabled):hover{background-color:#cfd9fb;border:1px solid transparent}.button--color-violet.button--style-tint:not(:disabled):not(.button--disabled):active{background-color:#cfd9fb;border:1px solid transparent}.button--color-violet.button--style-tint:disabled,.button--color-violet.button--style-tint.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-blue.button--style-tint{color:#0c398d;background-color:#e6efff;border:1px solid transparent;box-shadow:none}.button--color-blue.button--style-tint:not(:disabled):not(.button--disabled):hover{background-color:#c1d7ff;border:1px solid transparent}.button--color-blue.button--style-tint:not(:disabled):not(.button--disabled):active{background-color:#c1d7ff;border:1px solid transparent}.button--color-blue.button--style-tint:disabled,.button--color-blue.button--style-tint.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-red.button--style-tint{color:#da5857;background-color:#fbeeee;border:1px solid transparent;box-shadow:none}.button--color-red.button--style-tint:not(:disabled):not(.button--disabled):hover{background-color:#ffd3d3;border:1px solid transparent}.button--color-red.button--style-tint:not(:disabled):not(.button--disabled):active{background-color:#ffd3d3;border:1px solid transparent}.button--color-red.button--style-tint:disabled,.button--color-red.button--style-tint.button--disabled{cursor:default;pointer-events:none;color:#fff;background-color:#c8cad1;border:1px solid transparent;box-shadow:none}.button--color-white.button--style-tint{color:#4b4e57;background-color:#fff;border:1px solid transparent;box-shadow:none}.button--color-white.button--style-tint:not(:disabled):not(.button--disabled):hover{background-color:#f8f9fa;border:1px solid transparent}.button--color-white.button--style-tint:not(:disabled):not(.button--disabled):active{background-color:#f8f9fa;border:1px solid #c8cad1}.button--color-white.button--style-tint:disabled,.button--color-white.button--style-tint.button--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#fff;border:1px solid transparent;box-shadow:none}.button--size-sm{height:2.7142857143rem;padding:10px 12px;border-radius:.2857142857rem}.button--size-sm .button__inner{font-size:1rem;gap:5px}.button--size-sm .button__inner svg{width:16px;height:16px}.button--size-sm.button--color-violet.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #606dc333}.button--size-sm.button--color-blue.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #89b3ff4d}.button--size-sm.button--color-red.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #ff908f33}.button--size-sm.button--color-white.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #87899026}.button--size-sm.button--color-violet.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #606dc333}.button--size-sm.button--color-blue.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #89b3ff4d}.button--size-sm.button--color-red.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #ff908f33}.button--size-sm.button--color-white.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 3px #87899026}.button--size-sm.button--icon-only{width:2.7142857143rem;height:2.7142857143rem;padding:10px 11px;border-radius:5px}.button--size-md{height:3.1428571429rem;padding:10px 12px;border-radius:.4285714286rem}.button--size-md .button__inner{font-size:1rem;gap:10px}.button--size-md .button__inner svg{width:20px;height:20px}.button--size-md.button--color-violet.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #606dc333}.button--size-md.button--color-blue.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #89b3ff4d}.button--size-md.button--color-red.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #ff908f33}.button--size-md.button--color-white.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #87899026}.button--size-md.button--color-violet.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #606dc333}.button--size-md.button--color-blue.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #89b3ff4d}.button--size-md.button--color-red.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #ff908f33}.button--size-md.button--color-white.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 4px #87899026}.button--size-md.button--icon-only{width:3.1428571429rem;height:3.1428571429rem;padding:10px 11px;border-radius:6px}.button--size-lg{height:3.7142857143rem;padding:10px 16px;border-radius:.5714285714rem}.button--size-lg .button__inner{font-size:1.1428571429rem;gap:10px}.button--size-lg .button__inner svg{width:24px;height:24px}.button--size-lg.button--color-violet.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #606dc333}.button--size-lg.button--color-blue.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #89b3ff4d}.button--size-lg.button--color-red.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #ff908f33}.button--size-lg.button--color-white.button--style-fill:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #87899026}.button--size-lg.button--color-violet.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #606dc333}.button--size-lg.button--color-blue.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #89b3ff4d}.button--size-lg.button--color-red.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #ff908f33}.button--size-lg.button--color-white.button--style-tint:not(:disabled):not(.button--disabled):active{box-shadow:0 0 0 5px #87899026}.button--size-lg.button--icon-only{width:3.7142857143rem;height:3.7142857143rem;padding:10px 11px;border-radius:8px}.button--badge-size-sm .button__badge{top:-2px;right:0}.button--badge-size-md .button__badge{top:-4px;right:-6px}.button--badge-size-lg .button__badge{top:-4px;right:-10px}.button.button--shape-circle{border-radius:100px}.select-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font:inherit;line-height:normal;color:inherit;background:none;-webkit-user-select:none;user-select:none;outline:none;border:none;color:#4b4e57;background-color:#fff;box-shadow:inset 0 0 0 1px #c8cad1;position:relative;z-index:0}.select-button svg{color:#878990}.select-button:active{z-index:1}.select-button:not(:disabled):not(.select-button--disabled){margin-left:-1px}.select-button.select-button--selected{color:#fff;background-color:#0c398d}.select-button.select-button--selected svg{color:#fff}.select-button:not(:disabled):not(.select-button--disabled):hover{color:#082f79}.select-button:not(:disabled):not(.select-button--disabled):hover svg{color:#082f79}.select-button:not(:disabled):not(.select-button--disabled):active{color:#082f79;background-color:#e6efff}.select-button:not(:disabled):not(.select-button--disabled):active svg{color:#082f79}.select-button:not(:disabled):not(.select-button--disabled).select-button--selected:hover{color:#fff;background-color:#082f79}.select-button:not(:disabled):not(.select-button--disabled).select-button--selected:hover svg{color:#fff}.select-button:not(:disabled):not(.select-button--disabled).select-button--selected:active{background-color:#082f79}.select-button:disabled,.select-button.select-button--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#f8f9fa;box-shadow:inset 0 0 0 1px #f0f1f4}.select-button:disabled svg,.select-button.select-button--disabled svg{color:#c8cad1}.select-button--size-sm{font-size:1rem;height:2.7142857143rem;min-width:2.7142857143rem;padding:10px 12px;gap:4px;border-radius:.2857142857rem}.select-button--size-sm svg{width:16px;height:16px}.select-button--size-sm.select-button--icon-only{width:2.7142857143rem;height:2.7142857143rem}.select-button--size-sm:not(:disabled):not(.select-button--disabled):hover{box-shadow:inset 0 0 0 1px #8fb1f2}.select-button--size-sm:not(:disabled):not(.select-button--disabled):active{box-shadow:inset 0 0 0 1px #8fb1f2,0 0 0 3px #89b3ff4d}.select-button--size-sm:not(:disabled):not(.select-button--disabled).select-button--selected{box-shadow:none}.select-button--size-sm:not(:disabled):not(.select-button--disabled).select-button--selected:hover{box-shadow:none}.select-button--size-sm:not(:disabled):not(.select-button--disabled).select-button--selected:active{box-shadow:0 0 0 3px #89b3ff4d}.select-button--size-md{font-size:1rem;height:3.1428571429rem;min-width:3.1428571429rem;padding:13px 12px;gap:4px;border-radius:.4285714286rem}.select-button--size-md svg{width:20px;height:20px}.select-button--size-md.select-button--icon-only{width:3.1428571429rem;height:3.1428571429rem}.select-button--size-md:not(:disabled):not(.select-button--disabled):hover{box-shadow:inset 0 0 0 1.6px #8fb1f2}.select-button--size-md:not(:disabled):not(.select-button--disabled):active{box-shadow:inset 0 0 0 1.6px #8fb1f2,0 0 0 4px #89b3ff4d}.select-button--size-md:not(:disabled):not(.select-button--disabled).select-button--selected{box-shadow:none}.select-button--size-md:not(:disabled):not(.select-button--disabled).select-button--selected:hover{box-shadow:none}.select-button--size-md:not(:disabled):not(.select-button--disabled).select-button--selected:active{box-shadow:0 0 0 4px #89b3ff4d}.select-button--size-lg{font-size:1.1428571429rem;height:3.7142857143rem;min-width:3.7142857143rem;padding:12px;gap:6px;border-radius:.5714285714rem}.select-button--size-lg svg{width:24px;height:24px}.select-button--size-lg.select-button--icon-only{width:3.7142857143rem;height:3.7142857143rem}.select-button--size-lg:not(:disabled):not(.select-button--disabled):hover{box-shadow:inset 0 0 0 1.6px #8fb1f2}.select-button--size-lg:not(:disabled):not(.select-button--disabled):active{box-shadow:inset 0 0 0 1.6px #8fb1f2,0 0 0 5px #89b3ff4d}.select-button--size-lg:not(:disabled):not(.select-button--disabled).select-button--selected{box-shadow:none}.select-button--size-lg:not(:disabled):not(.select-button--disabled).select-button--selected:hover{box-shadow:none}.select-button--size-lg:not(:disabled):not(.select-button--disabled).select-button--selected:active{box-shadow:0 0 0 5px #89b3ff4d}.select-button-group{display:flex}.select-button-group .select-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.select-button-group .select-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.select-button-group .select-button:not(:first-child):not(:last-child){border-radius:0}.link{display:flex;align-items:center;color:#0c398d}.link--size-sm{gap:6px}.link--size-sm svg{width:16px;height:16px}.link--size-sm .link__text{font-size:.8571428571rem}.link--size-md{gap:6px}.link--size-md svg{width:20px;height:20px}.link--size-md .link__text{font-size:1rem}.link--size-lg{gap:8px}.link--size-lg svg{width:24px;height:24px}.link--size-lg .link__text{font-size:1.1428571429rem}.link--disabled{color:#c8cad1;pointer-events:none;cursor:default}.link--disabled .link__text{font-weight:600}.link__text{font-weight:500;font-style:normal;line-height:normal;text-align:center;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:7.5%;text-underline-offset:auto;text-underline-position:from-font}.link__text:hover{font-weight:600}.link-button{display:flex;align-items:center}.link-button--size-sm{gap:6px}.link-button--size-sm svg{width:16px;height:16px}.link-button--size-sm .link-button__text{font-size:.8571428571rem}.link-button--size-md{gap:6px}.link-button--size-md svg{width:20px;height:20px}.link-button--size-md .link-button__text{font-size:1rem}.link-button--size-lg{gap:8px}.link-button--size-lg svg{width:24px;height:24px}.link-button--size-lg .link-button__text{font-size:1.1428571429rem}.link-button--color-black{color:#0f111b}.link-button--color-black:hover,.link-button--color-black.link-button--active{color:#0c398d}.link-button--color-black.link-button--disabled{color:#c8cad1}.link-button--color-blue,.link-button--color-blue:hover,.link-button--color-blue.link-button--active{color:#0c398d}.link-button--color-blue.link-button--disabled{color:#c8cad1}.link-button--color-red,.link-button--color-red:hover,.link-button--color-red.link-button--active{color:#ca4241}.link-button--color-red.link-button--disabled{color:#c8cad1}.link-button--color-white,.link-button--color-white:hover,.link-button--color-white.link-button--active{color:#fff}.link-button--color-white.link-button--disabled{color:#c8cad1}.link-button--disabled{pointer-events:none;cursor:default}.link-button--active .link-button__text{text-decoration-line:underline;text-decoration-style:dotted;text-decoration-skip-ink:none;text-decoration-thickness:10%;text-underline-offset:25%;text-underline-position:from-font}.link-button:hover .link-button__text,.link-button--disabled .link-button__text,.link-button--active .link-button__text{font-weight:600}.link-button__text{font-weight:500;font-style:normal;line-height:normal;text-align:center}.link-button__text:hover{font-weight:600}.link-radio-group{display:flex;align-items:center;gap:12px}.pill{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font:inherit;line-height:normal;color:inherit;background:none;-webkit-user-select:none;user-select:none;outline:none;border:none}.pill svg{display:flex;flex-shrink:0}.pill--color-white{color:#4b4e57;background-color:#fff}.pill--color-white:not(:disabled):not(.pill--disabled):hover{color:#0f111b;background-color:#fff}.pill--color-white:not(:disabled):not(.pill--disabled).pill--selected{color:#4b4e57;background-color:#fff;box-shadow:0 2px 14px 2px #40496426}.pill--color-white:not(:disabled):not(.pill--disabled).pill--selected:hover{color:#0f111b;box-shadow:0 2px 14px 2px #40496426}.pill--color-white:disabled,.pill--color-white.pill--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#fff}.pill--color-white:disabled.pill--selected,.pill--color-white.pill--disabled.pill--selected{color:#c8cad1;background-color:#f0f1f4;box-shadow:0 2px 4px #0c0c0d0d}.pill--color-blue{color:#fff;background-color:#082f79}.pill--color-blue:not(:disabled):not(.pill--disabled):hover{color:#fff;background-color:#0c398d}.pill--color-blue:not(:disabled):not(.pill--disabled).pill--selected{color:#fff;background-color:#1a60e3;box-shadow:0 2px 14px 2px #40496426}.pill--color-blue:not(:disabled):not(.pill--disabled).pill--selected:hover{color:#fff;box-shadow:0 0 0 2px #85beff80}.pill--color-blue:disabled,.pill--color-blue.pill--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#fff}.pill--color-blue:disabled.pill--selected,.pill--color-blue.pill--disabled.pill--selected{color:#8fb1f2;background-color:#0c398d;box-shadow:0 2px 4px #0c0c0d0d}.pill--color-violet{color:#4b4e57;background-color:#fff}.pill--color-violet:not(:disabled):not(.pill--disabled):hover{color:#0f111b;background-color:#fff}.pill--color-violet:not(:disabled):not(.pill--disabled).pill--selected{color:#fff;background-color:#5461ba;box-shadow:0 2px 14px 2px #40496426}.pill--color-violet:not(:disabled):not(.pill--disabled).pill--selected:hover{color:#fff;box-shadow:0 0 0 3px #606dc333}.pill--color-violet:disabled,.pill--color-violet.pill--disabled{cursor:default;pointer-events:none;color:#c8cad1;background-color:#fff}.pill--color-violet:disabled.pill--selected,.pill--color-violet.pill--disabled.pill--selected{color:#e4eaff;background-color:#cfd9fb;box-shadow:0 2px 4px #0c0c0d0d}.pill--size-sm{height:2.7142857143rem;padding:12px 16px;gap:5px;border-radius:8px}.pill--size-sm svg{width:16px;height:16px}.pill--size-sm.pill--icon-only{width:2.7142857143rem;height:2.7142857143rem;padding:16px;border-radius:6px}.pill--size-md{font-size:1rem;height:3.1428571429rem;padding:15px 16px;gap:5px;border-radius:8px}.pill--size-md svg{width:20px;height:20px}.pill--size-md.pill--icon-only{width:3.1428571429rem;height:3.1428571429rem;padding:16px;border-radius:8px}.pill--size-lg{font-size:1.1428571429rem;height:3.7142857143rem;padding:16px;gap:8px;border-radius:12px}.pill--size-lg svg{width:24px;height:24px}.pill--size-lg.pill--icon-only{width:3.7142857143rem;height:3.7142857143rem;padding:16px;border-radius:12px}.badge{display:flex;align-items:center;justify-content:center;border-radius:20px}.badge svg{display:flex;flex-shrink:0}.badge--color-red.badge--style-fill{color:#fff;background-color:#ca4241}.badge--color-green.badge--style-fill{color:#fff;background-color:#4fb678}.badge--color-orange.badge--style-fill{color:#fff;background-color:#e79417}.badge--color-blue.badge--style-fill{color:#fff;background-color:#1a60e3}.badge--color-violet.badge--style-fill{color:#fff;background-color:#273283}.badge--color-gray.badge--style-fill{color:#fff;background-color:#4b4e57}.badge--color-red.badge--style-tint{color:#da5857;background-color:#fbeeee}.badge--color-green.badge--style-tint{color:#2da15b;background-color:#dcf0e4}.badge--color-orange.badge--style-tint{color:#e79417;background-color:#ffeed5}.badge--color-blue.badge--style-tint{color:#1a60e3;background-color:#e6efff}.badge--color-violet.badge--style-tint{color:#5461ba;background-color:#e4eaff}.badge--color-gray.badge--style-tint{color:#4b4e57;background-color:#f0f1f4}.badge--color-red.badge--style-white{color:#ca4241;background-color:#fff}.badge--color-green.badge--style-white{color:#2da15b;background-color:#fff}.badge--color-orange.badge--style-white{color:#e79417;background-color:#fff}.badge--color-blue.badge--style-white{color:#0c398d;background-color:#fff}.badge--color-violet.badge--style-white{color:#273283;background-color:#fff}.badge--color-gray.badge--style-white{color:#4b4e57;background-color:#fff}.badge--size-sm{min-height:20px;min-width:20px;padding:2px 8px}.badge--size-sm svg{width:14px;height:14px}.badge--size-sm.badge--icon-only,.badge--size-sm.badge--text-on-hover:not(:hover){padding:3px}.badge--size-md{min-height:26px;min-width:26px;padding:4px 12px 4px 10px}.badge--size-md svg{width:16px;height:16px}.badge--size-md.badge--icon-only,.badge--size-md.badge--text-on-hover:not(:hover){padding:4px 5px}.badge__text{display:flex;align-items:center;margin-left:2px}.badge__text-content{line-height:normal;overflow:hidden;text-overflow:ellipsis}.badge--text-on-hover .badge__text{overflow:hidden;width:0;margin-left:0;transition:width .3s ease,margin-left .3s ease}.badge--text-on-hover .badge__text-content{white-space:nowrap;transform:scaleX(0);opacity:0;transform-origin:left;transition:transform .2s ease,opacity .2s ease}.badge--text-on-hover:hover:hover .badge__text{width:auto;margin-left:2px}.badge--text-on-hover:hover:hover .badge__text-content{transform:scaleX(1);opacity:1}.status-badge{display:flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:content-box;text-align:center;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.048px}.status-badge--color-red{color:#fff;background-color:#da5857}.status-badge--color-blue{color:#fff;background-color:#1a60e3}.status-badge--color-violet{color:#fff;background-color:#273283}.status-badge--color-gray{color:#0f111b;background-color:#e3e5e9}.status-badge--color-white{color:#0f111b;background-color:#fff}.status-badge--size-sm{width:8px;height:8px;border-radius:30px;font-size:8px}.status-badge--size-md{width:16px;height:16px;border-radius:50px;font-size:8px}.status-badge--size-lg{width:20px;height:20px;border-radius:50px;font-size:10px}.status-badge--color-red.status-badge--size-sm.status-badge--with-border{border:2px solid #fff}.status-badge--color-red.status-badge--size-md.status-badge--with-border,.status-badge--color-red.status-badge--size-lg.status-badge--with-border{border:3px solid #fff}.status-badge--color-blue.status-badge--size-sm.status-badge--with-border{border:2px solid #fff}.status-badge--color-blue.status-badge--size-md.status-badge--with-border,.status-badge--color-blue.status-badge--size-lg.status-badge--with-border{border:3px solid #fff}.status-badge--color-violet.status-badge--size-sm.status-badge--with-border{border:2px solid #fff}.status-badge--color-violet.status-badge--size-md.status-badge--with-border,.status-badge--color-violet.status-badge--size-lg.status-badge--with-border{border:3px solid #fff}.status-badge--color-gray.status-badge--size-sm.status-badge--with-border{border:2px solid #fff}.status-badge--color-gray.status-badge--size-md.status-badge--with-border,.status-badge--color-gray.status-badge--size-lg.status-badge--with-border{border:3px solid #fff}.status-badge--color-white.status-badge--size-sm.status-badge--with-border{border:2px solid #f8f9fa}.status-badge--color-white.status-badge--size-md.status-badge--with-border,.status-badge--color-white.status-badge--size-lg.status-badge--with-border{border:3px solid #f8f9fa}.status-badge.status-badge--disabled{opacity:.5}.counter-input{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.counter-input-wrapper{position:relative;display:flex;align-items:center}.counter-input__spinner{position:absolute;right:calc(100% + 6px)}.counter-input__input{display:flex;align-items:center;border:1px solid #c8cad1;background:#f8f9fa}.counter-input__input--has-value,.counter-input__input:focus-within{border-color:#8fb1f2}.counter-input__input input{width:100%;text-align:center;border:none;outline:none;box-shadow:none;background:transparent}.counter-input__input input:focus{border:none;outline:none;box-shadow:none}.counter-input__button{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f8f9fa;border:1px solid #c8cad1;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1}.counter-input__button svg{color:#0c398d}.counter-input:not(.counter-input--error):not(.counter-input--disabled) .counter-input__button:hover{border-color:#8fb1f2}.counter-input--size-sm .counter-input{height:2.7142857143rem}.counter-input--size-sm .counter-input__input{font-size:16px;width:3.2571428571rem;height:2.7142857143rem;padding:10px 5px}@media (min-width: 1025px){.counter-input--size-sm .counter-input__input{font-size:.8571428571rem}}.counter-input--size-sm .counter-input__button{width:2.7142857143rem;height:2.7142857143rem;border-radius:5px}.counter-input--size-sm .counter-input__button svg{width:16px;height:16px}.counter-input--size-sm .counter-input__button--position-left{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.counter-input--size-sm .counter-input__button--position-right{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.counter-input--size-sm:not(.counter-input--error):not(.counter-input--disabled) .counter-input__button:active{box-shadow:0 0 0 3px #89b3ff4d}.counter-input--size-sm.counter-input--full-width .counter-input__input{width:100%;min-width:2.7142857143rem}.counter-input--size-md .counter-input{height:3.1428571429rem}.counter-input--size-md .counter-input__input{font-size:16px;width:3.7714285714rem;height:3.1428571429rem;padding:10px 5px}@media (min-width: 1025px){.counter-input--size-md .counter-input__input{font-size:1rem}}.counter-input--size-md .counter-input__button{width:3.1428571429rem;height:3.1428571429rem;border-radius:6px}.counter-input--size-md .counter-input__button svg{width:20px;height:20px}.counter-input--size-md .counter-input__button--position-left{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.counter-input--size-md .counter-input__button--position-right{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.counter-input--size-md:not(.counter-input--error):not(.counter-input--disabled) .counter-input__button:active{box-shadow:0 0 0 4px #89b3ff4d}.counter-input--size-md.counter-input--full-width .counter-input__input{width:100%;min-width:3.1428571429rem}.counter-input--size-lg .counter-input{height:3.7142857143rem}.counter-input--size-lg .counter-input__input{font-size:16px;width:4.4571428571rem;height:3.7142857143rem;padding:10px 5px}@media (min-width: 1025px){.counter-input--size-lg .counter-input__input{font-size:1.1428571429rem}}.counter-input--size-lg .counter-input__button{width:3.7142857143rem;height:3.7142857143rem;border-radius:8px}.counter-input--size-lg .counter-input__button svg{width:24px;height:24px}.counter-input--size-lg .counter-input__button--position-left{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.counter-input--size-lg .counter-input__button--position-right{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.counter-input--size-lg:not(.counter-input--error):not(.counter-input--disabled) .counter-input__button:active{box-shadow:0 0 0 5px #89b3ff4d}.counter-input--size-lg.counter-input--full-width .counter-input__input{width:100%;min-width:3.7142857143rem}.counter-input--error .counter-input__input{border-color:#ff8f8f;background-color:#fbeeee}.counter-input--error .counter-input__input--has-value,.counter-input--error .counter-input__input:focus-within{border-color:#ff8f8f}.counter-input--error .counter-input__button{border-color:#ff8f8f}.counter-input--disabled .counter-input__input--has-value,.counter-input--disabled .counter-input__input:focus-within{border-color:#c8cad1}.counter-input--disabled .counter-input__button,.counter-input .counter-input__button.counter-input__button--disabled{cursor:default;pointer-events:none}.counter-input--disabled .counter-input__button svg,.counter-input .counter-input__button.counter-input__button--disabled svg{color:#c8cad1}.counter-input:not(.counter-input--error).counter-input--disabled .counter-input__button,.counter-input:not(.counter-input--error) .counter-input__button.counter-input__button--disabled{border-color:#c8cad1}.table{border-radius:var(--Corner-Large, 16px);background-color:#fff;border-collapse:collapse;overflow:hidden}.table__header-cell{white-space:nowrap;padding:20px 6px 8px 10px;border-bottom:1px solid #f0f1f4}@media (min-width: 1361px){.table__header-cell{padding:20px 8px 8px 12px}}.table__header-cell-content{display:flex;align-items:flex-start}.table--hoverable .table__body-row{cursor:pointer}.table--hoverable .table__body-row:hover{background-color:#e6efff}.table__body-row:not(:last-child){border-bottom:1px solid #f0f1f4}.table__body-cell.table__body-cell--size-sm{height:58px}.table__body-cell-content{display:flex;align-items:center;width:100%;height:100%;padding:10px 2px}@media (min-width: 1361px){.table__body-cell-content{padding:10px 12px}}.table__body-cell a.table__body-cell-content{text-decoration:none;color:inherit;background:none;border:none;outline:none;box-shadow:none;cursor:pointer}.table__body-cell a.table__body-cell-content:focus,.table__body-cell a.table__body-cell-content :hover,.table__body-cell a.table__body-cell-content :active,.table__body-cell a.table__body-cell-content :visited{text-decoration:none;outline:none}#popover-teleport{z-index:50}.popover{display:flex;flex-direction:column;min-width:335px;max-height:var(--reka-popper-available-height, 100%);gap:20px;border-radius:.8571428571rem;background:#fff;box-shadow:0 16px 32px -8px #0c0c0d66}.popover--size-sm{padding:var(--sds-size-space-400, 16px)}.popover--size-md{padding:var(--sds-size-space-800, 32px)}.popover--mobile{position:fixed;z-index:51;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:20px;padding:28px 20px 20px;background:#fff;border-radius:.8571428571rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.popover-overlay{position:fixed;background:#0f111b99;animation:overlayShow .15s cubic-bezier(.16,1,.3,1);top:0;width:100%;height:100%;z-index:50}.popover--modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:51;animation:contentShow .15s cubic-bezier(.16,1,.3,1);min-width:500px;padding:24px;max-width:calc(100% - 40px);max-height:calc(100% - 40px)}.popover__headline{display:flex;align-items:start;justify-content:space-between;gap:10px}.popover__actions{display:flex;align-items:center;justify-content:end;gap:10px}.popover__actions--mobile{align-items:normal;flex-direction:column-reverse}.popover-title{display:flex;flex:1;gap:6px;color:#0f111b;font-size:1.1428571429rem;font-weight:500}.popover-title svg{color:#878990;width:20px;height:20px}.popover-title--modal{font-size:1.7142857143rem;font-weight:600}.popover-content-text{color:#0f111b;font-size:1.1428571429rem;font-weight:500}.popover-close{display:flex;flex-shrink:0;color:#878990}.popover-close svg{width:16px;height:16px}.drawer{position:fixed;top:60px;left:0;bottom:65px;right:0;z-index:51;background-color:#fff}.drawer--fullscreen{bottom:0}.drawer__inner{display:flex;flex-direction:column;width:100%;height:100%;overflow:auto;padding:24px;gap:24px;position:relative}.drawer-handle[data-vaul-handle]{position:fixed;right:0;top:50%;transform:translateY(-50%) rotate(90deg)}.drawer-headline{display:flex;align-items:start;justify-content:space-between;gap:10px;color:#0f111b;font-size:1.4285714286rem;font-weight:600}.drawer-close{display:flex;flex-shrink:0;color:#878990}.drawer-close svg{width:16px;height:16px}.filters{display:flex;flex-direction:column;gap:10px}.filters--sticky-actions{overflow:hidden}.filters--sticky-actions .filters-items{display:flex;flex-direction:column;overflow:auto}.filters-items{padding:10px 16px;border-radius:15px;background:#f0f1f4}.filters-items__content{display:flex;flex-direction:column;gap:6px}.filters-buttons{display:flex;gap:10px}.filters-buttons button:first-of-type{flex:1}.filters-delimiter{height:1px;width:100%;margin:6px 0;background-color:#e3e5e9}.filters-item{display:flex;flex-direction:column}.filters-item__toggle{display:flex;align-items:center;flex-direction:row;justify-content:space-between;height:40px;cursor:pointer;-webkit-user-select:none;user-select:none}.filters-item__toggle__content{display:flex;align-items:center;flex-direction:row;gap:5px}.filters-item__toggle__icon{color:#0c398d}.filters-item__toggle__icon svg{width:16px;height:16px}.filters-item__options{display:flex;flex-direction:column;max-height:288px;overflow:auto}.filters-option{display:flex;align-items:center;justify-content:space-between;line-height:20px;padding:8px 12px;gap:8px;cursor:pointer}.filters-option:hover{background-color:#e6efff}.filters-option-label{display:flex;align-items:center;overflow:hidden;gap:8px}.filters-option--selected .filters-option-label__label{color:#0c398d}.filters-floating-toggle{position:fixed;right:0;z-index:20;touch-action:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;padding:12px;gap:6px;border-radius:.2857142857rem;border-top-right-radius:0;border-bottom-right-radius:0;background:#909be1;color:#fff;font-size:1rem;font-weight:500}.filters-floating-toggle svg{width:20px;height:20px}.goods-item{border-radius:var(--Corner-Large, 16px);box-shadow:inset 0 0 0 1px #f0f1f4;background:#fff}.goods-item:hover{box-shadow:inset 0 0 0 1px #f0f1f4,0 16px 32px -4px #0c0c0d1a,0 4px 4px -4px #0c0c0d0d}.goods-item.goods-item--selected{box-shadow:inset 0 0 0 3px #8fb1f2}.goods-item.goods-item--selected:hover{box-shadow:inset 0 0 0 3px #8fb1f2,0 0 0 5px #89b3ff4d}.goods-item--type-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:325px;padding:20px;gap:15px}.goods-item--type-list{display:flex;align-items:center;padding:20px;gap:24px}.goods-item--type-cart{display:flex;flex-direction:column;padding:30px 20px;gap:30px}@media (min-width: 1025px){.goods-item--type-cart{flex-direction:row;justify-content:space-between;padding:20px;gap:20px}}.goods-item--type-cart-embedded{display:flex;justify-content:space-between;padding:14px 0;gap:10px;border:none;box-shadow:none}.goods-item--type-cart-embedded:hover{box-shadow:none}.goods-item--type-preview{display:flex;align-items:start;gap:12px;border-radius:0;box-shadow:none;background:transparent}.goods-item--type-preview:hover{box-shadow:none}.goods-item--type-mobile{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px;gap:12px}.goods-item-content--type-card{display:flex;flex-direction:column;align-items:center;width:100%;gap:15px}.goods-item-content--type-list{position:relative;display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:12px}.goods-item-content--type-list__wrapper{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:24px}.goods-item-content--type-cart{display:flex;gap:24px}.goods-item-content--type-cart-embedded{display:flex;gap:10px}.goods-item-image{display:flex;align-items:center;justify-content:center;overflow:hidden}.goods-item-image img{display:block;max-width:100%;max-height:100%;border-radius:.5714285714rem}.goods-item-image--type-card{width:100%;height:285px}.goods-item-image--type-list,.goods-item-image--type-cart{width:98px;height:98px;min-width:98px;min-height:98px;max-width:98px;max-height:98px}.goods-item-image--type-preview{width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px}.goods-item-image--type-cart-embedded{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px}.goods-item-image--type-mobile{width:90px;height:90px;min-width:90px;min-height:90px;max-width:90px;max-height:90px}.goods-item-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;line-height:19px;min-height:57px;max-height:57px;width:100%;max-width:100%;font-style:normal;letter-spacing:.32px}.goods-item-name--type-cart-embedded{font-size:1rem}.goods-item-name--type-preview{font-weight:500}.goods-item-name__search{background-color:#ffab2c}.goods-item-name-with-badges{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;min-width:284px;max-width:284px}.goods-item-name-with-badges--type-cart,.goods-item-name-with-badges--type-cart-embedded,.goods-item-name-with-badges--type-mobile{min-width:0;max-width:100%}.goods-item-image-with-badges{position:relative;width:100%}.goods-item-badges--type-card{position:absolute;top:0;display:flex;flex-direction:column;align-items:flex-start;max-width:100%;padding:12px;gap:6px}.goods-item-badges--type-list{display:flex;flex-direction:column;align-items:start;gap:6px}.goods-item-badges--type-mobile{display:flex;min-width:0;max-width:100%;gap:10px}.goods-item-balance{display:flex;align-items:center;justify-content:space-between;padding:0 10px;height:3.1428571429rem;gap:4px;border-radius:6px;background:#f0f1f4}.goods-item-balance--zero{justify-content:center}.goods-item-balance__label{display:flex;flex-shrink:0}.goods-item-balance__value{display:flex;text-align:end;letter-spacing:.14px}.goods-item-actions{display:flex;flex-direction:column;width:100%;gap:10px}.goods-item-actions--type-list{width:264px;flex-shrink:0}.goods-item-actions--type-cart{flex-direction:row;align-items:center;justify-content:end;width:304px;flex-shrink:0;gap:20px}.goods-item-actions--type-cart-embedded{flex-direction:row;align-items:center;justify-content:end;width:264px;flex-shrink:0}.goods-item-error-message{font-size:.8571428571rem;font-weight:400;color:#da5857}.goods-item-area{color:#878990;font-weight:500;font-size:1.1428571429rem}.goods-item-area--embedded{font-size:1rem}.goods-item-label-value{display:flex;flex-direction:column;gap:2px}.goods-item-label-value--counter-input-width-sm{width:8.1428571429rem}.goods-item-label-value--counter-input-width-md{width:9.4285714286rem}.goods-item-attributes{display:flex;flex-direction:column;width:100%;gap:10px}.goods-item-attribute{display:flex;flex:1;align-items:end;width:100%;gap:4px}.goods-item-attribute__label{line-height:normal;flex-shrink:0}.goods-item-attribute__delimiter{height:10px;flex:1 0 0;border-bottom:1px dotted #878990}.goods-item-attribute__value{text-align:center;letter-spacing:.14px}.goods-item-attribute__value--no-ellipsis{text-wrap:wrap;text-align:end}.goods-item-attribute__value--multiple{font-size:10px;line-height:14px}.goods-item-attribute__value--empty{color:#878990}.cart{display:flex;flex-direction:column;flex:1;gap:20px}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-title sup{font-size:.6em}.cart-close{cursor:pointer;color:#c8cad1}.cart-clear{display:flex}.cart-goods-container{display:flex;flex-direction:column;flex:1;gap:16px}.cart-goods{display:flex;flex-direction:column;gap:10px}.cart-delimiter{width:100%;height:1px;background:#f0f1f4}.cart-actions{display:flex;flex-direction:column;align-items:end}.cart--embedded{width:670px;min-height:200px;gap:18px;overflow:hidden}.cart--embedded .cart-goods-container{gap:10px;overflow:auto}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:30px}.cart-empty__icon{display:flex;justify-content:center;align-items:center;gap:10px;width:108px;height:108px;border-radius:60px;color:#0c398d;background:#e6efff}.cart-empty__message{color:#0f111b;font-size:1.7142857143rem;font-weight:600}.add-to-cart{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.add-to-cart__label,.add-to-cart__button{flex:1}.add-to-cart__button-content{display:flex;flex-direction:column;flex-shrink:0}.add-to-cart__button-content span:first-child{font-size:1rem}.add-to-cart__button-content span:last-child{font-size:.8571428571rem}.choose-serial-modal{display:flex;flex-direction:column;gap:18px}@media (min-width: 1025px){.choose-serial-modal{width:610px}}.choose-serial-modal-serials{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow:auto}.serial-item{display:flex;padding:12px 12px 12px 16px;justify-content:space-between;align-items:center;background:#f8f9fa;border-radius:12px}.serial-item__label{display:flex;gap:10px}.serial-item__label-serial{min-width:160px}.breadcrumbs{display:flex;align-items:center;gap:6px;margin-top:11px;margin-bottom:15px}.breadcrumb{display:flex;align-items:center;color:#878990;gap:4px}.breadcrumb svg{width:16px;height:16px}.breadcrumb:not(.breadcrumbs--last):hover{color:#0c398d}.breadcrumb:not(.breadcrumbs--last):hover .breadcrumb-text{color:#0c398d}.breadcrumb:not(.breadcrumbs--last):hover .breadcrumb-text:not(:active){text-decoration-line:underline;text-decoration-style:dotted;text-decoration-skip-ink:none;text-decoration-thickness:9.5%;text-underline-offset:auto;text-underline-position:from-font}.search-input{display:flex;width:100%}.search-input .form-field__control{border-top-right-radius:0;border-bottom-right-radius:0}.search-input__input{width:100%}.search-input button.search-input__submit-button{border-top-left-radius:0;border-bottom-left-radius:0}.search-input_unauthorized{max-width:680px}.account-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;overflow-y:auto;pointer-events:auto}.account-menu-overlay__content{background-color:#f0f1f4}.account-menu{display:flex;flex-direction:column;padding-top:24px;padding-bottom:48px;gap:30px}.account-menu__title{color:#0f111b;font-size:1.7142857143rem;font-weight:600}.account-menu__content{display:flex;align-items:flex-start;justify-content:space-between}.account-menu__items{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:20px}.account-menu-item{display:flex;align-items:center;width:210px;color:#0c398d;gap:5px}.account-card{display:flex;width:325px;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--sds-size-space-600, 24px);gap:10px;border-radius:var(--Corner-Large, 16px);border:1px solid #e3e5e9;background:#f8f9fa}.account-card__info{display:flex;flex-direction:column;overflow:hidden;gap:6px}.account-card__logout{display:flex;align-items:center;color:#ca4241;gap:5px}.account-menu-mobile{display:flex;flex-direction:column;gap:40px}.account-menu-mobile__items{display:flex;flex-direction:column;gap:20px}.nav-menu-mobile{display:flex;flex-direction:column;gap:40px}.nav-menu-mobile__actions{display:flex;flex-direction:column;gap:20px}.nav-menu-mobile__items{display:flex;flex-direction:column;gap:40px}.nav-menu-mobile-item{color:#0f111b;font-size:1.1428571429rem;font-weight:500}.catalog-menu{display:flex;flex-direction:column;gap:40px}.catalog-menu-category{display:flex;flex-direction:column;gap:24px}.catalog-menu-category__main{display:flex;align-items:center;gap:8px;color:#0c398d;font-size:1.2857142857rem;font-weight:600}.catalog-menu-category__main svg{width:30px;height:30px}.catalog-menu-category__subcategories{display:flex;flex-direction:column;gap:20px}.catalog-menu-subcategory{color:#0f111b;font-size:1.1428571429rem;font-weight:400}.image-dialog{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.image-dialog__image{display:block;max-width:100%;max-height:100%;min-height:0}.catalog-main{position:relative}.catalog-managers-tools{position:fixed;left:50%;transform:translate(-50%);bottom:50px;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:calc(100% - 40px)}.catalog-managers-tools__toolbar{display:inline-flex;padding:6px 24px 6px 6px;align-items:center;gap:12px;border-radius:var(--Corner-Large, 16px);background:var(--Blue-6, #082f79);box-shadow:var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) #0c0c0d33}.catalog-managers-tools__toolbar-actions{display:flex;align-items:center;gap:6px}.catalog-managers-tools__toolbar-separator{width:2px;height:30px;opacity:.32;background-color:#1a60e3}.catalog-managers-tools__hint{display:inline-flex;height:40px;padding:20px;justify-content:center;align-items:center;gap:20px;flex-shrink:0;border-radius:var(--Corner-Medium, 12px);background:var(--Red-1, #fbeeee);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--Red-5, #ca4241);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.catalog-managers-tools__selected-count{display:flex;height:40px;padding:20px;justify-content:center;align-items:center;gap:20px;flex-shrink:0;border-radius:var(--Corner-Medium, 12px);background:#fff9;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--Blue-5, #0c398d);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.price-popover-content{display:flex;flex-direction:column;gap:20px}.price-popover-content__type{display:flex;flex-direction:column;gap:12px}.catalog-search{display:flex;gap:10px;margin-top:15px;margin-bottom:25px;padding-bottom:5px;overflow:auto}.catalog-search a{display:flex;background-color:#e6efff;border-radius:20px;padding:7px 12px;color:#1a60e3;line-height:100%;white-space:nowrap}.catalog-search a.active{background-color:#1a60e3;color:#fff}.catalog-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:247px;background:#fff;border-radius:16px;text-align:center}.catalog{display:flex;flex:1;flex-direction:column;gap:12px}@media (min-width: 1025px){.catalog{flex-direction:row;gap:20px}}.catalog-sort{display:flex;align-items:center;gap:20px}.catalog-sort-radio-group{display:flex;flex-direction:column;gap:20px}.catalog .catalog__sidebar{display:flex;flex-direction:column;gap:12px}@media (min-width: 1025px){.catalog .catalog__sidebar{width:250px;min-width:250px;max-width:250px}}@media (min-width: 1361px){.catalog .catalog__sidebar{width:325px;min-width:325px;max-width:325px}}.catalog .catalog__sidebar-controls{display:flex;flex-direction:column;gap:10px}.catalog .catalog__main{display:flex;flex:1;flex-direction:column;gap:12px}.catalog__section-header{height:44px}.catalog-topbar{display:flex;align-items:center;justify-content:space-between}.catalog-topbar-sort{display:flex;align-items:center;gap:30px}.catalog-items--type-card{display:grid;flex:1;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));justify-content:center;gap:20px}@media (min-width: 1025px){.catalog-items--type-card{gap:10px}}@media (min-width: 1361px){.catalog-items--type-card{gap:20px}}.catalog-items--type-list{display:flex;flex:1;flex-direction:column;justify-content:center;gap:12px}.catalog-items--type-mobile{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));min-height:274px;gap:12px}.catalog-items-loader{display:flex;flex:1;align-items:center;justify-content:center;grid-column:1/-1}.category-index{display:flex;flex-direction:column;gap:24px}.category-index h1{color:#0f111b;font-size:30px;font-style:normal;font-weight:600}.category-index__categories{display:grid;flex:1;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));gap:20px}@media (min-width: 1025px){.category-index__categories{grid-template-columns:repeat(auto-fit,minmax(440px,1fr))}}.main-category-block{display:inline-flex;padding:24px 32px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:14px;border:1px solid #f0f1f4;background:#fff;width:100%}.main-category-block__title{display:flex;gap:16px;align-items:center;color:#0c398d}.main-category-block__title span{font-size:18px;font-weight:600}.main-category-block__subcategories{display:flex;flex-direction:column}.goods-item-page{display:flex;flex-direction:column;gap:12px}@media (min-width: 1025px){.goods-item-page{flex-direction:row;align-items:flex-start;margin-top:25px;gap:20px}}.goods-item-page-image{display:flex;flex:1;align-items:center;justify-content:center;overflow:hidden;width:100%;min-height:346px;max-height:346px}@media (min-width: 1025px){.goods-item-page-image{height:552px}}.goods-item-page-image img{display:block;max-width:100%;max-height:100%;border-radius:.5714285714rem}@media (min-width: 1025px){.goods-item-page-image img{border-radius:0}}.goods-item-page-details{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:12px}@media (min-width: 1025px){.goods-item-page-details{gap:20px}}.goods-item-page-title{color:#0f111b;font-size:1.1428571429rem;font-weight:600}@media (min-width: 1025px){.goods-item-page-title{font-size:2.1428571429rem}}.goods-item-page-title--desktop{display:none}@media (min-width: 1025px){.goods-item-page-title--desktop{display:block}}.goods-item-page-title--mobile{display:block}@media (min-width: 1025px){.goods-item-page-title--mobile{display:none}}.goods-item-page-badges{display:flex;flex-wrap:wrap;gap:10px}.goods-item-page-attributes{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:30px;gap:15px;border-radius:var(--Corner-Large, 16px);background:#f0f1f4}.goods-item-page-purchase{display:flex;align-items:center;width:100%;padding:30px;border-radius:var(--Corner-Large, 16px);background:#fff}@media (min-width: 1025px){.goods-item-page-purchase{width:670px}}.goods-item-page-purchase:empty{display:none}.goods-item-page-purchase-prices{display:flex;flex-wrap:wrap;gap:24px}.goods-item-page-purchase-price{display:flex;flex-shrink:0;flex-direction:column;gap:4px}.goods-item-page-purchase-price__value{letter-spacing:.24px}.goods-item-page-purchase-price__unit{letter-spacing:.16px}.goods-item-page-purchase-cart-controls{display:flex;width:100%;margin-left:auto}@media (min-width: 1025px){.goods-item-page-purchase-cart-controls{width:248px}}@media (min-width: 1025px){#vue-partner-container{height:1029px}}.partner{position:relative;display:flex;flex-direction:column}@media (min-width: 1025px){.partner{padding-top:24px}}.partner__controls{z-index:2;pointer-events:none}.partner__left-block{pointer-events:auto;display:flex;flex-direction:column;width:100%;gap:15px;padding-bottom:12px}@media (min-width: 1025px){.partner__left-block{width:350px;background-color:#fff;border-radius:16px;box-shadow:0 2px 6px #282e4c12}}.partner__left-block-title{font-size:24px;font-weight:600}@media (min-width: 1025px){.partner__left-block-title{padding:24px 18px 0}}@media (min-width: 1025px){.partner__select{padding:18px 18px 0}}.partner__shops-list-title{font-style:italic;color:#4b4e57}@media (min-width: 1025px){.partner__shops-list-title{margin-top:18px;padding:0 18px}}.partner__shops-list{overflow:auto;overflow-x:hidden;max-height:438px}.partner__shop{display:flex;padding:10px 18px}.partner__shop:not(:first-child){border-top:1px solid #e3e5e9}.partner__shop.partner__shop-active{background-color:#e6efff99;border-left:4px solid #0c398d;padding:12px 14px}.partner__shop .partner__shop-image img{width:92px;height:122px;object-fit:cover}.partner__shop .partner__shop-info{display:flex;flex-direction:column;padding-left:12px;justify-content:space-between;height:122px}.partner__shop .partner__shop-info.partner__shop-schedule-active{height:182px}.partner__shop-title{color:#0c398d;font-size:18px;font-weight:700;cursor:pointer}.partner__shop-label{color:#4b4e57}.partner__shop-label a{color:#4b4e57;text-decoration:none;border-bottom:1px solid #4b4e57}.partner__shop-schedule-title{display:flex;align-items:center;color:#0c398d;cursor:pointer;font-weight:500}.partner__shop-schedule-title span{margin-right:6px}.partner span.partner__shop-schedule-title-active{border-bottom:1px dotted #0c398d}.partner__shop-schedule-content{display:flex;flex-direction:column;gap:2px;color:#4b4e57;height:60px;padding-top:6px}.partner__marker{position:absolute;top:-27px;left:-9px;cursor:pointer}.partner__marker-modal{padding-inline-end:0px;max-width:648px;max-height:469px;min-width:0px;position:absolute;box-sizing:border-box;overflow:hidden;top:-37px;left:0;transform:translate3d(-50%,-100%,0);background-color:#fff;border-radius:16px;padding:12px;box-shadow:0 2px 7px 1px #0000004d;display:flex;flex-direction:column;font-weight:300;font-size:13px;gap:10px}.partner__marker-modal-bottom{filter:drop-shadow(0 4px 2px rgba(178,178,178,.4));height:12px;top:-37px;position:absolute;left:0;transform:translate(-50%);width:25px}.partner__marker-modal-bottom:after{background:#fff;clip-path:polygon(0 0,50% 100%,100% 0);content:"";height:12px;left:0;position:absolute;top:-1px;width:25px}.partner__marker-modal-title{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.partner__marker-modal-title-text{font-size:18px;font-weight:700;color:#0c398d}.partner__marker-modal-title-close{margin-right:10px;cursor:pointer}.partner__marker-modal-image{display:flex;flex-direction:row;justify-content:center}.partner__marker-modal-img{width:100px;height:100px;margin:5px;cursor:pointer}.partner__map-container{height:500px}@media (min-width: 1025px){.partner__map-container{position:absolute;z-index:1;height:1029px;width:100%;top:0;left:0}}.partner__marker-modal-phone a{text-decoration:none;border-bottom:1px solid #0f111b;color:#0f111b}.partner__marker-icon-selected{color:#da5857}.partner__marker-icon{color:#1a60e3}.partner__marker-modal-buttons{display:flex;gap:10px}.partner__marker-modal-buttons a{display:flex;gap:5px;color:#fff;padding:10px;border-radius:4px}.partner__marker-modal-button-map{background-color:#0c398d}.partner__marker-modal-button-whatsapp{background-color:#2da15b}#vue-feedback-container{margin-bottom:40px}.feedback{display:flex;flex-wrap:wrap;gap:20px}.feedback__contact{display:flex;flex-direction:column;min-width:350px;flex:1;justify-content:space-between;gap:20px}@media (min-width: 1025px){.feedback__contact{max-width:440px}}.feedback__contact-title,.feedback__form-title{height:29px;font-size:24px}.feedback__contact-block-contact{display:flex;flex-direction:column;gap:10px}.feedback__form{display:flex;flex-direction:column;flex:1;gap:20px;min-width:350px}.feedback__form-block{display:flex;flex-direction:column;gap:30px}.feedback__form-block-agreement{display:flex;gap:10px;align-items:center}.feedback__form-block-agreement span{display:flex;gap:1ch;max-width:440px;flex-wrap:wrap;max-width:800px}.feedback__form-block-client-info{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.feedback__form-block-client-info .form-field{flex:1}.feedback__form-block-submit button{width:100%}@media (min-width: 1025px){.feedback__form-block-submit button{width:auto}}.company-info-block{display:flex;background-color:#e6efff;padding:24px;border-radius:.8571428571rem;gap:12px}.company-info-block--center{align-items:center}.company-info-block__icon{flex:1;max-width:30px;height:30px}.company-info-block__icon svg{color:#082f79}.company-info-block__list{flex:1;display:flex;justify-content:space-between}.company-info-block__text-block{font-size:16px;display:flex;flex-direction:column;gap:29px;line-height:19px;font-weight:400}.company-info-block__text-item{display:flex;flex-direction:column;gap:5px}.company-info-block__text-foot{font-weight:600}.company-info-block__link a{display:flex;align-items:center;font-size:12px;color:#082f79;gap:8px}.news-page{display:flex;gap:30px;flex-wrap:wrap}.news-page__block{display:grid;flex:1;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:min-content;align-items:start;gap:10px}.news-page__pagination{display:flex;justify-content:center;flex-wrap:wrap;width:100%}@media (min-width: 1025px){.news-page__pagination{justify-content:right}}.news-preview-block{display:flex;flex-direction:column;padding:16px;background-color:#fff;border:1px solid #f0f1f4;border-radius:16px;gap:10px;width:100%}@media (min-width: 1025px){.news-preview-block{height:315px}}.news-preview-block__image{max-height:158px;flex:1;cursor:pointer}.news-preview-block__image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.news-preview-block__date{font-size:14px;color:#878990;flex:1;max-height:17px}.news-preview-block__text{display:flex;flex-direction:column;gap:4px;flex:1}.news-preview-block .__title{font-size:18px;color:#0f111b;font-weight:600;min-height:44px;flex:1}.news-preview-block .__description{font-size:16px;color:#0f111b;flex:1;max-height:44px}.news-preview-block__button{display:block}@media (min-width: 1025px){.news-preview-block__button{display:none}}@media (min-width: 1025px){.news-preview-block:hover .news-preview-block__button{display:block;transition:all .1s ease}.news-preview-block:hover .news-preview-block__image{max-height:104px;transition:all .1s ease}}.article-page{display:flex;flex-direction:column;align-items:center;padding:40px;gap:40px;background-color:#fff;border-radius:28px;margin-bottom:40px}@media (min-width: 1025px){.article-page{flex-direction:row;align-items:start}}.article-page__image{flex:1;max-width:555px;height:340px;cursor:pointer}.article-page__image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.article-page__text{flex:1;display:flex;flex-wrap:wrap;gap:20px;flex-direction:column}.article-page__text-title{flex:1;font-size:30px;font-weight:600;line-height:100%}.article-page__text-description{flex:1;font-size:16px;font-weight:400;line-height:24px}.article-page__text-date{flex:1;font-size:14px;font-weight:500;line-height:24px;color:#878990}.article-page__pagination{flex:1;display:flex}.article-page__pagination-item{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-top:1px solid #e3e5e9;border-bottom:1px solid #e3e5e9;border-right:1px solid #e3e5e9;color:#878990;text-decoration:none;cursor:pointer}.article-page__pagination-item:hover{background-color:#f8f9fa;border-color:#c8cad1}.article-page__pagination-item:first-child{border-radius:6px 0 0 6px;border-left:1px solid #e3e5e9}.article-page__pagination-item:first-child:hover{background-color:#f8f9fa;border-color:#c8cad1;border-left:1px solid #c8cad1}.article-page__pagination-item:last-child{border-radius:0 6px 6px 0}.article-page__pagination-item:last-child:hover{background-color:#f8f9fa;border-color:#c8cad1}.article-page__pagination-item-deactivate{opacity:.5;pointer-events:none}.article-page__pagination:has(.article-page__pagination-item:last-child:hover) .article-page__pagination-item:first-child{border-right:1px solid #c8cad1}.order-card{display:flex;flex-direction:column;padding:12px;gap:12px;border-radius:.8571428571rem;background-color:#fff}.order-card__row{display:flex;justify-content:space-between;gap:10px}.order-card__column{display:flex;flex:1}.order-card-id{display:flex;align-items:center;gap:5px;font-size:1.1428571429rem;font-weight:600}.order-card-id__label{color:#878990}.order-card-id__value{color:#0f111b}.order-card-info{display:flex;flex-direction:column;gap:10px;font-size:1rem}.order-card-info__label{color:#4b4e57;font-weight:400}.order-card-info__value{color:#0f111b;font-weight:500}.order-card-actions:empty{display:none}.order-list{display:flex;flex:1;flex-direction:column;gap:12px}@media (min-width: 1025px){.order-list{flex-direction:row;gap:20px}}.order-list-sort{display:flex}.order-list-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));min-height:234px;gap:10px}.order-list__sidebar{display:flex;flex-direction:column}@media (min-width: 1025px){.order-list__sidebar{width:250px;min-width:250px;max-width:250px}}@media (min-width: 1361px){.order-list__sidebar{width:325px;min-width:325px;max-width:325px}}.order-list__main,.order-list__main-content{display:flex;flex:1;flex-direction:column;gap:10px}.order-list-comment-counter{display:flex;align-items:center;color:#4b4e57;gap:6px}.order-list-date{display:flex;flex-direction:row;font-weight:500;gap:4px}@media (min-width: 1025px){.order-list-date{flex-direction:column}.order-list-date__time{font-weight:400}}.order-list-loader{display:flex;flex:1;flex-direction:column;align-items:center}.order-list-loader_centered{justify-content:center}.order-list-date-interval-filter{display:flex;flex-direction:column;gap:8px}.order{display:flex;flex-direction:column;gap:20px}@media (min-width: 1025px){.order{gap:28px}}.order-title{color:#0f111b;font-size:1.7142857143rem;font-weight:600}@media (min-width: 1025px){.order-title{font-size:1.1428571429rem}}.order-header{display:flex}@media (min-width: 1025px){.order-header{justify-content:space-between}}.order-header__info{display:flex;flex-direction:column;gap:20px}@media (min-width: 1025px){.order-header__info{flex-direction:row;align-items:center;gap:24px}}.order-header__info-items{display:flex;flex-direction:column;gap:10px}@media (min-width: 1025px){.order-header__info-items{flex-direction:row;align-items:center;gap:24px}}.order-header__info-item{display:flex;gap:4px}.order-header__info-item__label{color:#878990;font-size:1.1428571429rem;font-weight:500}.order-header__info-item__value{color:#0f111b;font-size:1.1428571429rem;font-weight:500}.order-header__actions{display:flex;align-items:center;width:100%;gap:6px}@media (min-width: 1025px){.order-header__actions{width:auto}}.order-content{display:flex;flex-direction:column;gap:20px}@media (min-width: 1025px){.order-content{flex-direction:row;gap:18px}}.order-info{display:flex;flex-direction:column;gap:12px}.order-info--type-delivery,.order-info--type-comments{gap:14px}.order-info-comment-input{display:flex;gap:6px}.order-info-comment-input__input,.order-goods{width:100%}.order-goods-table{display:none}@media (min-width: 1025px){.order-goods-table{display:table;width:100%}}.order-goods-list{display:flex;flex-direction:column;padding:12px;gap:20px;border-radius:16px;background-color:#fff}@media (min-width: 1025px){.order-goods-list{display:none}}.order-goods-delimiter{height:1px;width:100%;background-color:#f0f1f4}.order-goods-item{display:flex;flex-direction:column;gap:12px}.order-goods-item__header{display:flex;gap:10px}.order-goods-item__info{display:flex;flex-direction:column;gap:10px}.order-goods-item__article{color:#878990;font-size:1rem;font-weight:500}.order-goods-item__quantity{display:flex;justify-content:space-between;color:#878990;font-size:1rem;font-weight:500}.order-goods-item__image{display:flex;align-items:center;justify-content:center;overflow:hidden;width:110px;height:110px;min-width:110px;min-height:110px;max-width:110px;max-height:110px}.order-goods-item__image img{display:block;max-width:100%;max-height:100%;border-radius:.5714285714rem}.order-goods-item__badge{display:flex}.order-links{display:flex;align-items:center;gap:4px}.order-download-link{display:flex;align-items:center;justify-content:center;height:24px;padding:4px 8px;gap:12px;border-radius:var(--Corner-Extra-small, 4px);background:#e3e5e9;color:#0c398d}.order-info-menu{display:flex;flex-direction:column;padding:16px;gap:14px;border-radius:var(--Corner-Large, 16px);background:var(--Black-2, #f0f1f4)}@media (min-width: 1025px){.order-info-menu{width:325px}}.order-info-menu__toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#4b4e57}.order-info-menu__toggle-name{display:flex;align-items:center;gap:6px}.order-info-menu__toggle svg{width:24px;height:24px}.order-info-menu__toggle.open .down-icon{display:none}.order-info-menu__toggle:not(.open) .up-icon{display:none}.order-info-menu__content.hidden{display:none}.order-comment{display:flex;flex-direction:column;padding:16px;gap:10px;border-radius:var(--Corner-Small, 8px);background:#f8f9fa}.order-comment__title{display:flex;flex-direction:column;gap:6px}.order-comment-user{display:flex;align-items:center;gap:6px;color:#0c398d}.order-create{display:flex;flex:1;flex-direction:row;gap:20px}.order-create__block{display:flex;flex-direction:column;width:100%;gap:20px}.order-create__block--right{flex-shrink:0;width:440px}.order-create-header{height:36px}.order-create-form{display:flex;flex-direction:column;padding:28px 20px;gap:20px;border-radius:var(--Corner-Large, 16px);border:1px solid #f0f1f4;background:#fff}.order-create-form--embedded{padding:0;border:none;background:transparent}.order-create-form__add-comment{margin-bottom:10px}.order-create-form__submit{display:flex;flex-direction:column;gap:16px}.fabricators{display:flex;flex-wrap:wrap;gap:20px}.fabricators-menu-mobile{display:flex;width:100%}.fabricators-menu-mobile vue-select{width:100%}@media (min-width: 1025px){.fabricators-menu-mobile{display:none}}.fabricators-menu{display:none;width:325px;flex-direction:column;align-items:center;padding:10px 0;justify-content:flex-start;height:fit-content;border-radius:15px;background:#f0f1f4}@media (min-width: 1025px){.fabricators-menu{display:flex}}.fabricators-menu__delimiter{height:1px;width:100%;padding:0 16px;background-color:#e3e5e9;background-clip:content-box}.fabricators-category{display:flex;padding:4px 16px;height:40px;flex-direction:row;align-items:center;gap:5px;align-self:stretch}.fabricators-category__icon{color:#c8cad1;flex-shrink:0}.fabricators-category__name{color:#0f111b;font-size:1rem;font-weight:500;line-height:normal}.fabricators-category--selected{box-shadow:inset 3px 0 #0c398d}.fabricators-category--selected .fabricators-category__icon,.fabricators-category--selected .fabricators-category__name{color:#0c398d}.fabricators-grid{display:grid;flex:1;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:min-content;align-items:start;gap:5px}@media (min-width: 1025px){.fabricators-grid{gap:20px}}.fabricator{display:flex;width:100%;padding:20px;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:var(--Corner-Medium, 12px);border:1px solid #f0f1f4;background:#fff;gap:10px}@media (min-width: 1025px){.fabricator:hover{border:2px solid #8fb1f2;box-shadow:0 0 0 4px #89b3ff4d}.fabricator:hover .fabricator__image{display:none}.fabricator:hover .fabricator__link{display:block}}.fabricator__link{display:block;width:100%}@media (min-width: 1025px){.fabricator__link{display:none}}.fabricator__link button{width:100%}.fabricator__image{display:flex;flex-direction:column;align-items:baseline;max-width:350px;min-height:0;width:178px;height:58px}.fabricator__image img{display:block;max-width:100%;max-height:100%;min-height:0}.fabricator__info{display:flex;flex-direction:column;align-items:flex-start;gap:2px;align-self:stretch}.fabricator__info span{color:#0f111b;font-size:1.1428571429rem;font-weight:600}.fabricator-page{display:flex;flex-wrap:wrap;gap:20px}.fabricator-page__heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;flex:1;gap:6px}@media (min-width: 1025px){.fabricator-page__heading{gap:0}}.fabricator-page__info{display:flex;flex-direction:column;gap:6px}.fabricator-page__info h1{font-size:24px;font-weight:700;color:#0f111b}@media (min-width: 1025px){.fabricator-page__info h1{margin-left:12px;font-size:48px}}@media (min-width: 1025px){.fabricator-page__info a{margin-left:auto}}.fabricator-page__img{display:flex;flex-direction:column;align-items:center;max-width:350px;min-height:0}.fabricator-page__img img{display:block;max-width:100%;max-height:100%;min-height:0}.fabricator-page__certificates{display:flex;flex-direction:column;width:100%;gap:12px}.fabricator-page__certificates h2{font-size:24px;font-weight:600;color:#0f111b}@media (min-width: 1025px){.fabricator-page__certificates h2{margin-left:12px;font-size:36px}}.fabricator-page__certificates td{padding:12px;width:100%}.fabricator-page__certificates__link{min-width:120px}.auth{display:flex;flex-direction:column;gap:40px;width:100%;justify-content:center;padding-top:30px}@media (min-width: 1025px){.auth{flex-direction:row}}.auth__delimiter{width:1px;align-self:stretch;background-color:#e3e5e9;display:none}@media (min-width: 1025px){.auth__delimiter{display:block}}.auth__error{color:#da5857}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form h1{color:#0f111b;font-size:28px;font-style:normal;font-weight:700;line-height:30px}.auth-form__controls{display:flex;flex-direction:row;justify-content:space-between}.auth-form__controls button{width:50%}.auth-form__error{color:#da5857;font-size:.8571428571rem}.auth-contact{display:flex;flex-direction:column;gap:10px}.auth-contact h2{color:#4b4e57;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.auth-contact__info{display:flex;gap:5px;align-items:center}.auth-contact__info span{max-width:460px;color:#2b2e39;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.auth-contact__info svg{flex-shrink:0}.reset-password-form{width:400px;display:flex;flex-direction:column;gap:10px}.reset-password-form h2{align-self:center}.reset-password-form span{font-size:1rem;font-weight:500}.reset-password-form button{width:200px;align-self:center}.set-password-form{display:flex;flex-direction:column;gap:10px;width:400px}.set-password-form__error{align-self:center;color:#da5857;font-size:.8571428571rem}.set-password-form__control{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:5px}.set-password-form__control button{align-self:flex-end;margin-left:auto}.about{display:flex;flex-direction:column;gap:70px}.about-headline{display:flex}.about-headline__content{display:flex;flex-direction:column;flex-shrink:1;gap:20px;width:100%}@media (min-width: 1025px){.about-headline__content{padding:42px 0;gap:36px;max-width:650px}}.about-headline__image{display:none;max-width:750px}@media (min-width: 1025px){.about-headline__image{display:block}}.about-headline__image img{max-width:100%;height:auto;display:block}.about-headline__mobile-image{display:flex}@media (min-width: 1025px){.about-headline__mobile-image{display:none}}.about-headline-title h1{font-size:24px;color:#0f111b}@media (min-width: 1025px){.about-headline-title h1{font-size:48px}}.about-headline-title h1 span{color:#0c398d}.about-headline-description{display:flex;flex-direction:column;gap:16px;max-width:550px;color:#0f111b}.about-headline-description span:first-child{font-size:1.1428571429rem;font-weight:500}@media (min-width: 1025px){.about-headline-description span:first-child{font-size:1.2857142857rem}}.about-headline-description span:last-child{font-size:1.1428571429rem}.about-headline a{order:1}.about-headline a button{width:100%}@media (min-width: 1025px){.about-headline a button{width:auto}}@media (min-width: 1025px){.about-headline a{order:initial}}.about-headline-advantages{display:flex;flex-direction:column;gap:12px}@media (min-width: 1025px){.about-headline-advantages{flex-direction:row;gap:60px}}.about-headline-advantage{display:flex;align-items:center;gap:16px}.about-headline-advantage svg{color:#273283}@media (min-width: 1025px){.about-headline-advantage svg{width:32px;height:32px}}.about-headline-advantage span{color:#0f111b;font-size:14px}@media (min-width: 1025px){.about-headline-advantage span{font-size:1.1428571429rem}}.about-about{display:flex;flex-direction:column;gap:30px}.about-about h2{font-size:24px;font-weight:600;color:#0f111b}@media (min-width: 1025px){.about-about h2{font-size:36px}}.about-about h3{color:#0f111b;font-size:20px;font-weight:500}@media (min-width: 1025px){.about-about h3{font-size:28px}}.about-about-description{display:flex;flex-wrap:wrap;gap:20px}@media (min-width: 1025px){.about-about-description{flex-wrap:nowrap}}@media (min-width: 1361px){.about-about-description{flex-wrap:nowrap;gap:130px}}.about-about-description__advantages{display:flex;flex-wrap:wrap;gap:5px}@media (min-width: 1025px){.about-about-description__advantages{min-width:670px;gap:20px}}.about-about-description__advantage{width:100%;display:flex;padding:16px 24px;background-color:#f0f1f4;border-radius:12px;gap:20px;align-items:center}@media (min-width: 1025px){.about-about-description__advantage{padding:44px;width:325px}}.about-about-description__advantage svg{color:#082f79}.about-about-description__advantage span{color:#0f111b;font-size:16px;font-weight:500;line-height:130%}@media (min-width: 1025px){.about-about-description__advantage span{font-size:18px}}.about-about-description__description{display:flex;flex-direction:column;gap:24px}.about-about-description__description p{font-size:16px;font-weight:400;line-height:30px;color:#0f111b}@media (min-width: 1025px){.about-about-description__description p{font-size:18px}}.about-numbers{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.about-numbers__number{display:flex;flex-direction:column;width:min-content}.about-numbers__number h4{color:#082f79;font-size:48px;font-style:normal;font-weight:800;min-width:130px}@media (min-width: 1025px){.about-numbers__number h4{font-size:64px}}.about-numbers__number span{color:#0f111b;max-width:100%;font-size:16px;font-weight:500;line-height:24px;display:block;overflow-wrap:break-word;min-width:0}@media (min-width: 1025px){.about-numbers__number span{font-size:18px}}.about-video{display:flex;flex-direction:column;gap:20px}.about-video h3{font-size:24px;color:#0f111b;font-weight:600}@media (min-width: 1025px){.about-video h3{font-size:36px}}.about-video__inner{display:flex;flex-direction:column;gap:20px}@media (min-width: 1361px){.about-video__inner{flex-direction:row}}.about-video__video{display:flex;flex:1}.about-video__video video{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.about-video__info{display:flex;flex:1;flex-direction:column;gap:12px;padding:20px;border-radius:12px;background-color:#f0f1f4}@media (min-width: 1025px){.about-video__info{gap:20px;padding:50px}}.about-video__info p{font-size:16px;color:#0f111b;font-weight:400;line-height:30px}@media (min-width: 1025px){.about-video__info p{font-size:18px}}.about-team{display:flex;flex-direction:column;gap:20px}.about-team h2{font-size:24px;font-weight:600;color:#0f111b}@media (min-width: 1025px){.about-team h2{font-size:36px}}.about-team-block{display:flex;flex-wrap:wrap;flex-direction:column-reverse;gap:20px}@media (min-width: 1025px){.about-team-block{justify-content:space-between;flex-direction:row}}.about-team-block__description{display:flex;flex:1;flex-direction:column;gap:20px}@media (min-width: 1025px){.about-team-block__description{max-width:700px}}.about-team-block__description p{font-size:16px;color:#0f111b;font-weight:400;line-height:30px}@media (min-width: 1025px){.about-team-block__description p{font-size:18px}}.about-team-block__advantages{display:flex;flex-direction:column;gap:5px}@media (min-width: 1025px){.about-team-block__advantages{gap:10px}}.about-team-advantage{display:flex;flex-direction:row;gap:8px;width:100%;padding:16px 20px;border-radius:12px;border:2px solid #082f79}@media (min-width: 1025px){.about-team-advantage{width:440px;padding:20px 0 20px 36px;gap:20px}}.about-team-advantage svg{color:#082f79}.about-team-advantage__text{display:flex;flex-direction:column}.about-team-advantage__title{font-size:16px;color:#082f79;font-weight:600}@media (min-width: 1025px){.about-team-advantage__title{font-size:18px}}.about-team-advantage__description{font-size:14px;color:#0f111b;font-weight:500}@media (min-width: 1025px){.about-team-advantage__description{font-size:16px}}.about-categories{display:flex;flex-direction:column;gap:20px}.about-categories h2{font-size:24px;font-weight:600;color:#0f111b}@media (min-width: 1025px){.about-categories h2{font-size:36px}}.about-categories p{font-size:16px;color:#0f111b;font-weight:400;line-height:30px}@media (min-width: 1025px){.about-categories p{font-size:18px;max-width:670px}}.about-categories__list{display:grid;flex:1;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:min-content;gap:5px}@media (min-width: 1025px){.about-categories__list{gap:20px}}.about-category{display:flex;width:100%;padding:18px 36px;align-items:center;gap:16px;border-radius:12px;background-color:#f0f1f4;cursor:pointer}@media (min-width: 1025px){.about-category{width:325px;padding:24px 28px}}.about-category svg{color:#082f79;flex-shrink:0}@media (min-width: 1025px){.about-category svg{width:44px;height:44px}}.about-category span{font-size:16px;color:#0f111b;font-weight:500}@media (min-width: 1025px){.about-category span{font-size:18px}}.about-category-filler{display:flex;flex:1 1 0%;justify-content:center;font-size:16px;color:#fff;font-weight:600;border-radius:12px;background-color:#0c398d;align-items:center;gap:16px;padding:10px 0;cursor:pointer}@media (min-width: 1025px){.about-category-filler{font-size:18px;max-width:325px;padding:24px 28px}}.welcome{display:flex;flex-direction:column;gap:40px;margin-top:12px}@media (min-width: 1025px){.welcome{margin-top:60px;gap:70px}}.welcome h2{font-size:24px;font-weight:700;color:#0f111b}@media (min-width: 1025px){.welcome h2{font-size:36px}}.welcome p{color:#0f111b;font-size:16px;font-weight:400}@media (min-width: 1025px){.welcome p{font-size:18px}}.welcome-head{display:flex;flex-direction:column;gap:20px;align-items:center}@media (min-width: 1025px){.welcome-head{justify-content:space-between;flex-direction:row}}.welcome-head__description{display:flex;flex-direction:column;gap:20px;max-width:450px}.welcome-head__description h1{color:#082f79;font-size:24px;font-weight:700}@media (min-width: 1025px){.welcome-head__description h1{font-size:48px}}.welcome-head__description h2{color:#082f79;font-size:20px;font-weight:700;max-width:350px}@media (min-width: 1025px){.welcome-head__description h2{font-size:28px}}.welcome-head__picture{display:flex;flex:1;max-width:800px;width:100%}@media (min-width: 1025px){.welcome-head__picture{min-width:450px}}.welcome-head__picture img{width:100%}.welcome-fabricators{display:flex;flex-direction:column;gap:20px}.welcome-fabricators__swiper{display:flex;gap:20px;padding:4px;overflow:hidden}.welcome-fabricators__swiper .swiper-wrapper{width:325px;height:178px}@media (min-width: 1025px){.welcome-fabricators__swiper .swiper-wrapper{height:130px}}.welcome-fabricators__swiper .swiper-slide{display:flex!important}.welcome-fabricators__fabricator{display:flex;height:128px;padding:20px;justify-content:center;align-items:center;border-radius:.4285714286rem;border:1px solid #c8cad1;background:#fff;cursor:pointer}.welcome-fabricators__fabricator img{width:100%;height:100%}.welcome-categories{display:flex;flex-direction:column;gap:20px}.welcome-categories__categories{display:grid;flex:1;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));gap:12px}@media (min-width: 1025px){.welcome-categories__categories{grid-template-columns:repeat(auto-fit,minmax(440px,1fr))}}.welcome-cooperation{display:flex;flex-direction:column;gap:20px}.welcome-cooperation__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:5px}@media (min-width: 1025px){.welcome-cooperation__list{gap:20px}}.cooperation-point{display:flex;padding:24px;flex-direction:column;justify-content:flex-start;border-radius:12px;background:#fff;width:100%}.cooperation-point__idx{color:#082f79;font-size:24px;font-weight:900;margin-bottom:12px}.cooperation-point h3{color:#082f79;font-size:18px;font-weight:600;margin-bottom:5px}.welcome-news{display:flex;flex-direction:column;gap:20px}.welcome-news__block{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:5px}.welcome-news__button{display:flex}@media (min-width: 1025px){.welcome-news__button{align-self:center}}.welcome-news__button button{width:100%}@media (min-width: 1025px){.welcome-news__button button{width:auto}}.welcome-contact{display:flex;flex-direction:column;gap:20px}.welcome-contact__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:8px;width:100%}@media (min-width: 1025px){.welcome-contact__info{width:440px}}.welcome-contact__map-and-info{display:flex;flex-wrap:wrap;gap:20px}.welcome-contact__map{display:flex;flex:1;min-width:350px;min-height:350px}.welcome-contact__map div{width:100%}.welcome-contact__map iframe{width:100%;height:100%;border:0}.welcome-info-block{display:flex;padding:24px;align-items:center;gap:12px;align-self:stretch;border-radius:.4285714286rem;border:1px solid #082f79}.welcome-info-block div{display:flex;flex-direction:column}.welcome-info-block svg{color:#082f79}.welcome-info-block span{font-size:16px;color:#0f111b;font-weight:400}.qr-codes{display:flex;flex-direction:column;gap:24px}.qr-codes__nav{display:flex;justify-content:center;gap:24px}html,body{margin:0;padding:0}[hidden]{display:none!important}.field{display:block}.ui .dropdown{min-height:0!important;width:auto!important}a{text-decoration:none}.default_button{display:flex;height:44px;width:200px;text-align:center;justify-content:center;align-items:center;border-radius:3pt;background-color:#fff;cursor:pointer;opacity:1;transition:.5s ease;box-sizing:border-box}.default_button p{font-size:large;font-weight:400;color:#fff}.default_button:hover{opacity:.9}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.content-center{display:flex;justify-content:center;align-items:center}.content-space-between{display:flex;justify-content:space-between}.content-space-around{display:flex;justify-content:space-around}.def_block{display:flex;flex:1;width:100%;justify-content:center;align-items:center}@media screen and (max-width: 1024px){.def_block{height:100%}}.def_block>.content{display:flex;max-width:1500px;width:100%}@media screen and (max-width: 1024px){.def_block>.content{width:100%;height:100%;flex-direction:column}}.auto_height{height:auto}.blue_back{background-color:#282e4c}.light_blue_back{background-color:#98a4d3}.red_back{background-color:#9e3030}.grey_back{background-color:#afafbc}.dark_grey_back{background-color:#404049}.white_back{background-color:#fff}.pattern_back{background-image:url(/assets/img/pattern.png)}.white_color{color:#fff}.border_grey_color_back{background-color:#bcbdc136}.sk-folding-cube-out{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.sk-cube-grid{display:block}.sk-cube-grid .sk-cube{background-color:#282e4c}.error_label{color:#9e3030}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html,body{display:flex;flex-direction:column}#modal_background{opacity:0;position:fixed;width:100%;height:100%;z-index:-1;text-align:center;background-color:#0009;left:0;top:0;transition:.5s ease-in-out}#modal_background #modal_content{display:inline-block;width:auto;height:auto;z-index:1001;background-color:#fff;padding:0;max-width:1024px;max-height:100%;margin:50px auto;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;border-radius:10px}#modal_background #modal_content_enlarged_img{box-sizing:border-box;padding:6px 32px 28px}#modal_background #modal_content .modal_content{border-radius:10px;overflow:hidden}#modal_background #modal_content .input{padding:40px 30px}#modal_background #modal_content p{font-size:1rem;text-align:left;display:block;width:100%;max-width:550px;margin:0;min-height:75px;line-height:25px;background:#98a4d3;color:#fff;opacity:.85;padding:30px 20px 10px;box-sizing:border-box;border-bottom:1px solid #dedede}#modal_background #modal_content input{width:410px;box-sizing:border-box}#modal_background #modal_content input.invalid{border:1px solid #9E3030}#modal_background #modal_content .modal_buttons{display:flex;align-items:flex-end;justify-content:flex-end;padding:8px 0}#modal_background #modal_content .modal_buttons button{margin-right:10px;border:none;border-radius:4px;min-width:70px;transition:.5s;background:#fff;color:#282e4c;cursor:pointer;padding:8px 16px;font-weight:550;font-size:11px}#modal_background #modal_content .modal_buttons button:focus,#modal_background #modal_content .modal_buttons button:active{outline:none}#modal_background #modal_content .modal_buttons button:hover{background-color:#e0e3ef}#modal_background #modal_content #changeValueBtn{min-width:90px;margin-top:10px;background-color:#f4f5f9}#modal_background #modal_content #changeValueBtn:hover{background-color:#e0e3ef}#modal_background #modal_content .modal_serial_list_item{display:flex;align-items:center;justify-content:space-between;margin:10px 10px 0}#modal_background #modal_content .order_button{background-color:#9e3030;cursor:pointer;height:35px;width:60px;font-size:11pt}#modal_background #modal_content .order_button img{pointer-events:none}#notification .modal-content{max-width:500px;background-color:#fefefe;margin:200px auto 5px;padding:20px;border:1px solid #888;width:80%}#notification .buttons{margin-top:15px;font-weight:700;border:0;background-color:#9e3030;color:#fff}#notification .notificationItem{font-size:24px;padding:5px}#toast{visibility:hidden;background-color:#313131;width:fit-content;color:#fff;text-align:center;font-size:.875rem;border-radius:4px;padding:6px 24px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:fixed;z-index:1001;height:50px;left:24px;opacity:0;bottom:0;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;transition:.5s}#toast.show{visibility:visible;opacity:1;bottom:24px}#closeToast{opacity:.5;margin-left:10px;cursor:pointer;transition:.5s;border-radius:50%}#toastIcon{opacity:.75;margin-right:10px;width:18px;height:18px}#closeToast:hover{opacity:1;background:#ffffff1a}.search_input{position:relative;width:50%;height:1.4em;font-family:Fira Sans,Helvetica Neue,Arial,Helvetica,sans-serif;border-radius:8px;border-style:none;font-size:20px;color:#afafbc;margin-left:-9px;padding-left:10px}.search_input:focus{outline:none}.search_input::-webkit-input-placeholder{color:#afafbc;font-size:18px;text-indent:12px}.search_input::-moz-placeholder{color:#afafbc;font-size:18px;text-indent:12px}.search_input:-moz-placeholder{color:#afafbc;font-size:18px;text-indent:12px}.search_input:-ms-input-placeholder{color:#afafbc;font-size:18px;text-indent:12px}.search_block{display:flex;width:100%;margin-left:5px;background-color:#98a4d3;justify-content:space-between;border-radius:3pt}.search_block .full-width{width:100%}.search_block .search_block_button{display:flex;width:220px;text-align:center;justify-content:center;align-items:center;border-radius:8px;background-color:#fff}.search_block .search_block_button p{font-size:large;font-weight:400;color:#fff}.search_button{display:flex;align-items:center;cursor:pointer;padding:0 10px 0 5px}.search_button img{color:#fff;width:30px;height:30px}.get_access_block{background-color:#fff;border-radius:3pt}.get_access_block_in{display:flex;padding:20px;width:410px}.get_access_block_in form{display:flex;margin-top:15px}.get_access_block_in .get_access_title{font-weight:700;font-size:18px;align-self:center;color:#404049}.get_access_block_in .get_access_line_block{width:100%;margin-top:10px}.get_access_block_in .get_access_input{font-size:14px;width:200px;height:30px;border-radius:6px;margin:0;padding:0;background-color:#f8f9f9;color:#afafbc}.get_access_block_in .get_access_input:-webkit-autofill{-webkit-text-fill-color:#AFAFBC;-webkit-box-shadow:0 0 0px 1000px #f8f9f9 inset}.get_access_block_in .get_access_input::-webkit-input-placeholder{color:#afafbc;font-size:14px}.get_access_block_in .get_access_textarea{font-size:14px;width:100%;height:130px;max-height:450px;border-radius:6px;margin:0;padding:0;background-color:#f8f9f9;color:#afafbc;resize:vertical}.get_access_block_in .get_access_textarea::-webkit-input-placeholder{color:#afafbc;font-size:14px}.get_access_block_in .get_access_submit_button{cursor:pointer;margin-top:10px;border-radius:3pt;border:0;width:180px;height:35px;font-size:16px;background-color:#9e3030;color:#fff}.requisite_block{width:800px}.requisite_block .requisite_block_in{width:100%}.requisite_block .requisite_title{font-weight:700;background-color:#98a4d3;padding:10px;font-size:20px}.requisite_block .requisite_title div{color:#fff}.requisite_block .requisite_table{width:100%;background-color:#fff}.requisite_block .requisite_table .first_column{width:30%;border-left:.5px solid #AFAFBC;border-bottom:.5px solid #AFAFBC;border-right:.5px solid #AFAFBC;padding:5px}.requisite_block .requisite_table .two_column{width:70%;border-right:.5px solid #AFAFBC;border-bottom:.5px solid #AFAFBC;padding:5px}.order_list_block{display:flex;flex-direction:column;gap:24px}.order_list_block .order_list_block_in{padding:30px 0;display:flex;flex:1;flex-direction:row}.order_list_block .order_list_filter_block{max-width:350px;min-width:300px;margin-right:50px}.order_list_block .order_list_filter_block button{cursor:pointer;height:40px;text-align:center;display:flex;justify-content:center;align-items:center;font-size:16px;border:none;border-radius:3pt;outline:none}.order_list_block .order_list_filter_block .order_list_filter_wrap{border-top:.5px solid #AFAFBC;border-left:.5px solid #AFAFBC;border-right:.5px solid #AFAFBC;background-color:#fff}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item{border-bottom:.5px solid #AFAFBC}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_title{display:flex;padding:12px;height:25px;align-items:center;font-weight:700;color:#404049;justify-content:space-between}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content{background-color:#f8f9f9;padding:15px!important;border-top:.5px solid #AFAFBC;flex-direction:column}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .menu .item{flex:none}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .search{padding:inherit;width:auto}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_button{background-color:#98a4d3;color:#fff;width:40%}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_checkbox{padding:5px}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_checkbox label:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;position:absolute;left:0;bottom:1px;background-color:#afafbc}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_checkbox label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:15px}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_checkbox input{display:none}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_checkbox input:checked+label:before{content:"✔";color:#404049;text-align:center}.order_list_block .order_list_filter_block .order_list_filter_wrap .order_list_filter_item .order_list_filter_content .order_list_filter_date{padding:5px}.order_list_block .order_list_filter_block .order_list_filter_button_group{justify-content:space-between;margin-top:20px}.order_list_block .order_list_filter_block .order_list_filter_button_group .order_list_button_scroll{width:100%;justify-content:space-between}.order_list_block .order_list_filter_block .order_list_filter_button_group .order_list_filter_show{background-color:#9e3030;color:#fff;width:45%}.order_list_block .order_list_filter_block .order_list_filter_button_group .order_list_filter_reset{background-color:#fff;color:#404049;border:1px solid #404049;width:45%}.order_list_block .order_list_content{width:100%}.order_list_block .order_list_content .order_list_table_head{background-color:#98a4d3;color:#fff;border:.5px solid #AFAFBC;display:flex;flex-direction:column}.order_list_block .order_list_content .order_list_table_body{border-left:.5px solid #AFAFBC;border-right:.5px solid #AFAFBC;background-color:#fff;display:flex;flex-direction:column}.order_list_block .order_list_content .order_list_table_row{display:flex;border-bottom:.5px solid #AFAFBC;justify-content:space-between}.order_list_block .order_list_content .order_list_table_row .status-new{color:#00f}.order_list_block .order_list_content .order_list_table_row .status-pending{color:orange}.order_list_block .order_list_content .order_list_table_row .status-canceled{color:red}.order_list_block .order_list_content .order_list_table_row .status-done{color:green}.order_list_block .order_list_content .order_list_sorting_section{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin-bottom:10px}.order_list_block .order_list_content .order_list_sorting_section .order_list_sorting_block{display:flex;width:100%;align-items:center;flex-wrap:wrap;justify-content:space-between;background-color:#98a4d3;color:#fff;padding:5px}.order_list_block .order_list_content .order_list_sorting_section .order_list_sorting_block button{background-color:#fff;width:40px;height:30px;cursor:pointer;margin:4px 2px;font-size:12px;text-align:center;border:1px solid white;border-radius:6px;outline:none}.order_list_block .order_list_content .order_list_sorting_section .order_list_sorting_block button.selected{background-color:#98a4d3;color:#fff;border-color:#fff}.order_list_block .order_list_content .order_list_sorting_section .order_list_sorting_block label{padding:0 10px}.order_list_block .order_list_content a{color:#404049}.order_list_block .order_list_content a .order_list_table_row:hover{display:flex;background-color:#afafbc;color:#fff}.order_list_block .order_list_content a .order_list_table_row:hover .default_comment_icon{display:none}.order_list_block .order_list_content a .order_list_table_row:hover .hover_comment_icon{display:block}.order_list_block .order_list_content a .hover_comment_icon{display:none}.order_list_block .order_list_content .icon_container{width:18px;height:18px}.order_list_block .order_list_content .order_list_table_column{width:20%;display:flex;flex-direction:row;overflow:hidden;justify-content:center;text-align:center;align-items:center;padding:12px}.order_list_block .order_list_content .order_list_table_column img{height:18px;margin-left:10px}.order_list_block .order_list_content .order_list_lazy_block{padding-top:10px;display:flex}.order_list_block .order_list_content .order_list_lazy_block button{width:300px;height:40px;border:none;color:#050f56;cursor:pointer;margin:0 auto;font-size:18px}.modal{cursor:pointer;display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}.modal-content{max-width:1024px;background-color:#fefefe;margin:5px auto;padding:20px;border:1px solid #888;width:80%}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.statistic_main{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.statistic_main .statistic_head{display:flex;flex-direction:row;justify-content:flex-end;max-width:1500px;width:100%}.statistic_main .statistic_head .statistic_menu{display:none;flex-direction:row;align-items:flex-end;justify-content:space-around;height:60px;width:60%;border-bottom:2px solid black}.statistic_main .statistic_head .statistic_menu .menu_button span{font-size:16px}.statistic_main .statistic_head .statistic_menu .menu_button a:hover{color:orange}.statistic_main .statistic_body{max-width:1500px;width:100%;display:flex;flex-direction:column}.statistic_main .statistic_body .head_container{display:flex;flex-direction:row;justify-content:center;width:100%;margin:20px 0}.statistic_main .statistic_body .head_container .date_variable{width:80%}.statistic_main .statistic_body .head_container .date_variable .range_date{overflow:hidden;position:relative}.statistic_main .statistic_body .head_container .date_variable .range_date .date_range{width:100%;text-align:center;border:none;cursor:pointer;height:100%;position:absolute;right:0;top:0;background:#0000}.statistic_main .statistic_body .statistic-block{display:none}.statistic_main .statistic_body .statistic-block.active{display:block}.statistic_main .statistic_body #main-statistic #filterStatistic{display:none}.statistic_main .statistic_body #main-statistic .head_container .download-main-statistic{background-color:#2fc582;color:#fff}.statistic_main .statistic_body #main-statistic .head_container .download-main-statistic i{margin-right:5px}.statistic_main .statistic_body #losses-statistic .table-losses-clients{overflow:hidden;margin-bottom:50px;width:100%}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table{width:100%;padding-right:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table th{font-size:14px;color:#555;line-height:1.4;text-transform:uppercase;background-color:transparent;font-family:Fira Sans,sans-serif;padding-top:25px;padding-bottom:20px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table th.column4,.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table th.column5,.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table th.column6{font-weight:500}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-head table th .sort-order-by-month{cursor:pointer;display:inline-block;padding:5px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body{height:500px;overflow:auto}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body::-webkit-scrollbar{width:5px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body::-webkit-scrollbar-track{background:#f1f1f1}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body::-webkit-scrollbar-thumb{background:#9999}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body::-webkit-scrollbar-thumb:hover{background:#999}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table{border-collapse:separate;border-spacing:0 10px;width:100%;padding-right:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr{overflow:hidden;border-bottom:10px solid #fff;border-radius:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr:hover td{background-color:#ebebeb;cursor:pointer}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr td{font-size:15px;color:#555;line-height:1.4;background-color:#f7f7f7;font-family:Fira Sans,sans-serif;border:solid 1px transparent;border-style:solid none;padding-top:10px;padding-bottom:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr td:first-child{border-left-style:solid;border-top-left-radius:10px;border-bottom-left-radius:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr td:last-child{border-right-style:solid;border-bottom-right-radius:10px;border-top-right-radius:10px}.statistic_main .statistic_body #losses-statistic .table-losses-clients .table-losses-clients-body table tr td.column7{font-size:20px}.statistic_main .statistic_body #losses-statistic .column1{width:10%;padding-left:40px;text-align:left}.statistic_main .statistic_body #losses-statistic .column2{width:27%;text-align:left}.statistic_main .statistic_body #losses-statistic .column3{width:15%;text-align:left}.statistic_main .statistic_body #losses-statistic .column4,.statistic_main .statistic_body #losses-statistic .column5,.statistic_main .statistic_body #losses-statistic .column6,.statistic_main .statistic_body #losses-statistic .column7{width:12%;text-align:center}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses{margin:20px 0}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields{text-align:left;width:50%;float:left}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui.dropdown{min-height:10px!important;width:40%!important;float:left}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui.dropdown .menu{min-width:calc(100% - 1px);width:calc(100% - 1px)}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui.fluid{margin-left:10px}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui.fluid .menu{min-width:100%;width:100%}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui .menu.transition::-webkit-scrollbar{width:5px}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui .menu.transition::-webkit-scrollbar-track{background:#f1f1f1}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui .menu.transition::-webkit-scrollbar-thumb{background:#9999}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-fields .ui .menu.transition::-webkit-scrollbar-thumb:hover{background:#999}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-buttons{display:inline-block;text-align:right;width:50%}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-buttons .button-filter-statistic{background-color:#0000;border:1px solid rgba(34,36,38,.1);font-size:17px;padding:10px 35px;color:#000000f2;border-radius:3pt;display:inline-block;box-shadow:0 1px 2px #22242626}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-buttons .button-filter-statistic:hover{cursor:pointer;background-color:#00000008;color:#000000f2}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-buttons .button-filter-statistic.download-losses-statistic{background-color:#2fc582;color:#fff;margin-left:10px}.statistic_main .statistic_body #losses-statistic #filterStatisticLosses .form-losses-statistic-buttons .button-filter-statistic.download-losses-statistic:hover{background-color:#1ba466;color:#fff}.statistic_main .statistic_body .switch-statistic-block{text-align:left;border-bottom:1px solid rgba(0,0,0,.05);margin-top:30px}.statistic_main .statistic_body .switch-statistic-block .switch-statistic-button{background-color:#0000;border:1px solid rgba(34,36,38,.1);font-size:17px;padding:5px 35px;color:#000000f2;cursor:pointer;margin-top:10px;border-top-right-radius:3pt;border-top-left-radius:3pt;display:inline-block;margin-right:-5px}.statistic_main .statistic_body .switch-statistic-block .switch-statistic-button.active{background-color:#98a4d3;color:#fff;box-shadow:0 -2px 2px #22242626}.statistic_main .statistic_body .switch-statistic-block .switch-statistic-button:hover:not(.active){background-color:#00000008}.statistic_main .statistic_body .body_container{display:flex;flex-direction:column;width:100%;align-items:center;margin-bottom:20px}.statistic_main .statistic_body .body_container .orders_info_container{display:flex;flex-direction:row;justify-content:center;width:100%;margin:30px 0}.statistic_main .statistic_body .body_container .orders_info_container .orders_count_block{display:flex;flex-direction:column;justify-content:center;align-items:center;height:70px;width:25%;border-radius:7px;margin:0 10px}.statistic_main .statistic_body .body_container .orders_info_container .orders_count_block span{font-size:15px}.statistic_main .statistic_body .body_container .orders_info_container .orders_count_block p{font-size:25px;margin:0}.statistic_main .statistic_body .body_container #chartOrdersByCategories{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:0 0 20px}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category{border-radius:5px;text-align:center;display:inline-block;margin:3px 5px;padding:7px 9px;border:1px solid #e5e5e5;box-shadow:0 1px 2px #22242626;width:420px}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category.active{background:#0000000f;color:#000000f2;box-shadow:none}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category .block-label{display:inline-block;margin-right:20px;transform:translateY(-5%)}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category .block-value{font-size:18px;display:inline-block;font-weight:700}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category .block-value-list{font-size:17px;display:block;font-style:italic;color:#ccc}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category:hover{cursor:pointer;background:#0000000f;color:#000000f2;box-shadow:none}.statistic_main .statistic_body .body_container .single_chart{width:70%}.statistic_main .statistic_body .body_container .chart_container{display:flex;width:100%;margin-top:20px}.statistic_main .statistic_body .body_container .chart_container .chart{height:450px;width:50%;margin:0 0 40px}.statistic_main .statistic_body .body_container .chart_container .chart .table_header{display:flex;width:100%;font-weight:900;color:#fff;background:#282e4c}.statistic_main .statistic_body .body_container .chart_container .chart .table_header .header_cell_1{width:80%;padding:6px 12px}.statistic_main .statistic_body .body_container .chart_container .chart .table_header .header_cell_2{width:20%;padding:6px 12px}.statistic_main .statistic_body .body_container .chart_container .chart.orders-customers-block{padding:0 20px 40px}.statistic_main .statistic_body .body_container .chart_container .chart .table_body{height:400px;overflow:auto}.statistic_main .statistic_body .body_container .chart_container .chart .table_body::-webkit-scrollbar{width:5px}.statistic_main .statistic_body .body_container .chart_container .chart .table_body::-webkit-scrollbar-thumb{background:#9999}.statistic_main .statistic_body .body_container .chart_container .chart .table_body::-webkit-scrollbar-track{background:#f1f1f1}.statistic_main .statistic_body .body_container .chart_container .chart .table_body::-webkit-scrollbar-thumb:hover{background:#999}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table{width:100%;box-shadow:0 1px 3px #0003;display:table}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row{display:table-row}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row:nth-of-type(odd){background:#f6f6f6}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row.header{font-weight:900;color:#fff;background:#282e4c;padding:0;height:6px}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row.red{background:#9e3030}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row .cell{padding:6px 12px;display:table-cell}.statistic_main .statistic_body .body_container .chart_container .chart .table_body .table .row .cell.value{font-size:19px}.convert_block{background-color:#fff;border:1px solid rgba(188,189,193,.21);padding:20px}@media (min-width: 1361px){.convert_block{padding:100px}}.convert_block #addField{cursor:pointer;margin-bottom:15px;margin-top:10px}.convert_block .removeField{cursor:pointer}.convert_block .submit_button{font-weight:700;color:#fff;background-color:#9e3030;border:0}.good_def{height:450px;background-color:#f8f8f8}.good_def .good{display:flex;flex-direction:row;max-width:1500px;align-items:center;justify-content:space-between}.good_def .good.unauthorized{justify-content:unset}.good_def .good .img_block{position:relative;margin:0 20px 0 100px}.good_def .good .img_block .img_background{display:flex;width:350px;height:350px;background-color:#ededed;justify-content:center;align-items:center}.good_def .good .img_block .img_background img{max-width:100%;max-height:250px}.good_def .good .info_block{margin-right:75px;opacity:.8}.good_def .good .info_block p{color:gray;font-size:14px;margin:10px 0}.good_def .good .info_block span{color:#000;margin-left:5px;font-weight:700}.good_def .good .info_block .important_info{color:#9e3030}.good_def .good .info_block h1{font-weight:700;font-size:18px;margin-bottom:15px;color:#000}.good_def .good .info_block #qr_good{height:50px;width:auto;cursor:pointer;display:block}.good_def .good .cart_block{display:flex;flex-direction:column;margin-right:100px;justify-content:center}.good_def .good .cart_block .price_block{margin:10px 0}.good_def .good .cart_block .price_block span{margin-left:5px;color:#9e3030}.good_def .good .cart_block .balance_block{background-color:#ededed;font-weight:700;height:40px;opacity:.7;padding:.5em .5em 0}.good_def .good .cart_block .balance_block p{font-size:24px;margin:0}.good_def .good .cart_block .balance_block span{font-size:16px}.good_def .good .cart_block .quantity_block{display:flex;flex-direction:row;margin-top:10px}.good_def .good .cart_block .quantity_block input{width:110px}.good_def .good .cart_block .quantity_block .add{width:125px;background-color:#9e3030;color:#fff;font-size:13px;cursor:pointer}.good_def .good .cart_block .quantity_block .add img{margin-right:5px}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#98a4d3!important}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{background-color:#9e3030!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#98a4d3!important}.getQrGood .title_block{padding:20px 10px}.getQrGood .title_block .title_text{font-size:22px}.getQrGood .filter_main_block{display:flex;flex-direction:row;padding:10px 0}.getQrGood .filter_main_block .filter_block{min-width:300px;padding:0 10px}.getQrGood .filter_main_block .filter_block select{width:100%}.getQrGood .button_create_excel{float:right;width:100px;background-color:#98a4d3;flex-direction:row;cursor:pointer;padding:8px 0;height:auto;border-radius:3pt;border:none;color:#fff;font-size:16px;margin-left:10px;margin-top:2px;margin-right:10px}.get_qr_selector_container{display:flex;flex-direction:column;width:100%;gap:24px}@media screen and (max-width: 1024px){.get_qr_selector_container{height:100%}}#cookie{display:none;position:fixed;bottom:80px;left:0;width:100%;z-index:1001;justify-content:center}#cookie .cookie-content{width:1500px;background-color:#f0f1f4;display:flex;justify-content:space-between;padding:19px;border-radius:10px;box-sizing:border-box}#cookie .cookie-content .cookie-text{color:#082f79;display:flex;align-items:center}#cookie .cookie-content .cookie-text a{text-decoration:underline;color:#082f79}#cookie .cookie-content .cookie-button{color:#fff;background-color:#0c398d;width:113px;height:38px;padding:5px 10px;border-radius:4px;cursor:pointer;display:flex;justify-content:center;align-items:center}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{animation-delay:.2s}.sk-cube-grid .sk-cube2{animation-delay:.3s}.sk-cube-grid .sk-cube3{animation-delay:.4s}.sk-cube-grid .sk-cube4{animation-delay:.1s}.sk-cube-grid .sk-cube5{animation-delay:.2s}.sk-cube-grid .sk-cube6{animation-delay:.3s}.sk-cube-grid .sk-cube7{animation-delay:0s}.sk-cube-grid .sk-cube8{animation-delay:.1s}.sk-cube-grid .sk-cube9{animation-delay:.2s}@keyframes sk-cubeGridScaleDelay{0%,70%,to{transform:scaleZ(1)}35%{transform:scale3D(0,0,1)}}@media screen and (max-width: 1250px){.def_block{height:auto}.search_block{margin-left:5px}.search_block input{width:auto}}@media screen and (max-width: 840px){.statistic_main .statistic_body .body_container .chart_container{flex-direction:column}.statistic_main .statistic_body .body_container .chart_container .chart{width:100%}.statistic_main .statistic_body .body_container #chartOrdersByCategories .block-category{width:340px}.getQrGood .filter_main_block{flex-direction:column}}@media screen and (max-width: 568px){.get_access_block{width:100%;padding:5px}.get_access_block .get_access_block_in{padding:0;width:100%}.get_access_block .get_access_block_in .get_access_line_block{flex-direction:column}.get_access_block .get_access_block_in .get_access_line_block .get_access_input{width:100%}.get_access_block .get_access_block_in .get_access_line_block .get_access_input:nth-child(2){margin-top:10px}}@media screen and (max-width: 990px){.good_def .good{flex-direction:column;align-items:center;margin:0}.good_def .good .info_block,.good_def .good .img_block{margin:0}.good_def .good .cart_block{width:100%;margin:0;max-width:400px}.good_def .good .cart_block .balance_block{margin-right:0}.good_def .good .cart_block .quantity_block{margin:0;padding:0 .5em;justify-content:space-between}}@media screen and (max-width: 840px){.requisite_block{width:100%;padding:30px 0}}@media screen and (max-width: 1450px){.requisite_block{margin-top:0}}@media screen and (max-width: 530px){.requisite_block .requisite_table .first_column{word-break:break-all}}@media screen and (max-width: 840px){.order_list_block .order_list_content .order_list_table_row{flex-wrap:wrap}.search_block{margin:0;padding:0;border-radius:0}.search_block .search_dropdown{display:none!important}}@media screen and (max-width: 840px){#modal_background #modal_content{width:100%;max-width:550px;box-sizing:border-box}}@media screen and (max-width: 568px){.f-mid-col,.f-right-col,.f-left-col{margin:0}}@media screen and (max-width: 1170px){.order_list_block .order_list_block_in{flex-direction:column;align-items:center}.order_list_block .order_list_block_in .order_list_filter_block{margin-right:0}.order_list_block .order_list_content{margin-top:20px;width:100%}}@media screen and (max-width: 820px){.order_list_block .order_list_block_in{padding:1%}.order_list_block .order_list_content{word-break:break-all;font-size:12px}}
