*{margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}textarea,button,input{padding:0;margin:0;box-shadow:none;outline:none;border-radius:0;border:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit}input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox}input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio}button{background-color:transparent;color:currentColor}table{border-collapse:collapse}button{cursor:pointer}h1,h2,h3,h4,h5,h6,a,p{word-wrap:break-word}body{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:18px;color:#fff;background-color:#111318}@media only screen and (min-width: 1100px){body::-webkit-scrollbar-track{background-color:#fff}body::-webkit-scrollbar{width:5px;height:2px}body::-webkit-scrollbar-thumb{background-color:#96999c;border-radius:3px}}img{max-width:100%;height:auto;background-color:transparent;flex:none}a{display:inline-block;text-decoration:none;color:currentColor}input{font-size:15px;line-height:18px;font-weight:500;color:inherit;background-color:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.modal{max-height:100vh;overflow-y:auto}@font-face{font-family:Manrope;src:url(./Manrope-SemiBold-CJD5SYW-.ttf);font-weight:600;font-style:normal;font-display:block}@font-face{font-family:Montserrat;src:url(./Montserrat-Regular-Cw3fqWkz.ttf);font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Montserrat;src:url(./Montserrat-Medium-CpRznguy.ttf);font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Montserrat;src:url(./Montserrat-SemiBold-Cyv6qdWd.ttf);font-weight:600;font-style:normal;font-display:block}@font-face{font-family:Montserrat;src:url(./Montserrat-Bold-BSrD1I5P.ttf);font-weight:700;font-style:normal;font-display:block}.preloader{height:56px;width:56px;animation:spinPreloader .5s linear infinite;border-bottom-color:#1e5edc;border-bottom:0 solid #323947;border-left:0 solid #1E5EDC;border-radius:50%;border-right-color:#1e5edc;border-right:0 solid #323947;border-top:0 solid #1E5EDC;margin:auto;border-width:4px}.preloader_margin{margin-top:40vh}@keyframes spinPreloader{to{transform:rotate(1turn)}}.container{max-width:1552px;margin:0 auto}@media not screen and (min-width: 1848px){.container{padding:0 20px}}@media not screen and (min-width: 1230px){.container{padding:0 12px}}.main{padding-left:256px;overflow:hidden;position:relative}@media not screen and (min-width: 1230px){.main{padding-left:0}}.main_landing{padding-left:0}.main-layout{display:flex;flex-direction:column;min-height:100vh;width:100%}.select{display:flex;align-items:center;position:relative;padding:0 12px;height:100%;-webkit-user-select:none;user-select:none;background-color:#323947cc;border-radius:3px;transition:.12s ease;color:#fff;font-weight:500;font-size:14px;line-height:22px}@media not screen and (min-width: 1230px){.select{height:32px;justify-content:center}}@media only screen and (min-width: 1230px){.select{max-width:300px}}.select:hover{background-color:#323947b3}.select__trigger{display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:100%;cursor:pointer;transition:all .2s ease}@media not screen and (min-width: 1230px){.select__trigger{justify-content:center;width:100%}}@media only screen and (min-width: 1230px){.select__trigger{margin:0 -12px}}.select__value{text-align:right;color:#fff;font-weight:500;font-size:14px;line-height:22px;transition:.3s ease;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:240px}@media not screen and (min-width: 1230px){.select__value{max-width:280px}}.select__arrow{width:12px;height:7px;color:#fff;transition:transform .2s ease;margin-left:8px;flex-shrink:0;transition:.3s ease}.select__arrow.rotated{transform:rotate(180deg)}.select__dropdown{position:absolute;top:100%;left:0;right:0;background:#252932;border:1px solid #323947;color:#fff;z-index:1000;max-height:250px;min-width:190px;overflow-y:auto;margin-top:10px;border-radius:3px;box-shadow:0 0 8px 1px #10121333}@media not screen and (min-width: 1230px){.select__dropdown{margin-top:2px;left:50%;transform:translate(-50%)}}@media only screen and (min-width: 1230px){.select__dropdown{animation:slideDown .2s ease-out}}.select__dropdown::-webkit-scrollbar{width:2px}.select__dropdown::-webkit-scrollbar-track{background:#fff}.select__dropdown::-webkit-scrollbar-thumb{background:#181b21}.select__option{padding:6px 12px;margin:4px;cursor:pointer;transition:background-color .15s ease;font-weight:500;font-size:11px;line-height:22px;border-radius:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media not all and (hover: none) and (pointer: coarse){.select__option:hover{background-color:#46536d}}@media all and (hover: none) and (pointer: coarse){.select__option:active{-webkit-tap-highlight-color:transparent;background-color:#46536d}}.select__option.selected{background-color:#2751a5b3;color:#fff;font-weight:500}.select__option_header{color:#111318;font-weight:500;border-radius:0;text-transform:uppercase;cursor:default;font-size:12px;pointer-events:none;border-bottom:1px solid #323947;color:#fff}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.action{padding:9px 12px;transition:.12s ease-in-out;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;background-color:#46536d;color:#fff;font-weight:500;font-size:13px;line-height:14px;border-radius:3px;white-space:nowrap;cursor:pointer;gap:6px;height:32px}.action .svg{width:17px;height:17px}@media not all and (hover: none) and (pointer: coarse){.action:hover{background-color:#526180}}@media all and (hover: none) and (pointer: coarse){.action:active{-webkit-tap-highlight-color:transparent;background-color:#526180}}.action_blue{background-color:#2861d2}@media not all and (hover: none) and (pointer: coarse){.action_blue:hover{background-color:#185395}}@media all and (hover: none) and (pointer: coarse){.action_blue:active{-webkit-tap-highlight-color:transparent;background-color:#185395}}.action_orange{background-color:#f2650d}@media not all and (hover: none) and (pointer: coarse){.action_orange:hover{background-color:#df5d0c}}@media all and (hover: none) and (pointer: coarse){.action_orange:active{-webkit-tap-highlight-color:transparent;background-color:#df5d0c}}.action_rose{background-color:#eb4c4c}@media not all and (hover: none) and (pointer: coarse){.action_rose:hover{background-color:#e93a3a}}@media all and (hover: none) and (pointer: coarse){.action_rose:active{-webkit-tap-highlight-color:transparent;background-color:#e93a3a}}.action_border{background-color:#fff;border:2px solid #2C3B50;color:#191e24}@media not all and (hover: none) and (pointer: coarse){.action_border:hover{border-color:#2c3b50;background-color:#2c3b50;color:#fff}}@media all and (hover: none) and (pointer: coarse){.action_border:active{-webkit-tap-highlight-color:transparent;border-color:#2c3b50;background-color:#2c3b50;color:#fff}}.action_big{height:38px;padding:8px 19px;font-weight:600;font-size:13px;line-height:22px}.action_huge{height:52px;font-size:16px}.action_ghost{background-color:#2a61ce26;border:2px solid #2A61CE}.action_loading{pointer-events:none;cursor:wait;color:transparent;position:relative}.action_loading:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIyNTZweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMTI4IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGZpbGw9IiMwMDAwMDAiIGN4PSIwIiBjeT0iMCIgcj0iMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2IDE2KSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYWRkaXRpdmU9InN1bSIgdmFsdWVzPSIxOzEuNDI7MTsxOzE7MTsxOzE7MTsxIiBkdXI9Ijc1MG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjxjaXJjbGUgZmlsbD0iIzAwMDAwMCIgY3g9IjAiIGN5PSIwIiByPSIxMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQgMTYpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBhZGRpdGl2ZT0ic3VtIiB2YWx1ZXM9IjE7MTsxOzE7MS40MjsxOzE7MTsxOzEiIGR1cj0iNzUwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PGNpcmNsZSBmaWxsPSIjMDAwMDAwIiBjeD0iMCIgY3k9IjAiIHI9IjExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTIgMTYpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBhZGRpdGl2ZT0ic3VtIiB2YWx1ZXM9IjE7MTsxOzE7MTsxOzE7MS40MjsxOzEiIGR1cj0iNzUwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);background-size:contain;background-repeat:no-repeat;background-position:center;filter:invert(1)}.action:disabled{pointer-events:none;cursor:not-allowed;filter:grayscale(1)}.action-input{height:44px;background-color:#fff;border:2px solid #96999C;border-radius:6px;padding:0 30px;width:100%;font-family:Montserrat,sans-serif;font-weight:600;font-size:16px;line-height:20px;letter-spacing:.2px;color:#101213;text-align:center}.action-input::placeholder{font-family:Montserrat,sans-serif;font-weight:500;font-size:13px;line-height:33px;letter-spacing:.3px;text-align:center;color:#5e5e70}.title__title{font-weight:600;font-size:23px;line-height:30px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.title__subtitle{margin-top:2px;font-weight:400;font-size:13px;line-height:18px;color:#b6bcc9;text-align:center}.title__title-status{display:flex}.title__title-status .svg{width:22px;height:22px}.link{font-weight:500;font-size:13px;line-height:19px;text-decoration:underline;text-decoration-style:solid;text-decoration-offset:0%;text-decoration-thickness:0%;text-decoration-skip-ink:auto;color:#fff;transition:.3s ease}@media not all and (hover: none) and (pointer: coarse){.link:hover{color:#fff9}}@media all and (hover: none) and (pointer: coarse){.link:active{-webkit-tap-highlight-color:transparent;color:#fff9}}.link_dark{color:#185395}@media not all and (hover: none) and (pointer: coarse){.link_dark:hover{color:#18539599}}@media all and (hover: none) and (pointer: coarse){.link_dark:active{-webkit-tap-highlight-color:transparent;color:#18539599}}.link_accent{color:#5085f1}@media not all and (hover: none) and (pointer: coarse){.link_accent:hover{color:#6895f3;text-decoration:none}}@media all and (hover: none) and (pointer: coarse){.link_accent:active{-webkit-tap-highlight-color:transparent;color:#6895f3;text-decoration:none}}.timer{display:flex;align-items:center;flex:none;gap:6px;background-color:#323947;border-radius:3px;height:24px;padding:0 6px;width:108px}.timer__text{font-weight:600;font-size:14px;color:#fff;white-space:nowrap}.timer .svg{width:14px;height:14px;color:#2af84d;flex:none}.timer_red .svg{color:#eb4c4c}.calendar .vc-pane{min-width:initial}.vc-container{--vc-bg: #252932 !important;--vc-border: transparent !important;--vc-rounded-lg: 3px !important;--vc-color: white !important;--vc-font-family: "Inter", sans-serif !important;--vc-header-title-color: white !important;--vc-weekday-color: rgba(255, 255, 255, .8) !important;--vc-font-bold: 400 !important}.vc-weekdays{background:#41495899}.vc-weekday{padding:5px 0!important}.vc-weeks{min-width:232px!important}.checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;width:100%}.checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin:0}.checkbox__input:checked{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.checkbox__input:disabled{opacity:.5;cursor:not-allowed}.checkbox__input:disabled+span{opacity:.5;cursor:not-allowed}.content-elem{width:100%;background-color:#1c1f26;border-radius:2px;padding:4px}.content-elem__title{background-color:#323947;border-radius:2px;display:flex;align-items:center;gap:12px;padding:0 12px;height:48px;color:#fff;font-weight:500;font-size:16px;line-height:24px;margin-bottom:10px}.content-elem__title-icon{width:20px;height:20px}.content-elem__title_blue{background-color:#233251}.content-elem__title_green{background-color:#223f2e}.content-elem__title_gun-metal{background-color:#22373f}.content-elem__grid{display:flex;flex-direction:column;gap:10px;position:relative}.content-elem__grid_value{gap:4px}.content-elem__item{display:flex;flex-direction:column;gap:5px}.content-elem__item-title{font-weight:400;font-size:13px;line-height:15px;color:#b6bcc9;padding:0 8px}.content-elem__item-value{background-color:#252932;border-radius:2px;padding:6px 8px;border-bottom:1px solid #323947;font-weight:500;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.content-elem__item-value_file{display:flex;justify-content:space-between;gap:10px;align-items:center}.content-elem__item-value_file span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.content-elem__textaria{width:100%;min-height:262px;background-color:#252932;border:none;border-radius:2px;padding:8px;font-weight:500;font-size:14px;line-height:20px;color:#fff;resize:none}.content-elem__textaria:focus{outline:1px solid #2563eb;box-shadow:0 0 0 3px #2563eb4d}.content-elem_docs{min-width:0}.table{background-color:#1c1f26}.table__header{display:flex;justify-content:space-between;align-items:center;gap:10px;position:relative;padding:12px}.table__header-title{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;line-height:17px}.table__header-title .svg{width:20px;height:20px}.table__table{width:100%;border-collapse:inherit;border-spacing:0 2px}.table__table thead{font-weight:400;font-size:13px;line-height:15px;color:#b6bcc9;text-align:left}.table__table thead th{padding:0 16px 6px}.table__table tbody tr{background-color:#252932;font-weight:500;font-size:14px;line-height:16px}.table__table tbody td{border-bottom:1px solid #323947;font-weight:400;font-size:14px;line-height:15px;color:#fff;padding:12px 16px;position:relative;vertical-align:middle}.table__table tbody td:first-child{border-radius:2px 0 0 2px}.table__table tbody td:last-child{border-radius:0 2px 2px 0}.table__table tbody td:not(:first-child):before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:1px;height:16px;background-color:#323947}.info{display:flex;flex-direction:column;align-items:center;gap:10px;padding:15px 30px 20px;border-radius:3px;background-color:#1c1f26;font-weight:400;font-size:15px;line-height:18px;max-width:600px;text-align:center}.info__icon{flex:none;width:30px;height:30px}.pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:2rem;padding:1rem;background-color:#181b21;border-radius:2px;gap:8px}.pagination__info{color:#fff;font-weight:400;font-size:15px;line-height:18px}.pagination__controls{display:flex;gap:8px;align-items:center}.pagination__btn{width:40px;height:40px;background-color:#46536d;color:#fff;font-weight:500;font-size:13px;line-height:14px;border-radius:3px;cursor:pointer;transition:all .3s;text-align:center}.pagination__btn:hover:not(:disabled){background-color:#526180}.pagination__btn.active{background-color:#2751a5b3;pointer-events:none}.pagination__btn:disabled{pointer-events:none;cursor:not-allowed;filter:grayscale(1)}.pagination__dots{color:#fff;width:40px;height:40px}.burger{display:block;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease;z-index:7;position:relative;background-color:#252932;border-radius:3px;width:44px;height:44px;flex:none}.burger__content{position:relative;width:20px;height:2px;transition:.3s ease}.burger span{display:block;width:18px;height:2px;position:absolute;left:1px}.burger span:before,.burger span:after{content:"";position:absolute;top:0;width:50%;height:100%;background-color:#fff;transition:.3s ease}.burger span:before{left:0;border-radius:3px 0 0 3px}.burger span:after{right:0;border-radius:0 3px 3px 0}.burger__line-top{top:-6px}.burger__line-mid{position:relative}.burger__line-bot{top:6px}@media not all and (hover: none) and (pointer: coarse){.burger:hover .burger__content{opacity:1}}@media all and (hover: none) and (pointer: coarse){.burger:active{-webkit-tap-highlight-color:transparent}.burger:active .burger__content{opacity:1}}.burger.active .burger__line-top{top:-4px}.burger.active .burger__line-top:before{transform:rotate(45deg);width:60%}.burger.active .burger__line-top:after{transform:rotate(-45deg);width:60%}.burger.active .burger__line-mid{position:relative}.burger.active .burger__line-mid:before,.burger.active .burger__line-mid:after{opacity:0}.burger.active .burger__line-mid:before{transform:translate(-50px)}.burger.active .burger__line-mid:after{transform:translate(50px)}.burger.active .burger__line-bot{top:4px}.burger.active .burger__line-bot:before{transform:rotate(-45deg);width:60%}.burger.active .burger__line-bot:after{transform:rotate(45deg);width:60%}.header{position:fixed;top:0;z-index:100;width:100%;height:64px;background-color:#181b21;border-bottom:1px solid #323947}.header__content{display:flex;align-items:center;height:100%}.header__logo-block{display:flex;align-items:center;justify-content:space-between;flex:none;width:256px;height:100%;padding:0 12px;border-right:1px solid #323947}@media not screen and (min-width: 1230px){.header__logo-block{border-right:none}}.header__logo{height:34px;width:122px;background-image:url(../images/logo-DhZOvwz6.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.header__online{display:flex;align-items:center;gap:3px;color:#72cf30}@media not screen and (min-width: 1230px){.header__online{display:none}}.header__online .svg{width:25px;height:25px}.header__online-counter{font-weight:600;font-size:14px;line-height:100%;color:#fff;letter-spacing:.3px}.header__main{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1552px;width:100%;margin:0 auto}@media not screen and (min-width: 1848px){.header__main{padding:0 20px}}@media not screen and (min-width: 1230px){.header__main{position:absolute;top:64px;left:0;width:100vw;height:calc(100vh - 56px);background-color:#181b21;display:flex;flex-direction:column;justify-content:initial;pointer-events:none;opacity:0;transform:translate(100%);padding:0;overflow-y:auto;transition:.3s ease}.header__main.active{pointer-events:initial;opacity:1;transform:translate(0)}}.header__nav{display:flex;align-items:center;gap:49px;height:100%}@media not screen and (min-width: 1230px){.header__nav{flex-direction:column;height:fit-content;gap:0;width:100%}}.header__nav-elem{position:relative;font-weight:500;font-size:14px;line-height:20px;transition:.3s ease;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}@media not screen and (min-width: 1230px){.header__nav-elem{width:100%;padding:10px 5px;text-align:center;border-bottom:1px solid #323947}}@media only screen and (min-width: 1230px){.header__nav-elem{height:100%;margin-bottom:-1.5px;display:flex;align-items:center;border-bottom:2px solid transparent}}.header__nav-elem:before{content:"";position:absolute;left:-25px;top:50%;transform:translateY(-50%);width:1px;height:21px;background-color:#323947}@media not screen and (min-width: 1230px){.header__nav-elem:before{display:none}}.header__nav-elem_first:before{display:none}.header__nav-elem_mob{display:none}@media not screen and (min-width: 1230px){.header__nav-elem_mob{display:block}}@media not all and (hover: none) and (pointer: coarse){.header__nav-elem:hover{color:#b6bcc9}}@media all and (hover: none) and (pointer: coarse){.header__nav-elem:active{-webkit-tap-highlight-color:transparent;color:#b6bcc9}}.header__nav-elem.active{cursor:default;pointer-events:none}@media only screen and (min-width: 1230px){.header__nav-elem.active{border-bottom-color:#1e5edc}}.header__user-block{display:flex;align-items:center;gap:16px;height:100%}@media not screen and (min-width: 1230px){.header__user-block{flex-direction:column;height:fit-content;gap:0;width:100%}}.header__user-info{display:flex;align-items:center;padding:4px;color:#1e293b;border-radius:3px;font-weight:500}@media not screen and (min-width: 1230px){.header__user-info{flex-direction:column;width:100%;padding:8px;gap:8px}.header__user-info .select{width:100%;padding:0 10px}.header__user-info .select__trigger{padding:10px 0;justify-content:center}.header__user-info .select__value{text-align:center}}@media only screen and (min-width: 1230px){.header__user-info{gap:8px;height:40px;background-color:#25293280}}@media not screen and (min-width: 1230px){.header__userbar-separator{display:none}}@media only screen and (min-width: 1230px){.header__userbar-separator{height:21px;width:1px;background-color:#323947}}.header__user-menu{position:relative}@media not screen and (min-width: 1230px){.header__user-menu{width:100%;display:flex;justify-content:center}}.header__user-menu-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:200px}.header__user-menu-button{display:flex;align-items:center;gap:8px;padding:0 12px;height:32px;color:#fff;background-color:#323947cc;border-radius:3px;font-weight:500;font-size:14px;line-height:22px;transition:.12s ease}@media not screen and (min-width: 1230px){.header__user-menu-button{width:100%;justify-content:center}}@media not all and (hover: none) and (pointer: coarse){.header__user-menu-button:hover{background-color:#323947b3}}@media all and (hover: none) and (pointer: coarse){.header__user-menu-button:active{-webkit-tap-highlight-color:transparent;background-color:#323947b3}}.header__user-menu-icon{display:flex}.header__user-menu-icon .svg{width:18px;height:18px}.header__user-menu-dropdown{position:absolute;bottom:-10px;right:0;transform:translateY(100%);display:flex;flex-direction:column;align-items:flex-end;background:#252932;border:1px solid #323947;color:#fff;border-radius:2px;overflow:hidden}@media not screen and (min-width: 1230px){.header__user-menu-dropdown{transform:translate(-50%) translateY(-100%);right:initial;left:50%;bottom:initial;top:10px}}.header__user-menu-dropdown:before{display:none}.header__user-menu-dropdown a{border-bottom:1px solid rgba(255,255,255,.05)}.header__user-menu-dropdown a,.header__user-menu-dropdown button{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:right;font-weight:500;font-size:13px;line-height:22px}.header__user-menu-dropdown a .svg,.header__user-menu-dropdown button .svg{width:14px;height:14px}@media not all and (hover: none) and (pointer: coarse){.header__user-menu-dropdown a:hover,.header__user-menu-dropdown button:hover{background:#191e24}}@media all and (hover: none) and (pointer: coarse){.header__user-menu-dropdown a:active,.header__user-menu-dropdown button:active{-webkit-tap-highlight-color:transparent;background:#191e24}}.header__auth{display:flex;align-items:center;gap:19px}@media not screen and (min-width: 1230px){.header__auth{margin-top:10px}}.header__burger{display:none;margin-left:auto;margin-right:12px}@media not screen and (min-width: 1230px){.header__burger{display:block}}.header.header_danied .header__content{max-width:1552px;margin:0 auto}@media not screen and (min-width: 1848px){.header.header_danied .header__content{padding:0 20px}}.header.header_danied .header__main{padding-right:0}.header.header_danied .header__logo-block{border-right:none;padding:0;width:180px}.header.header_danied .header__user-info div:not(.header.header_danied .header__user-info div:first-child):before{display:none}.header.header_danied .header__burger{margin-right:0}.header-void{height:64px;pointer-events:none}.sidebar{position:fixed;left:0;top:64px;z-index:100;padding:12px 0;background-color:#181b21;width:256px;height:calc(100vh - 65px);border-right:1px solid #323947}@media not screen and (min-width: 1230px){.sidebar{display:none}}.sidebar__nav{display:flex;flex-direction:column;padding:0 12px 12px;gap:8px;border-bottom:1px solid #323947}.sidebar__nav-elem{height:38px;display:flex;align-items:center;gap:12px;position:relative;font-weight:500;font-size:13px;line-height:100%;text-transform:uppercase;color:#fff;transition:.1s ease-in-out;border-radius:3px;padding:0 18px;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar__nav-elem-counter{background-color:#fff;border-radius:4px;width:18px;height:18px;color:#b6bcc9;font-weight:700;font-size:12px;line-height:100%;display:flex;align-items:center;justify-content:center;flex:none}.sidebar__nav-elem .svg{width:16px;height:16px}@media not all and (hover: none) and (pointer: coarse){.sidebar__nav-elem:hover{background-color:#2751a580}}@media all and (hover: none) and (pointer: coarse){.sidebar__nav-elem:active{-webkit-tap-highlight-color:transparent;background-color:#2751a580}}.sidebar__nav-elem.active{background-color:#2751a5b3}.sidebar__calendar{padding:12px 0;border-bottom:1px solid #323947;display:flex;justify-content:center}.sidebar__date{padding:12px}.sidebar__date-content{background-color:#252932;width:100%;padding:10px 12px;border-radius:3px;display:flex;align-items:center;gap:10px}.sidebar__date-title{color:#b6bcc9;font-weight:400;font-size:12px;line-height:14px}.sidebar__date-text{font-weight:500;font-size:13px;line-height:16px;margin-top:2px}.footer{margin-top:auto;background:#1e293b;color:#fff;text-align:center;padding:2rem 0}.layout-lots{display:flex;flex-direction:column;padding:0 0 40px;min-height:calc(100vh - 64px)}.layout-lots__title{margin-bottom:24px}.layout-lots__section{padding-top:28px}.layout-lots__section:not(:last-child){padding-bottom:32px;position:relative}.layout-lots__section:not(:last-child):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100vw;height:1px;background-color:#2f384166}.layout-lots__list{display:flex;flex-direction:column;gap:32px}.layout-lots__btn{margin-top:10px;text-align:center}.layout-lots__info{margin-top:60px;text-align:center;height:100%;display:flex;align-items:center;justify-content:center}.lot{position:relative}.lot__item{display:flex;flex-direction:column;gap:2px;position:relative}.lot__head{display:flex;height:64px}@media not screen and (min-width: 1660px){.lot__head{height:initial;flex-wrap:wrap}}.lot__column{display:flex;flex-direction:column;height:100%;background-color:#252932;border-bottom:1px solid #323947;border-radius:2px;padding:9px}.lot__column-title{font-weight:400;font-size:12px;line-height:15px;color:#b6bcc9}.lot__column-price{font-weight:500;font-size:14px;line-height:18px;white-space:nowrap}.lot__column-descr{font-weight:500;font-size:14px;line-height:18px;color:#b6bcc9;white-space:nowrap}.lot__column-descr span{color:#fff;font-weight:500}.lot__column_main{min-width:348px;width:375px;flex:none}@media not screen and (min-width: 1480px){.lot__column_main{flex-grow:1}}@media not screen and (min-width: 730px){.lot__column_main{height:auto}}@media not screen and (min-width: 500px){.lot__column_main{flex:initial;flex-grow:1;width:100%;min-width:initial}}.lot__column_price{padding:5.5px 12px;width:128px;margin-left:2px}@media not screen and (min-width: 1660px){.lot__column_price{width:initial;height:auto;margin-left:0;min-width:128px}}@media not screen and (min-width: 550px){.lot__column_price{width:100%}}.lot__title{display:flex;align-items:center;gap:8px}@media not screen and (min-width: 440px){.lot__title{flex-wrap:wrap}}.lot__title-name{font-weight:600;font-size:14px;line-height:16px;letter-spacing:.1px;display:flex;align-items:center;gap:8px;height:24px;padding:0 6px;border-radius:2px;background:radial-gradient(50% 50% at 50% 50%,#2853a9,#2751a5);text-transform:uppercase;max-width:252px;min-width:0}.lot__title-name::selection{color:#000;background-color:#fff}.lot__title-name span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lot__title-icon{flex:none}.lot__title-info{font-weight:400;font-size:13px;line-height:16px;letter-spacing:.1px;text-transform:uppercase}.lot__stats{display:flex;align-items:center;gap:21px;margin-top:6px}.lot__stats-status{display:flex;align-items:center;gap:4px;font-weight:400;font-size:13px;line-height:16px;color:#fffc}.lot__stats-status .svg{width:12px;height:15px;color:#2af84d}.lot__stats-status_lost .svg{width:15px;color:#eb4c4c}.lot__stats-status_lost span{font-weight:600;color:#fff}.lot__stats-members{font-weight:400;font-size:13px;line-height:14px;color:#b6bcc9;display:flex;align-items:center;gap:3px;position:relative}.lot__stats-members:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);height:15px;width:1px;background-color:#333f4c}.lot__stats-members span{font-weight:500}.lot__stats-members .svg{width:12px;height:12px;color:#fff}.lot__stats-date{display:flex;align-items:center;gap:6px;color:#fff;font-weight:500;font-size:13px;line-height:16px}.lot__stats-date .svg{width:15px;height:15px}.lot__columns{display:flex;align-items:center;gap:41px;background-color:#252932;border-radius:2px 0 0 2px;height:100%;padding:0 12px;margin-left:2px;border-bottom:1px solid #323947}@media not screen and (min-width: 1660px){.lot__columns{flex-grow:1;height:auto;margin-left:0;padding:4px 12px}}@media not screen and (min-width: 1480px){.lot__columns{width:100%}}@media not screen and (min-width: 730px){.lot__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}}@media not screen and (min-width: 500px){.lot__columns{width:100%}}.lot__columns-column{position:relative}.lot__columns-column:not(.lot__columns-column:last-child):before{content:"";position:absolute;height:28px;width:1px;background-color:#343a46;right:-21px;top:50%;transform:translateY(-50%)}@media not screen and (min-width: 730px){.lot__columns-column:not(.lot__columns-column:last-child):before{display:none}}.lot__columns-title{font-weight:400;font-size:12px;line-height:15px;color:#b6bcc9;white-space:nowrap}.lot__columns-info{margin-top:2px;font-weight:400;font-size:13px;line-height:18px;white-space:nowrap}.lot__head-btn{height:100%;background-color:#252932;border-radius:0 2px 2px 0;display:flex;align-items:center;justify-content:flex-end;flex:1;padding:0 16px;border-bottom:1px solid #323947}@media not screen and (min-width: 1660px){.lot__head-btn{padding:4px 16px;height:auto;width:100%;flex:auto}}.lot__body{display:flex;gap:2px}@media not screen and (min-width: 1310px){.lot__body{flex-direction:column}}.lot__main{background-color:#252932;border-radius:2px;border-bottom:1px solid #323947;width:100%}.lot__main-head{height:26px;display:flex;align-items:center}.lot__main-descr{display:flex;align-items:center;gap:4px;font-weight:400;font-size:12px;line-height:13px;padding:0 10px;position:relative}@media not screen and (min-width: 1390px){.lot__main-descr{cursor:pointer}}.lot__main-descr .svg{width:14px;height:14px;color:#e46211}.lot__main-descr span{font-weight:600;font-size:12px;line-height:13px;color:#e46211}.lot__main-descr-text span{white-space:nowrap}@media not screen and (min-width: 1476px){.lot__main-descr-text{font-size:10px}}@media not screen and (min-width: 1390px){.lot__main-descr-text{position:absolute;left:2px;bottom:20px;width:300px;background-color:#323947;font-size:13px;padding:5px;border-radius:3px;box-shadow:1px 1px 1px #323947;display:none}.lot__main-descr-text:before{content:"";bottom:-5px;left:10px;position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #252932}}@media not screen and (min-width: 1650px){.lot__main-descr:hover .lot__main-descr-text{display:block}.lot__main-descr:hover svg{filter:saturate(1.2)}}.lot__no-bids{height:100%;display:flex;align-items:center;padding:0 16px;margin-top:-26px;min-height:56px}@media not screen and (min-width: 630px){.lot__no-bids{padding-left:16px}}.lot__no-bids-text{font-weight:400;font-size:15px;line-height:18px;display:flex;align-items:center;width:100%;gap:8px}.lot__no-bids-text .svg{width:18px;height:18px}.lot__timer-data{display:flex;align-items:center;margin-left:auto;gap:4px;font-size:14px;font-weight:400;text-align:right;flex:none;color:#b6bcc9}@media not screen and (min-width: 420px){.lot__timer-data{font-size:0}}.lot__aside{background-color:#252932;border-radius:2px;border-bottom:1px solid #323947;display:flex;flex-direction:column;justify-content:space-between;padding:16px 16px 11px;width:202px;min-height:128px;flex:none}@media not screen and (min-width: 1310px){.lot__aside{width:100%}}.lot__aside-head{display:flex;justify-content:space-between;gap:2px}.lot__aside-title{font-weight:400;font-size:10px;line-height:14px}.lot__aside-info{font-weight:500;font-size:11px;line-height:18px;color:#b6bcc9;margin-top:2px;text-align:right}.lot__aside-info span{color:#fff}.lot__podlots{margin-top:4px;padding-left:48px;display:flex;flex-direction:column;gap:4px}@media not screen and (min-width: 1560px){.lot__podlots{padding-left:27px}}@media not screen and (min-width: 500px){.lot__podlots{padding-left:10px}}.lot__item_sub .lot__head{height:56px}@media not screen and (min-width: 1660px){.lot__item_sub .lot__head{height:initial}}.lot__item_sub .lot__title-name{text-transform:none;background:#2f3541;font-weight:500;font-size:13px;height:20px}.lot__item_sub .lot__column{background-color:#1c1f26;border-color:#252933}.lot__item_sub .lot__column_main{min-width:300px;padding:7px 9px;width:327px}@media not screen and (min-width: 1560px){.lot__item_sub .lot__column_main{width:348px}}@media not screen and (min-width: 500px){.lot__item_sub .lot__column_main{min-width:initial}}.lot__item_sub .lot__column_price{justify-content:center}.lot__item_sub .lot__columns,.lot__item_sub .lot__head-btn,.lot__item_sub .lot__main,.lot__item_sub .lot__aside{background-color:#1c1f26;border-color:#252933}.lot__item_sub .lot__arrow{position:absolute;top:28px;left:-26px;color:#323947!important}@media not screen and (min-width: 500px){.lot__item_sub .lot__arrow{left:-11px}}.lot__item_sub .lot__arrow .svg{width:12px;height:8px}.lot__item_sub:before{content:"";position:absolute;top:38px;left:-26px;width:2px;height:calc(100% - 16px);transform:translateY(-100%);background-color:#323947;border-radius:2px 2px 0 0}@media not screen and (min-width: 500px){.lot__item_sub:before{left:-10px}}.lot__item_sub:first-child:before{height:27px}.lot__item_sub .lot-bids__stat:before{background-color:#333c4c}.lot__item_sub .lot-bids__stat_bid{background:#434d6080}.lot__item_sub .lot-bids__bid{background:linear-gradient(90deg,#333c4c80,#2d344380 61.33%)}.lot__item_sub .lot-bids__bid_winner{background:linear-gradient(90deg,#534d31cc,#2d344380 66.43%)}.lot__collapse{position:absolute;right:16px;top:0;transform:translateY(-100%);transition:.12s ease-in-out;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;background-color:#1c1f26;color:#fff;font-weight:400;font-size:12px;line-height:14px;border-radius:3px 3px 0 0;height:25px;padding:0 10px 2px;cursor:pointer}@media not screen and (min-width: 630px){.lot__collapse{height:20px;font-size:12px}}@media not all and (hover: none) and (pointer: coarse){.lot__collapse:hover{background-color:#22262f}}@media all and (hover: none) and (pointer: coarse){.lot__collapse:active{-webkit-tap-highlight-color:transparent;background-color:#22262f}}.lot-bids{display:flex;flex-direction:column;gap:1px;padding:0 4px 4px}.lot-bids__bid{height:32px;width:100%;display:flex;align-items:center;padding:0 26px 0 5px;background:linear-gradient(90deg,#363e4e,#303745 61.33%);border-radius:2px;border-left:1px solid transparent}@media not screen and (min-width: 730px){.lot-bids__bid{padding-right:6px}}.lot-bids__bid:first-child .lot-bids__stat:after{display:block}.lot-bids__counter{width:20px;height:20px;border-radius:3px;background-color:#8f96a3;font-weight:600;font-size:12px;line-height:18px;color:#101213;display:flex;align-items:center;justify-content:center;flex:none}.lot-bids__name{width:100%;font-weight:500;font-size:14px;line-height:20px;margin-left:7px;display:flex;align-items:center;gap:10px}.lot-bids__name p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:420px}@media not screen and (min-width: 1670px){.lot-bids__name p{max-width:190px}}@media not screen and (min-width: 420px){.lot-bids__name p{max-width:100px}}.lot-bids__name span{text-transform:uppercase;font-weight:400;letter-spacing:.2px;font-size:13px;line-height:20px;margin-left:auto;margin-right:32px}@media not screen and (min-width: 1450px){.lot-bids__name span{display:none}}.lot-bids__name_link{transition:.3s ease}@media not all and (hover: none) and (pointer: coarse){.lot-bids__name_link:hover{color:#b6bcc9}}@media all and (hover: none) and (pointer: coarse){.lot-bids__name_link:active{-webkit-tap-highlight-color:transparent;color:#b6bcc9}}.lot-bids__stats{display:flex;align-items:center;margin-left:auto;gap:51px}.lot-bids__stat{flex:none;font-weight:400;font-size:13px;line-height:22px;text-align:center;color:#fff;white-space:nowrap;position:relative;height:20px}.lot-bids__stat:before{content:"";position:absolute;right:-26px;top:50%;transform:translateY(-50%);width:1px;height:20px;background-color:#3e485c}.lot-bids__stat:after{content:"";position:absolute;font-weight:500;font-size:12px;line-height:14px;color:#b6bcc9;top:-26px;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap;display:none}.lot-bids__stat_bid{background-color:#475166;text-align:center;border-radius:3px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:13px;line-height:22px;width:110px;flex:none;position:relative}.lot-bids__stat_bid:before{display:none}.lot-bids__stat_bid:after{content:"Ставка"}.lot-bids__stat_bid .svg{color:#f0a903;width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%);left:-26px;display:none}.lot-bids__stat_bids{width:24px}.lot-bids__stat_bids:after{content:"Ставок"}@media not screen and (min-width: 730px){.lot-bids__stat_bids{display:none}}.lot-bids__stat_od{width:60px}.lot-bids__stat_od:after{content:"% от од"}@media not screen and (min-width: 730px){.lot-bids__stat_od{display:none}}.lot-bids__stat_ocz{width:60px}.lot-bids__stat_ocz:after{content:"% от осз"}@media not screen and (min-width: 730px){.lot-bids__stat_ocz{display:none}}.lot-bids__stat_plus{width:100px;flex:none;text-align:right}.lot-bids__stat_plus:before{display:none}.lot-bids__stat_plus:after{content:"К начальной цене";left:initial;transform:initial;right:0}@media not screen and (min-width: 880px){.lot-bids__stat_plus{display:none}}.lot-bids__stat_time{width:108px}@media not screen and (min-width: 1000px){.lot-bids__stat_time{display:none}}.lot-bids__stat_time span{color:#b6bcc9}.lot-bids__bid_winner{background:linear-gradient(90deg,#534d31cc,#303745 66.43%);border-left-color:#f0a903}.lot-bids__bid_winner .lot-bids__counter{background-color:#f0a903}.lot-bids__bid_winner .lot-bids__name{color:#f0a903}.lot-bids__bid_winner .lot-bids__stat_bid{background-color:#f0a903;color:#101213;font-weight:600}.lot-bids__bid_winner .lot-bids__stat_bid .svg{display:block}.lot-bids_profile{max-height:200px;overflow-y:auto}.lot-bids_profile::-webkit-scrollbar-track{background-color:transparent}.lot-bids_profile::-webkit-scrollbar{width:3px;height:2px}.lot-bids_profile::-webkit-scrollbar-thumb{background-color:#275ac2;border-radius:1px}.lot-bids_profile .lot-bids__bid{flex:none}.lot-panel{display:flex;flex-direction:column;gap:4px;width:100%;height:100%;margin-top:10px}.lot-panel__head,.lot-panel__timer,.lot-panel__actions{background-color:#f5f6f6;border-radius:6px}.lot-panel__head{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:14px 6px;height:100%}.lot-panel__title{font-size:16px;padding-bottom:6px;margin-bottom:auto;line-height:20px;font-weight:600;letter-spacing:.3px}.lot-panel__status{display:flex;align-items:center;gap:10px}.lot-panel__separator-horizontal{width:80%;height:1px;margin:8px 0 5px;background-color:#dfe0e2}.lot-panel__separator{width:1px;height:14px;background-color:#dfe0e2}.lot-panel__row{display:flex;align-items:center;gap:4px}.lot-panel__icon-fire{color:#eb4c4c;width:12px;height:15px}.lot-panel__icon-user{color:#2c3b50;width:14px;height:14px}.lot-panel__participants-count{font-weight:600;font-size:16px;line-height:18px;color:#101213}.lot-panel__text{font-weight:500;font-size:14px;line-height:21px;color:#101213}.lot-panel__date{display:flex;align-items:center;gap:6px;font-weight:500;font-size:14px;line-height:17px;color:#2c3b50;white-space:nowrap}.lot-panel__date .svg{width:16px;height:16px}.lot-panel__timer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 6px;min-height:70px}.lot-panel__subtitle{font-size:15px;line-height:20px;font-weight:500;color:#2c3b50}.lot-panel__time{display:flex;align-items:center;gap:5px;font-size:16px;line-height:24px;letter-spacing:.3px;font-weight:600}.lot-panel__time_red{color:#eb4c4c}.lot-panel__time_orange{color:#f2650d}.lot-panel__actions{display:flex;flex-direction:column;justify-content:center;padding:14px 24px;gap:10px}.lot-panel__actions .action{width:100%}.lot-panel__quick-bid{display:flex;flex-direction:column;align-items:flex-end;width:100%;gap:2px}.lot-panel__quick-bid-price{font-size:12px;line-height:18px;letter-spacing:.3px;font-weight:500;color:#191e24}.lot-panel__quick-bid-price span{font-weight:600}.layout-auction{padding:28px 0 50px;min-height:calc(100vh - 64px)}.layout-auction__title-block{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}@media not screen and (min-width: 730px){.layout-auction__title-block{flex-direction:column-reverse;align-items:flex-start}}.layout-auction__title{font-weight:600;font-size:23px;line-height:24px}@media not screen and (min-width: 630px){.layout-auction__title-btn{width:100%}}.layout-auction__viewers{display:flex;align-items:center;gap:8px;font-weight:400;font-size:13px;line-height:14px;color:#b6bcc9;margin-bottom:10px}.layout-auction__viewers span{color:#fff;font-weight:500}.layout-auction__viewers .svg{width:12px;height:12px;color:#fff}.layout-auction__chart{background-color:#1c1f26;border-radius:2px;padding:16px 4px 4px;margin-top:4px;border-bottom:1px solid #252933}.layout-auction__chart-title{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;line-height:17px;margin-bottom:16px;padding:0 20px}.layout-auction__chart-title .svg{width:20px;height:18px;flex:none}.layout-auction__chart-container{position:relative;background-color:#252932;border-bottom:1px solid #252933;border-radius:2px;display:flex;justify-content:center;padding:12px 12px 8px}.layout-auction__data{margin-top:4px;background-color:#1c1f26;border-radius:2px;padding:4px;border-bottom:1px solid #252933;columns:2;gap:8px}@media not screen and (min-width: 1660px){.layout-auction__data{display:flex;flex-direction:column;gap:1px}}.layout-auction__data-item{display:flex;align-items:center;background-color:#252932;height:fit-content;min-height:40px;break-inside:avoid;border-radius:2px}.layout-auction__data-item:not(.layout-auction__data-item:last-child){margin-bottom:2px}@media not screen and (min-width: 1660px){.layout-auction__data-item{margin-bottom:0;height:auto;min-height:40px;background-color:#252932}}@media not screen and (min-width: 600px){.layout-auction__data-item{flex-direction:column}}.layout-auction__data-title{background-color:#323947;width:237px;padding:10px 16px;font-weight:500;font-size:12px;line-height:19px;align-self:stretch;border-radius:2px 0 0 2px}@media not screen and (min-width: 600px){.layout-auction__data-title{width:100%;padding:10px 6px}}.layout-auction__data-value{height:100%;width:100%;display:flex;align-items:center;font-weight:400;font-size:12px;line-height:18px;border-radius:0 2px 2px 0;padding:3px 16px;flex:1}@media not screen and (min-width: 600px){.layout-auction__data-value{width:100%;padding:10px 6px}}.layout-auction__files{margin-top:4px;background-color:#1c1f26;border-radius:2px;padding:4px;border-bottom:1px solid #252933}.layout-auction__files-title{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;line-height:17px;padding:14px 20px 16px}.layout-auction__files-title .svg{width:16px;height:20px;flex:none}.layout-auction__files-grid{columns:2;gap:8px}@media not screen and (min-width: 1660px){.layout-auction__files-grid{display:flex;flex-direction:column;gap:1px}}.layout-auction__file{display:flex;align-items:center;justify-content:space-between;border-radius:2px;background-color:#252932;border-bottom:1px solid #323947;gap:10px;padding:4px 4px 4px 16px;position:relative;margin-bottom:1px;break-inside:avoid}@media not screen and (min-width: 1660px){.layout-auction__file{margin-bottom:0}}.layout-auction__file-name{font-weight:500;font-size:14px;line-height:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layout-auction__file-actions{display:flex;align-items:center;gap:8px}.layout-auction__podlots{margin-top:4px;background-color:#1c1f26;border-radius:2px;padding:4px 4px 3px;counter-reset:podlots}.layout-auction__podlots-title{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;line-height:17px;padding:14px 20px 16px}.layout-auction__podlots-title .svg{width:16px;height:20px;flex:none}.layout-auction__podlots-grid{columns:2;gap:8px}@media not screen and (min-width: 1660px){.layout-auction__podlots-grid{display:flex;flex-direction:column;gap:1px}}.layout-auction__podlots-item{counter-increment:podlots;display:flex;align-items:center;border-radius:2px;background-color:#252932;border-bottom:1px solid #323947;gap:10px;padding:4px 16px;margin-bottom:1px;position:relative;height:40px;break-inside:avoid}@media not screen and (min-width: 1660px){.layout-auction__podlots-item{margin-bottom:0}}.layout-auction__podlots-item:before{content:"#" counter(podlots);position:relative;display:block;width:20px;height:20px;border-radius:2px;background:#8f96a3;font-weight:600;font-size:12px;line-height:18px;color:#101213;display:flex;align-items:center;justify-content:center}.auction{display:flex;flex-direction:column;gap:2px;position:relative}.auction__head{display:flex;height:72px}@media not screen and (min-width: 1700px){.auction__head{height:initial;flex-wrap:wrap}}.auction__column{display:flex;flex-direction:column;height:100%;background-color:#252932;border-bottom:1px solid #323947;border-radius:2px;padding:9px}.auction__column-title{font-weight:400;font-size:12px;line-height:15px;color:#b6bcc9}.auction__column-price{font-weight:500;font-size:14px;line-height:18px;white-space:nowrap}.auction__column-descr{font-weight:500;font-size:14px;line-height:18px;color:#b6bcc9;white-space:nowrap}.auction__column-descr span{color:#fff;font-weight:500}.auction__column_main{min-width:348px;justify-content:center}@media not screen and (min-width: 1700px){.auction__column_main{flex-grow:1;height:auto}}@media not screen and (min-width: 600px){.auction__column_main{min-width:initial!important}}.auction__column_price{padding:5.5px 12px;width:128px;margin-left:2px;justify-content:center}@media not screen and (min-width: 1700px){.auction__column_price{width:initial;height:auto;margin-left:0;min-width:128px}}@media not screen and (min-width: 500px){.auction__column_price{width:100%}}.auction__title{display:flex;align-items:center;gap:8px}@media not screen and (min-width: 440px){.auction__title{flex-wrap:wrap}}.auction__title-name{gap:8px;font-weight:600;font-size:14px;line-height:16px;letter-spacing:.1px;display:flex;align-items:center;justify-content:center;height:24px;padding:0 6px;border-radius:2px;background:radial-gradient(50% 50% at 50% 50%,#2853a9,#2751a5);text-transform:uppercase;max-width:252px;min-width:0}.auction__title-name::selection{color:#000;background-color:#fff}.auction__title-name span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.auction__title-icon{flex:none}.auction__title-info{font-weight:400;font-size:13px;letter-spacing:.1px;line-height:16px;text-transform:uppercase}.auction__stats{display:flex;align-items:center;gap:21px;margin-top:8px}.auction__stats-status{display:flex;align-items:center;gap:4px;font-weight:400;font-size:13px;line-height:16px;color:#fffc}.auction__stats-status .svg{width:12px;height:15px;color:#2af84d}.auction__stats-status_lost .svg{width:15px;color:#eb4c4c}.auction__stats-members{font-weight:400;font-size:13px;line-height:14px;color:#b6bcc9;display:flex;align-items:center;gap:3px;position:relative}.auction__stats-members:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);height:15px;width:1px;background-color:#333f4c}.auction__stats-members span{font-weight:500}.auction__stats-members .svg{width:12px;height:12px;color:#fff}.auction__stats-date{display:flex;align-items:center;gap:6px;color:#fff;font-weight:500;font-size:13px;line-height:16px}.auction__stats-date .svg{width:15px;height:15px}.auction__columns{display:flex;align-items:center;gap:41px;background-color:#252932;border-radius:2px 0 0 2px;height:100%;padding:0 12px;margin-left:2px;border-bottom:1px solid #323947}@media not screen and (min-width: 1700px){.auction__columns{flex-grow:1;height:auto;margin-left:0;padding:4px 12px}}@media not screen and (min-width: 730px){.auction__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}}@media not screen and (min-width: 500px){.auction__columns{width:100%}}.auction__columns-column{position:relative}.auction__columns-column:not(.auction__columns-column:last-child):before{content:"";position:absolute;height:28px;width:1px;background-color:#343a46;right:-21px;top:50%;transform:translateY(-50%)}@media not screen and (min-width: 730px){.auction__columns-column:not(.auction__columns-column:last-child):before{display:none}}.auction__columns-title{font-weight:400;font-size:12px;line-height:15px;color:#b6bcc9;white-space:nowrap}.auction__columns-info{margin-top:2px;font-weight:400;font-size:13px;line-height:18px;white-space:nowrap}.auction__head-btn{height:100%;background-color:#252932;border-radius:0 2px 2px 0;display:flex;justify-content:flex-end;gap:16px;flex:1;padding:10px 16px 0;border-bottom:1px solid #323947}@media not screen and (min-width: 1700px){.auction__head-btn{height:initial}}@media not screen and (min-width: 730px){.auction__head-btn{height:auto}}.auction__body{display:flex;gap:2px}.auction__main{background-color:#252932;border-radius:2px;border-bottom:1px solid #323947;width:100%;padding-bottom:4px}.auction__main-head{height:26px;display:flex;align-items:center;gap:10px}.auction__main-titles{display:flex;align-items:center;margin-left:auto;padding-right:30px}.auction__main-title{font-weight:500;font-size:12px;line-height:14px;color:#b6bcc9}@media not screen and (min-width: 730px){.auction__main-title{margin-right:16px}}.auction__main-title:nth-child(5){margin-left:56px}@media not screen and (min-width: 880px){.auction__main-title:nth-child(5){display:none}}.auction__main-title:nth-child(4){margin-left:62px}@media not screen and (min-width: 880px){.auction__main-title:nth-child(4){margin-right:7px}}@media not screen and (min-width: 730px){.auction__main-title:nth-child(4){display:none}}.auction__main-title:nth-child(3){margin-left:64px}@media not screen and (min-width: 1000px){.auction__main-title:nth-child(3){margin-left:95px}}@media not screen and (min-width: 730px){.auction__main-title:nth-child(3){display:none}}.auction__main-title:nth-child(2){margin-left:101px}@media not screen and (min-width: 1000px){.auction__main-title:nth-child(2){display:none}}.auction__main-descr{display:flex;align-items:center;gap:4px;font-weight:400;font-size:12px;line-height:13px;padding:0 10px}@media not screen and (min-width: 1650px){.auction__main-descr{position:relative;cursor:pointer}}.auction__main-descr .svg{width:14px;height:14px;color:#e46211}.auction__main-descr span{font-weight:600;font-size:12px;line-height:13px;color:#e46211}@media not screen and (min-width: 1650px){.auction__main-descr-text{position:absolute;left:2px;bottom:20px;width:300px;background-color:#323947;padding:5px;border-radius:3px;box-shadow:1px 1px 1px #323947;display:none}.auction__main-descr-text:before{content:"";bottom:-5px;left:10px;position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #252932}}@media not screen and (min-width: 1650px){.auction__main-descr:hover .auction__main-descr-text{display:block}.auction__main-descr:hover svg{filter:saturate(1.2)}}.auction__main-bids{max-height:197px;overflow-y:auto}.auction__main-bids::-webkit-scrollbar-track{background-color:transparent}.auction__main-bids::-webkit-scrollbar{width:3px;height:2px}.auction__main-bids::-webkit-scrollbar-thumb{background-color:#275ac2;border-radius:1px}.auction__no-bids{height:100%;display:flex;align-items:center;padding:0 50px;margin-top:-26px;min-height:56px}.auction__no-bids-text{font-weight:400;font-size:15px;line-height:18px;display:flex;align-items:center;gap:8px}.auction__no-bids-text .svg{width:18px;height:18px}.auction_sub .auction__title-name{font-weight:500;font-size:13px;height:20px}.auction_sub .auction__column_main{min-width:300px;padding:7px 9px}.auction_sub .auction__column_price{justify-content:center}.layout-login{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 12px}.layout-login__form{max-width:502px;width:100%}.form{display:flex;flex-direction:column;gap:3px}.form__main{background-color:#fff;border-radius:3px;color:#101213;padding:36px 30px 24px;display:flex;flex-direction:column;align-items:center}@media not screen and (min-width: 600px){.form__main{padding:24px 12px 12px}}.form__title{font-weight:600;font-size:23px;line-height:24px;text-align:center;margin-bottom:28px}@media not screen and (min-width: 600px){.form__title{margin-bottom:20px}}.form__form{display:flex;flex-direction:column;gap:18px;width:100%}.form__group{display:flex;flex-direction:column;gap:4px}.form__label{font-weight:600;font-size:14px;line-height:22px;color:#101213}.form__input-wrapper{position:relative;width:100%;z-index:1}.form__input-wrapper:before{content:"";position:absolute;left:13px;top:50%;transform:translateY(-50%);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:2}.form__input-wrapper_mail:before{width:16px;height:13px;background-image:url(../images/mail-BV7Hze_M.svg)}.form__input-wrapper_pass:before{width:15px;height:20px;background-image:url(../images/lock-CujSjPLU.svg)}.form__input-wrapper_name:before{width:16px;height:16px;background-image:url(../images/persone-BVaA-ZC3.svg)}.form__input-wrapper_number:before{width:14px;height:22px;background-image:url(../images/mobile-BIiKRRy2.svg)}.form__input{border:1px solid #DFE0E2;background-color:#f7f7f8;height:48px;border-radius:3px;padding-left:39px;width:100%}.form__input_error{border-color:#eb4c4c}.form__error{color:#eb4c4c;font-weight:600}.form__btn,.form__btn .action{width:100%}.form__footer{background-color:#fff;border-radius:3px;padding:19px 30px;display:flex;flex-direction:column;align-items:center}@media not screen and (min-width: 600px){.form__footer{padding:15px 12px}}.form__footer-info{color:#515961;margin-bottom:8px;font-family:Montserrat;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:20px;text-align:center}.form__footer p{color:#101213;font-weight:600;font-size:14px;line-height:22px}.form__footer p .link{font-weight:600;font-size:14px;line-height:22px}.layout-profile{padding:28px 0 50px}@media not screen and (min-width: 600px){.layout-profile{max-width:initial}}.layout-profile__title-block{position:relative}@media not screen and (min-width: 900px){.layout-profile__title-block{display:flex;flex-direction:column-reverse;gap:10px}}.layout-profile__title-block .title__title span{max-width:440px}.layout-profile__recall{display:flex;flex-direction:column;gap:4px;position:absolute;left:0;top:0}@media not screen and (min-width: 900px){.layout-profile__recall{position:relative;left:initial;top:initial;align-items:center}}.layout-profile__recall-btn{max-width:198px}.layout-profile__recall-text{color:#b6bcc9;font-weight:400;font-size:10px;line-height:100%}.layout-profile__title-btn{max-width:82px;position:absolute;right:0;top:0}@media not screen and (min-width: 900px){.layout-profile__title-btn{position:relative;left:initial;top:initial}}@media not screen and (min-width: 600px){.layout-profile__title-btn{max-width:initial}}.layout-profile__bids{background-color:#1c1f26;border-radius:2px;margin-top:4px;padding:12px 4px 4px}.layout-profile__bids-title-block{padding:0 8px}.layout-profile__bids-title{font-weight:500;font-size:15px;line-height:17px;color:#fff}.layout-profile__bids-bids{display:flex;flex-direction:column}.layout-profile__bids-head{display:flex;align-items:center;margin-left:auto;padding:6px 45px 6px 0}.layout-profile__bids-head-item{font-weight:500;font-size:12px;line-height:14px;color:#b6bcc9}@media not screen and (min-width: 730px){.layout-profile__bids-head-item{margin-right:16px}}.layout-profile__bids-head-item:nth-child(5){margin-left:49px}@media not screen and (min-width: 880px){.layout-profile__bids-head-item:nth-child(5){display:none}}.layout-profile__bids-head-item:nth-child(4){margin-left:62px}@media not screen and (min-width: 880px){.layout-profile__bids-head-item:nth-child(4){margin-right:7px}}@media not screen and (min-width: 730px){.layout-profile__bids-head-item:nth-child(4){display:none}}.layout-profile__bids-head-item:nth-child(3){margin-left:73px}@media not screen and (min-width: 1000px){.layout-profile__bids-head-item:nth-child(3){margin-left:95px}}@media not screen and (min-width: 730px){.layout-profile__bids-head-item:nth-child(3){display:none}}.layout-profile__bids-head-item:nth-child(2){margin-left:101px}@media not screen and (min-width: 1000px){.layout-profile__bids-head-item:nth-child(2){display:none}}.layout-profile__lots{margin-top:61px;position:relative}.layout-profile__lots:before{content:"";position:absolute;top:-31px;transform:translate(-50%);left:50%;width:100vw;height:1px;pointer-events:none;background:#2f384166}.layout-profile__lots-title{margin-bottom:24px}.layout-profile__lots-list{display:flex;flex-direction:column;gap:32px}.profile-table{width:100%;border-radius:2px;background-color:#1c1f26;padding:0 4px 4px;margin-top:24px}.profile-table__table{width:100%}@media not screen and (min-width: 900px){.profile-table__table{display:grid;grid-template-columns:140px 1fr}}@media not screen and (min-width: 900px){.profile-table__head tr{display:flex;flex-direction:column}}.profile-table__head-item{padding:11px 16px 6px;text-align:left}@media not screen and (min-width: 900px){.profile-table__head-item{height:40px;padding:0 10px;display:flex;align-items:center;border-bottom:1px solid #323947;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}.profile-table__body{min-height:40px;background-color:#252932;border-radius:2px;border-bottom:1px solid #323947}@media not screen and (min-width: 900px){.profile-table__body{height:auto;border-color:transparent;min-width:0}}@media not screen and (min-width: 900px){.profile-table__body tr{display:flex;flex-direction:column}}.profile-table__body-item{height:100%;vertical-align:middle;padding:8px 16px}.profile-table__body-item_org{display:flex;flex-direction:column;gap:4px}@media not screen and (min-width: 900px){.profile-table__body-item_org{flex-direction:row;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}@media not screen and (min-width: 900px){.profile-table__body-item{height:40px;padding:0 10px;display:flex;align-items:center;border-bottom:1px solid #323947}}.profile-table__body-item:not(.profile-table__body-item:first-child){position:relative}.profile-table__body-item:not(.profile-table__body-item:first-child):before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:1px;height:calc(100% - 16px);background-color:#323947}@media not screen and (min-width: 900px){.profile-table__body-item:not(.profile-table__body-item:first-child):before{display:none}}.layout-organisation{padding:28px 0 50px}@media not screen and (min-width: 600px){.layout-organisation{max-width:initial}}.layout-organisation__title-block{position:relative}@media not screen and (min-width: 900px){.layout-organisation__title-block{display:flex;flex-direction:column-reverse;gap:10px}}.layout-organisation__title-block .title__title span{max-width:440px}.layout-organisation__recall{display:flex;flex-direction:column;gap:4px;position:absolute;left:0;top:0}@media not screen and (min-width: 900px){.layout-organisation__recall{position:relative;left:initial;top:initial;align-items:center}}.layout-organisation__recall-btn{max-width:198px}.layout-organisation__recall-text{color:#b6bcc9;font-weight:400;font-size:10px;line-height:100%}.layout-organisation__title-btn{max-width:82px;position:absolute;right:0;top:0}@media not screen and (min-width: 900px){.layout-organisation__title-btn{position:relative;left:initial;top:initial}}@media not screen and (min-width: 600px){.layout-organisation__title-btn{max-width:initial}}.layout-organisation__content{display:grid;grid-template-columns:680px 1fr 1fr;gap:16px;margin-top:34px}@media not screen and (min-width: 1550px){.layout-organisation__content{display:flex;flex-direction:column}}.layout-organisation__content .content-elem:first-child{grid-row:1 / 3}.layout-organisation__table{margin-top:16px}.layout-organisation__table .table{padding:4px}@media not screen and (min-width: 850px){.layout-organisation__table{overflow-x:auto;padding-bottom:5px}.layout-organisation__table::-webkit-scrollbar-track{background-color:transparent}.layout-organisation__table::-webkit-scrollbar{width:3px;height:2px}.layout-organisation__table::-webkit-scrollbar-thumb{background-color:#275ac2;border-radius:1px}.layout-organisation__table .table{min-width:828px}}.layout-landing__intro{padding:104px 0 124px;min-height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;-webkit-user-select:none;user-select:none}.layout-landing__intro:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:radial-gradient(84.19% 153.45% at 15.81% 34.47%,#252932,#16181d 71.45%);z-index:-1}.layout-landing__intro:after{content:"";position:absolute;top:50%;margin-top:120px;right:0;transform:translateY(-50%);max-width:1320px;width:100%;max-height:1320px;height:calc(100vw / 1.7);pointer-events:none;background-image:url(../images/laptop-JjZOMyG5.webp);background-size:contain;background-position:center right;background-repeat:no-repeat;z-index:-1}@media not screen and (min-width: 1200px){.layout-landing__intro:after{display:none}}@media not screen and (min-width: 1910px){.layout-landing__intro:after{right:-100px}}.layout-landing__intro-title{font-weight:500;font-size:32px;line-height:42px;letter-spacing:.2px;text-transform:uppercase;color:#fff;max-width:780px}@media not screen and (min-width: 850px){.layout-landing__intro-title{font-size:24px;line-height:30px;max-width:456px}}.layout-landing__intro-title span{color:#2c67dd;font-weight:600}.layout-landing__intro-text{font-weight:300;font-style:Light;font-size:24px;line-height:32px;color:#b6bcc9;margin-top:16px;max-width:580px}@media not screen and (min-width: 850px){.layout-landing__intro-text{font-size:16px;line-height:20px;max-width:456px}}.layout-landing__intro-btns{margin-top:40px;display:flex;gap:32px}@media not screen and (min-width: 460px){.layout-landing__intro-btns{flex-direction:column;gap:10px}}@media only screen and (min-width: 630px){.layout-landing__intro-btns .action{width:200px}}.layout-dop{padding:28px 0 50px;display:flex;flex-direction:column;align-items:center}.layout-dop__title{margin-bottom:24px}.layout-dop__block{max-width:520px;width:100%}.items{display:flex;flex-direction:column;gap:4px;width:100%}.items__item{display:flex;align-items:center;gap:12px;min-height:56px;padding:12px;width:100%;background-color:#252932;border-radius:2px}.items__item-icon{color:#ffffffb3}.items__item-name{width:100%;text-align:right;font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:18px}@media not screen and (min-width: 630px){.items__item-name{font-size:13px;line-height:16px;word-break:break-word}}.cookie-banner{position:fixed;bottom:56px;left:50%;transform:translate(-50%);width:100%;max-width:1552px;margin:0 auto}@media not screen and (min-width: 1848px){.cookie-banner{padding:0 20px}}@media not screen and (min-width: 1230px){.cookie-banner{padding:0 12px}}.cookie-banner__content{padding:26px 75px 26px 30px;display:flex;align-items:center;gap:29px;background-color:#181b21;border:1px solid #323947;border-radius:4px;box-shadow:0 0 11px 2px #181b2166;position:relative}@media not screen and (min-width: 630px){.cookie-banner__content{padding:13px 75px 13px 15px;gap:12px}}.cookie-banner__icon{flex:none}.cookie-banner__icon .svg{width:43px;height:43px;color:#fff}@media not screen and (min-width: 630px){.cookie-banner__icon .svg{width:30px;height:30px}}.cookie-banner__text{max-width:697px;font-weight:500;font-size:16px;line-height:24px}@media not screen and (min-width: 630px){.cookie-banner__text{font-size:14px;line-height:22px}}.cookie-banner__btn{position:absolute;right:28px;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#252932;color:#d9d9d9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease;border-radius:2px}.cookie-banner__btn .svg{width:14px;height:14px}@media not all and (hover: none) and (pointer: coarse){.cookie-banner__btn:hover{background-color:#323947;color:#fff}}@media all and (hover: none) and (pointer: coarse){.cookie-banner__btn:active{-webkit-tap-highlight-color:transparent;background-color:#323947;color:#fff}}.__jivoMobileButton{bottom:42px!important}.__jivoMobileButton .button_edcf{width:50px!important;height:50px!important}body>jdiv{opacity:0;visibility:hidden;transition:.05s ease}body>jdiv.active{opacity:1;visibility:visible}
