fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-radius:5px 5px 0 0;border-top:1px solid #e8e8e8;bottom:100%}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.vue-simple-context-menu{background-color:#ecf0f1;border-bottom-width:0;border-radius:4px;box-shadow:0 3px 6px #3333;display:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;left:0;list-style:none;margin:0;padding:0;position:absolute;top:0;z-index:1000000}.vue-simple-context-menu--active{display:block}.vue-simple-context-menu__item{align-items:center;color:#333;cursor:pointer;display:flex;padding:5px 15px}.vue-simple-context-menu__item:hover{background-color:#007aff;color:#fff}.vue-simple-context-menu__divider{background-clip:content-box;background-color:#c0cdd1;box-sizing:content-box;height:2px;padding:4px 0;pointer-events:none}.vue-simple-context-menu li:first-of-type{margin-top:4px}.vue-simple-context-menu li:last-of-type{margin-bottom:4px}.vue-map{height:100%;min-height:2rem;width:100%}.mx-icon-double-left:after,.mx-icon-double-left:before,.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-left:before,.mx-icon-right:before{border-color:currentcolor;border-radius:1px;border-style:solid;border-width:2px 0 0 2px;box-sizing:border-box;content:"";display:inline-block;height:10px;position:relative;top:-1px;transform:rotate(-45deg) scale(.7);transform-origin:center;vertical-align:middle;width:10px}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-right:before{transform:rotate(135deg) scale(.7)}.mx-btn{background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:4px;box-sizing:border-box;color:#73879c;cursor:pointer;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:7px 15px;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;line-height:inherit;padding:0 4px;text-align:left}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{border-radius:4px;bottom:2px;opacity:0;position:absolute;right:2px;top:2px;transition:opacity .24s ease-out;width:6px;z-index:1}.mx-scrollbar-track .mx-scrollbar-thumb{background-color:#9092984d;border-radius:inherit;cursor:pointer;height:0;position:absolute;transition:background-color .3s;width:100%}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{display:inline-block;position:relative;width:210px}.mx-datepicker svg{height:1em;vertical-align:-.15em;width:1em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px #00000013;box-sizing:border-box;color:#555;display:inline-block;font-size:14px;height:34px;line-height:1.4;padding:6px 30px 6px 10px;width:100%}.mx-input:focus,.mx-input:hover{border-color:#409aff}.mx-input.disabled,.mx-input:disabled{background-color:#f3f3f3;border-color:#ccc;color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{color:#00000080;font-size:16px;line-height:1;position:absolute;right:8px;top:50%;transform:translateY(-50%);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:#000c}.mx-datepicker-main{background-color:#fff;border:1px solid #e8e8e8;color:#73879c;font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif}.mx-datepicker-popup{box-shadow:0 6px 12px #0000002d;margin-bottom:1px;margin-top:1px;position:absolute;z-index:2001}.mx-datepicker-sidebar{box-sizing:border-box;float:left;overflow:auto;padding:6px;width:100px}.mx-datepicker-sidebar+.mx-datepicker-content{border-left:1px solid #e8e8e8;margin-left:100px}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mx-btn-shortcut{display:block;line-height:24px;padding:0 6px}.mx-datepicker-header{border-bottom:1px solid #e8e8e8;padding:6px 8px}.mx-datepicker-footer{border-top:1px solid #e8e8e8;padding:6px 8px;text-align:right}.mx-calendar-range,.mx-time-range{display:flex}@media (max-width:750px){.mx-calendar-range,.mx-time-range{flex-direction:column}}.mx-calendar{box-sizing:border-box;padding:6px 12px;width:248px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;overflow:hidden;text-align:center}.mx-btn-icon-double-left,.mx-btn-icon-left{float:left}.mx-btn-icon-double-right,.mx-btn-icon-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{box-sizing:border-box;height:224px;position:relative}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{background-color:#f3f9fe;color:#73879c}.mx-calendar-content .cell.active{background-color:#1284e7;color:#fff}.mx-calendar-content .cell.hover-in-range,.mx-calendar-content .cell.in-range{background-color:#dbedfb;color:#73879c}.mx-calendar-content .cell.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell.active,.mx-calendar-week-mode .mx-date-row .cell:hover{background-color:transparent;color:inherit}.mx-week-number{opacity:.5}.mx-table{border-collapse:separate;border-spacing:0;box-sizing:border-box;height:100%;table-layout:fixed;text-align:center;width:100%}.mx-table th{font-weight:500}.mx-table td,.mx-table th{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{font-size:12px;height:32px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{background:none;color:#ccc}.mx-time{background:#fff;flex:1;width:224px}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-date-time{height:270px;position:relative;width:248px}.mx-date-time .mx-time{height:100%;left:0;position:absolute;top:0;width:100%}.mx-date-time-range{height:270px;position:relative;width:496px}.mx-date-time-range .mx-time-range{height:100%;left:0;position:absolute;top:0;width:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{box-sizing:border-box;height:224px;overflow:hidden}.mx-time-columns{display:flex;height:100%;overflow:hidden;width:100%}.mx-time-column{border-left:1px solid #e8e8e8;flex:1;position:relative;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{list-style:none;margin:0;padding:0}.mx-time-column .mx-time-list:after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{background-color:#f3f9fe;color:#73879c}.mx-time-column .mx-time-item.active{background-color:transparent;color:#1284e7;font-weight:700}.mx-time-column .mx-time-item.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.mx-time-option{cursor:pointer;font-size:14px;line-height:20px;padding:8px 10px}.mx-time-option:hover{background-color:#f3f9fe;color:#73879c}.mx-time-option.active{background-color:transparent;color:#1284e7;font-weight:700}.mx-time-option.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps{position:relative}.vue-slider-disabled .vue-slider-process{background-color:#a7a7a7}.vue-slider-disabled .vue-slider-dot-handle{border-color:#a7a7a7}.vue-slider-disabled .vue-slider-mark-step-active{box-shadow:0 0 0 2px #a7a7a7}.vue-slider-rail{background-color:#f5f5f5;border-radius:15px;transition:background-color .3s}.vue-slider:hover .vue-slider-rail{background-color:#e1e1e1}.vue-slider-process{background-color:#9cd5ff;border-radius:15px;transition:background-color .3s}.vue-slider:hover .vue-slider-process{background-color:#69c0ff}.vue-slider-mark-step{background-color:#fff;border-radius:50%;box-shadow:0 0 0 2px #e8e8e8;height:100%;width:100%}.vue-slider-mark-step-active{box-shadow:0 0 0 2px #9cd5ff}.vue-slider:hover .vue-slider-mark-step-active{box-shadow:0 0 0 2px #69c0ff}.vue-slider-mark-label{font-size:12px;white-space:nowrap}.vue-slider-dot-handle{background-color:#fff;border:2px solid #9cd5ff;border-radius:50%;box-sizing:border-box;cursor:pointer;height:100%;transition:box-shadow .3s,border-color .3s;width:100%}.vue-slider:hover .vue-slider-dot-handle{border-color:#69c0ff}.vue-slider-dot-handle-focus{border-color:#36abff;box-shadow:0 0 0 5px #36abff33}.vue-slider-dot-handle:hover,.vue-slider:hover .vue-slider-dot-handle-focus,.vue-slider:hover .vue-slider-dot-handle:hover{border-color:#36abff}.vue-slider-dot-handle-disabled{border-color:#ddd!important;cursor:not-allowed}.vue-slider-dot-tooltip{opacity:0;transition:all .3s;visibility:hidden}.vue-slider-dot-tooltip-inner{background-color:#000000bf;border-color:#000000bf;border-radius:5px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:14px;padding:6px 8px;transform:scale(.9);transition:transform .3s;white-space:nowrap}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{border:5px solid transparent;border-top-color:inherit;height:0;left:50%;top:100%;transform:translate(-50%);width:0}.vue-slider-dot-tooltip-inner-bottom:after{border:5px solid transparent;border-bottom-color:inherit;bottom:100%;height:0;left:50%;transform:translate(-50%);width:0}.vue-slider-dot-tooltip-inner-left:after{border:5px solid transparent;border-left-color:inherit;height:0;left:100%;top:50%;transform:translateY(-50%);width:0}.vue-slider-dot-tooltip-inner-right:after{border:5px solid transparent;border-right-color:inherit;height:0;right:100%;top:50%;transform:translateY(-50%);width:0}.vue-slider-dot-tooltip-inner-top{transform-origin:50% 100%}.vue-slider-dot-tooltip-inner-bottom{transform-origin:50% 0}.vue-slider-dot-tooltip-inner-left{transform-origin:100% 50%}.vue-slider-dot-tooltip-inner-right{transform-origin:0 50%}.vue-slider-dot-tooltip-show,.vue-slider-dot:hover .vue-slider-dot-tooltip{opacity:1;visibility:visible}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner,.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner{transform:scale(1)}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.burger-button[data-v-283e7c3b]{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:20px}.burger[data-v-283e7c3b]{display:none;height:100%;position:relative;width:36px}@media screen and (width <= 991px){.burger[data-v-283e7c3b]{align-items:center;background-color:transparent;display:flex;flex-direction:column;flex-shrink:0;height:32px;justify-content:center;margin:0;width:auto;z-index:10}}.burger__line[data-v-283e7c3b]{background-color:#fff;cursor:pointer;height:3px;margin:3px 0;transition:background-color .5s;width:24px}.v-spinner{text-align:center}.v-spinner .v-clip{animation:v-clipDelay .75s linear 0s infinite;animation-fill-mode:both;display:inline-block}@keyframes v-clipDelay{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.8)}to{transform:rotate(1turn) scale(1)}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.s-button[data-v-1bef6766]{align-items:center;background-color:silver;border-radius:24px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:center;line-height:24px;max-width:-moz-fit-content;max-width:fit-content;min-height:32px;transition:.25s;white-space:nowrap;width:100%}.s-button__wrap[data-v-1bef6766]{display:block}.s-button_small[data-v-1bef6766]{min-height:32px}.s-button_small .s-button__element[data-v-1bef6766]{font-size:12px;line-height:14px;padding:9px 16px}.s-button_medium[data-v-1bef6766]{min-height:44px}.s-button_medium .s-button__element[data-v-1bef6766]{padding:10px 20px}.s-button_large[data-v-1bef6766]{min-height:48px}.s-button_large .s-button__element[data-v-1bef6766]{font-size:16px;line-height:19px;padding:14px 32px}.s-button_primary[data-v-1bef6766]{background-color:#60cb46}.s-button_primary[data-v-1bef6766]:active:not(.s-button_disabled),.s-button_primary[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#4ab430}.s-button_secondary[data-v-1bef6766]{background-color:#fff;border:1px solid #073933;border-radius:24px;font-weight:600}.s-button_secondary[data-v-1bef6766]:active:not(.s-button_disabled),.s-button_secondary[data-v-1bef6766]:hover:not(.s-button_disabled){border:1px solid #0d6b55}.s-button_secondary:active:not(.s-button_disabled) .s-button__element[data-v-1bef6766],.s-button_secondary:hover:not(.s-button_disabled) .s-button__element[data-v-1bef6766]{color:#0d6b55}.s-button_secondary .s-button__element[data-v-1bef6766]{color:#073933}.s-button_white-primary[data-v-1bef6766]{background-color:#fff;border:1px solid #60cb46;border-radius:4px}.s-button_white-primary[data-v-1bef6766]:active:not(.s-button_disabled),.s-button_white-primary[data-v-1bef6766]:hover:not(.s-button_disabled){border:1px solid #a4e196}.s-button_white-primary .s-button__element[data-v-1bef6766]{color:#60cb46}.s-button_white-basic[data-v-1bef6766]{background-color:#fff;border:1px solid #c5c7cf;border-radius:4px}.s-button_white-basic .s-button__element[data-v-1bef6766]{color:#60cb46}.s-button_transparent[data-v-1bef6766]{background-color:transparent}.s-button_transparent[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#e0dedc}.s-button_transparent:hover:not(.s-button_disabled) .s-button__element[data-v-1bef6766]{color:#073933}.s-button_transparent[data-v-1bef6766]:active:not(.s-button_disabled){background-color:#e0dedc}.s-button_transparent .s-button__element[data-v-1bef6766],.s-button_transparent:active:not(.s-button_disabled) .s-button__element[data-v-1bef6766]{color:#073933}.s-button_twitter[data-v-1bef6766]{background-color:#1da1f2}.s-button_twitter[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#44b1f4}.s-button_twitter[data-v-1bef6766]:active:not(.s-button_disabled){background-color:#0d8cda}.s-button_facebook[data-v-1bef6766]{background-color:#4267b2}.s-button_facebook[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#5b7dc2}.s-button_facebook[data-v-1bef6766]:active:not(.s-button_disabled){background-color:#375694}.s-button_google[data-v-1bef6766]{background-color:#db4437}.s-button_google[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#e1645a}.s-button_google[data-v-1bef6766]:active:not(.s-button_disabled){background-color:#c63024}.s-button_linkedin[data-v-1bef6766]{background-color:#2867b2}.s-button_linkedin[data-v-1bef6766]:hover:not(.s-button_disabled){background-color:#327ad1}.s-button_linkedin[data-v-1bef6766]:active:not(.s-button_disabled){background-color:#215491}.s-button__element[data-v-1bef6766]{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:500;justify-content:center;line-height:24px;padding:10px 20px;position:relative;width:100%}.s-button__element_no-events[data-v-1bef6766]{pointer-events:none}.s-button_disabled[data-v-1bef6766]{background-color:#dcdce1;cursor:not-allowed}.s-button__loader[data-v-1bef6766]{display:flex;justify-content:center;position:absolute}.s-button__slot[data-v-1bef6766]{opacity:1}.s-button__slot_icon[data-v-1bef6766]{align-items:center;display:inline-flex}.s-button__slot_icon img[data-v-1bef6766],.s-button__slot_icon svg[data-v-1bef6766]{margin:0}.s-button__slot_icon_right img[data-v-1bef6766],.s-button__slot_icon_right svg[data-v-1bef6766]{margin-left:8px;order:2}.s-button__slot_icon_right span[data-v-1bef6766]{order:1}.s-button__slot_icon_left img[data-v-1bef6766],.s-button__slot_icon_left svg[data-v-1bef6766]{margin-right:8px;order:1}.s-button__slot_icon_left span[data-v-1bef6766]{order:2}.s-button__slot_loading[data-v-1bef6766]{opacity:0;transition:all .3s}[data-v-1bef6766] .v-spinner{align-items:center;display:flex;justify-content:center}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.nav__item[data-v-e7518310]{padding-left:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (width <= 1080px){.nav__item[data-v-e7518310]{font-size:16px;padding-left:10px}}.nav__item_sub-initially-visible .nav__sub[data-v-e7518310]{display:block;position:relative}.nav__link[data-v-e7518310]{cursor:pointer;display:inline-block}.nav__sub[data-v-e7518310]{display:none;position:absolute}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.nav__item[data-v-0896d256]{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__link[data-v-0896d256]{cursor:pointer;display:inline-block;position:relative;width:100%}.arrow[data-v-0896d256]{line-height:40px;position:absolute;right:0;text-align:center;top:0;width:35px;z-index:10}.arrow[data-v-0896d256]:after{border-right:2px solid #7c838d;border-top:2px solid #7c838d;content:"";display:inline-block;height:7px;transform:rotate(135deg);transform-origin:50% 50%;width:7px}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.nav[data-v-8f7392aa]{display:flex}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.nav-mobile[data-v-a43ff137]{color:#100f0e;flex-direction:column}.nav-mobile[data-v-a43ff137] .nav__item{margin-bottom:8px}.nav-mobile[data-v-a43ff137] .nav__item:last-child{margin-bottom:0}.nav-mobile[data-v-a43ff137] .nav__item_with-sub.nav__item--opened .nav__link:after{transform:rotate(180deg)}.nav-mobile[data-v-a43ff137] .nav__item_with-sub .nav__link{line-height:1}.nav-mobile[data-v-a43ff137] .nav__item_with-sub>.nav__link:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #100f0e;bottom:0;content:"";display:inline-block;height:7px;margin:auto;position:absolute;right:-20px;top:3px;transform-origin:50% 50%;transition:transform .3s ease-in-out;width:7px}.nav-mobile[data-v-a43ff137] .nav__link{font-size:24px;font-weight:500;line-height:32px;max-width:-moz-fit-content;max-width:fit-content;padding:0}.nav-mobile[data-v-a43ff137] .nav__link .arrow{display:none}.nav-mobile[data-v-a43ff137] .nav__sub{padding-top:18px}.nav-mobile[data-v-a43ff137] .nav__sub .nav__item{padding-left:20px}.nav-mobile[data-v-a43ff137] .nav__sub .nav__link{font-size:14px;font-weight:400;margin-top:0}.nav-mobile[data-v-a43ff137] .nav__sub .nav__link:before{display:none}.nav-mobile[data-v-a43ff137] .nav__sub .nav__item_with-sub{display:none}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.dropdown[data-v-90c6e13c]{background-color:#fff;display:flex;flex-wrap:wrap;max-height:100vh;overflow:hidden;overflow-x:auto;overflow-x:hidden;overflow-y:auto;padding-bottom:24px;position:fixed;text-align:center;top:0;width:100%;z-index:10}.dropdown[data-v-90c6e13c] .nav{padding:0 24px}.dropdown[data-v-90c6e13c] .nav-mobile .nav__link{font-weight:600}.dropdown[data-v-90c6e13c] .nav-mobile .nav__sub{padding-top:8px}.dropdown[data-v-90c6e13c] .nav-mobile .nav__item{margin-bottom:12px}.dropdown[data-v-90c6e13c] .nav-mobile .nav__item_with-sub .nav__item{margin-bottom:8px}.dropdown[data-v-90c6e13c] .nav-mobile .nav__item_with-sub .nav__item:last-child{margin-bottom:0}.dropdown[data-v-90c6e13c] .nav-mobile .nav__item_with-sub .nav__item .nav__link{color:#615d5a;font-size:19px;font-weight:500;letter-spacing:-.19px;line-height:24px}.dropdown[data-v-90c6e13c] .nav-mobile .nav__item_with-sub>.nav__link:after{border-left-width:5px;border-right-width:5px;border-top-width:5px;height:5px;width:5px}.dropdown>div[data-v-90c6e13c]{width:100%}.dropdown__logo[data-v-90c6e13c]{height:24px;max-width:88px}.dropdown__apply[data-v-90c6e13c]{margin:24px auto}.dropdown__signin[data-v-90c6e13c]{margin:0 auto 24px}.dropdown__top[data-v-90c6e13c]{border-bottom:1px solid #e0dedc;margin-bottom:16px;padding:16px 24px}.dropdown__contacts[data-v-90c6e13c],.dropdown__top[data-v-90c6e13c]{display:flex;justify-content:space-between}.dropdown__contacts[data-v-90c6e13c]{align-items:flex-end;color:#100f0e;font-size:16px;line-height:20px;padding:0 24px}.dropdown__email[data-v-90c6e13c],.dropdown__phone[data-v-90c6e13c]{display:block;padding-left:32px;position:relative}.dropdown__email[data-v-90c6e13c]:before,.dropdown__phone[data-v-90c6e13c]:before{left:0;position:absolute;top:0}.dropdown__phone[data-v-90c6e13c]:before{content:url(../img/icons/i-phone.svg)}.dropdown__email[data-v-90c6e13c]:before{content:url(../img/icons/i-mail.svg)}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.slide-enter-active[data-v-e1f7e0ef],.slide-enter-active .user-dropdown__wrapper[data-v-e1f7e0ef],.slide-leave-active[data-v-e1f7e0ef],.slide-leave-active .user-dropdown__wrapper[data-v-e1f7e0ef]{transition:all .3s ease}.slide-enter[data-v-e1f7e0ef],.slide-leave-to[data-v-e1f7e0ef]{opacity:0}.slide-enter .user-dropdown__wrapper[data-v-e1f7e0ef],.slide-leave-to .user-dropdown__wrapper[data-v-e1f7e0ef]{transform:translate(100%)}.slide-enter-to[data-v-e1f7e0ef],.slide-leave[data-v-e1f7e0ef]{opacity:1}.slide-enter-to .user-dropdown__wrapper[data-v-e1f7e0ef],.slide-leave .user-dropdown__wrapper[data-v-e1f7e0ef]{transform:translate(0)}.user-dropdown[data-v-e1f7e0ef]{backface-visibility:hidden;font-family:univers,sans-serif;font-weight:900;height:100%;perspective:1000;position:fixed;right:0;top:0;width:100%;z-index:20}.user-dropdown__wrapper[data-v-e1f7e0ef]{background-color:#fff;box-shadow:0 0 8px #161d35;display:flex;flex-direction:column;height:100%;overflow:auto;width:100%}.user-dropdown__wrapper[data-v-e1f7e0ef]:after{content:none}.user-dropdown__wrapper .container[data-v-e1f7e0ef]{height:100%;position:relative}.user-dropdown__top[data-v-e1f7e0ef]{align-items:center;border-bottom:1px solid #dcdce1;display:flex;flex-shrink:0;margin:0 0 20px;padding:16px 50px 16px 16px}.user-dropdown__top+.site-search[data-v-e1f7e0ef]{margin:0 0 20px}.user-dropdown__icon[data-v-e1f7e0ef]{background-color:#f0f1f5;background-image:url(../img/icons/user-profile-icon.svg);background-repeat:no-repeat;background-size:cover;border:1px solid transparent;border-radius:50%;cursor:pointer;height:55px;transition:all .3s;width:55px}.user-dropdown__nav[data-v-e1f7e0ef]{flex-grow:1;flex-shrink:0;padding:16px}.user-dropdown__data[data-v-e1f7e0ef]{padding-left:16px}.user-dropdown__bottom[data-v-e1f7e0ef]{align-items:center;border-top:1px solid #dcdce1;color:#60cb46;display:flex;flex-direction:row;justify-content:center;margin-top:40px;padding:16px}.user-dropdown__close[data-v-e1f7e0ef]{display:block;position:absolute;right:16px;top:22px}.user-dropdown__close svg[data-v-e1f7e0ef]{pointer-events:none}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.nav-desktop[data-v-14eeb04f]{align-items:center;flex-wrap:wrap;font-weight:600;margin-right:24px}@media screen and (width <= 769px){.nav-desktop[data-v-14eeb04f]{display:none}}.nav-desktop[data-v-14eeb04f] .nav{align-items:center;display:flex}@media screen and (width <= 769px){.nav-desktop[data-v-14eeb04f] .nav{display:none}}.nav-desktop[data-v-14eeb04f] .nav__item{width:auto;z-index:5}.nav-desktop[data-v-14eeb04f] .nav__item:first-child .nav__link{padding-left:0}.nav-desktop[data-v-14eeb04f] .nav__item:hover{color:#60cb46}.nav-desktop[data-v-14eeb04f] .nav__item:hover>.nav__link:after{transform:rotate(180deg)}.nav-desktop[data-v-14eeb04f] .nav__item:hover>.nav__sub{display:block}.nav-desktop[data-v-14eeb04f] .nav__item:hover>.nav__sub .nav__item{color:#24242a}.nav-desktop[data-v-14eeb04f] .nav__item_with-sub>.nav__link{padding-right:25px}.nav-desktop[data-v-14eeb04f] .nav__item_with-sub>.nav__link:after{content:url(../img/icons/i-triangle-down-white.svg);max-height:24px;position:absolute;transform-origin:50% 50%}.nav-desktop[data-v-14eeb04f] .nav__link{position:relative}.nav-desktop[data-v-14eeb04f] .nav__sub{background-color:#fff;border:1px solid #ccd2d5;border-radius:4px;padding:12px 0}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item{color:#073933;font-weight:400;height:unset;padding:12px 20px;position:relative;width:100%}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item:hover>.nav__link{border-radius:5px;color:#4ab430}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item:hover>.nav__link:after{transform:rotate(180deg)!important}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item .nav__link{margin:0;min-width:100px;white-space:nowrap;width:100%}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item_with-sub>.nav__link:after{transform:rotate(180deg)}.nav-desktop[data-v-14eeb04f] .nav__sub .nav__item_with-sub .nav__sub{left:100%;position:absolute;top:0}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.header[data-v-31abab3e]{background-color:#073933;color:#fff;padding:16px 0;position:relative}.header:not(.header--white) .s-button_transparent[data-v-31abab3e]:hover .s-button__element{color:#60cb46}.header:not(.header--white) .s-button_transparent[data-v-31abab3e] .s-button__element{color:#60cb46}.header--white[data-v-31abab3e]{background-color:#fff}.header--white[data-v-31abab3e] .burger__line{background-color:#4e4a48}.header--white[data-v-31abab3e] .nav-desktop{color:#073933}.header--white[data-v-31abab3e] .nav-desktop .nav__item_with-sub>.nav__link:after{content:url(../img/icons/i-triangle-down-primary.svg)}.header__part[data-v-31abab3e]{align-items:center;display:flex}.header__part_burger[data-v-31abab3e]{position:relative}@media screen and (width <= 991px){.header__part_navigation[data-v-31abab3e]{display:none}}.header__part_actions[data-v-31abab3e]{grid-gap:24px}@media screen and (width <= 991px){.header__part_actions[data-v-31abab3e]{display:none}}.header>.wrapper[data-v-31abab3e]{display:flex;justify-content:space-between}.logo[data-v-31abab3e]{margin-right:20px}@media screen and (width <= 991px){.logo[data-v-31abab3e]{height:24px;width:88px}.logo img[data-v-31abab3e]{height:100%;width:100%}}.search-button[data-v-31abab3e]{cursor:pointer;margin-right:24px}@media screen and (width <= 769px){.search-button[data-v-31abab3e]{display:none}}.search-button[data-v-31abab3e]:hover svg{fill:#60cb46}.search-button[data-v-31abab3e] svg{fill:#999ba9}.site-search__wrapper[data-v-31abab3e]{background-color:#fff;border-top:1px solid #c5c7cf;left:0;padding:15px 0;position:absolute;top:100%;width:100%;z-index:0}@media screen and (width <= 769px){.site-search__wrapper[data-v-31abab3e]{display:none}}.site-search__wrapper[data-v-31abab3e]:after{background-color:#181b244d;content:"";height:100vh;left:0;pointer-events:none;position:absolute;right:0;top:79px;width:100%}.site-search__wrapper[data-v-31abab3e] .site-search{max-width:588px}.site-search__wrapper[data-v-31abab3e] .site-search .s-input{padding:0}.site-search__wrapper>.wrapper[data-v-31abab3e]{display:flex;justify-content:center;position:relative;width:100%}.site-search__close[data-v-31abab3e]{height:12px;position:absolute;right:20px;top:0;width:12px}.site-search__close[data-v-31abab3e] svg{height:12px;width:12px;fill:#999ba9}.language-switcher[data-v-31abab3e]{margin-right:24px}@media screen and (width <= 769px){.language-switcher[data-v-31abab3e]{display:none}.login-button[data-v-31abab3e]{margin-left:0;margin-right:36px;min-height:32px}}@media screen and (width <= 769px){.login-button[data-v-31abab3e] .s-button__element{font-size:14px;padding:8px 16px}}.contacts-wrapper[data-v-31abab3e]{display:block}@media screen and (width <= 769px){.contacts-wrapper[data-v-31abab3e]{display:none}}.contacts-wrapper[data-v-31abab3e] .contacts{height:100%;justify-content:center}.user-menu__icon[data-v-31abab3e]{background-color:#f0f1f5;background-image:url(../img/icons/user-profile-icon.svg);background-repeat:no-repeat;background-size:cover;border:1px solid transparent;border-radius:50%;cursor:pointer;display:none;height:38px;margin:12px 0;padding-right:25px;transition:all .3s;width:38px}@media screen and (width <= 769px){.user-menu__icon[data-v-31abab3e]{display:block;margin:0 12px 0 0;padding:0}}.user-menu__icon[data-v-31abab3e]:hover{border:1px solid #60cb46}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.copyright[data-v-99ea69d1]{display:flex;grid-gap:8px;opacity:.6;padding:24px 0}@media screen and (width <= 769px){.copyright[data-v-99ea69d1]{display:block}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}@media screen and (width <= 769px){.desktop[data-v-f5075a87]{display:none}}.mobile[data-v-f5075a87]{display:none}@media screen and (width <= 769px){.mobile[data-v-f5075a87]{display:block}}.footer[data-v-f5075a87]{background-color:#eee}@media screen and (width <= 1023px){.footer[data-v-f5075a87]{background-color:#f5f3f2}}.footer__message[data-v-f5075a87]{color:#615d5a;font-size:14px;line-height:20px;margin-bottom:24px}@media screen and (width <= 769px){.footer__message[data-v-f5075a87]{margin-bottom:0;margin-top:24px}}.footer__message[data-v-f5075a87] p{margin-bottom:14px}.footer__message[data-v-f5075a87] ol{padding-left:18px}.footer__message[data-v-f5075a87] li{list-style-type:decimal}@media screen and (width <= 769px){.footer__menu[data-v-f5075a87]{display:none}}.footer__scroll[data-v-f5075a87]{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;min-width:48px;position:absolute;right:0;top:64px;width:48px}@media screen and (width <= 769px){.footer__scroll[data-v-f5075a87]{display:none}}.footer__content[data-v-f5075a87]{display:flex;position:relative;grid-gap:32px;padding:64px 0 48px}@media screen and (width <= 769px){.footer__content[data-v-f5075a87]{padding:40px 0 0}}.footer__info[data-v-f5075a87]{width:31%}@media screen and (width <= 769px){.footer__info[data-v-f5075a87]{width:100%}}.footer__logo[data-v-f5075a87]{display:block;margin-bottom:16px}.footer__text[data-v-f5075a87]{margin-bottom:16px;opacity:.6}.footer__email[data-v-f5075a87],.footer__phone[data-v-f5075a87]{display:block;padding-left:32px;position:relative}.footer__email[data-v-f5075a87]:before,.footer__phone[data-v-f5075a87]:before{left:0;position:absolute;top:0}.footer__phone[data-v-f5075a87]{margin-bottom:8px}.footer__phone[data-v-f5075a87]:before{content:url(../img/icons/i-phone.svg)}.footer__email[data-v-f5075a87]:before{content:url(../img/icons/i-mail.svg)}.footer__menu[data-v-f5075a87]{width:15%}.footer__menu[data-v-f5075a87]:nth-child(4){width:23%}.footer .menu__title[data-v-f5075a87]{display:block;font-size:20px;font-weight:500;letter-spacing:-.4px;line-height:36px;margin-bottom:16px}.footer .menu__subitem[data-v-f5075a87]{margin-bottom:8px;opacity:.6}.footer .menu__subitem[data-v-f5075a87]:last-child{margin-bottom:0}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.notifications[data-v-ca24d18e]{left:0;margin:0 auto;max-width:864px;position:absolute;right:0;width:100%;z-index:101}@media screen and (width <= 769px){.notifications[data-v-ca24d18e]{position:fixed}}.notifications__item[data-v-ca24d18e]{border-radius:4px;box-shadow:4px 4px 10px #0000000f;font-size:17px;left:0;line-height:24px;margin:0 auto 8px;padding:20px 33px 20px 20px;position:relative;right:0;top:20px}@media screen and (width <= 769px){.notifications__item[data-v-ca24d18e]{margin-bottom:0;top:0}}.notifications__item .title[data-v-ca24d18e]{font-size:20px;font-weight:600;letter-spacing:-.4px;line-height:28px;margin-bottom:4px}.notifications__item .close[data-v-ca24d18e]{cursor:pointer;position:absolute;right:12px;top:12px}.notifications__item--error[data-v-ca24d18e]{background-color:#ffeaea;color:#cc1616}.notifications__item--error[data-v-ca24d18e] svg path{stroke:#cc1616}.notifications__item--system[data-v-ca24d18e]{background-color:#fff9e8;color:#ad8000}.notifications__item--system[data-v-ca24d18e] svg path{stroke:#ad8000}.notifications__item--info[data-v-ca24d18e]{background-color:#ddf3f5;color:#098dab}.notifications__item--info[data-v-ca24d18e] svg path{stroke:#098dab}.notification-fade-enter-active[data-v-ca24d18e],.notification-fade-leave-active[data-v-ca24d18e]{transition:all .5s ease}.notification-fade-enter-from[data-v-ca24d18e],.notification-fade-leave-to[data-v-ca24d18e]{opacity:0;transform:translateY(-30px)}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.BN8gUwlJ.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-300.D01SPAUe.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.B3nWW1r6.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-regular.ayJCxgOK.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.CA9FvzGm.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-italic.BDeFJWYV.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.aHpIsU2g.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500.BRLPY1XE.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.6uTB5OoX.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-500italic.DWaq0X3S.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.CG2dG7B4.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700.v2RFDLhL.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.BcVopnIU.woff2) format("woff2"),url(./roboto-v29-latin_cyrillic-ext_cyrillic-700italic.C-c3NPVV.woff) format("woff")}.wrapper[data-v-16d8d5a1]{max-width:892px}[data-v-16d8d5a1] .header{border-bottom:1px solid rgba(16,15,14,.16)}.error[data-v-16d8d5a1]{display:flex;flex-direction:column;font-family:DM Sans,sans-serif;justify-content:space-between;min-height:100vh}.error .content[data-v-16d8d5a1]{margin:100px 0;text-align:center}@media screen and (width <= 1023px){.error .content[data-v-16d8d5a1]{margin:48px 0}}.error .content__image[data-v-16d8d5a1]{display:block;margin:0 auto 64px;max-width:332px}@media screen and (width <= 1023px){.error .content__image[data-v-16d8d5a1]{margin-bottom:40px}}@media screen and (width <= 500px){.error .content__image[data-v-16d8d5a1]{max-width:88%}}.error .content__header[data-v-16d8d5a1]{color:#100f0e;font-size:54px;font-weight:600;letter-spacing:-1.08px;line-height:64px;margin-bottom:24px}@media screen and (width <= 1023px){.error .content__header[data-v-16d8d5a1]{font-size:28px;letter-spacing:-.56px;line-height:36px}}.error .content__text[data-v-16d8d5a1]{color:#615d5a;font-size:18px;font-weight:400;line-height:24px}@media screen and (width <= 1023px){.error .content__text[data-v-16d8d5a1]{font-size:16px;line-height:20px}}.error .content__button[data-v-16d8d5a1]{margin:40px auto 0}@media screen and (width <= 1023px){.error .content__button[data-v-16d8d5a1]{margin:24px auto 0}}.error .content__email[data-v-16d8d5a1]{color:#4ab430;margin-top:16px}.error .content__log[data-v-16d8d5a1]{background-color:#f5f3f2;border:1px solid #e0dedc;border-radius:6px;margin-top:40px;max-height:240px;overflow-y:auto;padding:24px 24px 0;position:relative;text-align:left}@media screen and (width <= 1023px){.error .content__log[data-v-16d8d5a1]{margin-top:24px;max-height:304px}}.error .content__log .error-text[data-v-16d8d5a1]{color:#615d5a;font-size:12px;line-height:16px}.error .content__log-title[data-v-16d8d5a1]{color:#4e4a48;margin-bottom:16px}.error .content__log-copy[data-v-16d8d5a1]{background:linear-gradient(180deg,#f4f2f100,#f5f3f2 45.96%);bottom:0;padding:40px 0 24px;position:sticky}.error .content__log-copy .s-button[data-v-16d8d5a1]{margin:0 auto}
