@charset "UTF-8";.nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#888;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}@-webkit-keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1 1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:hsla(0,0%,100%,.9);content:"";height:0;position:absolute;right:14px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px 7px 3.5px;padding-left:28px;position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*0.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:calc(-7px + 2);overflow:hidden;padding-left:24.5px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,currentColor),color-stop(0,transparent));background-image:-webkit-gradient(linear,left top,right top,from(currentColor),to(transparent));background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(90deg,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;word-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-right:5px;position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{position:relative;box-sizing:border-box}.plyr__video-embed>*,.plyr__video-wrapper--fixed-ratio>*{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}.plyr__video-embed:before,.plyr__video-wrapper--fixed-ratio:before{position:relative;display:block;content:"";padding-top:16/9;box-sizing:border-box}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.75)));background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container:after,.plyr__preview-thumb__image-container img{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.75)));background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}body,html{width:100%;height:100%;-ms-scroll-chaining:none;overscroll-behavior:contain;margin:0;padding:0}html{min-height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:10px}body{position:relative;font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif;min-width:375px;margin:0;padding:0;font-size:1.6rem;line-height:160%;letter-spacing:-.02em;font-weight:400;color:#141718;background:#f7f7f5;-webkit-text-size-adjust:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:scrollbar}a{color:#444443;text-decoration:none;cursor:pointer;display:block}#__layout,#__nuxt,#app{overflow:hidden;position:relative;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}iframe{border:none!important}*,:before{box-sizing:border-box}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400;font-stretch:normal;font-style:normal;margin:0;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif}.h1,h1{font-size:3.4rem;line-height:140%}@media only screen and (max-width:767px){.h1,h1{font-size:3rem}}.h2,h2{font-size:48px;font-weight:800;line-height:60px}@media only screen and (max-width:768px){.h2,h2{font-size:28px;line-height:34px}}.h3,h3{line-height:32px}.h3,.h4,h3,h4{font-size:20px;font-weight:700}.h4,h4{line-height:20px}.h5,.h6,h5,h6{font-size:18px;line-height:24px}address,li,ol,p,ul{margin:0;padding:0;list-style:none}.table-scroll{margin:3rem 0}.table-scroll table{min-width:80rem}.html-block,button,input,select,textarea{font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif}.html-block address,.html-block ol,.html-block p,.html-block ul{margin:2.5rem 0}.html-block b,.html-block strong{font-weight:700}.html-block hr{margin:3.5rem 0;border-top:1px solid #141718}.html-block a{color:#141718;border:0;text-decoration:none;transition:border-color .3s,color .3s;border-bottom:1px solid #141718}.html-block a:hover{color:#444443;border-bottom-color:#444443;text-decoration:none}.html-block ol,.html-block ul{list-style-position:outside}.html-block ul,.html-block ul li{list-style-type:disc}.html-block ol,.html-block ol li{list-style-type:decimal}.html-block ol,.html-block ul{list-style:none;text-transform:none;margin:3rem 0}.html-block ol li,.html-block ul li{position:relative;list-style:none}.html-block ol li:last-child,.html-block ul li:last-child{margin-bottom:0}@media only screen and (max-width:767px){.html-block ol,.html-block ul{margin:2rem 0}}.html-block ul li{padding-left:2.5rem;position:relative;margin-bottom:2rem}.html-block ul li:before{content:"•";position:absolute;left:0;top:0;color:#444443}@media only screen and (max-width:767px){.html-block ul li{padding-left:2.5rem}}.html-block ol{counter-reset:li}.html-block ol li{list-style:none;counter-increment:li;padding-left:4.6rem;margin-bottom:3rem}.html-block ol li:before{content:counter(li);position:absolute;top:1px;left:0;min-width:2.6rem;height:2.6rem;text-align:center;font-weight:600;font-size:1.6rem;line-height:2.4rem;color:#444443;border:1px solid #444443;border-radius:2rem}@media only screen and (max-width:767px){.html-block ol li{margin-bottom:2rem;padding-left:3rem}.html-block ol li:before{min-width:2rem;height:2rem;font-size:1.4rem;line-height:1.7rem}}.html-block blockquote{margin:3rem 0;padding:.4rem 0 .4rem 4rem;border-left:.3rem solid #444443;font-style:normal;font-weight:600}.html-block .highlight-block{padding:4rem;background:#ff5f00;margin:3rem 0}.html-block .highlight-block--large{margin:5rem 0;font-weight:600;font-size:2rem;line-height:120%}.html-block .highlight-block--center{text-align:center}.html-block figure{margin:3rem 0}.html-block img{max-width:100%;height:auto;margin:3rem 0;display:block}.html-block>:first-child{margin-top:0}.html-block>:last-child{margin-bottom:0}.html-block .iframe{margin:6rem 0;position:relative;box-sizing:border-box}.html-block .iframe>*{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}.html-block .iframe:before{position:relative;display:block;content:"";padding-top:56.25%;box-sizing:border-box}.html-block .iframe iframe{width:100%;height:100%}.html-block iframe{max-width:100%}.html-block table{border-spacing:.4rem;border-collapse:inherit;width:100%;margin:3rem 0 1rem}.html-block table tr td{background-color:#f2f2f2;padding:1rem 2rem;border:none;border-radius:0}.html-block table tr:nth-child(odd) td{background:#444443}.html-block table blockquote{padding-left:2rem}.is-bold{font-weight:700}.is-uppercase{text-transform:uppercase}.table-scroll{overflow:auto}.table-scroll table{min-width:50rem}a:focus,button:focus,input:focus,textarea:focus{outline:none}input,textarea{font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}ol{list-style:none;counter-reset:counter}ol li{counter-increment:counter;font-size:16px;line-height:28px;color:#444443;margin-top:24px;padding-left:24px;position:relative}ol li:before{content:counter(counter);position:absolute;left:0;top:8px;color:#ff5f00;font-weight:700;font-size:14px;line-height:14px}ul li{font-size:16px;line-height:28px;color:#444443;margin-top:24px;padding-left:24px;position:relative}ul li:before{content:"";width:6px;height:6px;background:#ff5f00;border-radius:50%;position:absolute;left:0;top:10px}.container{width:100%;max-width:100%;padding:0 156px;margin:0 auto}@media only screen and (max-width:1240px){.container{padding:0 40px}}@media only screen and (max-width:768px){.container{padding:0 16px}}.page__layout{height:auto;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:min-height .3s}main.main{flex:1 0 auto}::-moz-selection{background-color:rgba(81,81,80,.3)!important}::selection{background-color:rgba(81,81,80,.3)!important}.page__main{display:grid;grid-template-columns:calc(100% - 356px) 356px}@media only screen and (max-width:1240px){.page__main{grid-template-columns:calc(100% - 294px) 294px}}@media only screen and (max-width:768px){.page__main{grid-template-columns:100%}}.page__content{background:#f7f7f5;padding-top:80px;padding-bottom:80px}@media only screen and (max-width:768px){.page__content{padding-top:60px;padding-bottom:60px}}.page__sidebar{background:#eeeeed;position:relative}.page-card{margin-bottom:16px;width:100%;background:#fff;padding:40px}.page-card__head{border-bottom:1px solid #e8e8e7;padding-bottom:40px}.page-card__title{font-weight:600;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:18px;line-height:18px}.page-card__content{padding-top:40px}.page-card__person{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:24px}.page-card__person:first-child{margin-top:0}.page-card__person-icon{width:20px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.page-card__person-name{margin-left:16px;font-size:16px;line-height:16px}.page-card__contact{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:24px;cursor:pointer;transition:all .3s ease}.page-card__contact:hover{opacity:.7}.page-card__contact:first-child{margin-top:0}.page-card__contact-icon{width:20px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.page-card__contact-value{color:#ff5f00;margin-left:16px;font-size:16px;line-height:16px}.page-card__contact-value span{color:#141718}.page-card__text{font-size:16px;line-height:28px;color:#444443}.page-card__link{margin-top:24px;color:#ff5f00;font-size:14px;line-height:14px}@media only screen and (max-width:768px){.page-card{padding:24px 16px}.page-card__head{padding-bottom:24px}.page-card__content{padding-top:24px}}.text-lead{font-weight:500;color:#141718;font-size:18px;line-height:18px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif}.page-divider{margin:80px 0;width:100%;height:1px;background:#ccc;display:block}@media only screen and (max-width:768px){.page-divider{margin:40px 0}}.external-link{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer;transition:all .3s ease;color:#ff5f00;font-weight:500;font-size:14px;line-height:14px}.external-link svg{width:24px;height:24px;display:block;margin-left:10px}.external-link:hover{opacity:.7}.popup{width:100vw;height:100vh;height:calc(var(--vh, 1vh)*100);z-index:110;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.popup,.popup__overlay{position:fixed;top:0;left:0}.popup__overlay{width:100%;height:100%;background:#000;opacity:.8;z-index:1}.popup__close{background:url(/icons/cut-border-46x46-gray.svg) no-repeat;background-color:transparent;background-size:cover;cursor:pointer;width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:absolute;right:32px;top:27px;border:0;outline:0;z-index:10}.popup__close img{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;display:block;transition:all .3s ease}.popup__close:hover img{opacity:.7}.popup__main{position:relative;z-index:2;width:100%;max-width:1128px;background:#fff;max-height:calc(100vh - 140px);max-height:calc(var(--vh, 1vh)*100 - 140px)}@media only screen and (max-width:1240px){.popup__main{width:calc(100% - 80px);max-width:none}}@media only screen and (max-width:768px){.popup__main{width:100%;max-height:none;height:100vh;height:calc(var(--vh, 1vh)*100)}.popup__close{right:16px;top:16px}.popup__head{height:80px}}.input,.textarea{display:block;position:relative}.input input,.input textarea,.textarea input,.textarea textarea{height:48px;background:#fff;border:0;outline:0;padding:0 32px;width:100%;font-size:14px;line-height:14px;color:#141718;font-weight:500;display:block}.input input::-moz-placeholder,.input input::-moz-placeholder-shown,.input textarea::-moz-placeholder,.input textarea::-moz-placeholder-shown,.textarea input::-moz-placeholder,.textarea input::-moz-placeholder-shown,.textarea textarea::-moz-placeholder,.textarea textarea::-moz-placeholder-shown{color:#878786;font-size:14px;line-height:14px;font-weight:500}.input input:-ms-input-placeholder,.input input:-ms-input-placeholder-shown,.input textarea:-ms-input-placeholder,.input textarea:-ms-input-placeholder-shown,.textarea input:-ms-input-placeholder,.textarea input:-ms-input-placeholder-shown,.textarea textarea:-ms-input-placeholder,.textarea textarea:-ms-input-placeholder-shown{color:#878786;font-size:14px;line-height:14px;font-weight:500}.input input::placeholder,.input input::placeholder-shown,.input textarea::placeholder,.input textarea::placeholder-shown,.textarea input::placeholder,.textarea input::placeholder-shown,.textarea textarea::placeholder,.textarea textarea::placeholder-shown{color:#878786;font-size:14px;line-height:14px;font-weight:500}.input textarea,.textarea textarea{min-height:120px;height:auto;padding:20px 32px;resize:none}.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer;grid-gap:10px;gap:10px}.checkbox__input{display:none}.checkbox__input:checked~.checkbox__icon{background-color:#ff5f00;border-color:#ff5f00}.checkbox__title{font-size:14px;line-height:14px;color:#878786}.checkbox__title a{display:inline;text-decoration:underline}.checkbox__title a:hover{text-decoration:none}.checkbox__icon{background:url(/icons/checkbox-white.svg) no-repeat;background-size:14px;background-position:50%;background-color:#fff;border:1px solid #e8e8e7;transition:all .3s ease;width:32px;height:32px;flex-shrink:0}.checkbox__icon,.file-upload{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.file-upload{margin-top:16px;border:1px dashed #ccc;position:relative;width:100%;height:80px}.file-upload__input{visibility:hidden;width:0;height:0;position:absolute}.file-upload__placeholder{font-size:14px;line-height:14px;color:#ff5f00;cursor:pointer}.search-page-form{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:100%}.search-page-form .input{width:100%}.search-page-form .btn{flex-shrink:0;margin-left:16px;height:48px}.search-page-results{margin:40px 0}.search-page-results__title span{color:#ff5f00}.search-page-query{margin-top:16px}.thanks-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.thanks-popup__head{width:100%;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px 0 116px}.thanks-popup__content{padding:60px 116px;background:#fff}.thanks-popup__content p{font-size:16px;line-height:28px;color:#141718;margin-top:24px}.thanks-popup__content p:first-child{margin-top:0}@media only screen and (max-width:768px){.thanks-popup__title{font-size:24px;line-height:32px}.thanks-popup__head{height:80px;padding:0 16px}.thanks-popup__content{padding:32px 16px}}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Medium.woff2) format("woff2"),url(/fonts/Manrope-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope-SemiBold.woff2) format("woff2"),url(/fonts/Manrope-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Bold.woff2) format("woff2"),url(/fonts/Manrope-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope-ExtraBold.woff2) format("woff2"),url(/fonts/Manrope-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:fontello;src:url(/fonts/fontello.eot?93992481);src:url(/fonts/fontello.eot?93992481#iefix) format("embedded-opentype"),url(/fonts/fontello.woff2?93992481) format("woff2"),url(/fonts/fontello.woff?93992481) format("woff"),url(/fonts/fontello.ttf?93992481) format("truetype"),url(/fonts/fontello.svg?93992481#fontello) format("svg");font-weight:400;font-style:normal}.fa:before,[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-play:before{content:"\e807"}.fa-sync:before{content:"\e808"}.fa-chevron-left:before{content:"\e800"}.fa-chevron-right:before{content:"\e801"}.fa-hand-paper:before{content:"\f256"}.fa-pause:before{content:"\e80a"}.icon-arrow-left:before{content:"\e800"}.icon-arrow-right:before{content:"\e801"}.icon-caret-down:before{content:"\e802"}.icon-phone:before{content:"\e803"}.icon-telegram:before{content:"\e804"}.icon-whatsapp:before{content:"\e805"}.icon-close:before{content:"\e806"}.icon-play:before{content:"\e807"}.icon-arrows-cw:before{content:"\e808"}.icon-arrow-left2:before{content:"\e809"}.icon-pause:before{content:"\e80a"}.icon-menu-block:before{content:"\e819"}.icon-menu-list:before{content:"\e81a"}.icon-angle-circled-left:before{content:"\f137"}.icon-angle-circled-right:before{content:"\f138"}.expand-enter-active,.expand-leave-active{transition:height .3s ease;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-long-enter-active,.fade-long-leave-active{transition:opacity 1s}.fade-enter,.fade-leave-to,.fade-long-enter,.fade-long-leave-to{opacity:0}.router-enter-active,.router-leave-active{transition:opacity .5s}.router-enter-to,.router-leave{opacity:1}.router-enter,.router-leave-to{opacity:0}@-webkit-keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}button{font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif}.btn{background:#141718;color:#fff;outline:0;border:0;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);padding:0 30px;height:60px;font-weight:500;font-size:14px;transition:all .3s ease;cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.btn.btn-white{background:#fff;color:#141718}.btn.btn-white:hover{background:#ccc}.btn.btn-white svg path{stroke:#141718}.btn.btn-black{background:#141718;color:#fff}.btn.btn-black:focus,.btn.btn-black:hover{background:#444443}.btn.btn-black.disabled{background:#ccc;pointer-events:none}.btn.btn-black svg path{stroke:#fff}.btn.btn-orange{background:#ff5f00;color:#fff}.btn.btn-orange svg path{stroke:#fff}.btn.btn-orange:hover{background:#ff7f33}.btn.btn-solid{background:transparent;border:1px solid rgba(20,23,24,.2);border-radius:7px}.btn.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.btn.btn-icon svg{width:8px;height:8px;display:block;margin-left:10px;flex-shrink:0}.btn.btn-icon svg,.btn.btn-icon svg path{transition:all .3s ease}.btn.disabled{pointer-events:none;background:#ccc;color:#fff}.btn.disabled svg path{stroke:#fff}@media only screen and (max-width:768px){.btn{height:48px}}.swiper-container-horizontal>.swiper-scrollbar{height:6px;left:0;right:0;bottom:0;width:100%}.swiper-scrollbar,.swiper-scrollbar:before{height:6px;background:url(/images/drag-bg.svg) repeat-x}.swiper-scrollbar:before{content:"";position:absolute;width:192px;right:100%;top:0}.swiper-scrollbar:after{content:"";position:absolute;width:192px;height:6px;background:url(/images/drag-bg.svg) repeat-x;left:100%;top:0}.swiper-scrollbar--black,.swiper-scrollbar--black:after,.swiper-scrollbar--black:before{background:url(/images/drag-bg-dark.svg) repeat-x}.swiper-scrollbar-lock+.swiper-custom-progress{display:none}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{top:auto;bottom:0;background:none}.swiper-container-horizontal>.swiper-scrollbar{z-index:auto}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:url(/images/drag-bg-fill.svg) repeat-x 50%;height:6px}.swiper-scrollbar--black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:url(/images/drag-bg-fill-dark.svg) repeat-x 50%;height:6px}.swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;bottom:auto;color:#d9d9d9;font-weight:600;font-size:16px;line-height:16px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif}.swiper-pagination .current{font-weight:500;color:#141718}.swiper-custom-progress{position:absolute;bottom:0;left:0;width:100%;height:10px;bottom:-2px;z-index:1}.swiper-custom-progress:before{content:"";position:absolute;width:192px;right:100%;top:0}.swiper-custom-progress:before,.swiper-custom-progress span{height:10px;background:#303030 url(/images/drag-bg-fill.svg) repeat-x 0}.swiper-custom-progress span{width:0;display:block}.swiper-custom-progress--black:before,.swiper-custom-progress--black span{background:#fff url(/images/drag-bg-fill-dark.svg) repeat-x 0}.swiper-scrollbar-drag{background-color:#444443;width:100px;height:100px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin-top:-50px;cursor:-webkit-grab;cursor:grab;z-index:2}.swiper-scrollbar-drag:active{cursor:-webkit-grabbing;cursor:grabbing}.swiper-scrollbar-drag:before{content:"Тянуть";display:block;font-style:normal;font-weight:400;font-size:12px;line-height:100%;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fff}.locale-en .swiper-scrollbar-drag:before{content:"Pull"}@media only screen and (max-width:767px){.swiper-scrollbar-drag{width:60px;height:60px;margin-top:-30px}.swiper-scrollbar-drag:before{font-size:10px}}.swiper-button-next,.swiper-button-prev{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;width:46px;height:50px;background:url(/icons/slider-controls-border.svg) no-repeat;background-size:contain;background-position:50%;background-color:transparent;cursor:pointer;transition:all .3s ease}.swiper-button-next svg,.swiper-button-prev svg{width:34px;height:12px;display:block;position:relative;transition:all .3s ease}.swiper-button-next.disabled,.swiper-button-prev.disabled{pointer-events:none;opacity:.6}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-prev svg{left:15px}.swiper-button-prev:hover svg{left:5px}.swiper-button-next svg{right:13px}.swiper-button-next:hover svg{right:5px}.ps__rail-y{width:0;opacity:1}.ps__rail-x{height:1px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{width:5px;background-color:#ff5f00}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background:transparent;opacity:1}.ps__thumb-y{right:0;width:5px}.ps__thumb-x,.ps__thumb-y{background:#ff5f00;opacity:1}.ps__thumb-x{top:0;bottom:0;height:5px}.first-section{background:#141718;padding-top:180px;min-height:500px;padding-bottom:70px}.first-section__title{margin-top:60px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;font-size:56px;line-height:67px}.first-section__description{margin-top:32px;font-size:14px;line-height:24px;color:#878786}.first-section__buttons{margin-top:72px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.first-section__btn{height:46px;min-width:140px;border:1px solid rgba(238,238,237,.2)!important;background:transparent;color:#fff;border-radius:7px;margin-left:24px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}.first-section__btn:first-child{margin-left:0}.first-section__btn.nuxt-link-exact-active,.first-section__btn:hover{background:#fff;border-color:#fff!important;color:#141718}.first-section__date{height:46px;min-width:140px;background:#fff;color:#141718;margin-top:60px;padding:0 18px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:14px;font-weight:500}@media only screen and (max-width:1240px){.first-section{min-height:380px;padding-top:120px;padding-bottom:40px}.first-section__title{margin-top:40px}}@media only screen and (max-width:768px){.first-section{padding-top:100px;min-height:200px}.first-section__title{font-size:32px;line-height:44px;margin-top:0}.first-section__description{margin-top:16px}.first-section__buttons,.first-section__date{margin-top:40px}}.dropdown__list{z-index:12}.dropdown{position:relative;width:100%}.dropdown.expanded .dropdown__arrow{transform:rotate(-180deg)}.dropdown__btn{height:56px;position:relative;background:#fff;width:100%;padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;border:0;cursor:pointer}.dropdown__title{font-weight:500;font-size:14px;line-height:14px;color:#141718;text-align:left}.dropdown__arrow{margin-left:auto;width:16px;height:16px;transition:all .3s ease;flex-shrink:0}.dropdown__arrow svg{width:100%;height:100%;display:block}.dropdown__list{position:absolute;top:60px;left:0;width:100%;height:auto;padding:4px 0;background:#fff;z-index:10;max-height:240px}.dropdown__item{width:100%;padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;color:#141718;font-size:14px;line-height:14px;transition:all .3s ease;background:#fff;height:48px;cursor:pointer}.dropdown__item:hover{background:rgba(20,23,24,.1)}.file-select>.select-button{border-radius:.3rem;overflow:hidden;font-size:14px}.file-select>.selected{background-color:#e8f0fe}span.form-field{color:#bab9b9;padding:8px 2px}span.form-field__selected{color:#787878;cursor:pointer}span.form-field__selected:before{content:"\e823";position:static;font-size:14px;padding-right:10px;font-family:fontello}.file-select>input[type=file]{display:none}.file-item{width:100%;height:120px}.file-item__btn{background:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:100%;height:100%}.file-item__icon{width:120px;height:120px;flex-shrink:0}.file-item__icon img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.file-item__title{padding-left:40px;padding-right:40px;font-weight:500;font-size:16px;line-height:30px;color:#141718}.file-item__link{margin-left:auto;margin-right:40px;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background:#ff5f00;border-radius:7px;flex-shrink:0}.file-item__link svg{width:8px;height:8px;display:block}@media only screen and (max-width:1080px){.file-item__title{font-size:14px;line-height:19px}}@media only screen and (max-width:768px){.file-item__title{padding-left:20px;padding-right:0}.file-item__link{margin-right:20px}}.custom-form{white-space:normal}.custom-form:not(.form--dark){color:$dark-color}.custom-form .form__error{font-size:10px}.modal.alert{align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;justify-content:center}.modal.alert .modal-header{margin:0 0 2rem}.alert-cont{position:relative;max-width:60rem;min-width:30rem;padding:0 0 4rem}@media only screen and (max-width:64rem){.alert-cont{max-width:95vw}}.alert__content{margin:0 0 4rem}@media only screen and (max-width:76.8rem){.alert__content{margin-bottom:2rem}}.breadcrumbs,.breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.breadcrumbs__item:hover .breadcrumbs__item-title{opacity:.7}.breadcrumbs__item-title{color:#fff;font-size:14px;line-height:14px;transition:all .3s ease}.breadcrumbs__item-divider{color:#fff;margin:0 10px}.breadcrumbs__item:last-child{pointer-events:none}.breadcrumbs__item:last-child .breadcrumbs__item-divider{display:none}.breadcrumbs__item:last-child .breadcrumbs__item-title{color:#878786}@media only screen and (max-width:768px){.breadcrumbs{display:none}}.cookie-bar{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;z-index:11;font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif;padding:32px 0}.cookie-bar__inner{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.cookie-bar__title{font-weight:700;font-size:20px;line-height:20px}.cookie-bar__text{margin-top:16px;font-size:16px;line-height:28px;width:100%;max-width:690px}.cookie-bar__link{margin-left:10px;flex-shrink:0;font-weight:500;font-size:16px;line-height:16px;color:#141718;border-bottom:1px solid rgba(20,23,24,.2);transition:all .3s ease;display:block;align-self:flex-end;margin-right:32px;position:relative;bottom:5px}.cookie-bar__link:hover{opacity:.7;border-color:transparent}.cookie-bar__submit{margin-left:auto;flex-shrink:0;width:160px}@media only screen and (max-width:768px){.cookie-bar{padding:16px 0}.cookie-bar__inner{flex-direction:column;align-items:flex-start}.cookie-bar__title{font-size:18px}.cookie-bar__text{font-size:14px;line-height:19px}.cookie-bar__text a{display:inline}.cookie-bar__submit{margin-left:auto;margin-top:16px}}.footer{background:#141718;position:relative}.footer:before{left:0;top:0;height:300px;width:224px;background:url(/images/footer-object1.svg) no-repeat;background-size:contain}.footer:after,.footer:before{content:"";position:absolute;z-index:0}.footer:after{right:0;bottom:0;height:400px;width:234px;background:url(/images/footer-object2.svg) no-repeat;background-size:contain}.footer__top{padding-top:120px;padding-bottom:60px;position:relative}.footer__top:after{content:"";background:#444443;width:calc(100% - 312px);position:absolute;left:0;right:0;margin:auto;bottom:0;height:1px;z-index:1}.footer__top-inner{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:100%}.footer__logo{width:146px;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.footer__lang{margin-left:24px;position:relative}.footer__lang.opened .footer__lang-arrow{transform:rotate(-180deg)}.footer__lang-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer;border:1px solid #444443;border-radius:7px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);height:40px;padding:0 14px}.footer__lang-title{font-size:14px;line-height:14px;color:#fff}.footer__lang-arrow{margin-left:4px;width:16px;height:16px;display:block;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.footer__lang-list{position:absolute;background:#fff;top:44px;left:0;z-index:10;transition:all .3s ease;padding:8px 16px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%}.footer__lang-item{margin-top:8px;cursor:pointer;transition:all .3s ease}.footer__lang-item:first-child{margin-top:0}.footer__lang-item:hover{opacity:.7}.footer__social{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.footer__social-item{width:40px;height:40px;margin-left:16px;display:block;cursor:pointer;transition:all .3s ease}.footer__social-item:hover{opacity:.8}.footer__social-item img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.footer__call{margin-left:16px;height:40px;padding-left:16px;padding-right:24px}.footer__call svg{margin-left:0!important;margin-right:16px;width:14px!important;height:14px!important}.footer__nav{padding-top:80px;padding-bottom:100px;width:100%}.footer__nav-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.footer__nav-title{font-weight:700;color:#fff;font-size:18px;line-height:30px;display:block;cursor:pointer;margin-bottom:24px;transition:all .3s ease}.footer__nav-title:hover{opacity:.7}.footer__nav-link{margin-top:16px;display:block;font-size:16px;line-height:24px;color:#878786;transition:all .3s ease}.footer__nav-link:hover{opacity:.7}.footer__bottom{background:#101112;min-height:100px;position:relative;z-index:2;padding:16px 0}.footer__bottom-inner{align-items:flex-start;justify-content:space-between;height:100%}.footer__bottom-inner,.footer__bottom-left{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__bottom-left{align-items:center;max-width:60%}.footer__bottom-copyright{color:#fff;font-size:14px;line-height:14px;display:grid}.footer__bottom-copyright span{margin-top:8px;color:#878786}.footer__bottom-caption{margin-left:8px;color:#878786;font-size:14px;line-height:14px;display:contents}.footer__bottom-developer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;color:#fff;font-size:14px;line-height:18px;flex-shrink:0}.footer__bottom-developer a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);display:block;transition:all .3s ease}.footer__bottom-developer a:hover{opacity:.7;border-color:transparent}@media only screen and (max-width:1240px){.footer__top:after{width:calc(100% - 80px)}}@media only screen and (max-width:768px){.footer__lang{display:none}.footer__social{order:5;margin-left:0;width:100%;flex-shrink:0;margin-top:24px;justify-content:center}.footer__social-item:first-child{margin-left:0}.footer__call{margin:16px auto 0}.footer__top{padding-top:40px;padding-bottom:24px}.footer__top:after{width:calc(100% - 32px)}.footer__top-inner{flex-wrap:wrap}.footer__nav{padding-top:24px;padding-bottom:40px}.footer__nav-inner{grid-template-columns:1fr}.footer__bottom{min-height:80px}.footer__bottom-left{max-width:none;text-align:center}.footer__bottom-inner{justify-content:center;flex-direction:column}.footer__bottom-developer{margin:8px auto 0}.footer__logo{text-align:center;width:100%}}.header{position:fixed;top:0;left:0;background:#141718;height:120px;width:100%;z-index:100}.header__inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:100%;padding:0 40px}.header__logo{width:200px;height:auto;display:block;cursor:pointer}.header__logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.header__nav{margin-left:72px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.header__nav a{transition:all .3s ease}.header__nav a:hover{opacity:.7}.header__nav-item{margin-left:24px;display:block;color:#fff;font-size:14px;line-height:14px;cursor:pointer}.header__nav-item:first-child{margin-left:0}.header__nav-dropdown{position:relative}.header__nav-dropdown:hover .header__nav-dropdown-arrow{transform:rotate(-180deg)}.header__nav-dropdown-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer}.header__nav-dropdown-title{color:#fff;font-size:14px;line-height:14px}.header__nav-dropdown-arrow{margin-left:4px;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;display:block;transition:all .3s ease}.header__nav-dropdown-list{position:absolute;background:#fff;top:24px;left:-16px;z-index:10;transition:all .3s ease;padding:8px 16px 12px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:200px}.header__nav-dropdown-link{margin-top:8px;transition:all .3s ease}.header__nav-dropdown-link:first-child{margin-top:0}.header__nav-dropdown-link:hover{opacity:.7}.header__search{margin-left:auto;width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background:url(/icons/cut-border-46x46.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center;cursor:pointer;outline:0;border:0}.header__search:hover svg{opacity:.7}.header__search svg{width:14px;height:14px;display:block;transition:all .3s ease}.header__account{margin-left:24px;height:40px}.header__lang{margin-left:24px;position:relative}.header__lang.opened .header__lang-arrow{transform:rotate(-180deg)}.header__lang-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer}.header__lang-title{font-size:14px;line-height:14px;color:#fff}.header__lang-arrow{margin-left:4px;width:16px;height:16px;display:block;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.header__lang-list{position:absolute;background:#fff;top:24px;left:-16px;z-index:10;transition:all .3s ease;padding:8px 16px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}.header__lang-item{margin-top:8px;cursor:pointer;transition:all .3s ease}.header__lang-item:first-child{margin-top:0}.header__lang-item:hover{opacity:.7}.header__menu,.header__menu-account,.header__menu-btn{display:none}.header.light{background:#fff}@media only screen and (max-width:1340px){.header__logo{width:130px}.header__nav{margin-left:40px}}@media only screen and (max-width:1240px){.header{height:80px}.header__nav{display:none}.header__logo{order:-2}.header__lang{order:-1}.header__menu{height:100vh;height:calc(var(--vh, 1vh)*100);width:100%;background:#141718;display:block}.header__menu-inner{padding-top:60px;padding-bottom:60px}.header__menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:46px;height:46px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;z-index:10;margin-left:20px;background:url(/icons/cut-border-46x46.svg) no-repeat;background-color:transparent;background-size:cover;border:0;padding:0;flex-shrink:0}.header__menu-btn span{width:21px;height:1px;display:block;margin-bottom:6px;background-color:#fff;border-radius:5px;transition:all .3s ease;transform-origin:0 0}.header__menu-btn span:last-child{margin-bottom:0}.header__menu-btn.active span:first-child{transform:rotate(45deg) translateX(2px) translateY(-1px)}.header__menu-btn.active span:nth-child(2){opacity:0}.header__menu-btn.active span:nth-child(3){transform:rotate(-45deg) translateX(0) translateY(2px)}.header__menu-item{display:block;color:#fff;cursor:pointer;transition:all .3s ease;font-size:18px;line-height:21px;padding:16px 0;border-bottom:1px solid #444443}.header__menu-item:hover{opacity:.7}.header__menu-dropdown{transition:all .3s ease}.header__menu-dropdown.active .header__menu-dropdown-list{height:var(--height);margin-top:12px}.header__menu-dropdown.active .header__menu-dropdown-arrow{transform:rotate(-180deg)}.header__menu-dropdown-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;background:0;padding:0;border:0}.header__menu-dropdown-title{color:#fff;font-size:18px;line-height:21px}.header__menu-dropdown-arrow{width:24px;height:24px;transition:all .3s ease;margin-left:auto}.header__menu-dropdown-arrow svg{width:100%;height:100%;display:block}.header__menu-dropdown-arrow svg path{transition:all .3s ease}.header__menu-dropdown-list{overflow:hidden;transition:all .3s ease;height:0;margin-top:0}.header__menu-dropdown-link{font-size:14px;line-height:17px;color:#fff;display:block;margin-top:16px}}@media only screen and (max-width:768px){.header__inner{padding:0 16px}.header__account{display:none}.header__menu-account{margin-bottom:24px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px}.header__menu-inner{padding-top:20px;padding-bottom:20px}}.modal-enter-active,.modal-leave-active{transition:opacity .3s}.modal-enter,.modal-leave-to{opacity:0}.modal-mask{position:fixed;z-index:10000;background:rgba(27,43,87,.45);-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);transition:opacity .3s ease;cursor:pointer;line-height:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-mask,.modal-overlay{top:0;left:0;width:100%;height:100%}.modal-overlay{position:fixed;position:absolute;z-index:0}.modal-wrapper{width:100%;position:relative;line-height:1;overflow:auto;-webkit-overflow-scrolling:touch;text-align:center;z-index:2;padding:1rem}.modal-wrapper:after{content:"";display:inline-block;vertical-align:middle;width:0;height:100%}.modal-close{width:auto;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:4rem;top:4rem;font-weight:400;font-size:1.2rem;line-height:100%;text-transform:uppercase;padding:1.5rem 0 1.5rem 52px;z-index:10}.modal-close:before{border:1px solid hsla(0,0%,100%,.5);width:42px;height:42px;line-height:40px;text-align:center;position:absolute;transition:all .3s;left:0;top:50%;margin-top:-21px;border-radius:50%;font-size:12px;transition:color .3s,background-color .3s,border-color .3s}.modal-close:hover:before{border-color:$dark-color;background-color:$dark-color;color:#fff}@media only screen and (max-width:767px){.modal-close{padding-left:37px;right:2rem;top:2rem}.modal-close:before{width:30px;height:30px;line-height:28px;margin-top:-15px;text-align:center;font-size:8px}}.modal-container{border-radius:0;width:100%;height:auto;max-width:113.5rem;margin:0 auto;background-color:#fff;pointer-events:auto;cursor:auto;display:inline-block;vertical-align:middle;text-align:left;position:relative;color:$title-color;padding:10rem 11.7rem;overflow:hidden}@media only screen and (max-width:767px){.modal-container{padding:7rem 2rem 3rem}}.modal-video .modal-wrapper{padding:0}.modal-video .modal-container{padding:0;max-width:none;height:100vh;height:calc(var(--vh, 1vh)*100);border-radius:0;background:$dark-color;color:#fff}.modal-video .modal-body,.modal-video .modal-body>div,.modal-video .modal-container__container{height:100%}.modal-gallery .modal-wrapper{padding:0}.modal-gallery .modal-container{padding:0;max-width:none;width:100%;height:100vh;height:calc(var(--vh, 1vh)*100);border-radius:0;background:$dark-color;color:#fff}.modal-gallery .modal-body,.modal-gallery .modal-body>div,.modal-gallery .modal-container__container{height:100%;width:100%}.modal-360 .modal-wrapper{padding:0}.modal-360 .modal-container{padding:0;max-width:none;height:100vh;height:calc(var(--vh, 1vh)*100);border-radius:0;background:$dark-color;color:#fff}.modal-360 .modal-body,.modal-360 .modal-container__container{height:100%}.modal-360 .modal-body>div{height:100%;overflow:auto}.modal--form .modal-close{left:auto;right:4rem;top:4rem;padding-left:0;padding-right:52px;color:#000}.modal--form .modal-close:before{left:auto;right:0;border:1px solid rgba(24,24,24,.5)}.modal--form .modal-close:hover:before{border-color:$dark-color;background-color:$dark-color;color:#fff}@media only screen and (max-width:767px){.modal--form .modal-close{padding-right:37px;right:2rem;top:2rem}}.success-popup{text-align:center;position:relative;padding-top:14rem}.success-popup:before{content:"";position:absolute;width:10rem;height:10rem;left:50%;top:0;margin:0 auto 0 -5rem;background:url(/images/success.svg) no-repeat 0 0;background-size:contain}.success-popup__title{font-weight:400;font-size:2.2rem;line-height:140%;letter-spacing:.02em;color:#1c1429;margin-bottom:2rem}.success-popup__descr{font-family:Inter,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:400;font-size:1.6rem;line-height:160%;color:#878786;margin-bottom:5rem}.success-popup__button{font-size:0;line-height:1}.page-menu{width:356px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.page-menu__head{padding:86px 40px 40px;background:#fff}.page-menu__title{font-weight:500;font-size:14px;line-height:14px;text-transform:uppercase;color:#ccc}.page-menu__item{width:100%}.page-menu__item.exact-sublinks .page-menu__item-link{color:#141718;background:#eeeeed}.page-menu__item.exact-sublinks .page-menu__item-link:before{width:40px;margin-right:16px;background:#141718}.page-menu__item-link{height:120px;border-top:1px solid #eeeeed;transition:all .3s ease;padding:0 40px;width:100%;cursor:pointer;color:#141718;font-size:14px;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.page-menu__item-link:before{content:"";width:0;height:1px;background:#fff;position:relative;margin-right:0;transition:all .3s ease}.page-menu__item-link:hover{background:#eeeeed}.page-menu__item-link.nuxt-link-exact-active{color:#fff!important;border-color:transparent;background:#ff5f00!important;pointer-events:none}.page-menu__item-link.nuxt-link-exact-active:before{width:40px;margin-right:16px;background:#fff!important}.page-menu__item-sublink{padding:0 40px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;border-bottom:1px solid #fff;transition:all .3s ease;background:#eeeeed;font-size:14px;line-height:14px;color:#141718}.page-menu__item-sublink.nuxt-link-exact-active{background:#ff5f00;pointer-events:none;color:#fff}.page-menu__item-sublink:first-child{border-top:1px solid #fff}.page-menu__item-sublink:last-child{border-color:transparent}.page-menu__btn{margin:40px auto;width:276px;height:60px}.page-menu__nav{background:#fff}.page-menu__close,.page-menu__open{display:none}@media only screen and (max-width:1240px){.page-menu{width:294px}.page-menu__item-link{height:90px}}@media only screen and (max-width:768px){.page-menu{position:fixed;top:0;right:0;height:100vh;height:calc(var(--vh, 1vh)*100);width:100vw;z-index:101;transition:all .3s ease;transform:translate(100%);background:#fff}.page-menu.opened{transform:translate(0)}.page-menu__inner{position:relative;z-index:102;background:#fff;height:100%;overflow:auto}.page-menu__close{background:url(/icons/cut-border-46x46-gray.svg) no-repeat;background-color:transparent;background-size:cover;cursor:pointer;width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:24px;border:0;outline:0;z-index:10}.page-menu__close img{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;display:block;transition:all .3s ease}.page-menu__close:hover img{opacity:.7}.page-menu__open{-ms-writing-mode:tb-rl;writing-mode:tb-rl;transform:rotate(180deg);position:absolute;font-size:14px;line-height:14px;color:#444443;text-transform:uppercase;font-weight:500;background:#fff;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;z-index:101;height:70px;width:32px;left:-27px;top:320px;border:1px solid #ccc;border-radius:7px}.page-menu__head{padding-top:56px}}.document-popup__title{font-weight:600;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:16px;line-height:16px;padding-right:60px}.document-popup__head{width:100%;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px}.document-popup__icon{width:40px;height:auto;margin-right:36px;display:block}.document-popup__icon img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.document-popup__content{padding:40px 116px;background:#f7f7f5;width:100%;max-height:calc(100vh - 240px);max-height:calc(var(--vh, 1vh)*100 - 240px)}.document-popup__content .ps__rail-y{right:10px!important}@media only screen and (max-width:768px){.document-popup__head{height:80px;padding:0 60px 0 16px}.document-popup__icon{margin-right:20px}.document-popup__content{padding:40px 16px;height:100%;max-height:none}}.employee-popup .popup__main{width:100%;background:#f7f7f5;overflow:hidden;-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);padding-bottom:60px}.employee-popup__row{display:grid;grid-template-columns:238px auto;grid-gap:38px;gap:38px}.employee-popup__right{padding-top:80px;padding-bottom:40px;position:relative}.employee-popup__left{padding-top:40px;padding-left:40px}.employee-popup__photo{width:100%;height:auto;-webkit-clip-path:polygon(30px 0,100% 0,100% 100%,0 100%,0 30px);clip-path:polygon(30px 0,100% 0,100% 100%,0 100%,0 30px);overflow:hidden}.employee-popup__photo img{width:100%;margin:0;-o-object-fit:contain;object-fit:contain;display:block;height:auto}.employee-popup__name{margin-top:32px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px}.employee-popup__position{margin-top:24px}.employee-popup__position-item{margin-top:10px;font-size:14px;line-height:20px;color:#444443}.employee-popup__position-item:first-child{margin-top:0}.employee-popup__content{background:#fff;padding:32px;position:relative}.employee-popup__content h3{font-weight:600;font-size:16px;line-height:28px;color:#141718;margin-bottom:32px}.employee-popup__content-wrap{position:relative;height:auto;transition:all .3s ease;overflow:hidden;margin-top:32px;padding-right:116px}.employee-popup__content-wrap .ps__rail-y{right:10px!important}.employee-popup__expand{position:relative;left:0;right:0;margin:auto;bottom:12px;z-index:2;width:24px;height:24px;cursor:pointer;transition:all .3s ease;padding-right:116px;box-sizing:content-box;display:none}.employee-popup__expand:hover{opacity:.7}.employee-popup__expand img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.employee-popup__lead{font-weight:600;font-size:18px;line-height:34px;padding-right:116px}@media only screen and (max-width:1240px){.employee-popup .popup__main{height:100vh;height:calc(var(--vh, 1vh)*100);max-height:100vh;max-height:calc(var(--vh, 1vh)*100);-webkit-clip-path:none;clip-path:none}.employee-popup__content-wrap{height:calc(100vh - 215px);height:calc(var(--vh, 1vh)*100 - 215px);padding-right:40px}}@media only screen and (max-width:768px){.employee-popup .popup__main{overflow:auto}.employee-popup__row{grid-template-columns:1fr;grid-gap:0;gap:0}.employee-popup__left{padding:80px 16px 0}.employee-popup__right{padding:0 16px;margin-top:32px}.employee-popup__content-wrap{height:auto;padding-right:0}.employee-popup__content-wrap.expanded{height:auto}.employee-popup__content h3{margin-bottom:24px}.employee-popup .ps__rail-y,.employee-popup__expand{display:none}.employee-popup__lead{line-height:26px}}.gallery-popup .popup__main{max-width:none;background:transparent}.gallery-popup .popup__overlay{opacity:.9}.gallery-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.gallery-popup__head{width:calc(100% - 312px);margin:auto;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px}.gallery-popup__slider{position:relative;width:100%;padding-bottom:86px}.gallery-popup__slider-item{height:calc(73vh - 100px);height:calc(var(--vh, 1vh)*73 - 100px);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.gallery-popup__slider-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:all .3s ease}.gallery-popup__slider-item.swiper-slide-active img{width:calc(100% - 312px);margin:auto;-o-object-fit:cover;object-fit:cover;display:block}.gallery-popup__slider-item.swiper-slide-prev{justify-content:flex-end}.gallery-popup__slider-item.swiper-slide-prev img{width:calc(80vw - 312px);transform:translateX(124px)}.gallery-popup__slider-item.swiper-slide-next{justify-content:flex-start}.gallery-popup__slider-item.swiper-slide-next img{width:calc(80vw - 312px);transform:translateX(-124px)}.gallery-popup__controls{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:absolute;left:0;right:0;margin:auto;bottom:0}.gallery-popup__controls,.gallery-popup__pagination{width:-webkit-max-content;width:-moz-max-content;width:max-content}.gallery-popup__pagination{position:relative;margin:0 34px;color:#ccc}.gallery-popup__pagination .current{color:#fff}.gallery-popup__next,.gallery-popup__prev{left:0;right:0;bottom:0;top:0;margin:0}.gallery-popup__next svg path,.gallery-popup__prev svg path{stroke:#fff}@media only screen and (max-width:1240px){.gallery-popup__slider-item.swiper-slide-prev{justify-content:center}.gallery-popup__slider-item.swiper-slide-prev img{width:calc(80vw - 312px);transform:0}.gallery-popup__slider-item.swiper-slide-next{justify-content:center}.gallery-popup__slider-item.swiper-slide-next img{width:calc(80vw - 312px);transform:0}.gallery-popup__head,.gallery-popup__slider-item.swiper-slide-active img,.gallery-popup__slider-item img{width:100%}}@media only screen and (max-width:768px){.gallery-popup__head{height:80px;padding-left:16px}.gallery-popup__title{font-size:18px;line-height:22px;padding-right:40px}.gallery-popup__slider{height:100%}.gallery-popup__slider-item{height:auto}.gallery-popup__slider-item img{-o-object-fit:contain;object-fit:contain;height:auto}.gallery-popup__controls{bottom:100px}}.hotline-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.hotline-popup__head{width:100%;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 116px}.hotline-popup__content{background:#f7f7f5;padding:32px 116px 90px}.hotline-popup__contact{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer;margin-top:24px;transition:all .3s ease;width:-webkit-max-content;width:-moz-max-content;width:max-content}.hotline-popup__contact:hover{opacity:.7}.hotline-popup__contact:first-child{margin-top:0}.hotline-popup__contact img{width:20px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.hotline-popup__contact span{margin-left:16px;color:#ff5f00;font-size:16px;line-height:16px}.hotline-popup__divider{margin:40px 0;width:100%;height:1px;background:#e8e8e7}@media only screen and (max-width:768px){.hotline-popup__title{font-size:24px;line-height:32px}.hotline-popup__head{height:80px;padding:0 16px}.hotline-popup__content{padding:24px 16px;height:100%}.hotline-popup__content p{font-size:16px;line-height:19px}.hotline-popup__divider{margin:32px 0}}.map-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.map-popup__head{width:100%;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px}.map-popup__map{background:#f7f7f5;width:100%;height:calc(100vh - 240px);height:calc(var(--vh, 1vh)*100 - 240px)}@media only screen and (max-width:768px){.map-popup__title{font-size:24px;line-height:32px}.map-popup__head{height:80px;padding:0 16px}.map-popup__map{height:100%}}.product-popup__head{width:100%;height:100px;padding-left:116px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-popup__title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;font-size:32px;line-height:43px}.product-popup__content{width:100%;background:#f7f7f5;padding:60px 116px}.product-popup__table{width:100%}.product-popup__table-head{display:grid;grid-template-columns:repeat(2,1fr)}.product-popup__table-title{font-weight:600;font-size:16px;line-height:16px;padding-bottom:20px;width:100%}.product-popup__table-row{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #ccc;width:100%;padding:16px 0;align-items:center}.product-popup__table-row:last-child{border-bottom:1px solid #ccc}.product-popup__table-value{font-size:16px;line-height:20px}@media only screen and (max-width:768px){.product-popup__head{padding-left:16px;height:80px}.product-popup__title{font-size:24px;line-height:28px;padding-right:60px}.product-popup__content{padding:40px 16px;height:calc(100vh - 80px);height:calc(var(--vh, 1vh)*100 - 80px);overflow:auto}.product-popup__table{min-width:440px}}.video-popup .popup__main{max-width:1128px;width:calc(100% - 312px);background:transparent}.video-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.video-popup__head{margin:auto;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px}.video-popup .video-item{width:100%}@media only screen and (max-width:1240px){.video-popup .popup__main{width:calc(100% - 80px)}}@media only screen and (max-width:768px){.video-popup .popup__main{width:100%}.video-popup__head{height:80px;padding-left:16px}.video-popup__title{font-size:24px;line-height:32px}.video-popup .video-item{height:calc(100% - 80px)}.video-popup .video-item video{height:100%;-o-object-fit:contain;object-fit:contain}}.news-item{width:100%;position:relative;cursor:pointer;display:block}.news-item:hover .news-item__img img{transform:scale(1.05)}.news-item:hover .news-item__title{opacity:.7}.news-item__img{display:block;width:100%;height:320px;overflow:hidden;background:#878786}.news-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transition:all .3s ease}.news-item__date{margin-top:32px;font-size:14px;line-height:14px;color:#444443}.news-item__title{margin-top:20px;font-size:24px;line-height:32px;font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;transition:all .3s ease}.news-item__text{margin-top:20px;font-size:16px;line-height:26px;color:#878786}@media only screen and (max-width:768px){.news-item__date{margin-top:16px}.news-item__title{font-size:20px;line-height:28px}.news-item__text{margin-top:16px;font-size:14px;line-height:20px}}.page-slider{width:100%;position:relative}.page-slider__item{width:calc(100% - 312px)}.page-slider__item img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.page-slider__controls{position:absolute;top:50%;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;z-index:10}.page-slider__prev{left:56px;position:absolute}.page-slider__next{right:56px;position:absolute}@media only screen and (max-width:768px){.page-slider__item{width:calc(100% - 32px)}.page-slider__controls{position:relative;top:0;margin-top:24px;justify-content:center}.page-slider__next,.page-slider__prev{left:0;right:0;position:relative;top:0}.page-slider__next{margin-left:32px}}.preloader{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.preloader__logo{font-size:0;line-height:1;width:155px;-webkit-animation:logoScale 1s ease;animation:logoScale 1s ease}.preloader__logo img{width:100%;height:auto}@-webkit-keyframes logoScale{0%{opacity:0;transform:scale(1.35)}to{transform:scale(1);opacity:1}}@keyframes logoScale{0%{opacity:0;transform:scale(1.35)}to{transform:scale(1);opacity:1}}.video-item{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.video-item video{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}.video-item__play{display:-webkit-box;display:-ms-flexbox;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border:0;border-radius:50px;position:absolute;left:0;right:0;margin:auto;outline:0}.video-item__play img{width:16px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.video-item__sound{width:32px;height:32px;position:absolute;bottom:32px;right:32px;z-index:2;cursor:pointer}.video-item__sound img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}@media only screen and (max-width:768px){.video-item__play{width:70px;height:70px}}.about-page h2{font-weight:800;font-size:38px;line-height:38px;margin-bottom:40px}.about-page .purchases__title{margin-bottom:60px}.about-page .purchases p{margin-top:24px;font-size:16px;line-height:30px;color:#444443}.about-page .purchases__row{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.about-page .purchases__link{margin-left:32px;color:#141718}.about-page p{font-size:16px;line-height:28px;color:#444443;margin-bottom:24px}.about-page .video-item{margin-top:60px;margin-bottom:120px}.about-page ul{margin-top:40px}.about-page .assets-slider{margin-top:120px}.about-page .assets-slider .page-slider{margin-bottom:40px}.about-page .assets-slider__btn{margin-top:40px}@media only screen and (max-width:768px){.about-page h2{font-size:28px;line-height:34px;margin-bottom:32px}.about-page .video-item{margin-top:40px;margin-bottom:60px}.about-page ul{margin-top:24px}.about-page .assets-slider{margin-top:60px}.about-page .assets-slider__btn{margin-top:24px}}.about-page .management{background:#141718;width:100%;padding:120px 0;color:#fff;margin-top:120px}.about-page .management__title{color:#fff;margin-bottom:40px}.about-page .management__text{font-size:16px;line-height:28px;color:#ccc}.about-page .management__text p{color:#ccc}.about-page .management__list{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex}.about-page .management__item{width:calc(100% - 32px);margin-left:32px}.about-page .management__item:first-child{margin-left:0}.about-page .management__item img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.about-page .management__btn{margin-top:40px}@media only screen and (max-width:768px){.about-page .management{margin-top:60px;padding:60px 0}.about-page .management__list{flex-wrap:nowrap;overflow-x:auto;width:calc(100vw - 32px)}.about-page .management__item{width:180px;flex-shrink:0;margin-left:24px}}.about-page .history{margin-top:120px}.about-page .history:first-child{margin-top:0}.about-page .history h2{margin-bottom:60px}.about-page .history img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;margin-bottom:40px}.about-page .history__timeline{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;width:100%}.about-page .history__timeline-next,.about-page .history__timeline-prev{margin:0;top:auto}.about-page .history__timeline-prev{left:0}.about-page .history__timeline-next{right:0}.about-page .history__timeline-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between}.about-page .history__timeline-item,.about-page .history__timeline-slide{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.about-page .history__timeline-item{width:120px;height:120px;align-items:center;flex-direction:column;text-align:center;font-size:18px;line-height:18px;font-weight:600;transition:all .3s ease;color:#141718;background:url(/icons/history-timeline-border.svg) no-repeat;background-color:transparent;background-size:cover;flex-shrink:0;-webkit-clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px);clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px);cursor:pointer}.about-page .history__timeline-item.active{background-image:none;background-color:#ff5f00;color:#fff;pointer-events:none}.about-page .history__timeline-item.active+.history__timeline-divider{border-color:#ff5f00}.about-page .history__timeline-item strong{color:#e0e0df}.about-page .history__timeline-divider{width:100%;margin:0 24px;height:1px;border:1px dashed #e0e0df;transition:all .3s ease}.about-page .history__timeline .swiper-button-next{flex-shrink:0;margin:0;top:0;right:46px}.about-page .history__content{margin-top:80px}.about-page .history__content-item img{width:100%;height:auto;margin:0 0 40px;-o-object-fit:cover;object-fit:cover;display:block;transition:all .3s ease;-webkit-clip-path:polygon(70px 0,100% 0,100% 100%,0 100%,0 70px);clip-path:polygon(70px 0,100% 0,100% 100%,0 100%,0 70px)}.about-page .history__content-item p{color:#0f0f12}@media only screen and (max-width:1080px){.about-page .history__timeline-item{width:60px;height:60px;-webkit-clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);font-size:14px;line-height:14px}}@media only screen and (max-width:768px){.about-page .history{margin-top:60px}.about-page .history h2{margin-bottom:40px}.about-page .history__content{margin-top:40px}.about-page .history__content-item img{height:55vmin;-webkit-clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px);clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px)}.about-page .history__timeline{width:calc(100% - 32px)}.about-page .history__timeline-divider{margin:0 8px}}.about-page .assets__list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:40px;row-gap:40px;width:100%}.about-page .assets__item{width:calc(50% - 16px)}.about-page .assets__item-img{width:100%;height:18vw;overflow:hidden}.about-page .assets__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-page .assets__item-title{margin-top:24px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#141718;text-overflow:ellipsis;overflow:hidden}.about-page .assets__item-link{margin-top:18px}@media only screen and (max-width:1080px){.about-page .assets__item{width:100%}.about-page .assets__item-title{margin-top:16px;font-size:18px}.about-page .assets__item-link{margin-top:14px}}@media only screen and (max-width:768px){.about-page .assets__item-img{height:58vmin}}.about-page .assets-item{width:100vw}.about-page .assets-item__slider{width:100vw;height:780px;position:relative}.about-page .assets-item__slider-item{width:100%}.about-page .assets-item__slider-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-page .assets-item__slider-controls{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:flex-end;width:272px;height:86px;background:#f7f7f5;z-index:10;padding-right:40px;-webkit-clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}.about-page .assets-item__slider-next,.about-page .assets-item__slider-prev{position:relative;top:0;left:0;right:0;bottom:0;margin-top:0}.about-page .assets-item__slider-next{margin-left:52px}.about-page .assets-item__slider-left{width:272px;height:86px;background:#f7f7f5;z-index:10;position:absolute;bottom:0;left:0;-webkit-clip-path:polygon(0 0,70% 0,100% 100%,0 100%);clip-path:polygon(0 0,70% 0,100% 100%,0 100%);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.about-page .assets-item__slider-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;bottom:auto;padding-left:87px;color:#d9d9d9;font-weight:600;font-size:16px;line-height:16px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif}.about-page .assets-item__slider-pagination .current{font-weight:500;color:#141718}.about-page .assets-item__content{margin:120px auto auto;font-size:16px;line-height:30px;color:#444443}.about-page .assets-item__content .container{margin:0 auto;padding:0 272px}.about-page .assets-item__content p{margin-top:24px}.about-page .assets-item__worker{margin:60px 0;display:grid;width:-webkit-max-content;width:-moz-max-content;width:max-content;grid-template-columns:120px 312px}.about-page .assets-item__worker-photo{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.about-page .assets-item__worker-left{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;padding:0 40px}.about-page .assets-item__worker-name{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#141718}.about-page .assets-item__worker-position{margin-top:16px;font-size:14px;line-height:14px;color:#ff5f00}.about-page .assets-item__props{margin-top:60px;width:100%}.about-page .assets-item__props-row{padding-top:32px;padding-bottom:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;border-bottom:1px solid #ccc}.about-page .assets-item__props-name{font-weight:500;font-size:16px;line-height:16px;color:#444443}.about-page .assets-item__props-value{font-size:16px;line-height:16px;font-weight:500;color:#141718}@media only screen and (max-width:1080px){.about-page .assets-item__content{margin-top:60px}.about-page .assets-item__content .container{padding:0 40px}}@media only screen and (max-width:768px){.about-page .assets-item__slider{padding-bottom:86px;height:460px}.about-page .assets-item__slider-left{width:100%;-webkit-clip-path:none;clip-path:none}.about-page .assets-item__slider-pagination{padding:0;justify-content:center;text-align:center}.about-page .assets-item__slider-controls{padding:0;width:100%;z-index:10;-webkit-clip-path:none;clip-path:none;background:transparent;justify-content:center}.about-page .assets-item__slider-next{margin-left:120px}.about-page .assets-item__content{margin-top:20px}.about-page .assets-item__content .container{padding:0 16px}.about-page .assets-item__worker{margin:40px 0;grid-template-columns:120px auto;width:100%}.about-page .assets-item__props{margin-top:40px}}.about-page .contacts{margin-top:160px;position:relative}.about-page .contacts__map{width:100%;height:640px;position:relative;display:block}.about-page .contacts__block{height:calc(100% - 80px);position:absolute;top:40px;left:40px;width:664px;z-index:10;background:#fff;padding-left:116px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;-webkit-clip-path:polygon(30% 0,90% 0,100% 13%,100% 87%,90% 100%,0 100%,0 70%,0 0);clip-path:polygon(30% 0,90% 0,100% 13%,100% 87%,90% 100%,0 100%,0 70%,0 0)}.about-page .contacts__title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;font-size:32px;line-height:43px;color:#141718}.about-page .contacts__list{margin-top:60px}.about-page .contacts__row{display:grid;grid-template-columns:44px 282px;grid-gap:32px;gap:32px;margin-top:32px;align-items:center}.about-page .contacts__row:first-child{margin-top:0}.about-page .contacts__icon{width:44px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.about-page .contacts__value{font-size:16px;line-height:26px;color:#444443}@media only screen and (max-width:1240px){.about-page .contacts__block{width:484px;padding-left:40px}}@media only screen and (max-width:768px){.about-page .contacts{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.about-page .contacts__block{order:-1;position:relative;-webkit-clip-path:none;clip-path:none;padding:40px 16px;height:auto;width:100%;left:0;top:0}.about-page .contacts__map{height:340px}.about-page .contacts__title{font-size:28px;line-height:34px}.about-page .contacts__list{margin-top:32px}.about-page .contacts__row{margin-top:24px;grid-gap:24px;gap:24px}}.about-page .products img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;margin-bottom:40px}.about-page .products__list{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:42px;row-gap:42px}.about-page .products__item{width:100%;position:relative;cursor:pointer}.about-page .products__item:hover .products__item-img img{transform:scale(1.05)}.about-page .products__item-img{height:auto;width:100%;overflow:hidden}.about-page .products__item-img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;margin:0;transition:all .3s ease}.about-page .products__item-title{margin-top:24px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#141718}.about-page .products__item-link{margin-top:16px}@media only screen and (max-width:768px){.about-page .products img{height:300px}.about-page .products__list{grid-template-columns:1fr}.about-page .products__item-title{font-size:18px;margin-top:16px}.about-page .products__item-link{margin-top:14px}}.about-page .management-list__inner{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:78px;row-gap:78px}.about-page .management-list__item{display:block;cursor:pointer}.about-page .management-list__item:hover .management-list__item-photo{opacity:.7}.about-page .management-list__item-photo{display:block;width:100%;height:24vw;transition:all .3s ease;-webkit-clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px);clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px);overflow:hidden}.about-page .management-list__item-photo img{margin:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-page .management-list__item-name{margin-top:24px;font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:20px;line-height:20px}.about-page .management-list__item-position{margin-top:14px;font-size:14px;line-height:14px;color:#444443}@media only screen and (max-width:1240px){.about-page .management-list__inner{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.about-page .management-list__item-photo{height:60vmin}}.about-page .info__section{margin-bottom:80px}.about-page .info__section:first-child{margin-top:0;border-color:transparent;padding-top:0}.about-page .info__section-title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;margin-bottom:40px}.about-page .info__section .file-item{margin-top:16px}.about-page .info__more{margin:80px auto auto;font-weight:500;font-size:14px;line-height:14px;padding:0 0 4px;background:0;outline:0;border:0;border-bottom:1px solid rgba(20,23,24,.2);cursor:pointer;transition:all .3s ease;display:block}.about-page .info__more:hover{opacity:.7;border-color:transparent}@media only screen and (max-width:768px){.about-page .info__section{margin-bottom:40px}.about-page .info__section-title{font-size:28px;line-height:34px}.about-page .info__more{margin-top:60px}}.career-page .form__error{color:red}.career-page .has-error{outline:1px solid red}.career-page .career__img{width:100%;overflow:hidden;-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px)}.career-page .career__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .career__count{width:240px;height:172px;padding:34px 34px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.career-page .career__count-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:60px}.career-page .career__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:6px;-moz-column-gap:6px;grid-column-gap:6px;column-gap:6px}.career-page .career__count-num{font-size:48px;line-height:48px}.career-page .career__count-caption,.career-page .career__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.career-page .career__count-caption{font-size:16px;line-height:16px}.career-page .career__count-text{margin-top:16px;font-size:12px;line-height:14px;color:#878786}.career-page .career__text{margin-top:60px;font-size:16px;line-height:30px;color:#444443}.career-page .career__text p{margin-top:24px}.career-page .career__text p:first-child{margin-top:0}.career-page .career__row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:60px}.career-page .career__link{margin-left:32px;color:#141718}.career-page .career__why-img{margin-top:60px;width:100%;overflow:hidden;-webkit-clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%)}.career-page .career__why-img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .career__why-btn{margin-top:60px}.career-page .career__lead{margin:60px 0;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px}.career-page .career .file-item{margin-top:16px}.career-page .career h2{margin-bottom:40px}@media only screen and (max-width:1400px){.career-page .career__count{width:198px;height:142px;padding:20px 20px 0}.career-page .career__count-num{font-size:36px;line-height:36px}.career-page .career__count-caption{font-size:14px;line-height:14px}}@media only screen and (max-width:992px){.career-page .career__count{margin-top:16px}.career-page .career__count-list{flex-direction:column}}@media only screen and (max-width:768px){.career-page .career__count-list,.career-page .career__text{margin-top:40px}.career-page .career__count-list:first-child{margin-top:0}.career-page .career__row{margin-top:32px;flex-direction:column}.career-page .career__link{margin-top:24px;margin-left:0}.career-page .career__lead{margin:40px 0;font-size:18px;line-height:24px}.career-page .career h3{margin-bottom:40px;font-size:24px;line-height:32px}}.career-page .management{background:#141718;padding:120px 0;color:#fff;margin-top:120px}.career-page .management__inner{display:grid;grid-template-columns:238px auto;grid-gap:60px;gap:60px}.career-page .management__photo{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;-webkit-clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px);clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px)}.career-page .management__name{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px;margin-top:32px}.career-page .management__title{color:#fff;font-size:38px;line-height:46px}.career-page .management__position{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px;margin-top:40px}.career-page .management__text{color:#ccc}.career-page .management__text p{font-size:16px;line-height:28px;margin-top:20px;color:#ccc}@media only screen and (max-width:1080px){.career-page .management__inner{grid-template-columns:1fr;grid-gap:40px;gap:40px}.career-page .management__photo{width:50%}}@media only screen and (max-width:768px){.career-page .management{margin-top:60px;padding:60px 0}.career-page .management__name{font-size:16px;line-height:16px;margin-top:20px}.career-page .management__title{font-size:28px;line-height:36px}.career-page .management__position{margin-top:24px;font-size:18px;line-height:24px}}.career-page .events{margin-top:120px}.career-page .events__text{margin-top:60px;font-size:16px;line-height:28px;color:#878786;margin-bottom:40px}.career-page .events__text p{margin-top:24px}.career-page .events .page-slider{margin-top:60px}.career-page .events h3{font-size:32px;line-height:43px;margin-bottom:40px;margin-top:120px}.career-page .events .page-card{margin-top:16px}@media only screen and (max-width:768px){.career-page .events{margin-top:60px}.career-page .events__text{margin-top:32px}.career-page .events .page-slider{margin-top:40px}.career-page .events h3{margin-bottom:24px;margin-top:60px}}.career-page .jobs__img{width:100%;overflow:hidden;-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px)}.career-page .jobs__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .jobs__text{margin-top:60px}.career-page .jobs__text p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.career-page .jobs__text p:first-child{margin-top:0}.career-page .jobs__row{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;grid-gap:32px;gap:32px}.career-page .jobs__block{height:140px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 0}.career-page .jobs__block-icon{height:48px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .jobs__block-link{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;color:#ff5f00;margin-top:16px;font-weight:500;font-size:14px;line-height:14px;transition:all .3s ease}.career-page .jobs__block-link:hover{opacity:.7}.career-page .jobs__block-link svg{width:8px;height:8px;display:block;margin-left:10px}@media only screen and (max-width:1080px){.career-page .jobs__row{grid-template-columns:1fr}}@media only screen and (max-width:768px){.career-page .jobs__row{grid-gap:24px;gap:24px;margin-top:40px}.career-page .jobs__text{margin-top:40px}}.career-page .applicants__text{font-size:16px;line-height:30px;color:#444443}.career-page .applicants__text p{margin-top:24px}.career-page .applicants__text p:first-child{margin-top:0}.career-page .applicants__lead{margin-top:60px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px}.career-page .applicants .file-item{margin-top:60px}.career-page .applicants__form{margin-top:80px}.career-page .applicants .dropdown,.career-page .applicants .file-upload,.career-page .applicants__input{margin-top:16px}.career-page .applicants__agreement{margin-top:40px}.career-page .applicants__submit{margin-top:40px;width:200px}@media only screen and (max-width:768px){.career-page .applicants__lead{margin-top:32px;font-size:18px;line-height:24px}.career-page .applicants .file-item,.career-page .applicants__form{margin-top:40px}}.career-page .course h3{font-size:32px;line-height:43px;margin-bottom:60px}.career-page .course .file-item{margin-top:16px}.career-page .course__text{font-size:16px;line-height:30px;color:#444443}.career-page .course__text p{margin-top:24px}.career-page .course__text p:first-child{margin-top:0}@media only screen and (max-width:768px){.career-page .course h3{margin-bottom:32px;font-size:24px;line-height:32px}}.career-page .devindex__img{width:100%;overflow:hidden;-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px)}.career-page .devindex__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .devindex__count{width:240px;height:172px;padding:34px 34px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.career-page .devindex__count-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:60px}.career-page .devindex__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:6px;-moz-column-gap:6px;grid-column-gap:6px;column-gap:6px}.career-page .devindex__count-num{font-size:48px;line-height:48px}.career-page .devindex__count-caption,.career-page .devindex__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.career-page .devindex__count-caption{font-size:16px;line-height:16px}.career-page .devindex__count-text{margin-top:16px;font-size:12px;line-height:14px;color:#878786}.career-page .devindex__text{margin-top:60px;font-size:16px;line-height:30px;color:#444443}.career-page .devindex__text p{margin-top:24px}.career-page .devindex__text p:first-child{margin-top:0}.career-page .devindex__row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:60px}.career-page .devindex__link{margin-left:32px;color:#141718}.career-page .devindex__why-img{margin-top:60px;width:100%;overflow:hidden;-webkit-clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%)}.career-page .devindex__why-img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.career-page .devindex__why-btn{margin-top:60px}.career-page .devindex__lead{margin:60px 0;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px}.career-page .devindex .file-item{margin-top:16px}.career-page .devindex h2{margin-bottom:40px}@media only screen and (max-width:1400px){.career-page .devindex__count{width:198px;height:142px;padding:20px 20px 0}.career-page .devindex__count-num{font-size:36px;line-height:36px}.career-page .devindex__count-caption{font-size:14px;line-height:14px}}@media only screen and (max-width:992px){.career-page .devindex__count{margin-top:16px}.career-page .devindex__count-list{flex-direction:column}}@media only screen and (max-width:768px){.career-page .devindex__count-list,.career-page .devindex__text{margin-top:40px}.career-page .devindex__count-list:first-child{margin-top:0}.career-page .devindex__row{margin-top:32px;flex-direction:column}.career-page .devindex__link{margin-top:24px;margin-left:0}.career-page .devindex__lead{margin:40px 0;font-size:18px;line-height:24px}.career-page .devindex h3{margin-bottom:40px;font-size:24px;line-height:32px}}.contacts-page .contacts{padding:120px 0}.contacts-page .contacts__row{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:40px;row-gap:40px}.contacts-page .contacts__col-title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;font-size:32px;line-height:43px}.contacts-page .contacts__block{background:url(/icons/contacts-card-border.svg) no-repeat;background-size:cover;background-position:50%;height:300px;width:548px;padding:60px 60px 52px;margin-top:32px}.contacts-page .contacts__block-row{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.contacts-page .contacts__block-row:first-child{margin-top:0}.contacts-page .contacts__block-icon{width:20px;height:20px}.contacts-page .contacts__block-icon svg{display:block;width:100%;height:100%}.contacts-page .contacts__block-value{margin-left:16px;font-size:16px;line-height:16px;color:#141718}.contacts-page .contacts__block-btn{margin-top:32px}.contacts-page .contacts__subtitle{font-size:32px;font-weight:800;line-height:43px;margin-top:120px}.contacts-page .contacts__grid{margin-top:40px;display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:40px;row-gap:40px}.contacts-page .contacts .page-card{margin:0}.contacts-page .contacts .news-item{margin-bottom:80px;margin-top:0}.contacts-page .contacts .media__news-list{margin-top:24px}@media only screen and (max-width:1240px){.contacts-page .contacts__row{grid-template-columns:1fr}}@media only screen and (max-width:768px){.contacts-page .contacts{padding:60px 0}.contacts-page .contacts__grid{grid-template-columns:1fr;grid-row-gap:24px;row-gap:24px}.contacts-page .contacts__col-title{font-size:24px;line-height:32px}.contacts-page .contacts__block{width:340px;height:186px;padding:20px}.contacts-page .contacts__block-row{margin-top:16px}.contacts-page .contacts__block-icon{flex-shrink:0;width:14px;height:14px}.contacts-page .contacts__block-value{font-size:14px;line-height:14px;margin-left:12px}.contacts-page .contacts__block-btn{margin-top:20px}.contacts-page .contacts__subtitle{margin-top:60px;font-size:24px;line-height:32px}}.blockimage img{width:100%;height:27.8vw;-o-object-fit:cover;object-fit:cover;display:block;-webkit-clip-path:polygon(70px 0,100% 0,100% 100%,0 100%,0 70px);clip-path:polygon(70px 0,100% 0,100% 100%,0 100%,0 70px)}@media only screen and (max-width:768px){.blockimage img{height:55vmin;-webkit-clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px);clip-path:polygon(40px 0,100% 0,100% 100%,0 100%,0 40px)}}.development-page .development__img{width:100%;overflow:hidden}.development-page .development__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.development-page .development__img.left-corner{-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px)}.development-page .development__img.right-corner{-webkit-clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%)}.development-page .development__count{width:240px;height:172px;padding:34px 34px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.development-page .development__count-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:60px}.development-page .development__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:6px;-moz-column-gap:6px;grid-column-gap:6px;column-gap:6px}.development-page .development__count-num{font-size:48px;line-height:48px}.development-page .development__count-caption,.development-page .development__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.development-page .development__count-caption{font-size:16px;line-height:16px}.development-page .development__count-text{margin-top:16px;font-size:12px;line-height:14px;color:#878786}.development-page .development__text{margin-top:60px;font-size:16px;line-height:30px;color:#444443}.development-page .development__text p{margin-top:24px}.development-page .development__text p:first-child{margin-top:0}.development-page .development h3{font-size:32px;line-height:43px;margin-bottom:60px}.development-page .development__btn{margin-top:60px}@media only screen and (max-width:1400px){.development-page .development__count{width:198px;height:142px;padding:20px 20px 0}.development-page .development__count-num{font-size:36px;line-height:36px}.development-page .development__count-caption{font-size:14px;line-height:14px}}@media only screen and (max-width:992px){.development-page .development__count{margin-top:16px}.development-page .development__count-list{flex-direction:column}}@media only screen and (max-width:768px){.development-page .development__text{margin-top:32px}.development-page .development__count-list{margin-top:40px}.development-page .development__count-list:first-child{margin-top:0}.development-page .development h3{margin-bottom:40px;font-size:24px;line-height:32px}.development-page .development__btn{margin-top:32px}}.development-page .requirements h2{font-size:38px;line-height:50px;margin-bottom:60px}.development-page .requirements h3{font-size:32px;line-height:43px;margin-bottom:60px}.development-page .requirements p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.development-page .requirements .text-lead{margin-top:60px;margin-bottom:40px;line-height:28px}.development-page .requirements ul{margin-bottom:60px}.development-page .requirements .file-item,.development-page .requirements .page-card{margin-top:16px}@media only screen and (max-width:768px){.development-page .requirements h2{font-size:28px;line-height:34px;margin-bottom:40px}.development-page .requirements h3{font-size:24px;line-height:32px;margin-bottom:40px}.development-page .requirements .text-lead{margin:32px 0}.development-page .requirements ul{margin-bottom:40px}}.development-page .devindex__img{width:100%;overflow:hidden}.development-page .devindex__img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.development-page .devindex__img.left-corner{-webkit-clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px);clip-path:polygon(60px 0,100% 0,100% 100%,0 100%,0 60px)}.development-page .devindex__img.right-corner{-webkit-clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 60px,100% 100%,0 100%)}.development-page .devindex__count{width:240px;height:172px;padding:34px 34px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.development-page .devindex__count-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:60px}.development-page .devindex__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:6px;-moz-column-gap:6px;grid-column-gap:6px;column-gap:6px}.development-page .devindex__count-num{font-size:48px;line-height:48px}.development-page .devindex__count-caption,.development-page .devindex__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.development-page .devindex__count-caption{font-size:16px;line-height:16px}.development-page .devindex__count-text{margin-top:16px;font-size:12px;line-height:14px;color:#878786}.development-page .devindex__text{margin-top:60px;font-size:16px;line-height:30px;color:#444443}.development-page .devindex__text p{margin-top:24px}.development-page .devindex__text p:first-child{margin-top:0}.development-page .devindex h3{font-size:32px;line-height:43px;margin-bottom:60px}.development-page .devindex__btn{margin-top:60px}@media only screen and (max-width:1400px){.development-page .devindex__count{width:198px;height:142px;padding:20px 20px 0}.development-page .devindex__count-num{font-size:36px;line-height:36px}.development-page .devindex__count-caption{font-size:14px;line-height:14px}}@media only screen and (max-width:992px){.development-page .devindex__count{margin-top:16px}.development-page .devindex__count-list{flex-direction:column}}@media only screen and (max-width:768px){.development-page .devindex__text{margin-top:32px}.development-page .devindex__count-list{margin-top:40px}.development-page .devindex__count-list:first-child{margin-top:0}.development-page .devindex h3{margin-bottom:40px;font-size:24px;line-height:32px}.development-page .devindex__btn{margin-top:32px}}.error-page{padding-top:120px}.error-page .error-section{height:calc(100vh - 120px);height:calc(var(--vh, 1vh)*100 - 120px);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.error-page .error-section__bg{position:absolute;left:0;right:0;margin:auto;width:60vw;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.error-page .error-section__block{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .error-section__title{font-size:200px;line-height:200px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.error-page .error-section__description{margin-top:40px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:600;font-size:18px;line-height:18px}.error-page .error-section__row{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.error-page .error-section__link{margin-left:32px;color:#141718}.home-page .first{position:relative;z-index:1}.home-page .first.is-inview .first__link,.home-page .first.is-inview .first__title,.home-page .first.is-inview .first__video{transform:translateY(0);opacity:1}.home-page .first__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:56px;line-height:80px;color:#fff;margin:0;transition:all .8s ease;transform:translateY(50px);opacity:0}.home-page .first__title span{color:#ff5f00}.home-page .first__bg{background:#141718;padding-top:200px;padding-bottom:120px;width:100%}.home-page .first__link{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;cursor:pointer;transition:opacity .3s,transform .8s ease;margin-top:60px;transform:translateY(50px);opacity:0}.home-page .first__link:hover .first__link-icon svg,.home-page .first__link:hover .first__link-text{opacity:.7}.home-page .first__link-icon{background:url(/icons/cut-border-46x46.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center;width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.home-page .first__link-icon svg{width:10px;height:10px;display:block;transition:all .3s ease}.home-page .first__link-text{transition:all .3s ease;margin-left:16px;color:#ff5f00;font-weight:500;font-size:14px;line-height:14px}.home-page .first__video{width:100%;height:auto;position:relative;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0 calc(100% - 60px));clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0 calc(100% - 60px));transition:all .8s ease;transform:translateY(120px);opacity:0}.home-page .first__video-wrap{position:relative;z-index:1}.home-page .first__video-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:#141718;z-index:-1}.home-page .first__video video{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.home-page .first__video-play{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.1);transition:all .3s ease;cursor:pointer;width:100px;height:100px;border:none;outline:0;padding:0}.home-page .first__video-play svg{width:18px;height:18px;display:block}.home-page .first__video-bottom{bottom:80px;position:absolute;left:0;right:0;margin:auto;padding:0 115px}.home-page .first__video-title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;color:#f7f7f5;font-size:38px;line-height:50px}.home-page .first__video-caption{margin-top:24px;color:#f7f7f5;font-size:16px;line-height:16px;opacity:.7;font-weight:500}@media only screen and (max-width:1240px){.home-page .first__bg{padding-top:140px;padding-bottom:100px}.home-page .first__title{font-size:48px;line-height:66px}.home-page .first__link{margin-top:40px}.home-page .first__video-bottom{padding:0 40px}.home-page .first__video-title{font-size:32px;line-height:40px}}@media only screen and (max-width:980px){.home-page .first__video-play{width:70px;height:70px}.home-page .first__video-bottom{bottom:40px}}@media only screen and (max-width:768px){.home-page .first__bg{padding-top:100px;padding-bottom:60px}.home-page .first__title{font-size:32px;line-height:40px}.home-page .first__link{margin-top:32px}.home-page .first__video{height:80vw;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,30px 100%,0 calc(100% - 30px));clip-path:polygon(0 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,30px 100%,0 calc(100% - 30px))}.home-page .first__video video{height:100%;-o-object-fit:cover;object-fit:cover}.home-page .first__video-play{top:calc(50% - 70px);bottom:auto}.home-page .first__video-title{font-size:20px;line-height:24px}.home-page .first__video-caption{margin-top:12px;font-size:14px;line-height:14px}.home-page .first__video-bottom{padding:0 30px}}.home-page .about{padding-top:60px}.home-page .about__text{width:100%;color:#444443;font-weight:500;font-size:18px;line-height:34px}.home-page .about__text p{margin-top:32px}.home-page .about__text p:first-child{margin-top:0}.home-page .about__row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:80px}.home-page .about__count{width:336px;height:240px;padding:50px 50px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.home-page .about__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:8px;-moz-column-gap:8px;grid-column-gap:8px;column-gap:8px}.home-page .about__count-num{font-size:70px;line-height:70px}.home-page .about__count-caption,.home-page .about__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.home-page .about__count-caption{font-size:24px;line-height:24px}.home-page .about__count-text{margin-top:32px;font-size:16px;line-height:24px;color:#878786}@media only screen and (max-width:1340px){.home-page .about{padding-top:60px}.home-page .about__count{width:270px;height:193px;padding:32px 32px 0}.home-page .about__count-num{font-size:50px;line-height:50px}.home-page .about__count-caption{font-size:18px}.home-page .about__count-text{font-size:14px;line-height:18px;margin-top:20px}}@media only screen and (max-width:768px){.home-page .about{padding-top:32px}.home-page .about__text{font-size:16px;line-height:29px}.home-page .about__text p{margin-top:24px}.home-page .about__row{margin-top:24px;flex-direction:column}.home-page .about__count{margin-top:16px}.home-page .about__count:first-child{margin-top:0}}.home-page .assets{margin-top:160px}.home-page .assets__head{justify-content:space-between}.home-page .assets__controls,.home-page .assets__head,.home-page .assets__next,.home-page .assets__prev{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.home-page .assets__next,.home-page .assets__prev{position:relative;justify-content:center;width:46px;height:50px;background:url(/icons/slider-controls-border.svg) no-repeat;background-size:contain;background-position:50%;background-color:transparent;cursor:pointer;transition:all .3s ease}.home-page .assets__next svg,.home-page .assets__prev svg{width:34px;height:12px;display:block;position:relative;transition:all .3s ease}.home-page .assets__next.disabled,.home-page .assets__prev.disabled{pointer-events:none;opacity:.6}.home-page .assets__prev svg{left:15px}.home-page .assets__prev:hover svg{left:5px}.home-page .assets__next svg{right:13px}.home-page .assets__next:hover svg{right:5px}.home-page .assets__pagination{margin:0 34px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;font-weight:500;font-size:16px;line-height:16px;color:#d9d9d9}.home-page .assets__pagination span:first-child{color:#141718}.home-page .assets__pagination span:nth-child(2){margin:0 4px}.home-page .assets__main{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:60px}.home-page .assets__main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;transition:all .45s ease}.home-page .assets__section{height:680px;width:100%;transition:all .45s ease;position:relative;min-width:157px;width:13vw;overflow:hidden;cursor:pointer;z-index:1}.home-page .assets__section:before{background:-webkit-gradient(linear,right top,left top,color-stop(59.16%,rgba(29,29,27,.75)),color-stop(68.16%,rgba(29,29,27,.25)),color-stop(74.56%,rgba(29,29,27,0))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));background:linear-gradient(270deg,rgba(29,29,27,.75) 59.16%,rgba(29,29,27,.25) 68.16%,rgba(29,29,27,0) 74.56%),linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));width:100%;width:var(--width,100%);z-index:1;opacity:.8}.home-page .assets__section:after,.home-page .assets__section:before{content:"";position:absolute;left:0;top:0;height:100%;transition:all .45s ease}.home-page .assets__section:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(29,29,27,0)),color-stop(50%,rgba(29,29,27,0)),color-stop(69.14%,rgba(29,29,27,.5)),to(rgba(29,29,27,.7))),-webkit-gradient(linear,left bottom,left top,from(rgba(17,19,21,.1)),to(rgba(17,19,21,.1)));background:linear-gradient(180deg,rgba(29,29,27,0) 50%,rgba(29,29,27,0) 0,rgba(29,29,27,.5) 69.14%,rgba(29,29,27,.7)),linear-gradient(0deg,rgba(17,19,21,.1),rgba(17,19,21,.1));width:100%;opacity:0}.home-page .assets__section.active{width:13vw;width:var(--width,13vw);cursor:auto}.home-page .assets__section.active:before{opacity:0}.home-page .assets__section.active:after{opacity:1}.home-page .assets__section.active .assets__section-btn,.home-page .assets__section.active .assets__section-title{transform:translateY(0);opacity:1}.home-page .assets__section.active .assets__section-img{transform:translateX(0)}.home-page .assets__section.active .assets__section-sidetitle{opacity:0}.home-page .assets__section-content{position:absolute;z-index:2;left:0;bottom:80px;padding-left:156px;padding-right:80px;width:100%;width:var(--width,100%)}.home-page .assets__section-title{color:#fff;font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:38px;line-height:50px;transition:all .45s ease;transform:translateY(30px);opacity:0}.home-page .assets__section-img{width:calc(100% + 2px);width:calc(var(--width, 100%) + 2px);height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;left:0;top:0;transition:all .45s ease;pointer-events:none;transform:translateX(-30%)}.home-page .assets__section-sidetitle{-ms-writing-mode:tb-rl;writing-mode:tb-rl;transform:rotate(180deg);color:#fff;position:absolute;z-index:2;height:100%;width:13vw;min-width:157px;transition:all .45s ease;opacity:1;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:600;font-size:16px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;text-align:center}.home-page .assets__section-btn{margin-top:40px;border-color:hsla(0,0%,100%,.2);transition:all .45s ease;transform:translateY(20px);opacity:0}.home-page .assets__section-btn:hover{background:#fff;color:#141718}.home-page .assets__section-btn:hover svg path{stroke:#141718}@media only screen and (max-width:1240px){.home-page .assets{margin-top:120px}.home-page .assets__section{width:10%;min-width:100px}.home-page .assets__section-content{padding:0 40px}.home-page .assets__section-title{font-size:30px;line-height:38px}.home-page .assets__section-btn{margin-top:24px;height:48px}.home-page .assets__section-sidetitle{min-width:100px;width:8.2vw}}@media only screen and (max-width:768px){.home-page .assets{margin-top:40px;position:relative;padding-bottom:60px}.home-page .assets__controls{position:absolute;bottom:4px;left:0;right:0;margin:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.home-page .assets__main{margin-top:32px}.home-page .assets__section{min-width:0;width:0;height:440px}.home-page .assets__section-sidetitle{display:none}.home-page .assets__section-content{padding:0 16px;bottom:32px}.home-page .assets__section-title{font-size:24px;line-height:30px}}.home-page .products__row{display:grid;grid-template-columns:repeat(2,1fr)}.home-page .products__left{background:#fff;padding:120px 132px 120px 156px;-webkit-clip-path:polygon(0 0,100% 0,100% 92%,90% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 92%,90% 100%,0 100%)}.home-page .products__left-img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain;margin-top:60px}.home-page .products__left-text{color:#0f0f12;font-weight:500;font-size:16px;line-height:28px;margin-top:40px}.home-page .products__right{padding:220px 156px 220px 132px}.home-page .products__right-text{font-size:16px;line-height:30px;color:#444443}.home-page .products__right-text p{margin-top:24px}.home-page .products__right-text p:first-child{margin-top:0}.home-page .products__btn{margin-top:40px;height:60px}@media only screen and (max-width:1240px){.home-page .products__left{padding:40px}.home-page .products__right{padding:140px 40px 40px}}@media only screen and (max-width:768px){.home-page .products__row{grid-template-columns:1fr}.home-page .products__left{padding:16px 16px 32px;-webkit-clip-path:initial;clip-path:none}.home-page .products__right{padding:32px 16px 16px}.home-page .products__btn{margin-top:32px;height:48px}}.home-page .industrial{margin-top:120px}.home-page .industrial__inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.home-page .industrial__left{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.home-page .industrial__btn{border-radius:7px;border:1px solid rgba(20,23,24,.2);color:#141718;height:60px}.home-page .industrial__btn:hover{background:#141718;border-color:#141718;color:#fff}.home-page .industrial__btn:hover svg path{stroke:#fff}.home-page .industrial__right p{font-size:16px;line-height:30px;color:#444443}.home-page .industrial__divider{margin:60px 0;width:100%;height:1px;background:#ccc}.home-page .industrial__img{margin-top:80px;width:100%;-o-object-fit:contain;object-fit:contain;height:auto;display:block}@media only screen and (max-width:1240px){.home-page .industrial__inner{grid-template-columns:1fr}.home-page .industrial__btn{margin-top:40px}}@media only screen and (max-width:768px){.home-page .industrial{margin-top:60px}.home-page .industrial__btn{height:48px}.home-page .industrial__divider{margin:20px 0}.home-page .industrial__img{margin-top:32px}}.home-page .career{margin-top:120px;position:relative}.home-page .career__title{color:#fff}.home-page .career__img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.home-page .career__content{position:relative;z-index:2;left:0;right:0;margin:-20vw auto auto}.home-page .career__main{padding:120px 116px;background:#e8e8e7;margin-top:80px;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0 calc(100% - 60px));clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0 calc(100% - 60px))}.home-page .career__btn{border-radius:7px;border:1px solid rgba(20,23,24,.2);color:#141718;height:60px;margin-top:40px}.home-page .career__btn:hover{background:#141718;border-color:#141718;color:#fff}.home-page .career__btn:hover svg path{stroke:#fff}.home-page .career__text{color:rgba(15,15,18,.8);font-size:18px;line-height:30px;font-weight:500}.home-page .career__text p{margin-top:32px}.home-page .career__text p:first-child{margin-top:0}@media only screen and (max-width:1240px){.home-page .career__main{padding:80px 40px}}@media only screen and (max-width:768px){.home-page .career__img{height:320px;-o-object-fit:cover;object-fit:cover}.home-page .career__main{-webkit-clip-path:none;clip-path:none;margin-top:32px;padding:24px 16px}.home-page .career__text{font-size:16px;line-height:29px}.home-page .career__text p{margin-top:24px}.home-page .career__btn{margin-top:32px;height:48px}.home-page .career__content{margin-top:-30vw}}.home-page .development{margin-top:180px}.home-page .development__block{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;width:calc(100% - 80px);margin:auto;background:#fff;-webkit-clip-path:polygon(5% 0,100% 0,100% 0,100% 100%,100% 100%,5% 100%,0 92%,0 8%);clip-path:polygon(5% 0,100% 0,100% 0,100% 100%,100% 100%,5% 100%,0 92%,0 8%)}.home-page .development__left{background:#fff;padding:92px 116px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center}.home-page .development__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right;display:block}.home-page .development__text{margin-top:40px;font-size:16px;line-height:28px;color:#444443}.home-page .development__text p{margin-top:24px}.home-page .development__text p:first-child{margin-top:0}.home-page .development__btn{margin-top:40px}@media only screen and (max-width:1240px){.home-page .development__left{padding:40px}}@media only screen and (max-width:768px){.home-page .development{margin-top:60px}.home-page .development__block{-webkit-clip-path:none;clip-path:none;grid-template-columns:1fr;width:100%}.home-page .development__img{height:auto;-o-object-fit:contain;object-fit:contain;order:-1;display:none}.home-page .development__left{padding:32px 16px}}.home-page .suppliers{padding:160px 0}.home-page .suppliers__btn{border-radius:7px;border:1px solid rgba(20,23,24,.2);color:#141718;height:60px;margin-top:40px}.home-page .suppliers__btn:hover{background:#141718;border-color:#141718;color:#fff}.home-page .suppliers__btn:hover svg path{stroke:#fff}.home-page .suppliers__caption{margin-top:24px;font-weight:500;font-size:16px;line-height:28px;color:#0f0f12}.home-page .suppliers__divider{margin:40px 0;width:100%;height:1px;background:#ccc}.home-page .suppliers__text{font-weight:500;font-size:18px;line-height:34px;color:#444443}@media only screen and (max-width:786px){.home-page .suppliers{padding:60px 0}.home-page .suppliers__divider{margin:24px 0}.home-page .suppliers__text{font-size:16px;line-height:28px}.home-page .suppliers__btn{height:48px}}.home-page .news{background:#fff;padding:120px 0}.home-page .news__head{align-items:flex-end;justify-content:space-between}.home-page .news__head,.home-page .news__link{display:-webkit-box;display:-ms-flexbox;display:flex}.home-page .news__link{align-items:center;cursor:pointer;transition:all .3s ease;color:#ff5f00;font-weight:500;font-size:14px;line-height:14px;position:relative;bottom:8px}.home-page .news__link svg{width:24px;height:24px;display:block;margin-left:10px}.home-page .news__link:hover{opacity:.7}.home-page .news__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-top:80px}@media only screen and (max-width:768px){.home-page .news{padding:60px 0}.home-page .news__link{flex-shrink:0}.home-page .news__list{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;overflow-x:auto;flex-wrap:nowrap;grid-gap:0;gap:0}.home-page .news .news-item{margin-left:24px;width:320px;flex-shrink:0}.home-page .news .news-item:first-child{margin-left:0}}.home-page .devindex{padding-top:120px}.home-page .devindex__text{width:100%;color:#444443;font-weight:500;font-size:18px;line-height:34px}.home-page .devindex__text p{margin-top:32px}.home-page .devindex__text p:first-child{margin-top:0}.home-page .devindex__row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-top:80px}.home-page .devindex__count{width:336px;height:240px;padding:50px 50px 0;background:url(/icons/about-count-border.svg) no-repeat;background-color:transparent;background-size:cover;background-clip:center}.home-page .devindex__count-row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;-webkit-column-gap:8px;-moz-column-gap:8px;grid-column-gap:8px;column-gap:8px}.home-page .devindex__count-num{font-size:70px;line-height:70px}.home-page .devindex__count-caption,.home-page .devindex__count-num{color:#141718;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800}.home-page .devindex__count-caption{font-size:24px;line-height:24px}.home-page .devindex__count-text{margin-top:32px;font-size:16px;line-height:24px;color:#878786}@media only screen and (max-width:1340px){.home-page .devindex{padding-top:80px}.home-page .devindex__count{width:270px;height:193px;padding:32px 32px 0}.home-page .devindex__count-num{font-size:50px;line-height:50px}.home-page .devindex__count-caption{font-size:18px}.home-page .devindex__count-text{font-size:14px;line-height:18px;margin-top:20px}}@media only screen and (max-width:768px){.home-page .devindex__text{font-size:16px;line-height:29px}.home-page .devindex__text p{margin-top:24px}.home-page .devindex__row{margin-top:40px}.home-page .devindex__count{width:100%;height:auto;padding:24px;background:none;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);border:1px solid #d9d9d9;border-radius:8px;display:grid;grid-template-columns:80px auto;margin-top:16px;grid-gap:10px;gap:10px}.home-page .devindex__count-num{font-size:28px;line-height:28px}.home-page .devindex__count-caption{font-size:14px;line-height:17px}.home-page .devindex__count-text{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.home-page .devindex__count-row{flex-direction:column;align-items:flex-start}.home-page .devindex__count:first-child{margin-top:0}}.media__news{padding-bottom:120px}.media__news-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;justify-content:space-between}.media__news-title{font-size:48px;line-height:48px}.media__news-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;flex-wrap:wrap;margin-left:-32px}.media__news .news-item{width:calc(50% - 32px);margin-top:80px;margin-left:32px}.media__news .news-item.small{width:calc(33.3% - 32px)}@media only screen and (max-width:768px){.media__news-list{margin-left:0}.media__news .news-item{width:100%;margin-left:0;margin-top:40px}.media__news .news-item.small{width:100%}}.media-page .media{padding:120px 0}.media-page .media__news{padding-bottom:120px}.media-page .media__news-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;justify-content:space-between}.media-page .media__news-title{font-size:48px;line-height:48px}.media-page .media__news-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;flex-wrap:wrap;margin-left:-32px}.media-page .media__news .news-item{width:calc(50% - 32px);margin-top:80px;margin-left:32px}.media-page .media__news .news-item.small{width:calc(33.3% - 32px)}.media-page .media__gallery{padding:120px 0;background:#fff}.media-page .media__gallery-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;justify-content:space-between}.media-page .media__gallery-title{font-size:48px;line-height:48px}.media-page .media__gallery-slider{width:calc(100% - 80px);margin:80px auto auto}.media-page .media__gallery-item{position:relative;height:22vw;transition:all .3s ease;transform:scale(.73)}.media-page .media__gallery-item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:all .3s ease}.media-page .media__gallery-item-title{position:absolute;left:16px;bottom:16px;background:#fff;height:46px;padding:0 20px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);font-weight:500;color:#141718;font-size:14px;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;max-width:calc(100% - 32px)}.media-page .media__gallery-item.swiper-slide-next{height:20vw;transform:scale(1.24)}.media-page .media__gallery-controls{position:relative;margin:60px auto auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:50px}.media-page .media__gallery-next,.media-page .media__gallery-prev{left:0;right:0;top:0;margin:0}.media-page .media__gallery-pagination{margin:0 34px;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.media-page .media__contacts{padding-top:120px}.media-page .media__contacts-title{font-size:32px;line-height:43px;margin-bottom:40px}.media-page .media__contacts-card{padding:40px;background:#fff}.media-page .media__contacts-card-title{font-weight:600;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:18px;line-height:18px}.media-page .media__contacts-card-divider{width:100%;height:1px;background:#e8e8e7;margin:40px 0}.media-page .media__contacts-card-caption{font-size:16px;line-height:16px;color:#141718}.media-page .media__contacts-card-link{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;transition:all .3s ease}.media-page .media__contacts-card-link:hover{opacity:.7}.media-page .media__contacts-card-icon{width:20px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.media-page .media__contacts-card-value{margin-left:16px;font-size:16px;line-height:16px;color:#ff5f00}@media only screen and (max-width:992px){.media-page .media__gallery-item,.media-page .media__gallery-item.swiper-slide-next,.media-page .media__gallery-item.swiper-slide-prev{height:auto;transform:none}.media-page .media__gallery-item .video-item{height:100%}}@media only screen and (max-width:768px){.media-page .media{padding:60px 0}.media-page .media__news-title{font-size:32px;line-height:32px}.media-page .media__news-head{flex-direction:column;align-items:flex-start}.media-page .media__news-all{margin-top:24px}.media-page .media__news-list{margin-left:0}.media-page .media__news .news-item{width:100%;margin-left:0;margin-top:40px}.media-page .media__news .news-item.small{width:100%}.media-page .media__gallery{padding:60px 0}.media-page .media__gallery-head{flex-direction:column;align-items:flex-start}.media-page .media__gallery-title{font-size:32px;line-height:32px}.media-page .media__gallery-all{margin-top:24px}.media-page .media__gallery-slider{width:calc(100% - 32px);margin-top:40px}.media-page .media__gallery-controls{margin-top:32px}.media-page .media__contacts{padding-top:60px}.media-page .media__contacts-title{font-size:24px;line-height:32px;margin-bottom:32px}.media-page .media__contacts-card{padding:20px}.media-page .media__contacts-card-divider{margin:20px 0}}.media-page .news{padding-bottom:120px;padding-top:120px}.media-page .news__pagination{padding-bottom:120px;margin:auto}.media-page .news__pagination,.media-page .news__pagination-item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.media-page .news__pagination-item{width:100px;height:46px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);background:transparent;transition:all .3s ease;color:#141718;padding:0;border:0;cursor:pointer;font-weight:500;font-size:14px;line-height:14px}.media-page .news__pagination-item.active{pointer-events:none;background:#ff5f00;color:#fff}.media-page .news__list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;flex-wrap:wrap;margin-left:-32px}.media-page .news .news-item{width:calc(50% - 32px);margin-bottom:80px;margin-left:32px}.media-page .news .news-item__img{height:24vw}.media-page .news .news-item.small{width:calc(33.3% - 32px)}.media-page .news .news-item.small .news-item__img{height:320px}.media-page .news__more{margin:40px auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media only screen and (max-width:768px){.media-page .news{padding-top:60px;padding-bottom:60px}.media-page .news__pagination{padding:60px 0;width:100%;overflow:auto;justify-content:flex-start}.media-page .news__pagination-item{flex-shrink:0}.media-page .news__list{margin-left:0}.media-page .news .news-item{width:100%;margin-bottom:40px;margin-left:0}.media-page .news .news-item__img{height:320px}.media-page .news .news-item.small{width:100%}.media-page .news__more{margin-top:32px}}.media-page .article{padding:120px 0}.media-page .article__first-img{width:100%;height:780px;margin-bottom:120px;display:block;position:relative}.media-page .article__first-img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.media-page .article__container{width:100%;max-width:896px;margin:auto}.media-page .article__description{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px;position:relative;width:100%;padding:9px 0 9px 38px;margin-bottom:60px}.media-page .article__description:before{content:"";position:absolute;left:0;height:100%;width:6px;background:#ff5f00;top:0}.media-page .article p{font-size:16px;line-height:30px;color:#444443;margin-bottom:24px}.media-page .article a{display:inline;text-decoration:underline}.media-page .article a:hover{text-decoration:none}.media-page .article__person{display:grid;grid-template-columns:120px auto;width:432px;margin:60px 0}.media-page .article__person-photo{width:120px;height:auto;display:block}.media-page .article__person-photo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.media-page .article__person-right{width:100%;background:#fff;padding:0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center}.media-page .article__person-name{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px}.media-page .article__person-position{margin-top:16px;color:#ff5f00;font-size:14px;line-height:14px}.media-page .article__props{margin-top:60px;margin-bottom:80px;width:100%}.media-page .article__props-row{width:100%;display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid #ccc;padding-top:32px;padding-bottom:20px;grid-gap:24px;gap:24px}.media-page .article__props-caption{font-weight:500;font-size:16px;line-height:16px;color:#444443}.media-page .article__props-value{font-weight:500;color:#141718;font-size:16px;line-height:16px}.media-page .article h2{margin-bottom:60px}.media-page .article h3{margin-bottom:60px;font-size:38px;line-height:50px}.media-page .article ul{margin:40px 0}.media-page .article__slider{width:100%;margin-top:60px;margin-bottom:120px;position:relative}.media-page .article__slider-item img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.media-page .article__slider-thumb{margin-top:32px}.media-page .article__slider-controls{position:absolute;width:100%;top:calc(50% - 52px);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.media-page .article__slider-next,.media-page .article__slider-prev{margin:0;bottom:auto;top:auto;position:absolute}.media-page .article__slider-prev{left:-92px}.media-page .article__slider-next{right:-92px}.media-page .article__other{padding:120px 0;background:#fff}.media-page .article__other-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;justify-content:space-between}.media-page .article__other-title{font-size:48px;line-height:48px;margin:0!important}.media-page .article__other-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-top:80px}@media only screen and (max-width:1240px){.media-page .article__first-img{height:580px}.media-page .article__container{padding:0 40px}}@media only screen and (max-width:768px){.media-page .article{padding:60px 0}.media-page .article__first-img{height:300px;margin-bottom:60px}.media-page .article__container{padding:0 16px}.media-page .article__description{font-size:18px;line-height:24px;padding:6px 0 6px 20px;margin-bottom:30px}.media-page .article__description:before{width:4px}.media-page .article__person{margin:40px 0;grid-template-columns:120px auto;width:100%}.media-page .article__props{margin-top:40px;margin-bottom:40px}.media-page .article h2{margin-bottom:32px}.media-page .article h3{font-size:24px;line-height:32px;margin-bottom:32px}.media-page .article__slider{margin-top:40px;margin-bottom:60px}.media-page .article__slider-thumb{margin-top:16px}.media-page .article__other{padding:60px 0}.media-page .article__other-head{flex-direction:column;align-items:flex-start}.media-page .article__other-title{font-size:32px;line-height:32px}.media-page .article__other-all{margin-top:24px}.media-page .article__other-list{overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;grid-gap:24px;gap:24px;margin-top:40px}.media-page .article__other-list .news-item{width:300px;flex-shrink:0}}.media-page .gallery{padding-bottom:120px}.media-page .gallery__filter{padding:120px 0}.media-page .gallery__filter,.media-page .gallery__filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.media-page .gallery__filter-btn{min-width:100px;border:0;padding:0;height:46px;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);font-weight:500;font-size:14px;line-height:14px;color:#141718;transition:all .3s ease;background:transparent;cursor:pointer}.media-page .gallery__filter-btn.active{pointer-events:none;background:#ff5f00;color:#fff}.media-page .gallery__list{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;grid-column-gap:32px;column-gap:32px;grid-row-gap:60px;row-gap:60px}.media-page .gallery__item{width:100%;cursor:pointer}.media-page .gallery__item:hover .gallery__item-title{opacity:.7}.media-page .gallery__item-preview{height:320px;width:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-page .gallery__item-title{margin-top:32px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px;transition:all .3s ease}.media-page .gallery__item-video{height:320px;width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.media-page .gallery__item-video-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.media-page .gallery__item-video-play{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:absolute;z-index:10;width:100px;height:100px;background:hsla(0,0%,100%,.2);border-radius:50%}.media-page .gallery__item-video-play svg{width:16px;height:16px;display:block}.media-page .gallery__item-more{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:120px auto auto}@media only screen and (max-width:768px){.media-page .gallery{padding-bottom:60px}.media-page .gallery__filter{padding:60px 0;width:100%;overflow:auto;justify-content:flex-start}.media-page .gallery__filter-btn{flex-shrink:0}.media-page .gallery__list{grid-template-columns:1fr;grid-row-gap:32px;row-gap:32px}.media-page .gallery__item-preview,.media-page .gallery__item-video{height:260px}.media-page .gallery__item-title{margin-top:16px;font-size:18px;line-height:24px}.media-page .gallery__item-video-play{width:70px;height:70px}.media-page .gallery__item-more{margin-top:60px}}.policy-page .policy{padding:120px 0}.policy-page .policy__container{max-width:896px;width:100%;margin:auto}.policy-page .policy p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.policy-page .policy p:first-child{margin-top:0}.policy-page .policy h4{margin-top:40px;margin-bottom:24px}@media only screen and (max-width:920px){.policy-page .policy{padding:60px 0}.policy-page .policy__container{padding:0 16px}}.suppliers-page .form__error{color:red;font-size:10px}.suppliers-page .has-error{outline:1px solid red}.suppliers-page h2{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:800;font-size:32px;line-height:43px}@media only screen and (max-width:768px){.suppliers-page h2{font-size:28px;line-height:34px}}.suppliers-page .purchases:empty{margin:0}.suppliers-page .purchases__title{margin-bottom:60px}.suppliers-page .purchases__title:empty{margin:0}.suppliers-page .purchases p{margin-top:24px;font-size:16px;line-height:30px;color:#444443}.suppliers-page .purchases__row{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.suppliers-page .purchases__row:empty{margin:0}.suppliers-page .purchases__link{margin-left:32px;color:#141718}.suppliers-page .purchases__categories{margin-top:80px}.suppliers-page .purchases__categories-list{width:100%;background:#fff;padding:40px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center;place-items:center}.suppliers-page .purchases__categories-item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.suppliers-page .purchases__categories-item-icon{width:60px;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.suppliers-page .purchases__categories-item-name{margin-left:24px;font-size:14px;line-height:14px}.suppliers-page .purchases__categories .file-item{margin-top:32px}@media only screen and (max-width:1080px){.suppliers-page .purchases__categories-list{padding:40px 16px}}@media only screen and (max-width:768px){.suppliers-page .purchases{margin-top:40px}.suppliers-page .purchases__title{margin-bottom:32px}.suppliers-page .purchases__row{margin-top:24px}.suppliers-page .purchases__categories{margin-top:40px}.suppliers-page .purchases__categories-list{grid-template-columns:1fr;grid-gap:24px;gap:24px;align-items:start;justify-items:start;place-items:start;padding:24px 16px}}.suppliers-page .contacts__title{margin-bottom:60px}.suppliers-page .contacts__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.suppliers-page .contacts__item{background:#fff;padding:40px;width:100%;height:auto}.suppliers-page .contacts__item-title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:600;font-size:18px;line-height:18px}.suppliers-page .contacts__item-mail{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:32px;color:#ff5f00;font-size:16px;line-height:16px;cursor:pointer;transition:all .3s ease}.suppliers-page .contacts__item-mail:hover{opacity:.7}.suppliers-page .contacts__item-mail img{width:20px;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.suppliers-page .contacts__item-mail span{margin-left:16px}.suppliers-page .contacts__find{background:#ffefe6;border:1px solid #ff5f00;height:150px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:#ff5f00;font-size:16px;line-height:16px;cursor:pointer;transition:all .3s ease}.suppliers-page .contacts__find:hover{color:rgba(255,95,0,.7)}@media only screen and (max-width:1080px){.suppliers-page .contacts__list{grid-template-columns:1fr}}@media only screen and (max-width:768px){.suppliers-page .contacts__title{margin-bottom:32px}.suppliers-page .contacts__item{padding:24px 16px;height:auto}.suppliers-page .contacts__item-mail{margin-top:24px}.suppliers-page .contacts__find{height:110px}}.suppliers-page .become__title{margin-bottom:40px}.suppliers-page .become p{margin-top:24px;font-size:16px;line-height:30px;color:#444443}.suppliers-page .become .file-item{margin-top:60px}.suppliers-page .become__search-title{margin-bottom:20px}.suppliers-page .become__search-block{height:80px;width:100%;margin-top:60px;position:relative;background:#eeeeed;border-bottom:1px solid #141718;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.suppliers-page .become__search-input{padding:0 80px 0 40px;outline:0;border:0;display:block;height:100%;width:100%;font-weight:500;font-size:18px;line-height:30px;color:#0f0f12;background:transparent}.suppliers-page .become__search-input::-moz-placeholder,.suppliers-page .become__search-input::-moz-placeholder-shown{font-size:18px;line-height:30px;color:#0f0f12;opacity:1}.suppliers-page .become__search-input:-ms-input-placeholder,.suppliers-page .become__search-input:-ms-input-placeholder-shown{font-size:18px;line-height:30px;color:#0f0f12;opacity:1}.suppliers-page .become__search-input::placeholder,.suppliers-page .become__search-input::placeholder-shown{font-size:18px;line-height:30px;color:#0f0f12;opacity:1}.suppliers-page .become__search-icon{width:18px;height:auto;-o-object-fit:contain;object-fit:contain;display:block;position:absolute;right:40px}.suppliers-page .become__search-result{margin-top:32px}@media only screen and (max-width:768px){.suppliers-page .become__search-block{height:60px;margin-top:40px}.suppliers-page .become .file-item{margin-top:40px}}.suppliers-page .current__section-title{margin-bottom:40px}.suppliers-page .current__section .file-item{margin-top:60px}.suppliers-page .current__section p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.suppliers-page .current__section p.text-lead{font-size:18px;color:#141718}.suppliers-page .current__section ol,.suppliers-page .current__section ul{margin-top:40px}.suppliers-page .current__section-cards{margin-top:60px}.suppliers-page .srm p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.suppliers-page .srm p:first-child{margin-top:0}.suppliers-page .srm__row{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.suppliers-page .srm__link{margin-left:32px;color:#141718}.suppliers-page .srm .file-item{margin-top:60px}.suppliers-page .docs h2,.suppliers-page .srm h2{margin-bottom:40px}.suppliers-page .docs p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.suppliers-page .docs .file-item{margin-top:16px}.suppliers-page .passes h2{margin-bottom:40px}.suppliers-page .passes h3{font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:20px;line-height:32px;margin-bottom:40px}.suppliers-page .passes p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.suppliers-page .passes p:first-child{margin-top:0}.suppliers-page .passes__row{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.suppliers-page .passes__link{margin-left:32px;color:#141718}.suppliers-page .order h2{margin-bottom:40px}.suppliers-page .order h3{font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:20px;line-height:32px;margin-bottom:40px}.suppliers-page .order p{font-size:16px;line-height:30px;color:#444443;margin-top:24px}.suppliers-page .order p:first-child{margin-top:0}.suppliers-page .order__input{margin-top:16px}.suppliers-page .order__input .has-error{outline:1px solid red}.suppliers-page .order__section{margin-top:60px}.suppliers-page .order__section-title{margin-bottom:24px;font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:20px;line-height:32px}.suppliers-page .order__row{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-top:24px}.suppliers-page .order__label{font-size:14px;line-height:14px}.suppliers-page .order__checkbox{margin-left:32px}.suppliers-page .order__agreement{margin-top:40px}.suppliers-page .order__submit{margin-top:40px;width:200px}.suppliers-page .order__caption{margin-top:60px}.suppliers-page .order__caption-title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:32px;color:#141718}.suppliers-page .order__caption-text{margin-top:24px;color:#444443;font-size:16px;line-height:30px}@media only screen and (max-width:768px){.suppliers-page .order h2,.suppliers-page .order h3{margin-bottom:32px}.suppliers-page .order__section{margin-top:40px}}.suppliers-page .committee h2{margin-bottom:40px}.suppliers-page .committee h3{font-weight:700;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:20px;line-height:32px;margin-bottom:16px;margin-top:40px}.suppliers-page .committee p{font-size:16px;line-height:30px;color:#444443;margin-top:16px}.suppliers-page .committee p:first-child{margin-top:0}.suppliers-page .committee__btn{margin-top:40px}@media only screen and (max-width:768px){.suppliers-page .committee h2{margin-bottom:32px}.suppliers-page .committee__btn,.suppliers-page .committee h3{margin-top:32px}}.suppliers-page .appeal-popup .popup__main{overflow:hidden}.suppliers-page .appeal-popup__title{font-weight:800;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-size:32px;line-height:43px;padding-right:60px}.suppliers-page .appeal-popup__head{width:100%;height:100px;background:#eeeeed;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:relative;padding:0 40px 0 116px}.suppliers-page .appeal-popup__content{padding:60px 116px;background:#f7f7f5;max-height:calc(100vh - 240px);max-height:calc(var(--vh, 1vh)*100 - 240px)}.suppliers-page .appeal-popup__content .ps__rail-y{right:10px!important}.suppliers-page .appeal-popup__input{margin-top:16px}.suppliers-page .appeal-popup__input input.has-error{outline:1px solid red}.suppliers-page .appeal-popup__upload{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border:1px dashed #ccc;position:relative;width:100%;height:80px}.suppliers-page .appeal-popup__upload-input{visibility:hidden;width:0;height:0;position:absolute}.suppliers-page .appeal-popup__upload-text{font-size:14px;line-height:14px;color:#ff5f00;cursor:pointer}.suppliers-page .appeal-popup__agreement{margin-top:40px}.suppliers-page .appeal-popup__submit{margin-top:40px;width:200px}@media only screen and (max-width:768px){.suppliers-page .appeal-popup .popup__main{overflow:auto}.suppliers-page .appeal-popup__head{height:80px;padding-left:16px;padding-right:60px}.suppliers-page .appeal-popup__title{font-size:18px;line-height:24px}.suppliers-page .appeal-popup__content{padding:40px 16px;height:100%;max-height:100%}}.suppliers-page .tmc h2{margin-bottom:40px}.suppliers-page .tmc p{font-size:16px;line-height:30px;color:#444443;margin-top:16px}.suppliers-page .tmc p:first-child{margin-top:0}.suppliers-page .tmc__row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-top:40px}.suppliers-page .tmc__block{background:#fff;padding:40px;height:272px;width:100%;position:relative}.suppliers-page .tmc__block-title{font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:700;font-size:20px;line-height:20px}.suppliers-page .tmc__block-text{margin-top:32px;font-size:16px;line-height:28px;color:#444443}.suppliers-page .tmc__block-link{position:absolute;left:40px;bottom:40px}.suppliers-page .tmc h3{margin-bottom:40px}.suppliers-page .tmc .page-card{margin-top:16px}@media only screen and (max-width:1240px){.suppliers-page .tmc__row{grid-template-columns:1fr}}@media only screen and (max-width:768px){.suppliers-page .tmc h2{margin-bottom:32px}.suppliers-page .tmc__row{grid-gap:16px;gap:16px;margin-top:32px}.suppliers-page .tmc__block{height:auto;padding:24px 16px}.suppliers-page .tmc__block-text{margin-top:24px}.suppliers-page .tmc__block-link{margin-top:40px;position:relative;left:0;bottom:0}}.suppliers-page .faq__item{margin-bottom:16px;position:relative}.suppliers-page .faq__item.expanded .faq__item-content{height:var(--height);padding:32px}.suppliers-page .faq__item.expanded .faq__item-head{background:#eeeeed}.suppliers-page .faq__item.expanded .faq__item-btn{background:#141718}.suppliers-page .faq__item.expanded .faq__item-btn:after{transform:rotate(90deg)}.suppliers-page .faq__item-head{background:#fff;transition:all .3s ease;padding:0 32px;font-family:Manrope,Helvetica Neue,Arial,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;height:80px;width:100%;cursor:pointer}.suppliers-page .faq__item-title{font-weight:500;color:#141718;font-size:18px;line-height:18px}.suppliers-page .faq__item-btn{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background:#ff5f00;-webkit-clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px);position:relative;flex-shrink:0}.suppliers-page .faq__item-btn:before{content:"";position:absolute;height:2px;width:10px;background:#fff}.suppliers-page .faq__item-btn:after{content:"";position:absolute;height:10px;width:2px;background:#fff;transition:all .3s ease}.suppliers-page .faq__item-content{background:#fff;padding:0 32px;font-size:16px;line-height:30px;color:#444443;transition:all .3s ease;height:0;box-sizing:content-box;overflow:hidden}.suppliers-page .faq__item-content p{margin-top:24px}.suppliers-page .faq__item-content p:first-child{margin-top:0}@media only screen and (max-width:768px){.suppliers-page .faq__item-head{height:60px;padding:0 16px}.suppliers-page .faq__item-content{padding:0 16px}.suppliers-page .faq__item.expanded .faq__item-content{padding:24px 16px}}.suppliers-page .question h2{margin-bottom:40px}.suppliers-page .question__input{margin-top:16px}.suppliers-page .question__input:first-child{margin-top:0}.suppliers-page .question__agreement{margin-top:40px}.suppliers-page .question__submit{margin-top:40px;width:200px}