@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .background-loader{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper .skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}.media-wrapper .background-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);transition:opacity .5s;opacity:1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:Akzidenz-Grotesk Pro;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/akzidenzgroteskpro_lightex-b208167f.woff) format("woff"),url(/build/assets/akzidenzgroteskpro_lightex-82cc6d5d.ttf) format("ttf")}@font-face{font-family:Akzidenz-Grotesk Pro;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/akzidenzgroteskpro_ext-3482e518.woff2) format("woff2"),url(/build/assets/akzidenzgroteskpro_ext-061f1f75.woff) format("woff"),url(/build/assets/akzidenzgroteskpro_ext-2da3515b.ttf) format("ttf")}@font-face{font-family:Akzidenz-Grotesk Pro;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/akzidenzgroteskpro_boldex-0e81b8d5.woff2) format("woff2"),url(/build/assets/akzidenzgroteskpro_boldex-ab753245.woff) format("woff"),url(/build/assets/akzidenzgroteskpro_boldex-4976fe7e.ttf) format("ttf")}@keyframes headerFixed{0%{top:-100px;opacity:1;visibility:visible}to{top:0;transform:translateY(0)}}h1,.h1{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:80px;font-weight:300;margin-bottom:40px;line-height:100%;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 979px){h1,.h1{font-size:36px;margin-bottom:20px}}h1.white{color:#fff}h2,.h2{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:80px;font-style:normal;font-weight:300;line-height:100%;margin-bottom:0;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 979px){h2,.h2{font-size:36px;line-height:normal;margin-bottom:23px}}h2.white,.h2.white{color:#fff}h3,.h3{font-size:50px;font-weight:300;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 639px){h3,.h3{font-size:36px}}h4,.h4{font-size:32px;font-weight:300;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 639px){h4,.h4{font-size:30px}}p{font-weight:300;font-size:18px;hyphens:auto;-webkit-hyphens:auto}@media screen and (max-width: 639px){p{font-size:15px}}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.fixed{overflow:hidden}body{height:100%;position:relative;margin:0;font-weight:400;box-sizing:border-box}@media screen and (max-width: 979px){body{scroll-margin-top:0}}a{text-decoration:none;cursor:pointer}p{margin:0}.page{position:relative;height:100%;display:flex;flex-direction:column}.overflow-x{overflow-x:hidden}.main{scroll-margin-top:300px}ul{list-style:none;padding:0}.container{max-width:1160px;width:100%;margin:0 auto;padding:0;z-index:20}@media screen and (max-width: 1199px){.container{max-width:940px}}@media screen and (max-width: 979px){.container{max-width:600px}}@media screen and (max-width: 639px){.container{width:100%;padding:0 23px;max-width:unset;margin:0}}.page-container{padding-top:100px;padding-bottom:100px}@media screen and (max-width: 979px){.page-container{padding-top:34px;padding-bottom:90px}}.block-padding{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.block-padding{padding-top:0;padding-bottom:0}}.btn{padding:0;background-color:transparent;border:none}.btn.disabled{pointer-events:none;opacity:.5;background-color:#a8a8a8;border:1px solid #A8A8A8}.btn span{text-align:center}.btn-primary{border-radius:14px;background:#FFF;width:100%;height:auto;padding:17px;cursor:pointer;transition:all .3s;border:1px solid #FFF;display:flex;align-items:center;justify-content:center}.btn-primary span{font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:400;line-height:120%;color:#000;transition:all .3s;text-align:center}.btn-primary:hover{border:1px solid #FFF;background:#000}.btn-primary:hover span{color:#fff}@media screen and (max-width: 979px){.btn-primary:hover{border:1px solid #FFF;background:#FFF}.btn-primary:hover span{color:#000}}.btn-secondary{border-radius:14px;background:transparent;width:100%;height:auto;padding:17px;cursor:pointer;transition:all .3s;border:1px solid #FFF;display:flex;align-items:center;justify-content:center}.btn-secondary span{font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:400;line-height:120%;color:#fff;transition:all .3s}.btn-secondary:hover{border:1px solid #FFF;background:#FFF}.btn-secondary:hover span{color:#000}@media screen and (max-width: 979px){.btn-secondary:hover{border:1px solid #FFF;background:transparent}.btn-secondary:hover span{color:#fff}}.btn-third{border-radius:14px;background:#0F0F0F;width:100%;height:auto;padding:17px;cursor:pointer;transition:all .3s;border:1px solid #0F0F0F;display:flex;align-items:center;justify-content:center}.btn-third span{font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:400;line-height:120%;color:#fff;transition:all .3s}.btn-third:hover{border:1px solid #FFF;background:#FFF}.btn-third:hover span{color:#000}@media screen and (max-width: 979px){.btn-third:hover{border:1px solid #FFF;background:#0F0F0F}.btn-third:hover span{color:#fff}}.btn-red{border-radius:14px;background:#F00;border:1px solid #F00;width:100%;padding:16px;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.btn-red span{color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.btn-red:hover{background:transparent}@media screen and (max-width: 979px){.btn-red{font-size:13px}.btn-red:hover{background:#F00}}.btn-grey{border-radius:14px;background:#434343;border:1px solid #434343;width:100%;padding:16px;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.btn-grey span{color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.btn-grey:hover{background:transparent}@media screen and (max-width: 979px){.btn-grey{font-size:13px}.btn-grey:hover{background:#434343}}.scroll-to-top{background-image:url(/build/assets/scroll-top-7d087a8c.svg);background-repeat:no-repeat;background-size:contain;width:44px;height:44px;position:fixed;bottom:44px;right:44px;z-index:100;cursor:pointer;transition:opacity .5s ease;opacity:1}.scroll-to-top.hidden{opacity:0}@media screen and (max-width: 979px){.scroll-to-top{display:none}}.gradient-block{border-radius:24px;background:linear-gradient(136deg,#848484 5.43%,rgba(0,0,0,.5) 96.6%);box-shadow:0 14px 41px #00000080;-webkit-backdrop-filter:blur(16.5px);backdrop-filter:blur(16.5px);padding:1px;margin:0}.main{flex:1}.red-block{width:60px;height:60px;background:rgba(255,75,75,.2)}@media screen and (max-width: 979px){.red-block{display:none}}.red-block.min{width:30px;height:30px;background:rgba(255,75,75,.2)}.red-block.none{background-color:transparent}.mb{margin-bottom:100px}@media screen and (max-width: 979px){.mb{margin-bottom:90px}}.border{border-top:1px solid #525252}@media screen and (max-width: 979px){.border{border:none}}.loader{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px;border-radius:50%;display:inline-block;border:10px solid;border-color:rgba(255,255,255,.15) rgba(255,255,255,.25) rgba(255,255,255,.35) rgba(255,255,255,.5);box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icons li{transition:all .3s}.icons li:hover{transform:scale(1.1)}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:45px}@media screen and (max-width: 979px){.breadcrumbs{margin-bottom:30px}}@media screen and (max-width: 639px){.breadcrumbs{width:100%;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:5px!important}.breadcrumbs::-webkit-scrollbar{width:0;height:0}}.breadcrumbs .breadcrumbs-item{font-size:12px;font-weight:300;font-family:Akzidenz-Grotesk Pro;white-space:nowrap;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px}.breadcrumbs .breadcrumbs-item:before{content:"";background-image:url(/build/assets/breadscrumbs-arrow-1ae50fa5.svg);background-repeat:no-repeat;background-size:contain;color:#fff;width:5px;height:10px;margin-top:2px}.breadcrumbs .divider{font-size:14px;font-family:Akzidenz-Grotesk Pro}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.breadcrumbs.white .breadcrumbs-item{color:#0f0f0f}.breadcrumbs.white .breadcrumbs-item:before{background-image:url(/build/assets/breadscrumbs-arrow-black-3211babe.svg)}.footer{width:100%;padding-bottom:60px;padding-top:52px}@media screen and (max-width: 979px){.footer{padding-bottom:0;padding-top:0}}.footer .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width: 979px){.footer .container{padding-top:28px;padding-bottom:30px;flex-direction:column-reverse;align-items:start;justify-content:start}}.footer .red{justify-content:center;margin-top:-12px;z-index:1}@media screen and (max-width: 979px){.footer .red{display:none}}.footer .documentation{display:none}@media screen and (max-width: 979px){.footer .documentation{display:inline-block;margin-bottom:24px;color:#000;text-align:right;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal;text-decoration-line:underline;text-underline-offset:4px}}.footer .copyright p{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.footer .icons{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px;position:absolute;left:calc(50% - 53px)}.footer .icons img{object-fit:contain}@media screen and (max-width: 979px){.footer .icons{position:relative;left:0;margin-bottom:33px}}.footer .links{display:flex;flex-direction:column;align-items:end;justify-content:start;gap:2px}.footer .links a{color:#000;text-align:right;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal;text-decoration-line:underline;text-underline-offset:3px;cursor:pointer;z-index:2}@media screen and (max-width: 979px){.footer .links{align-items:start;margin-bottom:31px}}.footer .mail{background-image:url(/build/assets/mail-7cd0fd0c.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:21px;height:21px}.footer .play{background-image:url(/build/assets/play-6a8e7f24.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:21px;height:21px}.footer .tg{background-image:url(/build/assets/tg-96ef9964.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:21px;height:21px}.footer .rutube{background-image:url(/build/assets/rutube-3caf9b05.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:21px;height:21px}.footer.black{background-color:#0f0f0f}@media screen and (max-width: 979px){.footer.black{padding-bottom:0}}.footer.black .red-block{display:none}.footer.black p,.footer.black a{color:#fff}.footer.black .mail{background-image:url(/build/assets/white-mail-62d4a467.svg)}.footer.black .play{background-image:url(/build/assets/white-play-7f34111c.svg)}.footer.black .tg{background-image:url(/build/assets/white-tg-cdc9f011.svg)}.footer.black .rutube{background-image:url(/build/assets/white-rutube-f3c9e8e3.svg)}.header{width:100%;background:linear-gradient(rgba(0,0,0,0) 2px);background-color:#0006;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);z-index:53;position:absolute;top:0}.header .logo-container,.header .city-list{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:30px}@media screen and (max-width: 979px){.header .city-list.desktop{display:none}}.header .city-list li{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:12px;font-style:normal;font-weight:400;line-height:100%;opacity:.3;padding:0}.header .city-list li.active{opacity:1}.header .city-list li a{color:#fff}@media screen and (max-width: 979px){.header{position:relative;background:#000;display:flex;align-items:center;justify-content:center}}.header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1600px}@media screen and (max-width: 1630px){.header .container{max-width:1400px}}@media screen and (max-width: 1919px){.header .container{max-width:1190px;justify-content:start;gap:21px}}@media screen and (max-width: 1199px){.header .container{max-width:95%}}@media screen and (max-width: 979px){.header .container{padding:18px 23px 21px;margin:0;max-width:unset}}.header .logo img{width:78px;height:33px;object-fit:contain;margin-top:10px}@media screen and (max-width: 979px){.header .logo img{width:65px;height:27px}}.header .info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;gap:20px}@media screen and (max-width: 1919px){.header .info{width:100%}}@media screen and (max-width: 1199px){.header .info{gap:10px}}.header .navigation{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width: 1199px){.header .navigation{width:87%;gap:5px}}@media screen and (max-width: 979px){.header .navigation{display:none}}.header li{padding:27px 0}.header li a{font-family:Akzidenz-Grotesk Pro;font-style:normal;font-size:12px;font-weight:400;line-height:120%;color:#fff;transition:all .3s}.header li a:hover{opacity:.5}.header .order-btn{padding:27px 20px;background-color:#fff}.header .order-btn a{color:#000}.header .close{display:none;min-width:29px;max-width:29px;height:18px;z-index:100;position:relative;cursor:pointer}@media screen and (max-width: 979px){.header .close{display:flex;flex-direction:column;align-items:end;justify-content:space-between}}.header .close span{width:100%;height:2px;border-radius:24px;background:#FFF;position:absolute;transition:all .3s}.header .close span:nth-child(1){top:0;transform-origin:0 0}.header .close span:nth-child(2){top:calc(50% - 1px);transform-origin:0 0}.header .close span:nth-child(3){width:50%;bottom:0;transform-origin:0 0}.header .dropdown-open{position:relative}.header .dropdown-open:hover .header-dropdown{top:75px;z-index:2;opacity:.8}.header .mobile-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:2px}.header .mobile-block p,.header .mobile-block a{font-family:Akzidenz-Grotesk Pro;font-style:normal;font-size:12px;font-weight:300;line-height:120%;color:#fff;white-space:nowrap}@media screen and (max-width: 979px){.header .mobile-block{display:none}}.header-dropdown{border-radius:18px;background-color:#000;backdrop-filter:blur(21px);-webkit-backdrop-filter:blur(21px);padding:30px 32px;width:auto;max-width:762px;position:absolute;columns:3;top:-400px;opacity:0;left:-27px;z-index:-1;transition:opacity .3s,top .3s}@media screen and (max-width: 1075px){.header-dropdown{left:-57px}}.header-dropdown .list-block{display:flex;flex-direction:column;align-items:start;justify-content:start;height:100%;width:100%;margin-bottom:20px}.header-dropdown .list-block h5{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:12px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:8px;display:flex;align-items:center;justify-content:start;gap:7px}.header-dropdown .list-block h5:before{margin-top:1px;content:"";min-width:3px;max-width:3px;height:12px;background:#FFF}.header-dropdown .list-block .list{height:100%}.header-dropdown .list-block .list li{padding:0}.header-dropdown .list-block .list a{color:#ababab;font-family:Akzidenz-Grotesk Pro;font-size:10px;font-style:normal;font-weight:400;line-height:163%;width:200px;transition:all .3s;display:flex;align-items:start;justify-content:start;gap:7px}.header-dropdown .list-block .list a:before{opacity:0;content:"";width:3px;height:12px;background:#ABABAB;transition:all .3s}.header-dropdown .list-block .list a:hover{color:#fff;opacity:1}.header-dropdown .list-block .list a:hover:before{opacity:1;content:"";width:3px;height:12px;background:#ABABAB}.header.open-mobile{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.header.open-mobile .container{padding:26px 30px 21px}.header.open-mobile .logo{opacity:0}.header.open-mobile .close{width:30px;height:30px}.header.open-mobile .close span:nth-child(1){transform:rotate(45deg);top:7px;left:2px}.header.open-mobile .close span:nth-child(2){width:0%;opacity:0}.header.open-mobile .close span:nth-child(3){transform:rotate(-45deg);bottom:0;left:0;width:100%}.mobile-header{display:none}.mobile-header .city-list{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:30px;padding-bottom:30px;border-bottom:1px solid #525252}.mobile-header .city-list .city{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%;opacity:.3}.mobile-header .city-list .city a{color:#fff}.mobile-header .city-list .city.active{opacity:1}@media screen and (max-width: 979px){.mobile-header{display:flex;width:0;height:100vh;position:fixed;top:-700px;left:0;right:0;opacity:0;background-color:#0f0f0f;padding:19px 15px 35px;z-index:-1;transition:top .3s,opacity .3s,z-index .3s;-ms-overflow-style:none;scrollbar-width:none}.mobile-header.open{width:100%;top:0;opacity:1;z-index:52}}.mobile-header::-webkit-scrollbar{width:0;height:0}@media screen and (max-width: 979px){.mobile-header .container{max-width:unset}}.mobile-header .gradient-block{width:100%;height:100%}.mobile-header .content-container{width:100%;height:100%;background-color:#0f0f0f;border-radius:24px;padding:62px 44px 30px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:33px;overflow:scroll}.mobile-header .navigation{width:100%;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:33px}.mobile-header .navigation .order-btn{display:none}.mobile-header .navigation li{width:100%}.mobile-header .link{width:100%;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%;display:flex;align-items:center;justify-content:start;gap:0;transition:all .3s}.mobile-header .link:before{opacity:0;width:0;content:"";height:25px;background:#545454;transition:all .3s}.mobile-header .link:hover{gap:24px}.mobile-header .link:hover:before{opacity:1;width:6px}.mobile-header a.active{gap:24px}.mobile-header a.active:before{opacity:1;width:6px}.mobile-header .dropdown-open{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px}.mobile-header .dropdown-open.open .header-dropdown{opacity:1;visibility:visible;height:auto;margin-top:0}.mobile-header .dropdown-open.open .link-wrapper:after{transform:rotate(0)}.mobile-header .dropdown-open .link-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start}.mobile-header .dropdown-open .link-wrapper:after{display:block;content:"";background-image:url(/build/assets/dropdown-arrow-e98df7d0.svg);background-size:contain;background-repeat:no-repeat;width:24px;height:24px;right:0;margin-left:auto;cursor:pointer;transition:all .3s;transform:rotate(180deg)}.mobile-header .dropdown-open .header-dropdown{position:relative;left:unset;top:unset;width:100%;border:0;z-index:1;display:flex;flex-direction:column;align-items:start;justify-content:start;padding:0 0 0 15px;background-color:transparent;border-radius:0;opacity:0;visibility:hidden;transition:all .3s;height:0;margin-top:-20px}.mobile-header .dropdown-open .header-dropdown .list-block.open .title:after{transform:rotate(0)}.mobile-header .dropdown-open .header-dropdown .list-block.open .list{opacity:1;visibility:visible;margin-top:0;height:auto}.mobile-header .dropdown-open .header-dropdown .title{width:100%}.mobile-header .dropdown-open .header-dropdown .title:before{display:none}.mobile-header .dropdown-open .header-dropdown .title:after{display:block;content:"";background-image:url(/build/assets/dropdown-arrow-e98df7d0.svg);background-size:contain;background-repeat:no-repeat;width:24px;height:24px;right:0;margin-left:auto;transition:all .3s;cursor:pointer;transform:rotate(180deg)}.mobile-header .dropdown-open .header-dropdown .title a{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.mobile-header .dropdown-open .header-dropdown .list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px;opacity:0;visibility:hidden;transition:all .3s;height:0;margin-top:-10px}.mobile-header .dropdown-open .header-dropdown .list li{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:10px}.mobile-header .dropdown-open .header-dropdown .list li:before{content:"";width:15px;height:1px;background-color:red;margin-top:9px}.mobile-header .dropdown-open .header-dropdown .list a{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.mobile-header .dropdown-open .header-dropdown .list a:before{display:none}.header-fixed{position:fixed;animation-name:headerFixed;animation-duration:.5s}.header-fixed .header-navigation-list{padding:20px 0}@media screen and (max-width: 979px){.header-fixed{animation:none}}.seo{max-width:600px;margin:100px auto;display:flex;flex-direction:column;align-items:center}.seo .text{margin-bottom:10px}.seo img{width:100%;object-fit:cover}.ui .span-1{color:#000;cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none;white-space:nowrap;touch-action:manipulation}.ui .span-1.checked .span-2:before{background:rgb(84,84,84)}.ui .span-1.checked .tick{color:#fff;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ui .span-2{width:17px;height:17px;text-align:left;position:relative;z-index:0;display:inline-block;line-height:normal;cursor:pointer}.ui .span-2:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";transition:background-color .1s linear;border-radius:4px;background-color:#e6e6e6}.ui .span-2:after{visibility:hidden;content:" ";text-align:left;cursor:pointer}.ui .input{position:absolute;z-index:4;top:-2px;left:-2px;width:-webkit-calc(100% + 4px);width:calc(100% + 4px);height:-webkit-calc(100% + 4px);height:calc(100% + 4px);margin:0;padding:0;opacity:0;border:none;outline:none;background:none;cursor:pointer}.ui .tick{position:absolute;z-index:3;visibility:hidden;pointer-events:none;transition:color .1s,transform .2s,-webkit-transform .2s;transform:translateY(-5px);color:transparent;width:100%;height:100%}.ui .icon{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.ui .icon svg{position:static;top:initial;left:initial;-webkit-transform:none;transform:none;width:14px;height:14px;fill:currentColor}.ui .label{padding-left:5px;white-space:normal;cursor:pointer}.check{display:flex;width:200px;margin:200px auto}.form{width:600px;margin:300px auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.input{border:1px solid black}.error{color:red;font-size:14px}.error-input{border:1px solid red}.main-banner{width:100%;height:100vh;min-height:400px;position:relative;display:flex;flex-direction:column;align-items:end;justify-content:end;cursor:pointer;padding-bottom:60px}@media screen and (max-width: 979px){.main-banner{padding-bottom:48px;min-height:300px;height:calc(100vh - 80px)}}.main-banner .click-container{padding:50px 0;z-index:51!important}@media screen and (max-width: 979px){.main-banner .click-container{padding:0}}.main-banner .main-link{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:3}.main-banner .background{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(137deg,rgba(0,0,0,.92) 14.26%,rgba(0,0,0,0) 81.24%);z-index:2}@media screen and (max-width: 979px){.main-banner .background{display:none}}.main-banner .media-wrapper{position:absolute;top:0;left:0;right:0;width:100%;height:100%}.main-banner .video{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 979px){.main-banner .video{object-fit:contain;background-color:#000}}.main-banner .container{z-index:10}.main-banner .btn-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width: 979px){.main-banner .btn-container{flex-direction:column;align-items:center;justify-content:start;gap:48px}}.main-banner .btn{max-width:260px}@media screen and (max-width: 979px){.main-banner .btn{max-width:254px;border-radius:23px;-webkit-box-shadow:1px 8px 8px 1px rgba(0,0,0,.5);-moz-box-shadow:1px 8px 8px 1px rgba(0,0,0,.5);box-shadow:1px 8px 8px 1px #00000080}}@media screen and (max-width: 979px){.main-banner .red-block{display:none}}.main-banner .icons{z-index:20;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px}.main-banner .icons a{display:block;height:auto;width:auto;cursor:pointer}.main-banner .icons img{max-height:31px}.video-modal{position:fixed;top:0;right:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:-1;transition:all .3s;opacity:0}.video-modal .background-modal{width:100%;height:100%;position:absolute;top:0;left:0;right:0;background:#000;opacity:.5;z-index:53}.video-modal .video-wrapper{background-color:#fff;width:60%;height:auto;aspect-ratio:1.68/1;z-index:100}@media screen and (max-width: 979px){.video-modal .video-wrapper{width:90%}}.video-modal .video-wrapper iframe{width:100%;height:100%}.video-modal .close{position:absolute;top:20px;right:20px;width:30px;height:30px;z-index:55;cursor:pointer;background-image:url(/build/assets/close-btn-8e76dfd6.svg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 979px){.video-modal .close{top:100px;right:50px}}.video-modal.open{opacity:1;z-index:52}.cursor{z-index:20;position:absolute;width:104px;height:104px;border-radius:50%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,opacity .3s ease;opacity:0;transform:scale(.5)}.cursor span{color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:12px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 979px){.cursor{display:none}}.main-banner .cursor_visible{transform:scale(1);opacity:1}.main-about{width:100%;background-color:#0f0f0f;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.main-about{padding-top:75px;padding-bottom:74px}}.main-about .container{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:0}.main-about .logo{width:652px;height:235px;object-fit:contain;margin-bottom:47px}@media screen and (max-width: 979px){.main-about .logo{width:239px;height:99px;margin-bottom:34px}}.main-about .text{max-width:640px;display:flex;flex-direction:column;align-items:center;gap:5px;margin-bottom:60px}.main-about .text p,.main-about .text h2,.main-about .text h3,.main-about .text h4,.main-about .text h5,.main-about .text h6{font-family:Akzidenz-Grotesk Pro;font-size:22px;font-style:normal;font-weight:300;line-height:120%;color:#fff;text-align:center}@media screen and (max-width: 979px){.main-about .text{gap:5px;max-width:400px;margin-bottom:34px}.main-about .text p{font-size:14px}}@media screen and (max-width: 639px){.main-about .text p{font-size:13px}}.main-about .btn{max-width:241px}@media screen and (max-width: 639px){.main-about .btn{border-radius:15px;max-width:170px}}@media screen and (max-width: 979px){.main-about .red-block{display:none}}.slider-works{width:100%;background-color:#0f0f0f;overflow-x:hidden}@media screen and (max-width: 979px){.slider-works{padding-bottom:77px}}.slider-works .title-container{margin-bottom:-19px;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.slider-works .title-container{margin-bottom:0;padding-top:0;padding-bottom:0}}.slider-works .title-container .red-block{margin-left:30px}.slider-works .btn-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-10px;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.slider-works .btn-container{padding-top:0;padding-bottom:0}}.slider-works .btn-container .btn{max-width:359px}@media screen and (max-width: 979px){.slider-works .btn-container .btn{margin-top:40px}}@media screen and (max-width: 639px){.slider-works .btn-container .btn{max-width:unset}}.slider-works .min{margin-left:60px;margin-bottom:-10px}.slider-works .first{position:absolute;bottom:70px;margin-bottom:0}@media screen and (max-width: 979px){.slider-works .red-block{display:none}}.slider-works .media-wrapper{cursor:pointer}.slider-works .works-list{padding-bottom:30px}@media screen and (max-width: 979px){.slider-works .works-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:23px}}.slider-works .works-list .swiper-slide{position:relative}.slider-works .works-list .swiper-slide .main-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media screen and (max-width: 979px){.slider-works .swiper-slide{width:100%;height:auto}}.works-swiper,.workers-swiper,.article-swiper,.article-other-swiper{padding-top:20px;padding-right:20px;overflow:visible}@media screen and (max-width: 979px){.works-swiper,.workers-swiper,.article-swiper,.article-other-swiper{padding-top:0}}.works-swiper .preview,.workers-swiper .preview,.article-swiper .preview,.article-other-swiper .preview{object-fit:cover;width:700px;height:auto;aspect-ratio:1.75/1;border-radius:13px;transition:all .3s;cursor:pointer}.works-swiper .preview:hover,.workers-swiper .preview:hover,.article-swiper .preview:hover,.article-other-swiper .preview:hover{transform:scale(1.05)}@media screen and (max-width: 979px){.works-swiper .preview,.workers-swiper .preview,.article-swiper .preview,.article-other-swiper .preview{width:100%;height:auto;aspect-ratio:1.9/1}.works-swiper .preview:hover,.workers-swiper .preview:hover,.article-swiper .preview:hover,.article-other-swiper .preview:hover{transform:none}}.works-swiper .swiper-slide,.workers-swiper .swiper-slide,.article-swiper .swiper-slide,.article-other-swiper .swiper-slide{width:700px;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:30px}@media screen and (max-width: 979px){.works-swiper .swiper-slide,.workers-swiper .swiper-slide,.article-swiper .swiper-slide,.article-other-swiper .swiper-slide{width:100%;max-width:600px;gap:13px}}.works-swiper .description,.workers-swiper .description,.article-swiper .description,.article-other-swiper .description{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:24px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width: 979px){.works-swiper .description,.workers-swiper .description,.article-swiper .description,.article-other-swiper .description{font-size:14px}}.works-swiper .navigation-container,.workers-swiper .navigation-container,.article-swiper .navigation-container,.article-other-swiper .navigation-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px}.works-swiper .scrollbar,.workers-swiper .scrollbar,.article-swiper .scrollbar,.article-other-swiper .scrollbar{width:100%;height:1px;background-color:#464646}.works-swiper .swiper-scrollbar-drag,.workers-swiper .swiper-scrollbar-drag,.article-swiper .swiper-scrollbar-drag,.article-other-swiper .swiper-scrollbar-drag{border-radius:174px;background:#B1B1B1;height:4px;top:-3px}.works-swiper .button-container,.workers-swiper .button-container,.article-swiper .button-container,.article-other-swiper .button-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px}.works-swiper .button-prev,.workers-swiper .button-prev,.article-swiper .button-prev,.article-other-swiper .button-prev{width:22px;height:22px;background-image:url(/build/assets/arrow-a9d7851d.svg);transform:rotate(180deg);background-repeat:no-repeat;background-size:contain;border:none;padding:0;background-color:transparent;cursor:pointer}.works-swiper .button-next,.workers-swiper .button-next,.article-swiper .button-next,.article-other-swiper .button-next{width:22px;height:22px;background-image:url(/build/assets/arrow-a9d7851d.svg);background-repeat:no-repeat;background-size:contain;border:none;padding:0;background-color:transparent;cursor:pointer}.works-swiper .swiper-button-disabled,.workers-swiper .swiper-button-disabled,.article-swiper .swiper-button-disabled,.article-other-swiper .swiper-button-disabled{opacity:.5}.workers-swiper .swiper-slide{width:300px;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;position:relative;border-radius:16px}@media screen and (max-width: 979px){.workers-swiper .swiper-slide{width:210px;border-radius:9px}}.workers-swiper .image-container{width:100%;height:407px;position:relative;border-radius:16px;margin-bottom:14px;transition:all .3s;cursor:pointer;filter:grayscale(100%)}.workers-swiper .image-container:hover{transform:scale(1.05)}@media screen and (max-width: 979px){.workers-swiper .image-container{width:100%;height:285px;border-radius:9px}}.workers-swiper .tooltip{position:absolute;bottom:40px;right:5px;width:95%;height:auto;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-box-shadow:-1px 4px 17px 0px rgba(34,60,80,.2);-moz-box-shadow:-1px 4px 17px 0px rgba(34,60,80,.2);box-shadow:-1px 4px 17px #223c5033;padding:10px;color:#0f0f0f;font-family:Akzidenz-Grotesk Pro;font-size:10px;font-style:normal;font-weight:300;opacity:0;z-index:10;transition:all .3s}.workers-swiper .tooltip p{color:#0f0f0f;font-family:Akzidenz-Grotesk Pro;font-size:10px;font-style:normal;font-weight:300;opacity:0;z-index:2;transition:all .3s}@media screen and (max-width: 979px){.workers-swiper .tooltip{width:max-content;max-width:110%;height:auto;display:block;left:4px;z-index:100}}.workers-swiper .tooltip-btn{background-image:url(/build/assets/info-icon-3b7e9292.svg);background-repeat:no-repeat;background-size:contain;width:22px;height:22px;position:absolute;bottom:10px;right:10px;cursor:pointer;z-index:3}.workers-swiper .tooltip-btn:hover+.tooltip,.workers-swiper .tooltip-btn:focus+.tooltip{opacity:1;z-index:2}.workers-swiper .tooltip-btn:hover+.tooltip p,.workers-swiper .tooltip-btn:focus+.tooltip p{opacity:1;z-index:2}.workers-swiper .media-wrapper{width:100%;height:100%;border-radius:16px;position:relative}.workers-swiper .photo{border-radius:16px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 979px){.workers-swiper .photo{border-radius:9px}}.workers-swiper .title{color:#0f0f0f;font-family:Akzidenz-Grotesk Pro;font-size:26px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2px}.workers-swiper .subtitle{color:#0f0f0f;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.workers-swiper .scroll-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start}@media screen and (max-width: 979px){.workers-swiper .navigation-container{display:none}}.article-swiper{margin-top:-20px}@media screen and (max-width: 979px){.article-swiper{margin-top:0;margin-bottom:26px}}.article-swiper .swiper-slide{width:457px;height:298px;border-radius:24px}@media screen and (max-width: 979px){.article-swiper .swiper-slide{width:320px;height:250px}}.article-swiper .navigation-container{display:flex;flex-direction:column;align-items:start;gap:21px}.article-swiper .articles-list{padding-bottom:60px}@media screen and (max-width: 979px){.article-swiper .articles-list{padding-bottom:30px}}.article-other-swiper .articles-list{padding-bottom:60px}@media screen and (max-width: 979px){.article-other-swiper .articles-list{padding-bottom:30px}}.article-other-swiper .navigation-container{display:flex;flex-direction:column;align-items:start;gap:21px}.directions-page{background-color:#0f0f0f}.directions-page .directions-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:40px}@media screen and (max-width: 1199px){.directions-page .directions-list{grid-template-columns:repeat(2,1fr);gap:30px}}@media screen and (max-width: 639px){.directions-page .directions-list{grid-template-columns:1fr;gap:10px}}.directions-page li{width:100%;max-width:100%}.directions-page .direction-card{width:100%;height:500px;border-radius:24px;padding:1px;background:linear-gradient(136deg,#848484 5.43%,rgba(0,0,0,.5) 96.6%);cursor:pointer;overflow:hidden;transition:all .3s;position:relative}@media screen and (max-width: 1199px){.directions-page .direction-card{height:423px;border-radius:16px}}@media screen and (max-width: 979px){.directions-page .direction-card{background:linear-gradient(134deg,rgba(0,0,0,.7) 0%,#000 100%)}}.directions-page .direction-card .main-link{position:absolute;width:100%;height:100%;top:0;left:0;right:0;z-index:3}.directions-page .direction-card .card-content{width:100%;height:100%;border-radius:24px;position:relative;padding:30px;display:flex;flex-direction:column;align-items:start;justify-content:end}@media screen and (max-width: 1199px){.directions-page .direction-card .card-content{border-radius:16px;padding:20px}}.directions-page .direction-card .card-content .media-wrapper{width:100%;height:100%;border-radius:24px;position:absolute;top:0;left:0}@media screen and (max-width: 1199px){.directions-page .direction-card .card-content .media-wrapper{border-radius:16px}}.directions-page .direction-card .card-content img{width:100%;height:100%;object-fit:cover;border-radius:24px;position:absolute;top:0;left:0}@media screen and (max-width: 1199px){.directions-page .direction-card .card-content img{border-radius:16px}}.directions-page .direction-card .card-content .skeleton{border-radius:24px}@media screen and (max-width: 1199px){.directions-page .direction-card .card-content .skeleton{border-radius:16px}}.directions-page .direction-card .card-background{width:100%;height:100%;border-radius:24px;position:absolute;top:0;left:0;background:linear-gradient(172deg,rgba(0,0,0,0) 3.41%,rgba(0,0,0,.9) 78.38%);z-index:2}@media screen and (max-width: 1199px){.directions-page .direction-card .card-background{border-radius:16px}}.directions-page .direction-card h2{font-family:Akzidenz-Grotesk Pro;color:#fff;font-size:25px;font-style:normal;font-weight:400;line-height:100%;max-width:100%;word-break:auto-phrase;position:relative;z-index:3}@media screen and (max-width: 1199px){.directions-page .direction-card h2{font-size:20px}}.directions-page .direction-card .list-block{width:100%;position:relative;z-index:3;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:30px;height:0;opacity:0;transition:all .5s;-webkit-user-select:none;user-select:none}@media screen and (max-width: 1199px){.directions-page .direction-card .list-block{gap:20px}}@media screen and (max-width: 979px){.directions-page .direction-card .list-block{height:100%;opacity:1;overflow:auto;margin-top:40px;justify-content:end}}.directions-page .direction-card .list-block ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;transition:all .3s;padding-right:10px;padding-bottom:10px;width:100%}.directions-page .direction-card .list-block ul a{font-family:Akzidenz-Grotesk Pro;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:120%;transition:all .3s}@media (hover: hover) and (pointer: fine){.directions-page .direction-card .list-block ul a:hover{opacity:.5}}@media screen and (max-width: 1199px){.directions-page .direction-card .list-block ul a{font-size:14px}}@media screen and (max-width: 979px){.directions-page .direction-card .list-block ul{overflow:auto;padding-right:10px;padding-bottom:10px;overflow-y:auto;cursor:pointer}.directions-page .direction-card .list-block ul::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:white}.directions-page .direction-card .list-block ul::-webkit-scrollbar-track{background:white;border-radius:4px}.directions-page .direction-card .list-block ul::-webkit-scrollbar-thumb{background:#A8A8A8;border-radius:4px}}.directions-page .direction-card .list-block .btn{padding:10px 15px;border-radius:10px;width:auto;transition:all .3s}.directions-page .direction-card .list-block .btn span{font-family:Akzidenz-Grotesk Pro;color:#fff;font-size:10px;font-style:normal;font-weight:400;line-height:120%}@media (hover: hover) and (pointer: fine){.directions-page .direction-card .list-block .btn:hover span{color:#0f0f0f}}@media (hover: hover) and (pointer: fine){.directions-page .direction-card:hover{background:linear-gradient(134deg,rgba(0,0,0,.7) 0%,#000 100%);box-shadow:0 14px 41px #00000080;transition:all .3s}.directions-page .direction-card:hover .list-block{height:100%;opacity:1;overflow:auto;margin-top:40px}}.directions-block{scroll-margin-top:100px;background-color:#0f0f0f;display:flex;flex-direction:column;align-items:start;justify-content:start;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.directions-block{padding-top:0;padding-bottom:0}}.directions-block .red-block:first-child{align-self:center}.directions-block .red-container .red-block{margin-left:45px}@media screen and (max-width: 979px){.directions-block .red-block{display:none}}.directions-block .directions-container{max-width:1323px;margin:0 auto;width:100%;height:auto;display:flex;flex-direction:column;align-items:start;justify-content:start;border-radius:24px;background:#FFFFFF}@media screen and (max-width: 1199px){.directions-block .directions-container{max-width:989px}}@media screen and (max-width: 979px){.directions-block .directions-container{border-radius:0;padding-top:40px;padding-bottom:44px}}@media screen and (max-width: 639px){.directions-block .directions-container{padding-left:0;padding-right:0}}.directions-block .title-container{width:100%;border-bottom:1px solid #0F0F0F;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 979px){.directions-block .title-container{padding:0 22px 31px}}@media screen and (max-width: 979px) and (max-width: 979px){.directions-block .title-container{padding-bottom:0}}@media screen and (max-width: 979px){.directions-block .title-container .container{padding:0}}.directions-block .title-container .red-block:first-child{margin-bottom:0;margin-left:9px}.directions-block .title-container .red-block:last-child{margin-left:290px}.directions-block .directions-wrapper{flex-direction:column;align-items:start;justify-content:start;width:100%}.directions-block .directions-wrapper .red-block:first-child{margin-left:305px}.directions-block .directions-wrapper .red-block:last-child{margin-left:500px}@media screen and (max-width: 979px){.directions-block .directions-wrapper{padding:0 22px}}.directions-block .directions-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;align-items:stretch;gap:40px;padding:30px 0}@media screen and (max-width: 1300px){.directions-block .directions-list{gap:25px}}@media screen and (max-width: 979px){.directions-block .directions-list{grid-template-columns:repeat(2,1fr);padding-top:36px;padding-bottom:39px}}@media screen and (max-width: 639px){.directions-block .directions-list{grid-template-columns:1fr;gap:31px}}.directions-block .direction{height:auto;width:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:30px}@media screen and (max-width: 979px){.directions-block .direction{height:auto;min-height:unset;gap:10px}}.directions-block .direction .main-link{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.directions-block .direction h5{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:22px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width: 979px){.directions-block .direction h5{font-size:24px}}.directions-block .direction .image-container{width:100%;height:244px;position:relative;border-radius:13px;display:flex;align-items:end;justify-content:end;padding:16px 12px 14px}@media screen and (max-width: 979px){.directions-block .direction .image-container{border-radius:14px}}@media screen and (max-width: 979px){.directions-block .direction .image-container{height:auto;aspect-ratio:1.46/1;padding:19px 27px}}.directions-block .direction .image-container .media-wrapper,.directions-block .direction .image-container .skeleton{border-radius:13px;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.directions-block .direction .image-container img{border-radius:13px;width:100%;height:100%;object-fit:cover}.directions-block .direction .image-container .buttons-container{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;z-index:3}@media screen and (max-width: 979px){.directions-block .direction .image-container .buttons-container{gap:16px}}.directions-block .direction .image-container .btn-secondary{padding:9px;width:56%;border-radius:9px}@media screen and (max-width: 979px){.directions-block .direction .image-container .btn-secondary{border-radius:10px}}.directions-block .direction .image-container .btn-secondary span{font-size:10px}.directions-block .direction .image-container .btn-third{padding:9px;width:38%;border-radius:9px}@media screen and (max-width: 979px){.directions-block .direction .image-container .btn-third{border-radius:10px}}.directions-block .direction .image-container .btn-third span{font-size:10px}.directions-block .button-container{width:100%;border-top:1px solid #0F0F0F}.directions-block .button-container .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.directions-block .button-container .btn-primary{border-radius:14px;border:1px solid #000;width:245px}@media screen and (max-width: 639px){.directions-block .button-container .btn-primary{width:100%}}@media screen and (max-width: 979px){.directions-block .button-container{padding-top:40px}}.directions-block .description-section{width:100%;background-color:#0f0f0f;padding:40px 0}.content-types-section{scroll-margin-top:100px;width:100%;background-color:#0f0f0f}@media screen and (max-width: 979px){.content-types-section{padding-top:39px;padding-bottom:56px;scroll-margin-top:200px}}.content-types-section .title-container .red-block{margin-left:45px}.content-types-section .types-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;column-gap:40px;row-gap:30px;align-items:stretch}@media screen and (max-width: 979px){.content-types-section .types-list{grid-template-columns:repeat(2,1fr);row-gap:25px;column-gap:19px}}.content-types-section .types-list .type{width:100%;height:100%;border-radius:28px;border:1px solid #FFF;background:transparent;padding:33px 20px;display:flex;align-items:center;justify-content:center;transition:all .3s}@media screen and (max-width: 1199px){.content-types-section .types-list .type{padding:15px}}@media screen and (max-width: 979px){.content-types-section .types-list .type{border-radius:14px}}.content-types-section .types-list .type:hover{background:#FFF}.content-types-section .types-list .type:hover span{color:#0f0f0f}.content-types-section .types-list .type span{color:#fff;text-align:center;font-family:Akzidenz-Grotesk Pro;font-size:26px;font-style:normal;font-weight:300;line-height:120%;word-break:break-word}@media screen and (max-width: 1199px){.content-types-section .types-list .type span{font-size:22px}}@media screen and (max-width: 979px){.content-types-section .types-list .type span{font-size:12px}}.content-types-section .types-list li{display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%;height:100%}.content-types-section .types-list li .red-block{bottom:0;margin-left:calc(50% - 15px)}.content-types-section .types-list li .none{width:30px;height:30px;background-color:transparent}@media screen and (max-width: 979px){.content-types-section .types-list li .none{display:none}}.content-types-section .types-list li:nth-child(2) .type,.content-types-section .types-list li:nth-child(8) .type,.content-types-section .types-list li:nth-child(11) .type{background:#FFF}.content-types-section .types-list li:nth-child(2) .type span,.content-types-section .types-list li:nth-child(8) .type span,.content-types-section .types-list li:nth-child(11) .type span{color:#0f0f0f}.content-types-section .types-list li:nth-child(2) .type:hover,.content-types-section .types-list li:nth-child(8) .type:hover,.content-types-section .types-list li:nth-child(11) .type:hover{background:linear-gradient(100deg,#414141 12.6%,#767676 101.76%)}.content-types-section .types-list li:nth-child(2) .type:hover span,.content-types-section .types-list li:nth-child(8) .type:hover span,.content-types-section .types-list li:nth-child(11) .type:hover span{color:#fff}.content-types-section .types-list li:nth-child(4) .type,.content-types-section .types-list li:nth-child(6) .type,.content-types-section .types-list li:nth-child(10) .type,.content-types-section .types-list li:nth-child(12) .type{background:linear-gradient(100deg,#414141 12.6%,#767676 101.76%)}.content-types-section .types-list li:nth-child(4) .type:hover,.content-types-section .types-list li:nth-child(6) .type:hover,.content-types-section .types-list li:nth-child(10) .type:hover,.content-types-section .types-list li:nth-child(12) .type:hover{background:#FFF}.content-types-section .types-list li:nth-child(4) .type:hover span,.content-types-section .types-list li:nth-child(6) .type:hover span,.content-types-section .types-list li:nth-child(10) .type:hover span,.content-types-section .types-list li:nth-child(12) .type:hover span{color:#0f0f0f}@media screen and (max-width: 979px){.content-types-section .types-list li:nth-child(2) .type,.content-types-section .types-list li:nth-child(8) .type,.content-types-section .types-list li:nth-child(11) .type{background:transparent}.content-types-section .types-list li:nth-child(2) .type span,.content-types-section .types-list li:nth-child(8) .type span,.content-types-section .types-list li:nth-child(11) .type span{color:#fff}.content-types-section .types-list li:nth-child(2) .type:hover,.content-types-section .types-list li:nth-child(8) .type:hover,.content-types-section .types-list li:nth-child(11) .type:hover{background:transparent}.content-types-section .types-list li:nth-child(2) .type:hover span,.content-types-section .types-list li:nth-child(8) .type:hover span,.content-types-section .types-list li:nth-child(11) .type:hover span{color:#fff}.content-types-section .types-list li:nth-child(4) .type,.content-types-section .types-list li:nth-child(6) .type,.content-types-section .types-list li:nth-child(10) .type,.content-types-section .types-list li:nth-child(12) .type{background:transparent}.content-types-section .types-list li:nth-child(4) .type span,.content-types-section .types-list li:nth-child(6) .type span,.content-types-section .types-list li:nth-child(10) .type span,.content-types-section .types-list li:nth-child(12) .type span{color:#fff}.content-types-section .types-list li:nth-child(4) .type:hover,.content-types-section .types-list li:nth-child(6) .type:hover,.content-types-section .types-list li:nth-child(10) .type:hover,.content-types-section .types-list li:nth-child(12) .type:hover{background:transparent}.content-types-section .types-list li:nth-child(4) .type:hover span,.content-types-section .types-list li:nth-child(6) .type:hover span,.content-types-section .types-list li:nth-child(10) .type:hover span,.content-types-section .types-list li:nth-child(12) .type:hover span{color:#fff}.content-types-section .types-list li:nth-child(2) .type,.content-types-section .types-list li:nth-child(5) .type,.content-types-section .types-list li:nth-child(8) .type,.content-types-section .types-list li:nth-child(11) .type{background:#FFF}.content-types-section .types-list li:nth-child(2) .type span,.content-types-section .types-list li:nth-child(5) .type span,.content-types-section .types-list li:nth-child(8) .type span,.content-types-section .types-list li:nth-child(11) .type span{color:#0f0f0f}.content-types-section .types-list li:nth-child(2) .type:hover,.content-types-section .types-list li:nth-child(5) .type:hover,.content-types-section .types-list li:nth-child(8) .type:hover,.content-types-section .types-list li:nth-child(11) .type:hover{background:#FFF}.content-types-section .types-list li:nth-child(2) .type:hover span,.content-types-section .types-list li:nth-child(5) .type:hover span,.content-types-section .types-list li:nth-child(8) .type:hover span,.content-types-section .types-list li:nth-child(11) .type:hover span{color:#0f0f0f}.content-types-section .types-list li:nth-child(3) .type,.content-types-section .types-list li:nth-child(6) .type,.content-types-section .types-list li:nth-child(9) .type,.content-types-section .types-list li:nth-child(12) .type{background:linear-gradient(100deg,#414141 12.6%,#767676 101.76%)}.content-types-section .types-list li:nth-child(3) .type:hover,.content-types-section .types-list li:nth-child(6) .type:hover,.content-types-section .types-list li:nth-child(9) .type:hover,.content-types-section .types-list li:nth-child(12) .type:hover{background:#FFF}.content-types-section .types-list li:nth-child(3) .type:hover span,.content-types-section .types-list li:nth-child(6) .type:hover span,.content-types-section .types-list li:nth-child(9) .type:hover span,.content-types-section .types-list li:nth-child(12) .type:hover span{color:#0f0f0f}}.content-types-section .btn-container{margin-top:-20px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.content-types-section .btn-container .btn{width:240px}@media screen and (max-width: 979px){.content-types-section .btn-container{margin-top:56px}}.slider-workers{max-width:100%;scroll-margin-top:120px}@media screen and (max-width: 979px){.slider-workers{scroll-margin-top:200px}}.slider-workers .red-block{margin-left:62px}.slider-workers .swiper{overflow:visible}.slider-workers .swiper-container{margin-top:-20px}@media screen and (max-width: 979px){.slider-workers .swiper-container{margin-top:0}}@media screen and (max-width: 979px){.slider-workers{padding-top:38px;padding-bottom:86px}}.why-us-section{scroll-margin-top:100px;background-color:#0f0f0f}@media screen and (max-width: 979px){.why-us-section{padding-top:39px;padding-bottom:56px}}.why-us-section .why-us-wrapper{max-width:1323px;margin:0 auto}@media screen and (max-width: 1320px){.why-us-section .why-us-wrapper{border-radius:0;padding:1px 0;background:#848484;-webkit-backdrop-filter:none;backdrop-filter:none}}@media screen and (max-width: 1199px){.why-us-section .why-us-wrapper{max-width:989px;border-radius:24px;padding:1px;background:linear-gradient(136deg,#848484 5.43%,rgba(0,0,0,.5) 96.6%);box-shadow:0 14px 41px #00000080;-webkit-backdrop-filter:blur(16.5px);backdrop-filter:blur(16.5px)}}@media screen and (max-width: 979px){.why-us-section .why-us-wrapper{padding:1px 0;border-radius:0}}.why-us-section .content-wrapper{width:100%;height:100%;border-radius:24px;background-color:#0f0f0f;padding:0 29px 60px}.why-us-section .content-wrapper .red-block{margin-left:45px}@media screen and (max-width: 1320px){.why-us-section .content-wrapper{border-radius:0;padding:0 0 60px}}@media screen and (max-width: 1199px){.why-us-section .content-wrapper{border-radius:24px;padding:0 29px}}@media screen and (max-width: 979px){.why-us-section .content-wrapper{border-radius:0;padding:20px 0}}.why-us-section h2{line-height:90%}.why-us-section .title-container .red-block{margin-left:45px}.why-us-section .long{margin-top:15px;width:271px}.why-us-section .list{display:flex;flex-direction:row;align-items:start;justify-content:space-between;margin-top:-100px}@media screen and (max-width: 1320px){.why-us-section .list{padding:0 29px}}@media screen and (max-width: 1199px){.why-us-section .list{margin-top:-80px;padding:0 0 30px}}@media screen and (max-width: 979px){.why-us-section .list{margin-top:40px;padding-left:29px;padding-right:29px}}@media screen and (max-width: 780px){.why-us-section .list{width:100%;flex-direction:column;align-items:start;justify-content:start}}.why-us-section li{width:100%;max-width:350px;position:relative;display:flex;align-items:center;justify-content:start;padding-bottom:60px}.why-us-section li:nth-child(2){justify-content:center}@media screen and (max-width: 1199px){.why-us-section li{max-width:320px}}@media screen and (max-width: 979px){.why-us-section li{max-width:260px;padding-bottom:30px}}@media screen and (max-width: 780px){.why-us-section li{width:100%;max-width:unset}}@media screen and (max-width: 780px){.why-us-section li{padding-bottom:0}}.why-us-section li .number{color:#fff3;font-family:Akzidenz-Grotesk Pro;font-size:316px;font-style:normal;font-weight:700;line-height:normal;opacity:.3}@media screen and (max-width: 1199px){.why-us-section li .number{font-size:250px}}@media screen and (max-width: 979px){.why-us-section li .number{font-size:150px}}@media screen and (max-width: 780px){.why-us-section li .number{font-size:301px}}.why-us-section li .title{color:#fefefe;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:12px}@media screen and (max-width: 1199px){.why-us-section li .title{font-size:28px}}@media screen and (max-width: 979px){.why-us-section li .title{font-size:20px}}@media screen and (max-width: 780px){.why-us-section li .title{font-size:29px}}.why-us-section li .subtitle{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:20px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width: 1199px){.why-us-section li .subtitle{font-size:16px}}@media screen and (max-width: 979px){.why-us-section li .subtitle{font-size:12px}}@media screen and (max-width: 780px){.why-us-section li .subtitle{font-size:15px}}.why-us-section li .text{width:365px;position:absolute;bottom:0;right:0}@media screen and (max-width: 1199px){.why-us-section li .text{width:320px}}@media screen and (max-width: 979px){.why-us-section li .text{width:200px}}@media screen and (max-width: 780px){.why-us-section li .text{width:320px}}.why-us-section .first{width:360px}@media screen and (max-width: 780px){.why-us-section .first{width:100%;margin-top:-100px;margin-left:-50px}}.why-us-section .first .text{position:absolute;bottom:0;right:-40%}@media screen and (max-width: 1199px){.why-us-section .first .text{right:-20%}}@media screen and (max-width: 979px){.why-us-section .first .text{bottom:-15%}}@media screen and (max-width: 780px){.why-us-section .first .text{right:0;bottom:0;left:30%}}@media screen and (max-width: 420px){.why-us-section .first .text{right:0;bottom:0;left:20%;width:250px}}@media screen and (max-width: 780px){.why-us-section .second{justify-content:end}}.why-us-section .second .text{width:240px;position:absolute;bottom:13%;left:25%}@media screen and (max-width: 979px){.why-us-section .second .text{width:140px}}@media screen and (max-width: 780px){.why-us-section .second .text{right:15%;bottom:0;left:unset}}@media screen and (max-width: 979px){.why-us-section .second .subtitle{width:166px}}.why-us-section .third .text{width:260px;position:absolute;bottom:13%;left:13%}@media screen and (max-width: 979px){.why-us-section .third .text{width:160px}}@media screen and (max-width: 780px){.why-us-section .third .text{width:240px;right:0;bottom:7%;left:15%}}.why-us-section .why-us-wrapper{margin-bottom:50px}.why-us-section .why-us-wrapper.no-bg{background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.why-us-section .why-us-wrapper.why-us-text-container{width:100%;color:#fff;display:flex;justify-content:flex-start;align-items:flex-start}.why-us-section .why-us-wrapper.why-us-text-container .text{max-width:900px;padding-left:80px}@media screen and (max-width: 1199px){.why-us-section .why-us-wrapper.why-us-text-container .text{width:100%;max-width:unset;padding:20px}}.why-us-section .why-us-wrapper.why-us-text-container p{font-family:Akzidenz-Grotesk Pro;margin-bottom:20px}.articles-section{background:#0F0F0F;overflow-x:hidden}@media screen and (max-width: 979px){.articles-section{padding-top:0;padding-bottom:20px}.articles-section h2{margin-bottom:15px}}.articles-section h2{color:#fff;margin-bottom:30px}@media screen and (max-width: 979px){.articles-section h2{margin-bottom:15px;line-height:80%}}.articles-section h4{color:#777;text-align:start;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:30px}@media screen and (max-width: 979px){.articles-section h4{font-size:12px;margin-bottom:15px}}.articles-section .title-container{padding-top:60px}@media screen and (max-width: 979px){.articles-section .title-container{padding-top:0}}.articles-section .content-wrapper{background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);display:flex;flex-direction:row;align-items:start;justify-content:start;width:100%;height:100%;border-radius:24px;padding:58px 46px 58px 58px}@media screen and (max-width: 979px){.articles-section .content-wrapper{padding:30px 20px 30px 30px}}.articles-section .content{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:19px}.articles-section .content h3{height:114px;margin-bottom:0;overflow:hidden}.articles-section .content h3 span{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:300;line-height:110%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width: 979px){.articles-section .content h3 span{font-size:26px;-webkit-line-clamp:4}}.articles-section .content .btn{width:242px}.articles-section .btn-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.articles-section .btn-container .btn{width:240px}@media screen and (max-width: 639px){.articles-section .btn-container .btn{width:100%}}.articles-section .btn-container .long{height:30px;width:54%;align-self:start;margin-left:22px}.faq-section{background-color:#0f0f0f}@media screen and (max-width: 979px){.faq-section{padding-top:19px;padding-bottom:56px;border-top:1px solid #525252}}.faq-section .title-container .red-block{margin-left:20px}.faq-section .faq-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:30px}.faq-item{width:100%}.faq-item .faq-content{width:100%;height:100%;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:24px;padding:56px 56px 60px}@media screen and (max-width: 979px){.faq-item .faq-content{padding:25px 30px}}.faq-item .faq-head{display:flex;flex-direction:row;align-items:start;justify-content:space-between;cursor:pointer;gap:20px}.faq-item .faq-head h4{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:120%;-webkit-user-select:none;user-select:none;margin-bottom:20px}@media screen and (max-width: 979px){.faq-item .faq-head h4{font-size:22px;margin-bottom:20px}}@media screen and (max-width: 639px){.faq-item .faq-head h4{font-size:20px}}.faq-item .toggle{border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;max-width:30px;max-height:30px;cursor:pointer;transition:all .3s}@media screen and (max-width: 979px){.faq-item .toggle{display:none}}.faq-item .toggle .plus{width:16px;height:16px;position:relative;transition:all .3s}.faq-item .toggle .plus span{display:block;width:1px;height:100%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translateY(-50%);transition:all .3s}.faq-item .toggle .plus span:last-child{transform:translate(50%) translateY(-50%) rotate(-90deg)}.faq-item .toggle:hover{background-color:#828282}.faq-item .toggle:hover .plus span{background-color:#000}.faq-item .faq-head:hover .toggle{background-color:#828282}.faq-item .faq-head:hover .toggle .plus span{background-color:#000}.faq-item .answer{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;opacity:0;height:0;max-width:904px;color:#fff;-webkit-user-select:unset;user-select:unset;z-index:-1;margin-top:-20px;transition:margin .4s}.faq-item .answer p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:18px;font-style:normal;font-weight:300;line-height:120%}.faq-item.active .answer{display:flex;max-width:904px;opacity:1;height:auto;z-index:1;margin-top:0}.faq-item.active .toggle{background-color:#828282}.faq-item.active .toggle .plus span{background-color:#000}.faq-item.active .toggle .plus{transition:all .3s;transform:rotate(45deg)}.faq-section.white{background-color:#fff;border:none}.faq-section.white h2{color:#0f0f0f}.clients-section{background-color:#0f0f0f;padding-bottom:60px}@media screen and (max-width: 979px){.clients-section{padding-top:39px;padding-bottom:56px}}.clients-section .button-container{display:flex;flex-direction:column;align-items:center;justify-content:start}.clients-section .button-container .btn{width:240px}.clients-section .clients-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:20px;row-gap:60px;align-items:center}@media screen and (max-width: 1199px){.clients-section .clients-list{column-gap:20px;row-gap:40px}}@media screen and (max-width: 979px){.clients-section .clients-list{column-gap:20px;row-gap:40px;margin-bottom:0}}.clients-section .clients-list li{max-width:210px}.clients-section .clients-list li img{object-fit:contain;width:100%;height:auto}@media screen and (max-width: 1199px){.clients-section .clients-list li{max-width:114px}}@media screen and (max-width: 979px){.clients-section .clients-list li{max-width:90px}}.clients-section.white{background-color:#fff}.clients-section.white h2{color:#0f0f0f}.form-section{scroll-margin-top:100px;width:100%;height:753px;display:flex;flex-direction:column}@media screen and (max-width: 979px){.form-section{height:auto;scroll-margin-top:200px}}.form-section.direction-form{height:798px}.form-section .top{width:100%;height:50%;background-color:#0f0f0f;display:flex;align-items:start;justify-content:center}@media screen and (max-width: 979px){.form-section .top{height:100%;padding:0 24px 100px}}.form-section .bottom{width:100%;height:50%;background-color:#fff}@media screen and (max-width: 979px){.form-section .bottom{display:none}}.form-section .form-wrapper{max-width:960px;box-shadow:0 14px 41px #00000080;height:auto;min-height:754px}@media screen and (max-width: 1199px){.form-section .form-wrapper{max-width:812px;min-height:unset}}@media screen and (max-width: 979px){.form-section .form-wrapper{box-shadow:0 5.242px 15.352px #00000080;border-radius:8px;max-width:600px;height:auto}}.form-section .form-content{width:100%;height:100%;min-height:754px;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:24px;display:flex;align-items:start;justify-content:center;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 1199px){.form-section .form-content{min-height:unset}}@media screen and (max-width: 979px){.form-section .form-content{border-radius:8px;padding:25px 15px 17px}}.form-section .form-content .red-block{margin-left:10px}@media screen and (max-width: 1199px){.form-section .form-content .red-block{margin-left:calc(50% - 30px)}}.form-section .form-content .red-block.min{margin-left:40px}.form-section .buttons-container{display:flex;flex-direction:column;align-items:start;justify-content:start}.form-section .buttons-container .buttons{width:100%;display:flex;align-items:center;justify-content:center}.form-section .buttons-container .red-block.min{margin-left:calc(50% - 15px)}.form-section .buttons-container .landing-form-submit{max-width:300px}@media screen and (max-width: 979px){.form-section .buttons-container .landing-form-submit{max-width:100%}}.form-section .btn{width:100%;padding:15px;cursor:pointer}@media screen and (max-width: 979px){.form-section .btn-red{border-radius:8px}}@media screen and (max-width: 979px){#order-form{width:100%}}@media screen and (max-width: 979px){.order-form{width:100%}}.landing-form-form{width:632px}@media screen and (max-width: 1199px){.landing-form-form{width:560px}}@media screen and (max-width: 979px){.landing-form-form{width:100%}}.form-title{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:80px;font-style:normal;font-weight:300;line-height:80%;margin-bottom:30px}@media screen and (max-width: 1199px){.form-title{font-size:36px;text-align:center}}@media screen and (max-width: 979px){.form-title{margin-bottom:23px;font-size:32px}}.big-title{font-size:40px;line-height:48px;text-align:start;margin-bottom:0}@media screen and (max-width: 1199px){.big-title{font-size:36px}}@media screen and (max-width: 979px){.big-title{margin-bottom:0;font-size:32px;line-height:40px}}@media screen and (max-width: 639px){.big-title{font-size:20px;line-height:24px}}.big-title.description{margin-bottom:30px}@media screen and (max-width: 979px){.big-title.description{margin-bottom:23px}}.field_container_class{width:100%;position:relative;margin-bottom:30px}@media screen and (max-width: 979px){.field_container_class{margin-bottom:0}}@media screen and (max-width: 979px){.field_container_class textarea{min-height:135px;margin-bottom:6px}}.field_label_class{opacity:0;width:0;height:0;z-index:-1;position:absolute;top:0;left:0}.field_class{width:100%;height:66px;border-radius:21px;border:1px solid #FFF;background-color:transparent;padding:24px 43px;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:20px;font-style:normal;font-weight:300;line-height:normal;text-align:start;-webkit-appearance:none}@media screen and (max-width: 1199px){.field_class{padding:11px 18px;font-size:16px}}@media screen and (max-width: 979px){.field_class{font-size:12px;margin-bottom:10px;height:35px;border-radius:11px;border:.1px solid #FFF}}.field_class::placeholder{color:#a8a8a8}.field_class:focus{outline:none}.field_class:focus-visible{outline:none}#comment{height:126px}.input_error{border:1px solid red}.checkbox-container{align-self:center;position:relative}.checkbox-container .red-block{display:none}.checkbox-container .form-error{left:13%}@media screen and (max-width: 979px){.checkbox-container .form-error{bottom:-20px;left:0}}.checkbox-container .error-container{display:none}.checkbox-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:19px}.checkbox-container input{position:absolute;width:20%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.checkbox-container input:checked+span:before{content:"";background-image:url(/build/assets/check-1090475f.svg);background-repeat:no-repeat;background-size:cover;min-width:23px;min-height:23px;max-width:23px;max-height:23px}.checkbox-container .custom-checkbox{min-width:23px;min-height:23px;max-width:23px;max-height:23px;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width: 979px){.checkbox-container{margin-bottom:10px;justify-content:start;gap:12px}}.field_label_class-checkbox a{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal;text-decoration-line:underline;text-underline-offset:4px}@media screen and (max-width: 1199px){.field_label_class-checkbox a{font-size:14px}}@media screen and (max-width: 979px){.field_label_class-checkbox a{font-size:12px}}.form-error{background-color:transparent;padding:0;bottom:-20px;left:10px;font-family:Akzidenz-Grotesk Pro;font-size:12px;font-style:normal;font-weight:300;line-height:170.697%;position:absolute;color:red}@media screen and (max-width: 979px){.form-error{display:none;background-color:transparent;padding:0;bottom:1px;left:10px}}@media screen and (max-width: 639px){.form-error{display:none}}.checkbox_error{border:1px solid red!important}.form-section.white .top{background-color:#fff}.map-section{display:flex;flex-direction:column;align-items:start;justify-content:start;padding-top:60px}@media screen and (max-width: 979px){.map-section{padding-top:52px;padding-bottom:0}}.map-section .content{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:20px}@media screen and (max-width: 979px){.map-section .content{flex-direction:column;gap:22px}}.map-section h2,.map-section .h2{font-size:50px;margin-bottom:50px}@media screen and (max-width: 1199px){.map-section h2,.map-section .h2{font-size:50px}}@media screen and (max-width: 979px){.map-section h2,.map-section .h2{font-size:36px;margin-bottom:22px}}.map-section .content-block{max-width:60%;display:flex;flex-direction:column;align-items:start;justify-content:start}.map-section .content-block .red-block{display:none}@media screen and (max-width: 979px){.map-section .content-block{max-width:unset;width:100%}}.map-section .contacts-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px;margin-bottom:14px}.map-section .text,.map-section p{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:170.697%}.map-section .link{text-decoration:underline;text-underline-offset:3px}.map-section .long{width:77%;margin-left:20px}@media screen and (max-width: 979px){.map-section .link-list.desktop{display:none}}.map-section .link-list.mobile{display:none}@media screen and (max-width: 979px){.map-section .link-list.mobile{display:flex}}.map-section .map{width:499px;height:240px;border-radius:12px}@media screen and (max-width: 979px){.map-section .map{width:100%;height:auto;aspect-ratio:2.18/1}}.map-section #map .ymaps-2-1-79-map,.map-section #map .ymaps-2-1-79-inner-panes{border-radius:12px}.map-section .link-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px}@media screen and (max-width: 979px){.map-section .link-list{width:100%;flex-direction:row;flex-wrap:wrap;gap:10px}}.map-section.black{background-color:#0f0f0f}@media screen and (max-width: 979px){.map-section.black{border-top:1px solid #525252;padding-top:25px}}.map-section.black h2,.map-section.black .text,.map-section.black p,.map-section.black .link{color:#fff}.map-section.black .long{display:none}.map-section.red-blocks{padding-top:0;padding-bottom:0}.map-section.red-blocks .red-block{background:#4A1717}.map-section.red-blocks .long{display:block;width:60px;height:60px;margin-left:0}.map-section.red-blocks .content-block h2,.map-section.red-blocks .content-block .contacts-block,.map-section.red-blocks .content-block .address{margin-bottom:0}@media screen and (max-width: 979px){.map-section.red-blocks .content-block h2{margin-bottom:22px}}@media screen and (max-width: 979px){.map-section.red-blocks .content-block .contacts-block{margin-bottom:22px}}.map-section.red-blocks .content-block .red-block{display:block}@media screen and (max-width: 979px){.map-section.red-blocks .content-block .red-block{display:none}}@media screen and (max-width: 979px){.map-section.red-blocks .red-block{display:none}}.map-section.contacts .link-list{display:none}.modal{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:150}@media screen and (max-width: 979px){.modal{align-items:start;overflow:scroll}.modal::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width: 639px){.modal{padding:20px 12px 0}}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;opacity:.7;background:#000}.modal .modal-wrapper-form{min-width:842px;min-height:664px}@media screen and (max-width: 979px){.modal .modal-wrapper-form{min-width:620px;min-height:200px}}@media screen and (max-width: 639px){.modal .modal-wrapper-form{width:100%;min-width:unset;min-height:500px}}.modal .modal-wrapper{border:1px solid #7F7F7F;background-color:#fff;padding:50px;border-radius:20px;z-index:7;max-width:842px;position:relative}@media screen and (max-width: 1199px){.modal .modal-wrapper{padding:60px;max-width:802px}}@media screen and (max-width: 979px){.modal .modal-wrapper{padding:40px;max-width:620px}}@media screen and (max-width: 639px){.modal .modal-wrapper{padding:20px;max-width:100%}}.modal .modal-wrapper .lds-ripple{position:absolute}.modal .title{font-family:Akzidenz-Grotesk Pro;font-weight:500;font-size:40px;line-height:48px;text-transform:uppercase;margin-top:20px;margin-bottom:5px}@media screen and (max-width: 1199px){.modal .title{font-size:30px;line-height:36px}}@media screen and (max-width: 979px){.modal .title{font-size:26px;line-height:31px}}@media screen and (max-width: 639px){.modal .title{font-size:22px;line-height:31px;margin-top:34px}}.modal .subtitle{font-family:Akzidenz-Grotesk Pro;font-weight:400;font-size:16px;line-height:22px;margin-bottom:20px}.modal .btn-primary{display:flex;align-items:center;justify-content:center;width:100%}.modal .btn-primary span{font-family:Akzidenz-Grotesk Pro;font-weight:400;font-size:20px;line-height:25px}@media screen and (max-width: 350px){.modal .btn-primary span{font-size:18px}}.modal .modal-close{cursor:pointer;position:absolute;top:30px;right:30px;padding:0}@media screen and (max-width: 1199px){.modal .modal-close{top:60px;right:60px}}@media screen and (max-width: 979px){.modal .modal-close{top:40px;right:40px}}@media screen and (max-width: 639px){.modal .modal-close{top:20px;right:20px}}.success-modal{align-items:center}.direction-page .banner{width:100%;height:auto;background-color:#0f0f0f;display:flex;flex-direction:column;align-items:start;justify-content:center;min-height:700px;padding:100px 0 70px}@media screen and (max-width: 979px){.direction-page .banner{padding:34px 0 30px;min-height:450px;height:auto}}.direction-page .banner .text{max-width:548px;margin-bottom:79px;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:10px}@media screen and (max-width: 979px){.direction-page .banner .text{margin-bottom:50px}}.direction-page .banner .text p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%;word-break:break-word;margin:0}@media screen and (max-width: 979px){.direction-page .banner .text p{font-size:14px}}@media screen and (max-width: 639px){.direction-page .banner .text p{font-size:12px}}.direction-page .banner .btn-container{width:100%;display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width: 979px){.direction-page .banner .btn-container{flex-direction:column;align-items:center;justify-content:start;gap:20px}}.direction-page .banner .btn{max-width:260px}@media screen and (max-width: 639px){.direction-page .banner .btn{max-width:unset}}.direction-page .banner .icons{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px}@media screen and (max-width: 979px){.direction-page .slider-works{padding-top:30px}}.direction-page h1{color:#fff;margin-bottom:40px;word-break:break-word}@media screen and (max-width: 979px){.direction-page h1{font-size:60px;margin-bottom:30px}}@media screen and (max-width: 639px){.direction-page h1{font-size:40px;margin-bottom:20px}}.direction-page .advantages-section{width:100%;background-color:#fff;padding:56px 0}@media screen and (max-width: 979px){.direction-page .advantages-section{padding-top:30px;padding-bottom:30px}}.direction-page .advantages-section .container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-content:space-between;align-items:stretch}@media screen and (max-width: 979px){.direction-page .advantages-section .container{grid-template-columns:1fr;gap:30px}}.direction-page .advantages-section li{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:19px}@media screen and (max-width: 979px){.direction-page .advantages-section li{gap:10px}}.direction-page .advantages-section h4{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:normal;max-width:320px}@media screen and (max-width: 979px){.direction-page .advantages-section h4{max-width:unset}}@media screen and (max-width: 639px){.direction-page .advantages-section h4{font-size:26px}}.direction-page .advantages-section .subtitle{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:20px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width: 639px){.direction-page .advantages-section .subtitle{font-size:16px}}.direction-page .stages-section{width:100%;background-color:#0f0f0f;padding:71px 0 74px}.direction-page .stages-section h2{color:#fff;margin-bottom:37px}@media screen and (max-width: 979px){.direction-page .stages-section h2{margin-bottom:25px;font-size:36px}}.direction-page .stages-section .stages-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:40px}@media screen and (max-width: 1199px){.direction-page .stages-section .stages-list{gap:30px}}@media screen and (max-width: 979px){.direction-page .stages-section .stages-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 639px){.direction-page .stages-section .stages-list{grid-template-columns:1fr}}.direction-page .stages-section .stages-list li{display:flex;flex-direction:column;align-items:start;justify-content:start}.direction-page .stages-section .stages-list .stage-number{color:#fff;opacity:.3;font-family:Akzidenz-Grotesk Pro;font-size:34px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:19px}.direction-page .stages-section .stages-list h4{color:#fefefe;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:15px}@media screen and (max-width: 1199px){.direction-page .stages-section .stages-list h4{font-size:30px}}.direction-page .stages-section .stages-list .text{color:#fefefe;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.direction-page .description-section{width:100%;background-color:#0f0f0f;padding-top:71px;padding-bottom:74px}@media screen and (max-width: 979px){.direction-page .description-section{padding-top:35px;padding-bottom:35px}}.direction-page .other-service-section{width:100%;background-color:#0f0f0f;padding:71px 0 74px}.direction-page .other-service-section .h2{color:#fff;line-height:normal;margin-bottom:46px}@media screen and (max-width: 979px){.direction-page .other-service-section .h2{margin-bottom:25px;font-size:36px}}.direction-page .other-service-section .content-wrapper{width:100%;height:auto;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:24px;padding:45px 64px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:40px;justify-content:space-between}@media screen and (max-width: 1199px){.direction-page .other-service-section .content-wrapper{gap:30px;padding:20px}}@media screen and (max-width: 979px){.direction-page .other-service-section .content-wrapper{grid-template-columns:1fr}}.direction-page .other-service-section .service:hover .arrow-link:after{transform:translate(10px)}.direction-page .other-service-section .title{color:#fefefe;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:9px}@media screen and (max-width: 1199px){.direction-page .other-service-section .title{font-size:20px}}.direction-page .other-service-section .arrow-link{color:#fefefe;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px}.direction-page .other-service-section .arrow-link:after{margin-top:2px;display:block;content:"";background-image:url(/build/assets/arrow-link-caadd242.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:10px;transition:all .3s}.static-content,.seo{width:100%;overflow:hidden}.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6,.seo h1,.seo h2,.seo h3,.seo h4,.seo h5,.seo h6{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:23px;max-width:unset;word-break:break-word;text-align:center;width:100%}@media screen and (max-width: 979px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6,.seo h1,.seo h2,.seo h3,.seo h4,.seo h5,.seo h6{font-size:28px;margin-bottom:15px;max-width:unset;width:100%}}@media screen and (max-width: 639px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6,.seo h1,.seo h2,.seo h3,.seo h4,.seo h5,.seo h6{font-size:24px}}.static-content .text,.seo .text{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;max-width:740px;word-break:break-word}@media screen and (max-width: 979px){.static-content .text,.seo .text{max-width:unset;width:100%}}.static-content p,.static-content span,.static-content a,.seo p,.seo span,.seo a{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal;word-break:break-word;width:100%}@media screen and (max-width: 979px){.static-content p,.static-content span,.static-content a,.seo p,.seo span,.seo a{max-width:unset;width:100%}}.static-content div,.seo div{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal;word-break:break-word;width:100%}.static-content a,.seo a{text-decoration:underline;transition:all .3s}.static-content a:hover,.seo a:hover{opacity:.5}.static-content img,.seo img{object-fit:contain;max-width:100%;height:auto;border-radius:14px}.static-content ul,.seo ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;width:100%}@media screen and (max-width: 979px){.static-content ul,.seo ul{max-width:unset;width:100%}}.static-content li,.seo li{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:normal;display:flex;flex-direction:row;align-items:start;gap:5px}.static-content li:before,.seo li:before{content:"";color:#fff;min-width:5px;min-height:5px;max-width:5px;max-height:5px;border-radius:50%;background-color:#fff;margin-top:10px}@media screen and (max-width: 979px){.static-content li,.seo li{flex-direction:column}}.static-content.white h1,.static-content.white h2,.static-content.white h3,.static-content.white h4,.static-content.white h5,.static-content.white h6,.static-content.white p,.static-content.white span,.static-content.white a,.static-content.white div,.static-content.white li,.seo h1,.seo h2,.seo h3,.seo h4,.seo h5,.seo h6,.seo p,.seo span,.seo a,.seo div,.seo li{color:#0f0f0f}.seo p{margin-bottom:20px}.projects-page,.project-page{background-color:#0f0f0f}.projects-page .subtitle,.project-page .subtitle{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%;max-width:548px;margin-bottom:40px}@media screen and (max-width: 1199px){.projects-page .subtitle,.project-page .subtitle{font-size:14px;font-style:normal;font-weight:300;line-height:120%;margin-bottom:30px}}@media screen and (max-width: 639px){.projects-page .subtitle,.project-page .subtitle{width:100%;max-width:unset}}.projects-page .projects-list,.project-page .projects-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;column-gap:20px;row-gap:40px}@media screen and (max-width: 1199px){.projects-page .projects-list,.project-page .projects-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.projects-page .projects-list,.project-page .projects-list{grid-template-columns:1fr}}.projects-page .project,.project-page .project{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;position:relative}.projects-page .project:hover .media-wrapper,.project-page .project:hover .media-wrapper{transform:scale(1.05)}.projects-page .project .main-link,.project-page .project .main-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.projects-page .media-wrapper,.project-page .media-wrapper{width:100%;border-radius:14px;height:auto;cursor:pointer;transition:all .3s}@media screen and (max-width: 639px){.projects-page .media-wrapper,.project-page .media-wrapper{max-width:unset;max-height:unset}}.projects-page .background-loader,.project-page .background-loader{border-radius:14px;width:100%}.projects-page .image,.project-page .image{border-radius:14px;width:100%;height:auto;aspect-ratio:1.9/1;object-fit:cover}.projects-page .title,.project-page .title{width:100%;word-break:break-word;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:0}@media screen and (max-width: 600px){.projects-page .title,.project-page .title{font-size:14px}}.project-page{background-color:#0f0f0f}.project-page .breadcrumbs{margin-bottom:0}.project-page .container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.project-page .container{gap:30px}}@media screen and (max-width: 639px){.project-page .container{padding:0}}.project-page h1{width:100%}@media screen and (max-width: 639px){.project-page h1{padding-left:23px;padding-right:23px}}.project-page .border-bottom{border-bottom:1px solid #525252;padding-bottom:40px}@media screen and (max-width: 1199px){.project-page .border-bottom{padding-bottom:30px}}.project-page h3{opacity:.5;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:24px;font-style:normal;font-weight:300;line-height:120%;margin-top:-4px}@media screen and (max-width: 1199px){.project-page h3{font-size:20px;line-height:100%}}@media screen and (max-width: 639px){.project-page h3{font-size:16px}}.project-page .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.project-page .content-block{gap:30px}}@media screen and (max-width: 639px){.project-page .content-block{padding-left:23px;padding-right:23px}}.project-page .project-block{width:100%;display:grid;grid-template-columns:40% 56%;grid-template-rows:auto;gap:40px}.project-page .project-block.end{display:flex;align-items:start;justify-content:end}@media screen and (max-width: 1199px){.project-page .project-block.end{justify-content:start}}@media screen and (max-width: 1199px){.project-page .project-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px}}@media screen and (max-width: 639px){.project-page .project-block{padding-left:23px;padding-right:23px}}.project-page .project-block .info-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.project-page .project-block .info-block{gap:15px}}.project-page .project-block .text-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.project-page .project-block .text-container p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%}@media screen and (max-width: 1199px){.project-page .project-block .text-container p{font-size:14px}}.project-page .project-block .titles-block{width:56%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.project-page .project-block .titles-block{gap:15px;width:100%}}.project-page .project-block .titles-block p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%}@media screen and (max-width: 1199px){.project-page .project-block .titles-block p{font-size:14px}}.project-page .video-container{width:100%;aspect-ratio:1.78/1;border-radius:12px;position:relative}@media screen and (max-width: 639px){.project-page .video-container{border-radius:0}}.project-page .video-container .preview,.project-page .video-container .media-wrapper,.project-page .video-container video{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:12px}@media screen and (max-width: 639px){.project-page .video-container .preview,.project-page .video-container .media-wrapper,.project-page .video-container video{border-radius:0}}.project-page .video-container .video-video{width:100%;height:100%;object-fit:cover;border-radius:12px}@media screen and (max-width: 639px){.project-page .video-container .video-video{border-radius:0}}.project-page .content-block{width:100%}.articles-page{background-color:#0f0f0f}.articles-page .breadcrumbs{margin-bottom:45px}.articles-page .articles-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:30px}.articles-page .gradient-block{width:100%;height:auto;box-shadow:0 14px 41px #00000080}@media screen and (max-width: 979px){.articles-page .gradient-block{border-radius:14px}}.articles-page .articles-content{background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:24px;padding:49px 60px 60px}@media screen and (max-width: 979px){.articles-page .articles-content{padding:30px;border-radius:14px}}.articles-page .title{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:50px;font-style:normal;font-weight:300;line-height:50px;margin-bottom:20px;max-width:100%;word-break:break-word}@media screen and (max-width: 979px){.articles-page .title{font-size:30px;line-height:30px;margin-bottom:21px}}.articles-page .text-container{margin-bottom:28px;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%}@media screen and (max-width: 979px){.articles-page .text-container{margin-bottom:25px;font-size:14px;max-height:221px}}.articles-page .text-container p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 979px){.articles-page .text-container p{font-size:14px;-webkit-line-clamp:13}}.articles-page .btn{max-width:242px}@media screen and (max-width: 639px){.articles-page .btn{width:100%;max-width:unset}}.user{display:flex;flex-direction:row;align-items:center;justify-content:start;margin-bottom:33px}@media screen and (max-width: 979px){.user{margin-bottom:25px}}@media screen and (max-width: 427px){.user{flex-direction:column;align-items:start}}.user .user-img{width:41px;height:41px;border-radius:50%;object-fit:cover;margin-right:13px;filter:grayscale(100%)}@media screen and (max-width: 979px){.user .user-img{width:40px;height:40px;margin-right:9px}}.user .user-name{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:25px;font-style:normal;font-weight:400;line-height:120%;margin-right:15px}@media screen and (max-width: 979px){.user .user-name{font-size:24px;margin-right:5px}}.user .date{color:#757575;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%;margin-top:5px}.article-page{background-color:#0f0f0f;padding:100px 0 0}@media screen and (max-width: 979px){.article-page{padding:34px 0 30px}}@media screen and (max-width: 979px){.article-page .container{padding-bottom:40px}}.article-page .article-page-container{padding-bottom:60px}@media screen and (max-width: 979px){.article-page .article-page-container{padding-bottom:40px}}.article-page .gradient-block{box-shadow:0 14px 41px #00000080}.article-page .content{width:100%;height:auto;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:24px;position:relative;padding:47px 57px}.article-page .content .red-block.min{margin-left:10px}@media screen and (max-width: 979px){.article-page .content{padding:31px 29px}}@media screen and (max-width: 979px){.article-page .user{margin-bottom:25px}}.article-page h1{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:50px;font-style:normal;font-weight:300;line-height:85%;word-break:break-word;margin-bottom:30px}@media screen and (max-width: 979px){.article-page h1{font-size:30px;line-height:normal;margin-bottom:10px}}@media screen and (max-width: 400px){.article-page h1{font-size:25px}}.article-page .text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;margin-bottom:0}@media screen and (max-width: 979px){.article-page .text-container{margin-bottom:21px}}.article-page .text-container p{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:300;line-height:120%}@media screen and (max-width: 979px){.article-page .text-container p{font-size:14px}}.article-page img{width:100%;height:auto;border-radius:14px;aspect-ratio:1.98/1;object-fit:cover}.article-page .media-wrapper{width:100%;border-radius:14px;position:relative}.article-page .media-wrapper .skeleton{border-radius:14px}.other-article-wrapper{padding-bottom:40px}@media screen and (max-width: 979px){.other-article-wrapper .article-swiper{margin-bottom:0}}.other-article-wrapper h2{color:#fff}@media screen and (max-width: 979px){.other-article-wrapper h2{margin-bottom:0;font-size:30px}}.other-article-wrapper .title-container{padding-top:60px;padding-bottom:30px}@media screen and (max-width: 979px){.other-article-wrapper .title-container{padding-top:0;padding-bottom:21px}}.other-article-wrapper .swiper-slide{width:454px;height:438px}@media screen and (max-width: 1919px){.other-article-wrapper .swiper-slide{width:342px;height:329px}}@media screen and (max-width: 479px){.other-article-wrapper .swiper-slide{width:251px;height:242px}}.documents-page h1{color:#0f0f0f;font-family:Akzidenz-Grotesk Pro;font-size:46px;font-style:normal;font-weight:300;line-height:90%;margin-bottom:42px}@media screen and (max-width: 1199px){.documents-page h1{font-size:38px}}@media screen and (max-width: 650px){.documents-page h1{margin-bottom:20px;font-size:30px}}.documents-page .documents-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;row-gap:52px;column-gap:60px;align-items:stretch}@media screen and (max-width: 979px){.documents-page .documents-list{grid-template-columns:repeat(2,1fr);gap:30px}}@media screen and (max-width: 650px){.documents-page .documents-list{grid-template-columns:1fr}}.documents-page li{width:100%;height:auto}.documents-page .download-link{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:18px}.documents-page .download-link .doc-icon{width:59px;height:74px;object-fit:contain}@media screen and (max-width: 979px){.documents-page .download-link .doc-icon{width:45px;height:56px}}.documents-page .download-link .info{width:255px;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:18px}@media screen and (max-width: 1199px){.documents-page .download-link .info{width:100%}}@media screen and (max-width: 979px){.documents-page .download-link .info{gap:10px}}.documents-page .download-link .title{width:100%;color:#000;font-family:Akzidenz-Grotesk Pro;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.documents-page .download-link .size-container{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:10px}.documents-page .download-link .size{color:#8c8c8c;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal;text-transform:uppercase}@media screen and (max-width: 979px){.documents-page .download-link .size{font-size:12px}}.documents-page .download-link .link-text{color:#000;font-family:Akzidenz-Grotesk Pro;font-size:14px;font-style:normal;font-weight:300;line-height:normal;text-decoration-line:underline}@media screen and (max-width: 979px){.documents-page .download-link .link-text{font-size:12px}}.error-page{background-color:#0f0f0f;display:flex;align-items:center;justify-content:center}.error-page .container{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:0}.error-page .container img{width:90%;height:auto;object-fit:contain}.error-page .btn{width:360px;border-radius:14px;padding:15px;margin-top:-120px}@media screen and (max-width: 979px){.error-page .btn{max-width:360px;width:100%;margin-top:0}.error-page .btn span{font-size:12px}}.about-page{background:#0F0F0F;padding:100px 0 60px}@media screen and (max-width: 979px){.about-page{padding:34px 0 30px}}.about-page .red-block{background:#4A1717}.about-page .main-container{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;gap:53px}@media screen and (max-width: 979px){.about-page .main-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px}}.about-page h1{line-height:110%;margin-bottom:30px}@media screen and (max-width: 979px){.about-page h1{margin-bottom:20px}}.about-page .red-block.min{width:30px;height:30px}.about-page .media-wrapper{width:100%;height:auto;object-fit:cover;border-radius:14px}.about-page .skeleton{width:100%;height:100%;border-radius:14px;aspect-ratio:1.5/1}.about-page .image{width:100%;height:auto;aspect-ratio:1.5/1;object-fit:cover;border-radius:14px}.about-page.white{background-color:#fff}.contacts-page{background:#0F0F0F;padding:100px 0 0;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 979px){.contacts-page{padding:34px 0 30px}}.contacts-page .map-section{border-top:none}.contacts-page .map-section .container{padding:0}.contacts-page.white{background-color:#fff}.static-page{padding:100px 0 30px}@media screen and (max-width: 979px){.static-page{padding:34px 0 30px}}.static-page h1{font-size:30px;font-weight:400;margin-bottom:40px}@media screen and (max-width: 639px){.static-page h1{font-size:22px}}.static-page.black{background-color:#0f0f0f}.static-page.black h1{color:#fff}.sitemap-page{background-color:#0f0f0f}.sitemap-page h1{color:#fff;margin-bottom:40px}@media screen and (max-width: 1199px){.sitemap-page h1{font-size:60px}}@media screen and (max-width: 979px){.sitemap-page h1{font-size:45px;margin-bottom:20px}}@media screen and (max-width: 639px){.sitemap-page h1{font-size:28px}}.sitemap-page .sitemap-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;max-width:100%}.sitemap-page .sitemap-block{width:100%;display:flex;flex-direction:column}.sitemap-page .map-title{font-family:Akzidenz-Grotesk Pro;font-size:20px;line-height:1.2;color:#fff;font-weight:300}.sitemap-page .sitemap-list a{text-decoration:none;transition:all .3s}.sitemap-page .sitemap-list a:hover{opacity:.5}.sitemap-page ul{margin-left:20px}.sitemap-page ul .sitemap-block{width:100%;display:flex;flex-direction:row}.price-page{background:#0F0F0F;padding:100px 0 60px}@media screen and (max-width: 979px){.price-page{padding:34px 0 30px}}.price-page .main-container{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;gap:53px;padding-bottom:40px}@media screen and (max-width: 979px){.price-page .main-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px}}.price-page h1{line-height:80px;margin-bottom:30px}@media screen and (max-width: 979px){.price-page h1{margin-bottom:20px;line-height:36px}}@media screen and (max-width: 639px){.price-page h1{line-height:28px}}.price-page .red-block.min{width:30px;height:30px}.price-page .media-wrapper{width:100%;height:auto;object-fit:cover;border-radius:14px}.price-page .skeleton{width:100%;height:100%;border-radius:14px;aspect-ratio:1.5/1}.price-page .image{width:100%;height:auto;aspect-ratio:1.5/1;object-fit:cover;border-radius:14px}.price-page.white{background-color:#fff}.attention-cookie{position:fixed;bottom:20px;right:20px;background-color:#535353;width:900px;height:auto;flex-direction:row;align-items:center;justify-content:space-between;padding:15px 25px;border-radius:5px;box-sizing:border-box;display:flex;opacity:0;z-index:-1;transition:all .3s}@media screen and (max-width: 979px){.attention-cookie{width:100%;bottom:0;right:0;left:0}}.attention-cookie .text{font-weight:400;font-family:Akzidenz-Grotesk Pro;text-align:left;font-size:15px;line-height:1.55;color:#fff;padding-right:10px}@media screen and (max-width: 979px){.attention-cookie .text{font-size:14px}}@media screen and (max-width: 639px){.attention-cookie .text{font-size:12px}}.attention-cookie a{color:#ff8562;text-decoration:none;font-weight:400;font-family:Akzidenz-Grotesk Pro;font-size:15px}@media screen and (max-width: 979px){.attention-cookie a{font-size:14px}}@media screen and (max-width: 639px){.attention-cookie a{font-size:12px}}.attention-cookie button{color:#555;border:1px solid #999999;background-color:#ebebeb;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.attention-cookie button span{font-family:Akzidenz-Grotesk Pro;font-weight:400;font-size:16px}.attention-cookie.show{opacity:1;z-index:9999}.paginator{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;z-index:3;margin-top:40px}@media screen and (max-width: 1919px){.paginator{margin-top:30px}}.paginator.hidden{display:none}.paginator .pages .text{color:#ffffff4d;font-family:Akzidenz-Grotesk Pro;font-size:16px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 639px){.paginator .pages .text{font-size:14px}}.paginator .pages .value{color:#fff}.paginator-arrow{border-radius:10px;border:1px solid #FFF;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:10px;transition:all .3s}.paginator-arrow span{display:none}@media screen and (max-width: 639px){.paginator-arrow{width:34px;height:34px;padding:5px}}.paginator-arrow:after{content:"";background-image:url(/build/assets/paginator-arrow-a15cf388.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}.paginator-arrow.prev:after{transform:rotate(180deg)}.paginator-arrow:hover{opacity:.5}.paginator-item-disabled{opacity:.5;pointer-events:none}#paginator-wrapper{width:100%}.article-card{border-radius:31px}@media screen and (max-width: 1919px){.article-card{border-radius:24px}}@media screen and (max-width: 479px){.article-card{border-radius:18px}}.article-card .content-wrapper{width:100%;height:100%}.article-card .content{width:100%;height:100%;background:linear-gradient(136deg,#1F1F1F 5.43%,#000 96.6%);border-radius:31px;padding:45px 54px}@media screen and (max-width: 1919px){.article-card .content{border-radius:24px;padding:34px 41px}}@media screen and (max-width: 479px){.article-card .content{border-radius:18px;padding:25px 30px}}.article-card .user{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;position:relative;margin-bottom:22px}@media screen and (max-width: 1919px){.article-card .user{gap:12px;margin-bottom:17px}}@media screen and (max-width: 479px){.article-card .user{gap:9px;margin-bottom:13px}}.article-card .user .media-wrapper{min-width:52px;min-height:52px;max-width:52px;max-height:52px;width:52px;height:52px;border-radius:50%}@media screen and (max-width: 1919px){.article-card .user .media-wrapper{min-width:39px;min-height:39px;max-width:39px;max-height:39px;width:39px;height:39px}}@media screen and (max-width: 479px){.article-card .user .media-wrapper{min-width:29px;min-height:29px;max-width:29px;max-height:29px;width:29px;height:29px}}.article-card .user .media-wrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:unset;border-radius:50%}.article-card .user .media-wrapper .skeleton{width:100%;height:100%;border-radius:50%}.article-card .user .user-name{font-size:24px;margin-right:0;max-width:50%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.article-card .user .user-name{font-size:18px}}@media screen and (max-width: 479px){.article-card .user .user-name{font-size:14px;max-width:60%}}.article-card .user .date{position:absolute;top:0;right:0;font-size:10px}@media screen and (max-width: 1919px){.article-card .user .date{font-size:8px}}@media screen and (max-width: 479px){.article-card .user .date{font-size:6px}}.article-card .text-container{max-height:76px;height:76px;margin-bottom:27px;color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:16px}@media screen and (max-width: 1919px){.article-card .text-container{max-height:56px;height:56px;font-size:12px;margin-bottom:22px}}@media screen and (max-width: 479px){.article-card .text-container{max-height:44px;height:44px;font-size:9px;margin-bottom:14px}}.article-card .text-container p,.article-card .text-container span{font-size:16px;font-family:Akzidenz-Grotesk Pro;color:#fff;display:-webkit-box;-webkit-line-clamp:4;line-height:120%;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.article-card .text-container p,.article-card .text-container span{font-size:12px}}@media screen and (max-width: 479px){.article-card .text-container p,.article-card .text-container span{font-size:9px}}.article-card h3{color:#fff;font-family:Akzidenz-Grotesk Pro;font-size:24px;font-style:normal;font-weight:300;line-height:80%;display:-webkit-box;-webkit-line-clamp:2;line-height:120%;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:wrap;margin-bottom:32px}@media screen and (max-width: 1919px){.article-card h3{margin-bottom:24px;font-size:18px}}@media screen and (max-width: 479px){.article-card h3{margin-bottom:18px;font-size:14px;margin-left:19px}}.article-card h3 span{font-size:24px;display:-webkit-box;-webkit-line-clamp:2;line-height:120%;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:wrap}@media screen and (max-width: 1919px){.article-card h3 span{font-size:18px}}@media screen and (max-width: 479px){.article-card h3 span{font-size:14px}}.article-card .btn-secondary{width:100%;padding:20px 5px}@media screen and (max-width: 1919px){.article-card .btn-secondary{padding:16px 5px}}@media screen and (max-width: 479px){.article-card .btn-secondary{padding:11px 5px}}.article-card .btn-secondary span{font-size:22px}@media screen and (max-width: 1919px){.article-card .btn-secondary span{font-size:16px}}@media screen and (max-width: 479px){.article-card .btn-secondary span{font-size:12px}}
