

/* Start:/local/templates/novatech/mockup/dist/assets/components/fancybox-4.0.7/fancybox.css?175222829315369*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/novatech/mockup/dist/assets/components/swiper-7.2.0/css/swiper-bundle.min.css?175222829315562*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{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,.swiper-3d .swiper-wrapper{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-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-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right: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:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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{transform:scale(1)}.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: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;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:10px;top:50%;transform:translate3d(0px,-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:translateX(-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{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .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:0px;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}
/* End */


/* Start:/local/templates/novatech/mockup/dist/assets/styles/app.css?1752228292195318*/
@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Regular.woff2") format('woff2'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Regular.woff") format('woff'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-SemiBold.woff2") format('woff2'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-SemiBold.woff") format('woff'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Black.woff2") format('woff2'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Black.woff") format('woff'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Inter/Inter-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  src: url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-SemiBold.woff2") format('woff2'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-SemiBold.woff") format('woff'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  src: url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-Bold.woff2") format('woff2'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-Bold.woff") format('woff'), url("/local/templates/novatech/mockup/dist/assets/styles/../fonts/Raleway/Raleway-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #383836;
  font-family: Inter, Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: 700;
  line-height: 1.4;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
h1:not([class]) {
  margin: 0 0 40px;
  font-size: 42px;
}
h2:not([class]) {
  margin: 0 0 30px;
  font-size: 36px;
}
h3:not([class]) {
  margin: 0 0 25px;
  font-size: 28px;
}
h4:not([class]) {
  margin: 0 0 20px;
  font-size: 24px;
}
h5:not([class]) {
  margin: 0 0 15px;
  font-size: 20px;
}
h6:not([class]) {
  margin: 0 0 10px;
  font-size: 18px;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]) {
  margin: 0 0 25px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child,
hr:not([class]):last-child,
fieldset:not([class]):last-child {
  margin-bottom: 0;
}
img:not([class]) {
  max-width: 100%;
}
ul:not([class]) {
  margin: 0 0 20px;
  list-style: none;
}
ul:not([class]) > li:not([class]):before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 8px;
  width: 5px;
  height: 5px;
  background: #343434;
  border-radius: 50%;
}
ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol);
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  color: #343434;
}
li:not([class]) {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style: none;
}
li:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}
th:not([class]) {
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dedede;
}
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #e6e6e6;
}
thead:not([class]) {
  color: #888;
}
tfoot:not([class]) {
  color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #e6e6e6;
}
a:not([class]) {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/*a:not([class]):link {
  color: #2b2bd6;*/
}
/*a:not([class]):visited {
  color: #d6224c;
}*/
/*a:not([class]):hover {
  color: #0b89f5;*/
}
/*a:not([class]):active {
  color: #71afe4;*/
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  background: #f1f1f1;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
  padding: 20px;
  border: 1px solid #dedede;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
textarea:not([class]) {
  resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
  margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
  background: #bbb;
}
label:not([class]) {
  font-weight: 700;
}
.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}
.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}
[class|="bx"] a:not([class]) {
  -webkit-text-fill-color: currentColor;
  background-color: transparent;
  background-image: none;
}
.accordion-group {
  display: block;
  border: 1px solid #383836;
}
.accordion-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion-group__item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #868686;
}
.accordion-group__item:last-child {
  border-bottom: none;
}
.accordion {
  position: relative;
  display: block;
  overflow: hidden;
}
.accordion__header {
  position: relative;
  display: block;
}
.accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 26px 26px 26px 48px;
  color: #383836;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .accordion__trigger {
    padding: 24px 24px 24px 48px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16667;
  }
}
.accordion__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 27px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__body {
  display: none;
  border-top: 1px solid #868686;
}
.accordion__interactive-group {
  display: block;
  margin: 0 0 32px;
}
.accordion__interactive-group:last-child {
  margin-bottom: 0;
}
.accordion_state_open .accordion__trigger:after {
  -webkit-transform: translate(-50%, -75%) rotate(135deg);
          transform: translate(-50%, -75%) rotate(135deg);
}
.accordion_state_open .accordion__body {
  display: block;
}
.advantage-group {
  display: block;
  overflow: hidden;
}
.advantage-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
 margin-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .advantage-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -13px;
  }
}
.advantage-group__item {
  display: block;
  margin: 0 0 24px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .advantage-group__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .advantage-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.advantage-group__item:last-child {
  margin: 0;
}
.advantage-group__panel {
  height: 100%;
}
.advantage-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    align-items: center;
}
@media only screen and (min-width: 768px) {
  .advantage-panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
    padding: 10px 24px 11px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 93%, transparent 0), linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 93%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 99%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 99%, transparent 0);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    background-size: 1px 95%, 1px 95%, 95% 1px, 95% 1px;
  }
}
.advantage-panel__illustration {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .advantage-panel__illustration {
    margin: 0 0 20px;
  }
}
.advantage-panel__illustration:last-child {
  margin: 0;
}
.advantage-panel__image {
  display: block;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .advantage-panel__image {
    width: auto;
    max-width: 100%;
    max-height: 150px;
  }
}
.advantage-panel__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .advantage-panel__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.advantage-panel__title {
  display: block;
  margin: 0 0 4px;
}
.advantage-panel__title:last-child {
  margin-bottom: 0;
}
.advantage-panel__text {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 768px) {
  .advantage-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.advantage-panel__text:last-child {
  margin-bottom: 0;
}
.article {
  display: block;
}
.article__intro {
  position: relative;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .article__intro {
    margin: 0 0 24px;
  }
}
.article__intro:last-child {
  margin-bottom: 0;
}
.article__date {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
  display: block;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.429;
  background: #383836;
}
@media only screen and (min-width: 768px) {
  .article__date {
    top: 32px;
  }
}
.article__content {
  display: block;
  margin: 0 0 40px;
}
.article__content:last-child {
  margin-bottom: 0;
}
.article__text {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.article__controls {
  display: block;
}
@media only screen and (min-width: 768px) {
  .article__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.article__control {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .article__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    margin: 0 20px 0 0;
  }
}
.article__control:last-child {
  margin: 0;
}
.banner {
  position: relative;
  display: block;
}
.banner__background {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.banner__background:before {
  content: '';
  display: block;
  width: 100%;
  padding: 56.72% 0 0;
}
@media only screen and (min-width: 768px) {
  .banner__background:before {
    display: none;
  }
}
.banner__background:last-child {
  margin-bottom: 0;
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .banner__image {
    position: static;
  }
}
.banner__wrapper {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .banner__wrapper {
    padding: 0;
  }
}
.banner__content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .banner__content {
    min-height: 480px;
    padding: 48px;
  }
}
.banner__controls {
  display: block;
}
@media only screen and (min-width: 480px) {
  .banner__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .banner__controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin: auto 0 0;
  }
}
.banner__control {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 480px) {
  .banner__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    min-width: 235px;
    margin: 0 16px 0 0;
  }
}
.banner__control:last-child {
  margin: 0;
}
.breadcrumbs {
  display: block;
}
.breadcrumbs__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 24px;
}
.breadcrumbs__item {
  position: relative;
  display: inline;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 28px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  color: currentColor;
  background-image: url("/local/templates/novatech/mockup/dist/assets/styles/../blocks/breadcrumbs/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.breadcrumbs__link {
  color: #868686;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus,
.breadcrumbs__link:active {
  color: #009fdc;
  text-decoration: none;
  outline: none;
}
.breadcrumbs__label {
  color: #383836;
}
.bullet-pagination {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.bullet-pagination__button {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 2px 8px 2px 0;
  color: #dedede;
  font-size: 0;
  text-decoration: none;
  background: currentColor;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: width, height, margin, color;
  transition-property: width, height, margin, color;
}
.bullet-pagination__button:hover {
  color: #009fdc;
}
.bullet-pagination__button:last-child {
  margin-right: 0;
}
.bullet-pagination__button_state_active {
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-bottom: 0;
  color: #009fdc;
}
.burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: #383836;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.burger:hover {
  color: #383836;
  text-decoration: none;
}
.burger:focus {
  color: #262629;
  text-decoration: none;
  outline: none;
}
.burger__bars {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 18px;
  height: 14px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.burger__bars:before,
.burger__bars:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.burger__bars:before {
  top: 3px;
}
.burger__bars:after {
  top: 8px;
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  padding: 0 23px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #009fdc;
  border: 1px solid #009fdc;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
}
.button:hover:not(:disabled),
.button:active:not(:disabled),
.button:focus:not(:disabled) {
  color: #009fdc;
  text-decoration: none;
  background-color: #fff;
  border-color: #009fdc;
}
.button:disabled {
  opacity: 0.5;
}
.button__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.button__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  stroke: currentColor;
  fill: transparent;
}
.button_width_full {
  display: block;
  width: 100%;
}
.button_width_s {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .button_width_s {
    width: 235px;
  }
}
.button_size_s {
  height: 40px;
}
.button_size_m {
  height: 48px;
}
.button_size_l {
  height: 56px;
}
@media only screen and (min-width: 1px) {
  .button_size_xs-s {
    height: 40px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-m {
    height: 48px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-l {
    height: 56px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-s {
    height: 40px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-m {
    height: 48px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-l {
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-s {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-m {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-l {
    height: 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-s {
    height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-m {
    height: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-l {
    height: 56px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-s {
    height: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-m {
    height: 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-l {
    height: 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-s {
    height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-m {
    height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-l {
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .button_type_wide {
    padding: 0 39px;
  }
}
.button_style_outline {
  color: #009fdc;
  background: transparent;
  border-color: #009fdc;
}
.button_style_outline:hover:not(:disabled),
.button_style_outline:active:not(:disabled),
.button_style_outline:focus:not(:disabled) {
  color: #fff;
  text-decoration: none;
  background-color: #009fdc;
  border-color: #009fdc;
}
.button_case_upper {
  text-transform: uppercase;
}
.button_shadow_primary {
  -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
          box-shadow: 0 4px 8px rgba(134,134,134,0.3);
}
.button_shadow_none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 1px) {
  .button_shadow_xs-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 1px) {
  .button_shadow_xs-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 480px) {
  .button_shadow_s-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 480px) {
  .button_shadow_s-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) {
  .button_shadow_m-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 768px) {
  .button_shadow_m-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1025px) {
  .button_shadow_l-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 1025px) {
  .button_shadow_l-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1281px) {
  .button_shadow_xl-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 1281px) {
  .button_shadow_xl-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1440px) {
  .button_shadow_xxl-primary {
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  }
}
@media only screen and (min-width: 1440px) {
  .button_shadow_xxl-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.button_state_loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: buttonLoader;
          animation-name: buttonLoader;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.button_state_loading .button__holder {
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes buttonLoader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes buttonLoader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.certificate-group {
  display: block;
}
.certificate-group__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) {
  .certificate-group__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .certificate-group__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .certificate-group__list {
    grid-template-columns: repeat(auto-fill, 224px);
    grid-gap: 130px;
    justify-content: center;
  }
}
.certificate-group__item {
  display: block;
  margin: 0;
  padding: 0;
}
.certificate-group__panel {
  display: block;
  color: inherit;
  font-size: 14px;
  line-height: 1.429;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .certificate-group__panel {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .certificate-group__panel {
    font-size: 16px;
    line-height: 1.5;
  }
}
.certificate-group__caption {
  display: block;
  margin: 0 0 8px;
	min-height: 3em;
}
@media only screen and (min-width: 768px) {
  .certificate-group__caption {
    margin: 0 0 16px;
  }
}
.certificate-group__caption:last-child {
  margin-bottom: 0;
}
.certificate-group__illustration {
  display: block;
	box-shadow: 3px 2px 10px #d3eaf2;
}

.certificate-group__illustration:hover{
  display: block;
	box-shadow: 3px 2px 10px #009fdc;
}


.certificate-group__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.check-elem {
  position: relative;
  font-size: 14px;
  line-height: 1.429;
}
.check-elem__input {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  opacity: 0.01;
}
.check-elem__input:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  color: #868686;
  font: inherit;
  line-height: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.check-elem__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #868686;
  border-radius: 4px;
}
.check-elem__label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 6px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.check-elem_style_true-white .check-elem__label {
  color: #dadada;
}
.check-elem_style_true-white .check-elem__label:before {
  background: #dadada;
}
.check-elem_style_true-white .check-elem:after {
  border-color: #009fdc;
}
.contact-group {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .contact-group {
    font-size: 16px;
  }
}
.contact-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 12px;
  padding: 0;
}
.contact-group__item:last-child {
  margin-bottom: 0;
}
.contact-group__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  color: #262629;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .contact-group__contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact-group__contact[href] {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-group__contact[href]:hover {
  color: #262629;
  text-decoration: none;
  opacity: 0.8;
}
.contact-group__contact[href]:focus {
  color: #262629;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
.contact-group__icon-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px 0 0;
}
.contact-group__icon-wrapper:last-child {
  margin-right: 0;
}
.contact-group__icon {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: transparent;
}
.contact-group__text {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.contact-group_align_left .contact-group__contact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-group_size_l {
  font-size: 16px;
}
.contacts {
  display: block;
}
.contacts__contact-group {
  display: block;
  margin: 0 0 24px;
}
.contacts__contact-group:last-child {
  margin-bottom: 0;
}
.dev-credit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #383836;
  font-size: 12px;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .dev-credit__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__control.footer__control_state_hidden-s{
    display:none;
}
.dev-credit__logo {
  margin: 0 4px;
}
.dev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 198px;
  padding: 2px 0;
  text-decoration: none;
  border: 1px solid #868686;
  border-radius: 20px;
}
.dev-link__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dev-link__text {
  margin: 0 5px 0 0;
  color: #868686;
  font-size: 12px;
  font-weight: 700;
}
.entity-group {
  display: block;
}
.entity-group__content {
  display: block;
  margin: 0 0 64px;
}
.entity-group__content:last-child {
  margin-bottom: 0;
}
.entity-group__wrapper {
  display: block;
  overflow: hidden;
}
.entity-group__panel {
  display: block;
  margin: 0 0 16px;
}
.entity-group__panel:last-child {
  margin-bottom: 0;
}
.entity-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .entity-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -12px;
  }
}
@media only screen and (min-width: 1025px) {
  .entity-group__list {
    margin: -20px;
  }
}
.entity-group__item {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .entity-group__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
            flex: 0 1 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    margin: 0;
    padding: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .entity-group__item {
    padding: 20px;
  }
}
.entity-group__item:last-child {
  margin-bottom: 0;
}
.entity-group__snippet {
  height: 100%;
}
.entity-group__pagination {
  display: block;
  margin: 0 0 64px;
}
.entity-group__pagination:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68.75%;
            flex: 0 1 68.75%;
    width: 68.75%;
    max-width: 68.75%;
    margin: 0;
    padding: 0 16px 0 0;
  }
}
.entity-group_layout_separated .entity-group__panel:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__panel:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.25%;
            flex: 0 1 31.25%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 31.25%;
    max-width: 31.25%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-group_layout_separated .entity-group__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-group_size_l .entity-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.entity-snippet {
  position: relative;
  display: block;
  padding: 15px;
  border: 1px solid #dedede;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.entity-snippet:hover {
  border-color: #009fdc;
}
.entity-snippet__wrapper {
  display: block;
}
.entity-snippet__illustration {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
.entity-snippet__illustration:last-child {
  margin-bottom: 0;
}
.entity-snippet__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 58.514% 0 0;
}
@media only screen and (min-width: 768px) {
  .entity-snippet__illustration:before {
    padding: 58.696% 0 0;
  }
}
.entity-snippet__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entity-snippet__date {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
  display: block;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.429;
  background: #383836;
}
.entity-snippet__content {
  display: block;
}
.entity-snippet__title {
  display: block;
  margin: 0 0 8px;
  /*font-family: Raleway, sans-serif;*/
  font-family: Inter, Arial, sans-serif;
  /*font-size: 20px;*/
  font-size: 16px;
  /*font-weight: 600;*/
  font-weight: 400;
  line-height: 1.16667;
}
.entity-snippet__title:last-child {
  margin-bottom: 0;
}
.entity-snippet__link {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.entity-snippet__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.entity-snippet__text {
  display: block;
  font-size: 14px;
  line-height: 1.21;
}
@media only screen and (min-width: 768px) {
  .entity-snippet_size_l .entity-snippet__illustration:before {
    padding: 52.163% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-snippet_size_l .entity-snippet__date {
    top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-snippet_size_l .entity-snippet__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .entity-snippet_illustration-height_m .entity-snippet__illustration:before {
    padding: 55.1% 0 0;
  }
}
.entry-group {
  display: block;
}
.entry-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-group__item {
  display: block;
  margin: 0 0 28px;
  padding: 0;
}
.entry-group__item:last-child {
  margin-bottom: 0;
}
.entry-snippet {
  display: block;
}
.entry-snippet__heading {
  display: block;
  margin: 0 0 15px;
}
.entry-snippet__heading:last-child {
  margin-bottom: 0;
}
.entry-snippet__title {
  display: block;
  margin: 0 0 15px;
  padding: 5px 0 3px;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__title {
    padding: 7px 0 5px;
  }
}
.entry-snippet__title:last-child {
  margin-bottom: 0;
}
.entry-snippet__main {
  display: block;
  margin: 0 0 8px;
}
.entry-snippet__main:last-child {
  margin-bottom: 0;
}
.entry-snippet__text {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.entry-snippet__meta {
  display: block;
}
.entry-snippet__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8px;
}
.entry-snippet__labels:last-child {
  margin-bottom: 0;
}
.entry-snippet__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.fact-list {
  display: block;
}
.fact-list__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fact-list__item {
  display: block;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .fact-list__item {
    margin: 0 0 24px;
  }
}
.fact-list__item:last-child {
  margin-bottom: 0;
}
.fact-list__panel {
  display: block;
}
@media only screen and (min-width: 768px) {
  .fact-list__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    align-items: center;
  }
}
.fact-list__illustration {
  display: block;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .fact-list__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0 16px 0 0;
  }

 .fact-list__panel:hover .fact-list__illustration{
    filter: drop-shadow(35px 1px 0px rgb(141 209 220));
    animation: shake 2s;
     animation-iteration-count: infinite;
  }
    @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

 .fact-list__illustration:last-child {
  margin: 0;
}
.fact-list__image {
  display: block;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 0;
  margin-left:0;
}
}
@media only screen and (max-width: 767px) {
.fact-list__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0 16px 0 0;
  }
 .fact-list__panel:hover .fact-list__illustration{
    filter: drop-shadow(35px 1px 0px rgb(141 209 220));
    animation: shake 2s;
     animation-iteration-count: infinite;
  }
    @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.fact-list__illustration:last-child {
  margin: 0;
}

.fact-list__image {
  display: block;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 0;
margin-left:35%;
}
  .fact-list__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
   text-align:justify;
    padding:10px;
    font-size:16px;
    line-height:normal;
  }
}

.fact-list__text {
  display: block;
}
@media only screen and (min-width: 768px) {
  .fact-list__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.fancybox__slide {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .fancybox__slide {
    padding: 12px;
  }
}
.fancybox__container:focus {
  outline: none;
}
.fancybox__content > .carousel__button.is-close {
  top: 8px;
  right: 7px;
  color: #262629;
}
@media only screen and (min-width: 768px) {
  .fancybox__content > .carousel__button.is-close {
    top: 16px;
    right: 16px;
  }
}
.fancybox__content .carousel__button {
  width: 40px;
  height: 40px;
}
.fancybox__content .carousel__button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  -webkit-filter: none;
          filter: none;
}
@media only screen and (min-width: 768px) {
  .fancybox__content .carousel__button svg {
    width: 30px;
    height: 30px;
  }
}
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default;
}
.feature-group {
  display: block;
  overflow: hidden;
}
.feature-group__text {
  display: block;
  margin: 0 0 16px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .feature-group__text {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16667;
  }
}
.feature-group__text:last-child {
  margin-bottom: 0;
}
.feature-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -10px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .feature-group__list {
    margin: -20px -35px;
  }
}
.feature-group__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .feature-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .feature-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    padding: 20px 35px;
  }
}
.feature-group_layout_spread .feature-group__list {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread .feature-group__list {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .feature-group_layout_spread .feature-group__list {
    grid-template-columns: repeat(auto-fill, 300px);
  }
}
@media only screen and (min-width: 1281px) {
  .feature-group_layout_spread .feature-group__list {
    grid-template-columns: repeat(auto-fill, 320px);
    grid-gap: 40px;
  }
}
.feature-group_layout_spread .feature-group__item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread .feature-group__item {
    margin: 0;
  }
}
.feature-group_layout_spread .feature-group__item:last-child {
  margin-bottom: 0;
}
.feature-group_layout_spread-compact .feature-group__list {
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread-compact .feature-group__list {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .feature-group_layout_spread-compact .feature-group__list {
    grid-template-columns: repeat(auto-fill, 280px);
    grid-gap: 60px;
  }
}
.feature-group_layout_spread-compact .feature-group__item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread-compact .feature-group__item {
    margin: 0;
  }
}
.feature-group_layout_spread-compact .feature-group__item:last-child {
  margin-bottom: 0;
}
.feature-group_layout_spread-compacter .feature-group__list {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread-compacter .feature-group__list {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(3, 240px);
    grid-gap: 40px;
    margin: 50px;
  }
}
.feature-group_layout_spread-compacter .feature-group__item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .feature-group_layout_spread-compacter .feature-group__item {
    margin: 0;
  }
}
.feature-group_layout_spread-compacter .feature-group__item:last-child {
  margin-bottom: 0;
}
.feature-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.feature-panel__illustration {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .feature-panel__illustration {
    margin: 0 0 24px;
  }
}
.feature-panel__illustration:last-child {
  margin-bottom: 0;
}
.feature-panel__image {
  display: block;
  width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
.feature-panel__image{
  width: 100px;
}
}
.feature-panel__text {
  display: block;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 768px) {
  .feature-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.feature-panel_image-size_auto .feature-panel__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 104px;
  height: 104px;
}
.feature-panel_image-size_auto .feature-panel__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.feature-panel_spacing_s {
  /* display: block;*/
  /* text-align: left;*/
}
.feature-panel_spacing_s .feature-panel__illustration {
  margin: 0 0 8px;
}
.feature-panel_spacing_s .feature-panel__illustration:last-child {
  margin-bottom: 0;
}
.feature-panel_layout_shifting {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .feature-panel_layout_shifting {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.feature-panel_layout_shifting .feature-panel__illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  max-width: 100px;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .feature-panel_layout_shifting .feature-panel__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 0 0 4px;
  }
}
.feature-panel_layout_shifting .feature-panel__illustration:last-child {
  margin: 0;
}
.feature-panel_layout_shifting .feature-panel__image {
  width: auto;
  max-width: 100%;
  max-height: 76px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .feature-panel_layout_shifting .feature-panel__image {
    max-height: none;
    margin: 0;
  }
}
.feature-panel_layout_shifting .feature-panel__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.file-group {
  position: relative;
  display: block;
  overflow: hidden;
}
.file-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .file-group__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
             gap:120px;
  }
}
.file-group__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .file-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .file-group__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 224px;
  }
}
@media only screen and (min-width: 768px) {
  .file-group_layout_spread .file-group__list {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(3, 200px);
    grid-gap: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .file-group_layout_spread .file-group__item {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.file-input {
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .file-input {
    padding: 8px 0 0;
  }
}
.file-input__wrapper {
  position: relative;
  display: block;
}
.file-input__input {
  position: absolute;
  top: 50%;
  left: 36px;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  opacity: 0.001;
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
}
.file-input__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #868686;
  font-size: 14px;
  line-height: 1.429;
}
.file-input__icon-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 8px 0 0;
}
.file-input__icon-wrapper:last-child {
  margin-right: 0;
}
.file-input__icon {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: transparent;
}
.file-input__note {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.file-input__label {
  display: block;
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 1.429;
  text-align: center;
}
.file-panel__illustration {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 0 4px;
}
.file-panel__illustration:last-child {
  margin-bottom: 0;
}
.file-panel__icon {
  display: block;
  width: 72px;
  height: 72px;
}
.file-panel__caption {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.file-panel__link {
  color: #009fdc;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.file-panel__link:hover {
  color: #009fdc;
  text-decoration: none;
  border-color: transparent;
}
.file-panel__link:focus {
  color: #ccecf8;
  text-decoration: none;
  outline: none;
}
.file-panel__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  display: block;
  padding: 48px 0 4px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 48px 0 15px;
    border-top: 1px solid #009fdc;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 18px;
}
.footer__main:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    margin: 0 0 46px;
  }
}
.footer__logo-wrap {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .footer__logo-wrap {
    display: block;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
  margin-right: 30px;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  padding: 10px 0;
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 1px solid #868686;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    margin: 5px 0 0;
    color: #262629;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__copyright {
    display: block;
    min-height: auto;
    padding: 0;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer__copyright_state_hidden {
    display: none;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 25px;
  }
}
.footer__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 33px;
}
@media only screen and (min-width: 768px) {
  .footer__control {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    margin: 0;
  }
}
.footer__control:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer__control_state_hidden-s {
    display: none;
  }
}
.footer__title {
  margin: 0 0 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__title {
    text-align: inherit;
  }
}
.footer__title:last-child {
  margin-bottom: 0;
}
.footer__list {
  margin: 0 0 8px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    text-align: inherit;
  }
}
.footer__info {
  margin: 0 40px;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__info {
    margin: 0 60px 0 118px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-top: 1px solid #868686;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 0;
    text-align: inherit;
  }
}
.footer__text,
.footer__link {
  color: #383836;
  font-size: 10px;
  line-height: 1.2;
}
.footer__link-item {
  margin-bottom: 4px;
}
.footer__credit {
  padding: 10px 0;
  border-bottom: 1px solid #868686;
}
@media only screen and (min-width: 768px) {
  .footer__credit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    border: none;
  }
}
.footer__links {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
.form-control {
  display: block;
  line-height: 1.255;
}
.form-control__holder {
  position: relative;
  display: block;
}
.form-control__holder:focus-within .form-control__label {
  color: #383836;
}
.form-control__holder:focus-within .form-control__input {
  border-color: #383836;
}
.form-control__label {
  display: block;
  color: #868686;
  font-size: 14px;
  line-height: 1.429;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .form-control__label {
    margin: 0 0 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .form-control__label:last-child {
    margin-bottom: 0;
  }
}
.form-control__field,
.form-control__check-group {
  position: relative;
  display: block;
}
.form-control__input,
.form-control__textarea,
.form-control__select,
.form-control .choices__inner {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #383836;
  font-size: 14px;
  line-height: 38px;
  background: transparent;
  border: 1px solid #868686;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .form-control__input,
  .form-control__textarea,
  .form-control__select,
  .form-control .choices__inner {
    height: 45px;
    font-size: 16px;
    line-height: 43px;
  }
}
.form-control__input::-webkit-input-placeholder,
.form-control__textarea::-webkit-input-placeholder,
.form-control__select::-webkit-input-placeholder {
  color: #868686;
  font-size: 14px;
}
.form-control__input:-ms-input-placeholder,
.form-control__textarea:-ms-input-placeholder,
.form-control__select:-ms-input-placeholder {
  color: #868686;
  font-size: 14px;
}
.form-control__input::-moz-placeholder,
.form-control__textarea::-moz-placeholder,
.form-control__select::-moz-placeholder {
  color: #868686;
  font-size: 14px;
  opacity: 1;
}
.form-control__input::-ms-input-placeholder,
.form-control__textarea::-ms-input-placeholder,
.form-control__select::-ms-input-placeholder {
  color: #868686;
  font-size: 14px;
  opacity: 1;
}
.form-control__input::placeholder,
.form-control__textarea::placeholder,
.form-control__select::placeholder {
  color: #868686;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .form-control__input::-webkit-input-placeholder,
  .form-control__textarea::-webkit-input-placeholder,
  .form-control__select::-webkit-input-placeholder {
    color: #868686;
    font-size: 16px;
  }
  .form-control__input:-ms-input-placeholder,
  .form-control__textarea:-ms-input-placeholder,
  .form-control__select:-ms-input-placeholder {
    color: #868686;
    font-size: 16px;
  }
  .form-control__input::-moz-placeholder,
  .form-control__textarea::-moz-placeholder,
  .form-control__select::-moz-placeholder {
    color: #868686;
    font-size: 16px;
    opacity: 1;
  }
  .form-control__input::-ms-input-placeholder,
  .form-control__textarea::-ms-input-placeholder,
  .form-control__select::-ms-input-placeholder {
    color: #868686;
    font-size: 16px;
    opacity: 1;
  }
  .form-control__input::placeholder,
  .form-control__textarea::placeholder,
  .form-control__select::placeholder {
    color: #868686;
    font-size: 16px;
    opacity: 1;
  }
}
.form-control__input:focus,
.form-control__textarea:focus,
.form-control__select:focus {
  border-color: #383836;
}
.form-control__input:disabled,
.form-control__textarea:disabled,
.form-control__select:disabled {
  pointer-events: none;
  background-color: #ededed;
}
.form-control__input_state_invalid,
.form-control__textarea_state_invalid,
.form-control__select_state_invalid {
  border-color: #ff2626;
}
.form-control__input_state_invalid:focus,
.form-control__textarea_state_invalid:focus,
.form-control__select_state_invalid:focus {
  border-color: #ff2626;
}
.form-control__input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form-control__input[type='number']::-webkit-outer-spin-button,
.form-control__input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.form-control__textarea {
  resize: none;
  height: 126px;
  min-height: 40px;
  max-height: 160px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.429;
}
.form-control__textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-control__textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 4px;
}
.form-control__textarea::-webkit-scrollbar-thumb {
  background-color: #383836;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .form-control__textarea {
    height: 170px;
    min-height: 45px;
    max-height: 237px;
    padding-top: 10px;
    line-height: 1.5;
  }
}
.form-control__check-group {
  display: block;
  padding: 7px 0 0;
}
@media only screen and (min-width: 1025px) {
  .form-control__check-group {
    padding: 3px 0 0;
  }
}
.form-control__check-item {
  display: block;
  margin: 0 0 10px;
}
.form-control__check-item:last-child {
  margin-bottom: 0;
}
.form-control__switch-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0;
}
.form-control__switch-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  margin: 0 33px 0 0;
  padding: 10px 0 0;
}
@media only screen and (min-width: 1025px) {
  .form-control__switch-item {
    margin: 0 53px 0 0;
  }
}
.form-control__switch-item:last-child {
  margin-right: 0;
}
.form-control__links {
  display: block;
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 1.286;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form-control__links {
    text-align: right;
  }
}
.form-control__message {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control__message_style_error {
  color: #ff2626;
}
.form-control__decoration {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-control__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #383836;
}
.form-control__trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  background-image: url("/local/templates/novatech/mockup/dist/assets/styles/../blocks/form-control/images/hidden.svg");
  background-position: 50% 50%;
  background-size: contain;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-control__trigger_state_active.form-control__trigger_type_password {
  background-image: url("/local/templates/novatech/mockup/dist/assets/styles/../blocks/form-control/images/visible.svg");
}
.form-control .form-control__field .choices[data-type*='select-one']:after {
  top: 50%;
  right: 29px;
  width: 10px;
  height: 10px;
  margin: 0;
  border: none;
  border-right: 1px solid c-grey-dark;
  border-bottom: 1px solid c-grey-dark;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
          transform: translate(50%, -75%) rotate(45deg);
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__inner {
  min-height: auto;
  padding: 7px 11px;
  line-height: 22px;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__list {
  padding: 0;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__list--dropdown {
  overflow: hidden;
  margin: 2px 0 0;
  border: none;
  border-radius: 8px;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice {
  padding: 12px;
  color: c-dark;
  font-size: 16px;
  line-height: 1.375;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.is-selected {
  background: c-milk;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.is-highlighted {
  color: #fff;
  background: #383836;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.choices__placeholder {
  display: none;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__placeholder {
  color: #868686;
  opacity: 1;
}
.form-control .form-control__field .choices[data-type*='select-one'].is-focused .choices__inner {
  border-color: #383836;
}
.form-control .form-control__field .choices[data-type*='select-one'].is-open:after {
  -webkit-transform: translate(50%, -25%) rotate(-135deg);
          transform: translate(50%, -25%) rotate(-135deg);
}
.form-control .form-control__field .choices[data-type*='select-one'].is-open .choices__list--dropdown {
  border: 1px solid rgba(50,43,41,0.16);
}
.form-control__highlight {
  color: c-grey-dark;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .form-control__highlight {
    font-size: inherit;
  }
}
.form-control__result {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
}
.form-control__result_state_shown {
  display: block;
}
.form-control__result_state_hidden {
  display: none;
}
.form-control_align_center {
  text-align: center;
}
.form-control_align_center .form-control__label,
.form-control_align_center .form-control__input,
.form-control_align_center .form-control__textarea {
  text-align: center;
}
.form-control_state_invalid .form-control__input,
.form-control_state_invalid .form-control__textarea {
  border-color: #ff2626;
}
.form-control_state_invalid .choices__inner {
  border-color: #ff2626;
}
.form-control_type_captcha .form-control__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-control_type_captcha .form-control__label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.form-control_type_captcha .form-control__captcha {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4px 4px 0;
}
.form-control_type_captcha .form-control__captcha-image {
  width: auto;
  height: 48px;
}
.form-control_type_captcha .form-control__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.form-control_size_consistent .form-control__label {
  margin: 0 0 4px;
}
.form-control_size_consistent .form-control__label:last-child {
  margin-bottom: 0;
}
.form-control_size_consistent .form-control__input,
.form-control_size_consistent .form-control__textarea,
.form-control_size_consistent .form-control__select {
  height: 44px;
  padding: 0 11px;
  font-size: 16px;
  line-height: 42px;
}
.form-control_size_consistent .form-control__input::-webkit-input-placeholder,
.form-control_size_consistent .form-control__textarea::-webkit-input-placeholder,
.form-control_size_consistent .form-control__select::-webkit-input-placeholder {
  color: #868686;
  font-size: 16px;
}
.form-control_size_consistent .form-control__input:-ms-input-placeholder,
.form-control_size_consistent .form-control__textarea:-ms-input-placeholder,
.form-control_size_consistent .form-control__select:-ms-input-placeholder {
  color: #868686;
  font-size: 16px;
}
.form-control_size_consistent .form-control__input::-moz-placeholder,
.form-control_size_consistent .form-control__textarea::-moz-placeholder,
.form-control_size_consistent .form-control__select::-moz-placeholder {
  color: #868686;
  font-size: 16px;
  opacity: 1;
}
.form-control_size_consistent .form-control__input::-ms-input-placeholder,
.form-control_size_consistent .form-control__textarea::-ms-input-placeholder,
.form-control_size_consistent .form-control__select::-ms-input-placeholder {
  color: #868686;
  font-size: 16px;
  opacity: 1;
}
.form-control_size_consistent .form-control__input::placeholder,
.form-control_size_consistent .form-control__textarea::placeholder,
.form-control_size_consistent .form-control__select::placeholder {
  color: #868686;
  font-size: 16px;
  opacity: 1;
}
.form-control_size_consistent .form-control__textarea {
  height: 132px;
  min-height: 44px;
  max-height: 236px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.5;
}
.form-control_size_consistent .choices__inner {
  height: 44px;
  line-height: 42px;
}
.form {
  display: block;
}
.form__main {
  display: block;
}
.form__inputs {
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .form__inputs {
    margin: 0 0 24px;
  }
}
.form__inputs:last-child {
  margin-bottom: 0;
}
.form__line {
  position: relative;
  display: block;
  margin: 0 0 12px;
}
@media only screen and (min-width: 1025px) {
  .form__line {
    margin: 0 0 16px;
  }
}
.form__line:last-child {
  margin-bottom: 0;
}
.form__message-wrapper {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.form__confirmation-check {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .form__confirmation-check {
    margin: 0 0 38px;
  }
}
.form__confirmation-check:last-child {
  margin-bottom: 0;
}
.form__captcha {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .form__captcha {
    margin: 0 0 24px;
  }
}
.form__captcha:last-child {
  margin-bottom: 0;
}
.form__messages {
  display: none;
  padding: 24px 0;
}
.form__messages:first-child {
  padding-top: 0;
}
.form__messages:last-child {
  padding-bottom: 0;
}
.form__message {
  margin: 0 0 12px;
}
.form__message:last-child {
  margin-bottom: 0;
}
.form__message_style_error {
  color: #ff2626;
}
.form__final {
  display: none;
}
.form_messages_shown .form__messages {
  display: block;
}
.form_state_sent .form__main {
  display: none;
}
.form_state_sent .form__final {
  display: block;
}
.form_spacing_s .form__inputs {
  margin: 0 0 8px;
}
@media only screen and (min-width: 1025px) {
  .form_spacing_s .form__inputs {
    margin: 0 0 16px;
  }
}
.form_spacing_s .form__inputs:last-child {
  margin-bottom: 0;
}
.form_spacing_s .form__line {
  margin: 0 0 8px;
}
.form_spacing_s .form__line:last-child {
  margin-bottom: 0;
}
.form_spacing_s .form__captcha {
  margin: 0 0 16px;
}
.form_spacing_s .form__captcha:last-child {
  margin-bottom: 0;
}
.form_spacing_s .form__confirmation-check {
  margin: 0 0 24px;
}
.form_spacing_s .form__confirmation-check:last-child {
  margin-bottom: 0;
}
.header {
  position: relative;
  display: block;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 16px 0;
  }
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  width: 138px;
  max-width: 138px;
  margin-right: 26px;
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    max-width: 180px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .header__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__form {
  width: 280px;
}
.header__links_size_full {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__links_size_full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.header__links_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .header__controls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 7px 0 0;
}
@media only screen and (min-width: 1025px) {
  .header__control {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
.header__search {
  display: block;
  padding: 1px 0 0;
}
@media only screen and (min-width: 1025px) {
  .header__search {
    width: 180px;
    margin: 0 40px 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .header__search {
    width: 280px;
    margin: 0 100px 0 0;
  }
}
.header__search_state_open {
  display: block;
}
.header__burger {
  margin: 0 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.history {
  display: block;
}
.history__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.history__item {
  display: block;
  min-height: 104px;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .history__item {
    min-height: 90px;
  }
}
.history__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .history__item:last-child {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .history__item:last-child .history__panel:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .history__item:nth-child(2n-1) .history__panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .history__item:nth-child(2n-1) .history__panel {
    padding: 0 50px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .history__item:nth-child(2n-1) .history__panel:before,
  .history__item:nth-child(2n-1) .history__panel:after {
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .history__item:nth-child(2n-1) .history__label {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .history__item:nth-child(2n) .history__panel {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.history__panel {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 768px) {
  .history__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 50%;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__panel {
    padding: 0 40px 0 50px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.history__panel:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #009fdc;
  background: currentColor;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .history__panel:before {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.history__panel:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 6px;
  display: block;
  width: 8px;
  height: 64px;
  color: #009fdc;
  background: currentColor;
}
@media only screen and (min-width: 768px) {
  .history__panel:after {
    top: 36px;
    left: 0;
    width: 10px;
    height: 54px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.history__label {
  display: block;
  margin: 0 0 16px;
  padding: 0 0 0 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .history__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .history__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122px;
            flex: 0 0 122px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.21;
  }
}
.history__text {
  display: block;
}
@media only screen and (min-width: 768px) {
  .history__text {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
}
.icon-link {
  display: block;
}
.image-carousel {
  position: relative;
  display: block;
}
.image-carousel__navigation {
  display: block;
}
.image-carousel__pagination {
  display: block;
  padding: 4px 0 0;
  line-height: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .image-carousel__pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    padding: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.image-carousel__image,
.image-carousel__desktop-image,
.image-carousel__mobile-image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-carousel__desktop-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .image-carousel__desktop-image {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .image-carousel__mobile-image {
    display: none;
  }
}
.image-carousel_state_inactive .image-carousel__navigation {
  display: none;
}
.info-group {
  display: block;
}
.info-group__text {
  display: block;
  max-width: 840px;
  margin: 0 0 40px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .info-group__text {
    margin: 0;
  }
}
.info-group__text:last-child {
  margin-bottom: 0;
}
.info-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-group__item {
  display: block;
  margin: 0 0 24px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .info-group__item {
    margin: 0;
  }
}
.info-group__item:last-child {
  margin-bottom: 0;
}
.info-panel {
  display: block;
}
.info-panel__wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .info-panel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 50px;
  }
}
.info-panel__illustration {
  position: relative;
  display: block;
  min-height: 160px;
  margin: 0 0 8px;
  background: #dedede;
}
@media only screen and (min-width: 768px) {
  .info-panel__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    min-height: 320px;
    margin: 0;
  }
}
.info-panel__illustration:last-child {
  margin-bottom: 0;
}
.info-panel__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-panel__content {
  display: block;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    max-width: 50%;
    padding: 32px;
  }
}
.info-panel__title {
  display: block;
  margin: 0 0 8px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .info-panel__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .info-panel__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.info-panel__title:last-child {
  margin-bottom: 0;
}
.info-panel__text {
  display: block;
  max-width: 450px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 1025px) {
  .info-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.info-panel__text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .info-panel_layout_reversed .info-panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.interactive-group {
  display: block;
}
.interactive-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.interactive-group__item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #868686;
}
.interactive-group__item:last-child {
  border-bottom: none;
}
.interactive-panel {
  display: block;
  padding: 16px 23px 16px 47px;
  color: c-dark;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .interactive-panel {
    padding: 16px 31px 15px 47px;
  }
}
@media only screen and (min-width: 1025px) {
  .interactive-panel:hover {
    background-color: #ccecf8;
  }
}
.interactive-panel__title {
  display: block;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .interactive-panel__title {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    line-height: 1.25;
  }
}
.interactive-panel__title:last-child {
  margin-bottom: 0;
}
.interactive-panel__text {
  display: block;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 768px) {
  .interactive-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1025px) {
  .interactive-panel__text {
    padding: 0 50px 0 0;
  }
}
.interactive-panel__text:last-child {
  margin-bottom: 0;
}
.interactive-panel__controls {
  display: block;
  margin: 0 0 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .interactive-panel__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.interactive-panel__controls:last-child {
  margin-bottom: 0;
}
.interactive-panel__control {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .interactive-panel__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 235px;
    margin: 0 24px 0 0;
  }
}
.interactive-panel__control:last-child {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .interactive-panel_controls_on-demand:hover .interactive-panel__controls {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .interactive-panel_controls_on-demand .interactive-panel__controls {
    opacity: 0;
  }
}
.link-group {
  display: block;
}
.link-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-group__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 1440px) {
  .link-group__item {
    margin: 0 40px 0 0;
  }
}
.link-group__item:last-child {
  margin-right: 0;
}
.link-group__link {
  color: #383836;
  text-decoration: none;
}
.link-group__link_style_dependent .link-group__label {
  color: #868686;
}
.link-group__text {
  white-space: nowrap;
}
.link-group__label {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .link-group__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.link-group_size_s .link-group__text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .link-group_size_s .link-group__text {
    font-size: inherit;
  }
}
.link-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .link-list__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.link-list__title:last-child {
  margin-bottom: 0;
}
.link-list__control {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .link-list__control {
    display: none;
  }
}
.link-list__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}
.link-list__button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(-55%, -75%) rotate(135deg);
          transform: translate(-55%, -75%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link-list__list {
  display: block;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}
@media only screen and (min-width: 768px) {
  .link-list__list {
    max-height: none;
    opacity: 1;
  }
}
.link-list__item {
  display: block;
  margin: 0 0 4px;
  padding: 0;
}
.link-list__item:last-child {
  margin-bottom: 0;
}
.link-list__link {
  color: #262629;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.link-list__link:hover {
  color: #383836;
  text-decoration: none;
}
.link-list__link:focus {
  color: #383836;
  text-decoration: none;
  outline: none;
}
.link-list_state_open .link-list__button:before {
  -webkit-transform: translate(-55%, -25%) rotate(-45deg);
          transform: translate(-55%, -25%) rotate(-45deg);
}
.link-list_state_open .link-list__list {
  max-height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .link-list_state_open .link-list__list {
    max-height: none;
  }
}
.link {
  color: #009fdc;
  font: inherit;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link:hover {
  color: #009fdc;
  text-decoration: none;
  opacity: 0.8;
}
.link:focus {
  color: #009fdc;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
.link_style_ninja {
  color: inherit;
  border-color: transparent;
}
.link_style_ninja:hover,
.link_style_ninja:focus {
  color: inherit;
}
.link_decoration_none {
  border-color: transparent;
}
.logo-group {
  display: block;
 margin-top: 70px;
}
.logo-group__title {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .logo-group__title {
    margin: 0 0 24px;
  }
}
.logo-group__title:last-child {
  margin-bottom: 0;
}
.logo-group__wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .logo-group__wrapper {
    padding: 0 40px;
  }
}
.logo-group__list {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 40px);
  grid-gap: 20px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .logo-group__list {
    grid-template-columns: repeat(auto-fill, 80px);
    grid-gap: 32px;
  }
}
.logo-group__item {
  display: block;
  margin: 0;
  padding: 0;
}
.logo-group__illustration {
  display: block;
  color: inherit;
  text-decoration: none;
}
.logo-group__image {
  display: block;
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .logo-group__image {
    width: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group_spacing_l .logo-group__wrapper {
    padding: 0 80px 0 40px;
  }
}
.logo-group_size_l .logo-group__wrapper {
  padding: 0;
}
.logo-group_size_l .logo-group__list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 24px;
}
@media only screen and (min-width: 768px) {
  .logo-group_size_l .logo-group__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
.logo-group_size_l .logo-group__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64px;
}
@media only screen and (min-width: 768px) {
  .logo-group_size_l .logo-group__illustration {
    height: 88px;
  }
}
.logo-group_size_l .logo-group__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 64px;
}
@media only screen and (min-width: 768px) {
  .logo-group_size_l .logo-group__image {
    max-height: 88px;
  }
}
.logo {
  display: block;
  text-decoration: none;
}
.logo__image {
  display: block;
  width: 80%;
  height: auto;
}
.map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .map {
    height: 480px!important;
  }
}
.map__panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.map__marker {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media only screen and (min-width: 1025px) {
  .map_size_l {
    height: 668px;
  }
}
.mobile-menu {
  display: block;
  padding: 11px;
}
.mobile-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  width: 138px;
  max-width: 138px;
}
.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 2px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  color: #868686;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-menu__close:before,
.mobile-menu__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu__nav {
  margin-top: 13px;
}
.mobile-menu__nav .link-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dedede;
}
.mobile-menu__nav .link-group__item {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.modal {
  display: none;
  overflow: auto;
  width: 100%;
  min-height: 100%;
  padding: 32px 10px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .modal {
    max-width: 606px;
    min-height: auto;
    padding: 32px;
  }
}
.modal__header {
  display: block;
  margin: 0 0 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal__header {
    text-align: left;
  }
}
.modal__header:last-child {
  margin-bottom: 0;
}
.modal__content {
  max-width: 100%;
}
.modal__title {
  display: block;
  margin: 0 0 16px;
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal__text {
  display: block;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 768px) {
  .modal__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.nav {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .nav {
    font-size: 24px;
    line-height: 1.16667;
  }
}
.nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.nav__link:hover,
.nav__link:active,
.nav__link:focus {
  color: #009fdc;
  text-decoration: none;
}
.nav__link_state_active {
  color: #009fdc;
}
.nav__submenu {
  display: block;
  padding: 0 0 0 20px;
}
.nav_type_primary {
  font-size: inherit;
  line-height: 2.8;
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav_type_primary .nav__item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 15px 0 0;
  }
  .nav_type_primary .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__item:hover > .nav__submenu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1440px) {
  .nav_type_primary .nav__item {
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 350px;
    padding: 0;
    font-size: 14px;
    line-height: 1.3333;
    pointer-events: none;
    background: #fff;
    opacity: 0;
    -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
            box-shadow: 0 4px 8px rgba(134,134,134,0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__submenu .nav__list {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__submenu .nav__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__submenu .nav__link {
    display: block;
    width: 100%;
    padding: 8px 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_type_primary .nav__submenu .nav__link:hover,
  .nav_type_primary .nav__submenu .nav__link:active,
  .nav_type_primary .nav__submenu .nav__link:focus {
    color: #fff;
    background-color: #009fdc;
  }
}
.nav_type_primary .nav__submenu .nav__submenu {
  top: 0;
  left: 100%;
}
.nav_type_separated .nav__item {
  width: 100%;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.nav_type_separated .nav__item:first-child {
  border-top: 1px solid #dedede;
}
.nav_type_separated .nav__item_state_open > .nav__submenu {
  display: block;
}
.nav_type_separated .nav__link {
  display: block;
  width: 100%;
  padding: 22px 15px;
}
.nav_type_separated .nav__link_type_parent:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 0 5px;
  color: inherit;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translate(0, -50%) rotate(45deg) skew(15deg, 15deg);
          transform: translate(0, -50%) rotate(45deg) skew(15deg, 15deg);
}
.nav_type_separated .nav__submenu {
  display: none;
  padding: 0;
}
.nav_type_separated .nav__submenu .nav__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .nav_type_site-map .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav_type_site-map .nav__item {
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .nav_type_site-map .nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 24px 0 0;
  }
}
.nav_type_site-map .nav__item:last-child {
  margin-bottom: 0;
}
.nav_type_site-map .nav__link {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .nav_type_site-map .nav__link {
    font-weight: 600;
  }
}
.nav_type_site-map .nav__submenu {
  padding: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.nav_type_site-map .nav__submenu .nav__list {
  display: block;
}
.nav_type_site-map .nav__submenu .nav__item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 11px;
  padding: 0;
}
.nav_type_site-map .nav__submenu .nav__item:last-child {
  margin-bottom: 0;
}
.nav_type_site-map .nav__submenu .nav__link {
  font-weight: 500;
}
.object-list {
  display: block;
}
.object-list__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.object-list__item {
  display: block;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .object-list__item {
    margin: 0 0 24px;
  }
}
.object-list__item:last-child {
  margin-bottom: 0;
}
.object-snippet {
  display: block;
  padding: 15px;
  border: 1px solid #dedede;
}
@media only screen and (min-width: 1025px) {
  .object-snippet {
    padding: 39px 15px 39px 39px;
  }
}
.object-snippet__wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .object-snippet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 262px;
  }
}
.object-snippet__illustration {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .object-snippet__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    width: 30%;
    max-width: 30%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .object-snippet__illustration {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
.object-snippet__illustration:last-child {
  margin-bottom: 0;
}
.object-snippet__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .object-snippet__image {
    margin: 0;
  }
}
.object-snippet__content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .object-snippet__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    width: 70%;
    max-width: 70%;
    padding: 0 0 0 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .object-snippet__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    padding: 0 0 0 28px;
  }
}
.object-snippet__props {
  display: block;
  margin: 0 -5px 24px;
}
@media only screen and (min-width: 768px) {
  .object-snippet__props {
    margin: 0 0 43px;
  }
}
.object-snippet__props:last-child {
  margin-bottom: 0;
}
.object-snippet__controls {
  display: block;
}
@media only screen and (min-width: 480px) {
  .object-snippet__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
.object-snippet__control {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 480px) {
  .object-snippet__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    margin: 0 16px 0 0;
  }
}
.object-snippet__control:last-child {
  margin: 0;
}
.page {
  position: relative;
  display: block;
}

::-webkit-scrollbar {
  width: 10px;
}
 
::-webkit-scrollbar-thumb {
  background-color: #cef1ff;
  border-radius: 0px;
  border:1px solid #ffffff;
  
}

::-webkit-scrollbar-thumb:hover{
background-color: #00a6e9;
}
 
::-webkit-scrollbar-track {
  background-color: #ffffff;
}


.page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #fff;
}
.page__body_menu_open {
  overflow: hidden;
}
.page__body_menu_open .page__slide-nav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page__body_search_open {
  overflow: hidden;
}
.page__body_search_open .search-panel__content {
  z-index: 20;
  width: 100%;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .page__body_search_open .search-panel__content {
    z-index: auto;
    width: auto;
  }
}
.page__body_search_open:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255,255,255,0.5);
}
.page__header {
  position: relative;
  z-index: 200;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
  .page__content {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__content_spacing_none {
    padding: 0;
  }
}
.page__container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .page__container {
    padding: 0 15px;
  }
}
.page__container .page__container {
  padding: 0;
}
.page__section {
  display: block;
background:white;
color:black;
}
.page__section_type_desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page__section_type_desktop-only {
    display: block;
  }
}
.page__wrapper {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page__column {
  display: block;
  margin: 0 0 42px;
}
@media only screen and (min-width: 1025px) {
  .page__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    max-width: 100%;
    margin: 0;
  }
}
.page__column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .page__column_type_right-padded {
    padding-right: 130px;
  }
}
.page__footer {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page__breadcrumbs {
  display: block;
  padding: 16px 0 32px;
}
@media only screen and (min-width: 1025px) {
  .page__breadcrumbs {
    padding: 24px 0 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__breadcrumbs_spacing_s {
    padding: 24px 0;
  }
}
.page__nav {
  display: block;
  margin: 0 -10px;
}
@media only screen and (min-width: 1025px) {
  .page__nav {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page__nav {
    margin: 0 -15px;
  }
}
.page__nav-panel {
  text-align: left;
  background: #f5f5f5;
  -webkit-box-shadow: 0 6px 26px rgba(0,0,0,0.05);
          box-shadow: 0 6px 26px rgba(0,0,0,0.05);
}
@media only screen and (min-width: 1025px) {
  .page__nav-panel {
    padding: 0;
    text-align: left;
  }
}
.page__slide-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow: hidden auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translate(-110%, 0);
          transform: translate(-110%, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pagination {
  display: block;
  color: #383836;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination__item {
  display: block;
  margin: 0 24px 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pagination__item {
    margin: 0 12px 0 0;
  }
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item_type_prev .pagination__label,
.pagination__item_type_next .pagination__label {
  font-size: 0;
  background: transparent;
}
.pagination__item_type_prev .pagination__label:before,
.pagination__item_type_next .pagination__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.pagination__item_type_prev .pagination__label:before {
  -webkit-transform: translate(-20%, -50%) rotate(-135deg);
          transform: translate(-20%, -50%) rotate(-135deg);
}
.pagination__item_type_next {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  margin: 0 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .pagination__item_type_next {
    margin: 0 0 0 12px;
  }
}
.pagination__item_type_next .pagination__label:before {
  -webkit-transform: translate(-80%, -50%) rotate(45deg);
          transform: translate(-80%, -50%) rotate(45deg);
}
.pagination__link {
  display: block;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.pagination__link:hover .pagination__label {
  color: #383836;
}
.pagination__link:focus .pagination__label {
  color: #009fdc;
}
.pagination__label {
  position: relative;
  display: block;
  min-width: 24px;
  height: 24px;
  padding: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pagination__label_state_active {
  color: #383836;
}
.pagination__label_type_dots {
  min-width: 24px;
  height: 24px;
  font-size: 0;
}
.pagination__label_type_dots:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  -webkit-box-shadow: 6px 0 0 currentColor, -6px 0 0 currentColor;
          box-shadow: 6px 0 0 currentColor, -6px 0 0 currentColor;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
}
@media only screen and (min-width: 768px) {
  .pagination_align_start .pagination__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_center .pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_end .pagination__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.prop-table {
  display: block;
}
.prop-table__row {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .prop-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 24px;
  }
}
.prop-table__row:last-child {
  margin-bottom: 0;
}
.prop-table__label {
  display: block;
  padding: 0 0 4px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .prop-table__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    width: 49%;
    max-width: 49%;
    padding: 0 20px 0 0;
  }
}
.prop-table__value {
  display: block;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .prop-table__value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    width: 51%;
    max-width: 51%;
  }
}
.prop-table_size_l {
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 1025px) {
  .prop-table_size_l {
    font-size: 16px;
    line-height: 1.25;
  }
}
.prop-table_size_l .prop-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 8px;
}
.prop-table_size_l .prop-table__row_size_l {
  margin: 0 0 24px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .prop-table_size_l .prop-table__row_size_l {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16667;
  }
}
.prop-table_size_l .prop-table__row_size_l:last-child {
  margin-bottom: 0;
}
.prop-table_size_l .prop-table__row_size_l .prop-table__label,
.prop-table_size_l .prop-table__row_size_l .prop-table__value {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.prop-table_size_l .prop-table__label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: inherit;
}
@media only screen and (min-width: 768px) {
  .prop-table_size_l .prop-table__label {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    width: 65%;
    max-width: 65%;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .prop-table_size_l .prop-table__label {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    width: 77%;
    max-width: 77%;
    font-family: Raleway, sans-serif;
    font-weight: 700;
  }
}
.prop-table_size_l .prop-table__value {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  width: 38%;
  max-width: 38%;
  line-height: inherit;
}
@media only screen and (min-width: 768px) {
  .prop-table_size_l .prop-table__value {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    width: 35%;
    max-width: 35%;
  }
}
@media only screen and (min-width: 1025px) {
  .prop-table_size_l .prop-table__value {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    max-width: 23%;
    line-height: 1.5;
  }
}
.properties__title {
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .properties__title {
    margin: 0 0 20px;
  }
}
.properties__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .properties__list {
    padding: 11px 0;
    gap: 25px;
      margin-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .properties__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.properties__item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .properties__item {
    padding: 22px 25px;
    background-image: linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 93%, transparent 0), linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 93%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 99%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 99%, transparent 0);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    background-size: 1px 95%, 1px 95%, 95% 1px, 95% 1px;
  }
}
.properties__label {
  margin: 0 0 10px;
  color: #262629;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .properties__label {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .properties__label {
    font-size: 79px;
    font-weight: 900;
  }
}
.properties__text {
  max-width: 252px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .properties__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.result-panel {
  display: block;
  text-align: center;
}
.result-panel__content {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.result-panel__illustration {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.result-panel__image {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  padding: 0;
}
.result-panel__title {
  display: block;
  margin: 0 0 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .result-panel__title {
    text-align: inherit;
  }
}
.result-panel__title:last-child {
  margin-bottom: 0;
}
.result-panel__text {
  display: block;
  margin: 0 0 24px;
}
.result-panel__text:last-child {
  margin-bottom: 0;
}
.result-panel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.result-panel margin 0 0 24px:last-child {
  margin-bottom: 0;
}
.result-panel__control {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .result-panel__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
.result-panel__control:last-child {
  margin-right: 0;
}
.result-panel__control:last-child {
  margin-bottom: 0;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.search-form__field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.search-form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 32px 0 40px;
  color: #000;
  font-size: 14px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #868686;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.search-form__input::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
.search-form__input:-ms-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
.search-form__input::-moz-placeholder {
  color: #adadad;
  font-size: 14px;
  opacity: 1;
}
.search-form__input::-ms-input-placeholder {
  color: #adadad;
  font-size: 14px;
  opacity: 1;
}
.search-form__input::placeholder {
  color: #adadad;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .search-form__input {
    height: 32px;
    padding: 0 32px 0 46px;
    font-size: 16px;
    line-height: 30px;
  }
  .search-form__input::-webkit-input-placeholder {
    color: #adadad;
    font-size: 16px;
  }
  .search-form__input:-ms-input-placeholder {
    color: #adadad;
    font-size: 16px;
  }
  .search-form__input::-moz-placeholder {
    color: #adadad;
    font-size: 16px;
    opacity: 1;
  }
  .search-form__input::-ms-input-placeholder {
    color: #adadad;
    font-size: 16px;
    opacity: 1;
  }
  .search-form__input::placeholder {
    color: #adadad;
    font-size: 16px;
    opacity: 1;
  }
}
.search-form__button {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  display: block;
  width: 32px;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
.search-form__remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .search-form__remove {
    display: none;
  }
}
.search-form__icon {
  display: inline-block;
  vertical-align: middle;
  fill: none;
}
.search-form__icon_width_l {
  width: 24px;
  height: 24px;
}
.search-form__icon_width_s {
  width: 16px;
  height: 16px;
}
.search-form__hints {
  position: absolute;
  top: 100%;
  right: 4px;
  left: 4px;
  z-index: 1;
  display: none;
  overflow-y: auto;
  max-height: 400px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.25);
          box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1025px) {
  .search-form__hints {
    max-height: 450px;
  }
}
.search-form__hints_state_open {
  display: block;
}
.search-form__close {
  margin-left: 20px;
  background: none;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .search-form__close {
    display: none;
  }
}
.search-form__controls {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .search-form__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-form__controls:first-child {
  margin-left: 0;
}
.search-form_size_l .search-form__input {
  height: 32px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) {
  .search-form_size_l .search-form__input {
    height: 40px;
    line-height: 38px;
  }
}
.search-panel__content {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  padding: 30px 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
@media only screen and (min-width: 1025px) {
  .search-panel__content {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
.search-panel__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .search-panel__button {
    display: none;
  }
}
.search-panel__icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
}
.search-section {
  display: block;
}
.search-section__main {
  display: block;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .search-section__main {
    margin: 0 0 37px;
  }
}
.search-section__main:last-child {
  margin-bottom: 0;
}
.search-section__form {
  max-width: 760px;
}
.search-section__result {
  display: block;
  margin: 0 0 64px;
}
.search-section__result:last-child {
  margin-bottom: 0;
}
.search-section__entry-group {
  display: block;
  margin: 0 0 64px;
}
.search-section__entry-group:last-child {
  margin-bottom: 0;
}
.search-section__pagination {
  display: block;
  margin: 0 0 32px;
}
.search-section__pagination:last-child {
  margin-bottom: 0;
}
.section {
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width: 1025px) {
  .section {
    padding: 60px 0;
  }
}
.section__header {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .section__header {
    margin: 0 0 40px;
  }
}
.section__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section__header_type_inline .section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .section__header_type_inline .section__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 auto 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section__header_type_inline .section__extra {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding: 0 0 0 24px;
  }
}
.section__title {
  display: block;
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .section__title {
    margin: 0 0 16px;
  }
}
.section__title:last-child {
  margin-bottom: 0;
}
.section__wrapper {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section__column {
  display: block;
  margin: 0 0 42px;
}
@media only screen and (min-width: 1025px) {
  .section__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    max-width: 100%;
    margin: 0;
  }
}
.section__column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section__column_type_right-padded {
    padding-right: 130px;
  }
}
.section__list {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .section__list {
    padding: 33px 0 85px;
  }
}
.section__video-panel {
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .section__video-panel {
    margin: 0 0 63px;
    padding: 24px 0 0;
  }
}
.section__video-panel:last-child {
  margin-bottom: 0;
}
.section__text {
  display: block;
  margin: 0 0 24px;
	font-family: Raleway, sans-serif;
	font-weight: 100;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .section__text {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.section__text:last-child {
  margin-bottom: 0;
}
.section__text_size_l {
  font-size: 16px;
  line-height: 1.5;
}
.section__video {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .section__video {
    margin: 0;
  }
}
.section__parallax-illustration {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ccecf8;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: auto 100%;
}
.section__parallax-illustration .section__image {
  opacity: 0;
}
.section__illustration {
  display: block;
  margin: 0 -10px 24px;
}
@media only screen and (min-width: 768px) {
  .section__illustration {
    margin: 0 0 40px;
  }
}
.section__illustration:last-child {
  margin-bottom: 0;
}
.section__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.section__logo-group {
  display: block;
  margin: 0 0 48px;
}
@media only screen and (min-width: 768px) {
  .section__logo-group {
    margin: 0 0 64px;
  }
}
.section__logo-group:last-child {
  margin-bottom: 0;
}
.section__banner,
.section__info-group {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .section__banner,
  .section__info-group {
    margin: 0;
  }
}
.section__feature-group {
  margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
  .section__feature-group {
    margin: 0 0 50px;
  }
}
.section__feature-group:last-child {
  margin-bottom: 0;
}
.section__entity-group {
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .section__entity-group {
    margin: 0 0 40px;
  }
}
.section__entity-group:last-child {
  margin-bottom: 0;
}
.section_spacing_close {
  padding: 0;
}
.section_spacing_top-close {
  padding-top: 0;

}
.section_spacing_bottom-close {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section_style_secondary {
    color:black;
    background-color: white;
  }
}
@media only screen and (min-width: 768px) {
  .section_style_colored {
    /*background-color: #ccecf8;*/
  }
}
.section_role_settings {
  padding: 8px 0 40px;
}
@media only screen and (min-width: 1025px) {
  .section_role_settings {
    padding: 120px 0 110px;
  }
}
.section_role_settings .section__header {
  margin: 0;
}
.section_role_contacts .section__header {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .section_role_contacts .section__header {
    margin: 0 0 48px;
  }
}
.section_role_contacts .section__header:last-child {
  margin-bottom: 0;
}
.section_role_contact-form .section__header {
  margin: 0 0 32px;
}
@media only screen and (min-width: 1025px) {
  .section_role_contact-form .section__header {
    margin: 0 0 40px;
  }
}
.section_role_contact-form .section__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section_role_short-contacts .section__header {
    margin: 0 0 16px;
  }
}
.section_role_short-contacts .section__header:last-child {
  margin-bottom: 0;
}
.section_role_not-found .section__illustration {
  margin: 0;
}
.section_role_entity-group .section__header {
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .section_role_entity-group .section__header {
    margin: 0 0 48px;
  }
}
.section_role_entity-group .section__header:last-child {
  margin-bottom: 0;
}
.section_role_entity-group .section__text {
  font-size: 16px;
  line-height: 1.5;
}
.section_role_gallery .section__text {
  max-width: 840px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}
.section_role_gallery .section__text:last-child {
  margin-bottom: 0;
}
.section_role_vacancies .section__header,
.section_role_files .section__header {
  margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
  .section_role_vacancies .section__header,
  .section_role_files .section__header {
    margin: 0 0 48px;
  }
}
.section_role_vacancies .section__header:last-child,
.section_role_files .section__header:last-child {
  margin-bottom: 0;
}
.section_role_advantages {
  padding: 40px 0 72px;
}
@media only screen and (min-width: 1025px) {
  .section_role_advantages {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_role_advantages .section__header {
    margin: 0 0 65px;
  }
}
.section_role_advantages .section__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section_role_partners .section__header {
    margin: 0 0 64px;
  }
}
.section_role_partners .section__header:last-child {
  margin-bottom: 0;
}
.section_role_partners .section__text {
  max-width: 100%;
  margin: 0 0 24px;
}
.section_role_partners .section__text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section_role_history .section__header {
    margin: 0 0 64px;
  }
}
.section_role_history .section__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section_role_quality-control {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_role_quality-control .section__header {
    margin: 0 0 64px;
  }
}
.section_role_quality-control .section__header:last-child {
  margin-bottom: 0;
}
.section_role_certificates .section__header {
  margin: 0 0 57px;
}
@media only screen and (min-width: 1025px) {
  .section_role_certificates .section__header {
    margin: 0 0 64px;
  }
}
.section_role_certificates .section__header:last-child {
  margin-bottom: 0;
}
.section_role_banner .section__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section_role_banner .section__header {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .section_role_banner .section__header {
    margin: 0 0 48px;
  }
}
.section_role_banner .section__header:last-child {
  margin-bottom: 0;
}
.section_role_features {
  margin: -16px 0 40px;
  padding: 16px 0;
}
@media only screen and (min-width: 1025px) {
  .section_role_features {
    margin: -12px 0 67px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_role_production-list .section__header,
  .section_role_production-steps .section__header {
    margin: 0 0 48px;
  }
}
.section_role_production-list .section__header:last-child,
.section_role_production-steps .section__header:last-child {
  margin-bottom: 0;
}
.section_role_construction .section__text {
  max-width: 100%;
}
.section_role_about-quality .section__video-panel {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .section_role_about-quality .section__video-panel {
    margin: 0 0 32px;
  }
}
.section_role_about-quality .section__video-panel:last-child {
  margin-bottom: 0;
}
.section_role_tests .section__text {
  max-width: 840px;
  margin: 0 0 24px;
}
.section_role_tests .section__text:last-child {
  margin-bottom: 0;
}
.section_role_development-steps .section__text {
  max-width: 840px;
}
.section_title-spacing_natural .section__title {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .section_title-spacing_natural .section__title {
    margin: 0 0 24px;
  }
}
.section_title-spacing_natural .section__title:last-child {
  margin-bottom: 0;
}
.settings {
  display: block;
}
.settings__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .settings__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 500px;
    margin: 65px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__container {
    min-height: 780px;
  }
}
.settings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (min-width: 768px) {
  .settings__list {
    position: relative;
    display: block;
    width: 270px;
    height: 270px;
    margin: 0;
  }
}
.settings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .settings__item {
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_center {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_center {
    top: -256px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_center .settings__title {
    top: -35px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_center .settings__link {
    width: 250px;
    max-width: 250px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_center .settings__link {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    max-width: 300px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right {
    position: absolute;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right .settings__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 250px;
    max-width: 250px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_right .settings__link {
    -ms-flex-preferred-size: 297px;
        flex-basis: 297px;
    width: 297px;
    max-width: 297px;
    height: 266px;
  }
}
.settings__item_position_right .settings__link:before {
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg);
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right .settings__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right-top {
    position: absolute;
    top: -20px;
    left: 152px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_right-top {
    top: -110px;
    left: 100%;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right-top .settings__title {
    top: 7px;
    left: 100%;
    -webkit-transform: translate(-16px, 0);
            transform: translate(-16px, 0);
  }
}
@media only screen and (min-width: 1281px) {
  .settings__item_position_right-top .settings__title {
    left: 100%;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right-bottom {
    top: 145px;
    left: 50%;
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_right-bottom {
    left: 100%;
    bottom: -160px;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_right-bottom .settings__title {
    left: 100%;
    bottom: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_right-bottom .settings__title {
    left: 100%;
    -webkit-transform: translate(11px, 0);
            transform: translate(11px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_bottom {
    position: absolute;
    left: 50%;
    bottom: -115px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_bottom {
    bottom: -100%;
    -webkit-transform: translate(-50%, 38px);
            transform: translate(-50%, 38px);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_bottom .settings__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 250px;
    max-width: 250px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_bottom .settings__link {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    max-width: 300px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_bottom .settings__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_bottom .settings__title {
    top: 100%;
    -webkit-transform: translate(0, -26px);
            transform: translate(0, -26px);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-top {
    position: absolute;
    top: -19px;
    left: -130px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_left-top {
    top: -100%;
    left: -100%;
    -webkit-transform: translate(23px, 160px);
            transform: translate(23px, 160px);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-top .settings__title {
    top: 7px;
    left: -100%;
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
  }
}
@media only screen and (min-width: 1281px) {
  .settings__item_position_left-top .settings__title {
    left: -100%;
    -webkit-transform: translate(102px, 0);
            transform: translate(102px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-top .settings__link {
    width: 250px;
    max-width: 250px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_left-top .settings__link {
    -ms-flex-preferred-size: 297px;
        flex-basis: 297px;
    width: 297px;
    max-width: 297px;
    height: 266px;
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-bottom {
    position: absolute;
    left: -130px;
    bottom: -35px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_left-bottom {
    left: -100%;
    bottom: -100%;
    -webkit-transform: translate(23px, -108px);
            transform: translate(23px, -108px);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-bottom .settings__title {
    left: -100%;
    -webkit-transform: translate(160px, 0);
            transform: translate(160px, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_left-bottom .settings__title {
    left: -100%;
    -webkit-transform: translate(175px, 0);
            transform: translate(175px, 0);
  }
}
@media only screen and (min-width: 1281px) {
  .settings__item_position_left-bottom .settings__title {
    left: -100%;
    -webkit-transform: translate(112px, 0);
            transform: translate(112px, 0);
  }
}
@media only screen and (min-width: 768px) {
  .settings__item_position_left-bottom .settings__link {
    width: 250px;
    max-width: 250px;
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .settings__item_position_left-bottom .settings__link {
    -ms-flex-preferred-size: 297px;
        flex-basis: 297px;
    width: 297px;
    max-width: 297px;
    height: 266px;
  }
}
.settings__title {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;

}
@media only screen and (min-width: 768px) {
  .settings__title {
    position: absolute;
    max-width: 203px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.16;
  }
}
@media only screen and (min-width: 1281px) {
  .settings__title {
    font-size: 24px;
  }
}
.settings__title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .settings__title br {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .settings__title_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .settings__title_hidden_xl {
    display: none;
  }
}
.settings__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 13px 10px 3px;
  color: #262629;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 4px 8px rgba(134,134,134,0.3);
          box-shadow: 0 4px 8px rgba(134,134,134,0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .settings__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    padding: 0;
    text-align: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.settings__link:hover,
.settings__link:focus {
  color: #009fdc;
}
@media only screen and (min-width: 768px) {
  .settings__link:hover,
  .settings__link:focus {
    color: #fff;
  }
}
.settings__link:hover:before,
.settings__link:focus:before {
  opacity: 1;
}
.settings__link:hover .settings__background-fill,
.settings__link:focus .settings__background-fill {
  fill: #868686;
}
.settings__link:hover .settings__background-stroke,
.settings__link:focus .settings__background-stroke {
  fill: #fff;
}
.settings__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .settings__background {
    display: block;
  }
}
.settings__illustration {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.settings__background-image {
  width: 100%;
  height: 100%;
}
.settings__background-fill {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.settings__background-stroke {
  fill: #868686;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.settings__icon-wrapper {
  position: relative;
  z-index: 30;
  width: 92px;
  height: 92px;
  margin: 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .settings__icon-wrapper {
    margin: 0;
  }
}
.settings__icon-wrapper:last-child {
  margin-bottom: 0;
}
.settings__icon {
  width: 100%;
  height: 100%;
}
.slide-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 34px 0 0;
  color: #009fdc;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .slide-nav {
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .slide-nav {
    overflow: visible;
  }
}
.slide-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #009fdc;
  background: #fff;
}
.slide-nav__list {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1281px) {
  .slide-nav__list {
    margin: auto 0;
  }
}
.slide-nav__item {
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .slide-nav__item {
    margin: 0 0 12px;
  }
}
.slide-nav__item_state_open > .slide-nav__submenu {
  max-height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: max-height 0s ease, -webkit-transform 0.15s ease;
  transition: max-height 0s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, max-height 0s ease;
  transition: transform 0.15s ease, max-height 0s ease, -webkit-transform 0.15s ease;
}
@media only screen and (min-width: 1281px) {
  .slide-nav__item_state_open > .slide-nav__submenu {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.step-group {
  display: block;
  overflow: hidden;
}
.step-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -10px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .step-group__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__list {
    margin: -80px -40px -79px;
  }
}
.step-group__item {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .step-group__item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    width: 350px;
    max-width: 350px;
    padding: 80px 20px 79px;
  }
}
@media only screen and (min-width: 1281px) {
  .step-group__item {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
    width: 370px;
    max-width: 370px;
    padding: 0px 40px 79px;
  }
}
.step-group__item:before,
.step-group__item:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
}
.step-group__item:before {
 /*background: currentColor;*/
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_order_7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
/*@media only screen and (min-width: 1025px) {*/
  .step-group__item_order_2,
  .step-group__item_order_5 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1281px) {
  .step-group__item_order_2,
  .step-group__item_order_5 {
    display:flex;
    -ms-flex-preferred-size: 588px;
    flex-basis: 588px;
    width: 588px;
    max-width: 588px;
    padding-right: 140px;
    padding-left: 140px;
justify-content: center;
  flex-grow: 1;
  }
}
/*@media only screen and (min-width: 768px) {
  .step-group__item_point_left:before,
  .step-group__item_point_right:before {
    top: 46%;
    width: 32px;
    height: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_left:before,
  .step-group__item_point_right:before {
    width: 91px;
    height: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_left:after,
  .step-group__item_point_right:after {
    top: 46%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_left:after,
  .step-group__item_point_right:after {
    width: 16px;
    height: 16px;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_left:before,
  .step-group__item_point_left:after {
    right: 93%;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_left:before,
  .step-group__item_point_left:after {
    right: 94%;
  }
}
@media only screen and (min-width: 1281px) {
  .step-group__item_point_left:before,
  .step-group__item_point_left:after {
    right: 101%;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_left:after {
    -webkit-transform: translate(-22px, -50%) rotate(135deg);
            transform: translate(-22px, -50%) rotate(135deg);
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_left:after {
    -webkit-transform: translate(-73px, -50%) rotate(135deg);
            transform: translate(-73px, -50%) rotate(135deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_right:before,
  .step-group__item_point_right:after {
    left: 93%;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_right:before,
  .step-group__item_point_right:after {
    left: 94%;
  }
}
@media only screen and (min-width: 1281px) {
  .step-group__item_point_right:before,
  .step-group__item_point_right:after {
    left: 105%;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_right:after {
    -webkit-transform: translate(22px, -50%) rotate(-45deg);
            transform: translate(22px, -50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_right:after {
    -webkit-transform: translate(73px, -50%) rotate(-45deg);
            transform: translate(73px, -50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_top:before,
  .step-group__item_point_bottom:before {
    left: 50%;
    width: 2px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_top:before,
  .step-group__item_point_bottom:before {
    width: 4px;
    height: 91px;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_top:after,
  .step-group__item_point_bottom:after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_top:after,
  .step-group__item_point_bottom:after {
    width: 16px;
    height: 16px;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_top:before,
  .step-group__item_point_top:after {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_top:after {
    -webkit-transform: translate(-50%, -15px) rotate(-135deg);
            transform: translate(-50%, -15px) rotate(-135deg);
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_top:after {
    -webkit-transform: translate(-50%, -44px) rotate(-135deg);
            transform: translate(-50%, -44px) rotate(-135deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_bottom:before,
  .step-group__item_point_bottom:after {
    top: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .step-group__item_point_bottom:after {
    -webkit-transform: translate(-50%, 4px) rotate(45deg);
            transform: translate(-50%, 4px) rotate(45deg);
  }
}
@media only screen and (min-width: 1025px) {
  .step-group__item_point_bottom:after {
    -webkit-transform: translate(-50%, 28px) rotate(45deg);
            transform: translate(-50%, 28px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-left:before,
  .step-group__item_point_mobile-right:before {
    top: 26.5%;
    width: 22px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-left:after,
  .step-group__item_point_mobile-right:after {
    top: 26.5%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-left:before,
  .step-group__item_point_mobile-left:after {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-left:after {
    -webkit-transform: translate(-9px, -50%) rotate(135deg);
            transform: translate(-9px, -50%) rotate(135deg);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-right:before,
  .step-group__item_point_mobile-right:after {
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-right:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-top:before,
  .step-group__item_point_mobile-bottom:before {
    left: 50%;
    width: 2px;
    height: 22px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-top:after,
  .step-group__item_point_mobile-bottom:after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-top:before,
  .step-group__item_point_mobile-top:after {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-top:after {
    -webkit-transform: translate(-50%, -9px) rotate(-135deg);
            transform: translate(-50%, -9px) rotate(-135deg);
  }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-bottom:before,
  .step-group__item_point_mobile-bottom:after {
    top: 100%;
  }
}
@media only screen and (max-width: 767px) {
    .step-group__item_point_mobile-top:last-child:before,
    .step-group__item_point_mobile-top:last-child:after,
    .step-group__item_point_mobile-bottom:last-child:before,
    .step-group__item_point_mobile-bottom:last-child:after {
        display:none;
    }
}
@media only screen and (max-width: 767px) {
  .step-group__item_point_mobile-bottom:after {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
.step-group_layout_grid .step-group__list {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group_layout_grid .step-group__list {
    margin: -50px -35px;
  }
}
.step-group_layout_grid .step-group__item {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .step-group_layout_grid .step-group__item {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    padding: 50px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .step-group_layout_grid .step-group__item:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-group_layout_grid .step-group__item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_left:before,
  .step-group_layout_grid .step-group__item_point_right:before {
    top: 50%;
    width: 20px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_left:after,
  .step-group_layout_grid .step-group__item_point_right:after {
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_left:before,
  .step-group_layout_grid .step-group__item_point_left:after {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_left:after {
    -webkit-transform: translate(-10px, -50%) rotate(135deg);
            transform: translate(-10px, -50%) rotate(135deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_right:before,
  .step-group_layout_grid .step-group__item_point_right:after {
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_right:after {
    -webkit-transform: translate(1px, -50%) rotate(-45deg);
            transform: translate(1px, -50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_top:before,
  .step-group_layout_grid .step-group__item_point_bottom:before {
    left: 50%;
    width: 2px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_top:after,
  .step-group_layout_grid .step-group__item_point_bottom:after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_top:before,
  .step-group_layout_grid .step-group__item_point_top:after {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_top:after {
    -webkit-transform: translate(-50%, -9px) rotate(-135deg);
            transform: translate(-50%, -9px) rotate(-135deg);
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_bottom:before,
  .step-group_layout_grid .step-group__item_point_bottom:after {
    top: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .step-group_layout_grid .step-group__item_point_bottom:after {
    -webkit-transform: translate(-50%, -2px) rotate(45deg);
            transform: translate(-50%, -2px) rotate(45deg);
  }
/*}*/
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.step-item__illustration {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 0 8px;
}
@media only screen and (min-width: 1025px) {
  .step-item__illustration {
    margin: 0 0 24px;
  }
}
.step-item__illustration:last-child {
  margin-bottom: 0;
}
.step-item__image {
  display: block;
  width: 74px;
  height: auto;
  margin: 0;
  padding: 0;
}
.step-item__label {
  display: block;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.21;
}
@media only screen and (min-width: 1025px) {
  .step-item__label {
    margin: 0 0 16px;
color:white;
  }
}
.step-item__label:last-child {
  margin-bottom: 0;
}
.step-item__text {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.429;
}
@media only screen and (min-width: 1025px) {
  .step-item__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
  }
}
.step-item__text:last-child {
  margin-bottom: 0;
}
.step-item_spacing_l .step-item__illustration {
  margin: 0 0 4px;
}
@media only screen and (min-width: 1025px) {
  .step-item_spacing_l .step-item__illustration {
    margin: 0 0 24px;
  }
}
.step-item_spacing_l .step-item__illustration:last-child {
  margin-bottom: 0;

}
.step-item_spacing_l .step-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.step-item_spacing_l .step-item__text:last-child {
  margin-bottom: 0;
color:white;
}
.title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  line-height: 1.16667;
}
@media only screen and (min-width: 1025px) {
  .title {
    font-weight: 100;
  }
}
.title__wrapper {
  position: relative;
  display: block;
    /*text-align: center;*/
}
.title__text {
  display: block;
  margin: 0 0 10px;
}
.title__text:last-child {
  margin-bottom: 0;
}
.title_size_h1 {
  font-size: 22px;
}
@media only screen and (min-width: 1025px) {
  .title_size_h1 {
    font-size: 48px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.01em;
  }
}
.title_size_h2 {
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  .title_size_h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.title_size_h3 {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.25;
  /*margin-top: 30px;*/
}
@media only screen and (min-width: 768px) {
  .title_size_h3 {
      font-size: 24px;
      font-weight: 100 !important;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0;
  }
}
.title_align_left {
  text-align: left;
}
.title_align_center {
  text-align: center;
}
.title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .title_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-right {
    text-align: right;
  }
}
.title_case_upper {
  /*text-transform: uppercase;*/
}
.title_case_normal {
  text-transform: none;
}
.title_style_primary {
  color: #383836;
  font-family: Inter, sans-serif;
}
.title_style_secondary {
  font-family: Raleway, sans-serif;
}
.title_weight_light {
  font-weight: 300;
}
.title_weight_normal {
  font-weight: 400;
}
.title_weight_semibold {
  font-weight: 600;
}
.title_weight_bold {
  font-weight: 700;
}
.title_weight_extra-bold {
  font-weight: 800;
}
.title_style_decorated {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .title_style_decorated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.title_style_decorated .title__wrapper {
  padding: 0 0 12px;
}
@media only screen and (min-width: 1025px) {
  .title_style_decorated .title__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding: 0;
  }
}
.title_style_decorated .title__wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #009fdc;
}
@media only screen and (min-width: 1025px) {
  .title_style_decorated .title__wrapper:after {
    top: 50%;
    left: 100%;
    bottom: auto;
    width: 9999px;
    -webkit-transform: translate(24px, -50%);
            transform: translate(24px, -50%);
  }
}
.title_style_decorated-mobile {
  position: relative;
  overflow: hidden;
}
.title_style_decorated-mobile .title__wrapper {
  padding: 0 0 12px;
}
@media only screen and (min-width: 1025px) {
  .title_style_decorated-mobile .title__wrapper {
    padding: 0;
  }
}
.title_style_decorated-mobile .title__wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #009fdc;
}
@media only screen and (min-width: 1025px) {
  .title_style_decorated-mobile .title__wrapper:after {
    display: none;
  }
}
.title_style_dependent {
  color: inherit;
}
.title_style_dependent.title_style_decorated .title__wrapper:after {
  /*background-color: currentColor;*/
}
.title_white {
  color: #fff;
}
.video-panel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .video-panel__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.video-panel__content {
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .video-panel__content {
    padding: 27px 25px;
    /*background-image: linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 97%, transparent 0), linear-gradient(to bottom, transparent 23px, #009fdc 0, #009fdc 97%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 94%, transparent 0), linear-gradient(to right, transparent 20px, #009fdc 0, #009fdc 94%, transparent 0);*/
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 1px;
      border-style: groove;
      border-color: #009fdc;
      border-width: 1px;
  }
}
@media only screen and (min-width: 1025px) {
  .video-panel__content {
    -ms-flex-preferred-size: 300px;
        flex-basis: 700px;
    width: 300px;
    max-width: 700px;
    margin: 0 25px 0 0;
  }
}
.video-panel__text {
  font-family:  Arial, Helvetica, sans-serif;
  /*font-weight: 700;*/
  line-height: 1.25;
    text-align: justify;
}
@media only screen and (min-width: 768px) {
  .video-panel__text {
    font-weight: 100;
    line-height: 1.5;
      text-align: justify;
  }
}
.video-panel__wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% + 20px);
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .video-panel__wrapper {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .video-panel__wrapper {
    padding: 25px;
    /*background-image: repeating-linear-gradient(90deg, #009fdc, #009fdc 288px, transparent 288px, transparent 308px), repeating-linear-gradient(90deg, #009fdc, #009fdc 288px, transparent 288px, transparent 308px), repeating-linear-gradient(90deg, #009fdc, #009fdc 288px, transparent 288px, transparent 308px), repeating-linear-gradient(90deg, #009fdc, #009fdc 288px, transparent 288px, transparent 308px);*/
    background-repeat: no-repeat;
    background-position: 0 67%, 50% 0, 100% 50%, 50% 100%;
    background-size: 1px 92%, 95% 1px, 1px 90%, 95% 1px;
      border-style: groove;
      border-color: #009fdc;
      border-width: 1px;
  }
}
.video-panel__illustration {
  display: block;
}
.video-panel__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.video {
  position: initial;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #fff;
  background: #262629;
}
.video:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 43% 0 0;
}
@media only screen and (min-width: 768px) {
  .video:before {
    padding: 40.48% 0 0;
  }
}
.video__panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .video__panel {
    border: 1px solid #009fdc;
  }
}
.video__panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.05%, rgba(0,0,0,0.25)), to(rgba(0,0,0,0.5)));
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 47.05%, rgba(0,0,0,0.5) 100%);
}
.video__trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  width: 48px;
  height: 48px;
  color: c-dark;
  font-size: 0;
  text-decoration: none;
  background: rgba(255,255,255,0.6);
  border: 1px solid #009fdc;
  border-radius: 50%;
  outline: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .video__trigger {
    width: 80px;
    height: 80px;
  }
}
.video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 21px;
  -webkit-transform: translate(-32%, -50%);
          transform: translate(-32%, -50%);
}
@media only screen and (min-width: 768px) {
  .video__icon {
    width: 32px;
    height: 42px;
  }
}
.video__content {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
  border: none;
  opacity: 0;
}
.video_state_loading .video__panel:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-top: 2px solid currentColor;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: videoLoader;
          animation-name: videoLoader;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.video_state_loading .video__trigger {
  display: none;
}
.video_state_loaded .video__panel {
  background-image: none !important;
}
.video_state_loaded .video__panel:before {
  display: none;
}
.video_state_loaded .video__trigger {
  display: none;
}
.video_state_loaded .video__content {
  pointer-events: auto;
  opacity: 1;
}
.video_type_cover .video__content {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .video_size_s:before {
    padding: 37.5% 0 0;
  }
}
@-webkit-keyframes videoLoader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes videoLoader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.work-list {
  display: block;
  color: main-color;
}
.work-list__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.work-list__list {
  counter-reset: workList;
}
.work-list__item:before {
  content: counter(workList) '.';
  counter-increment: workList;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0 5px 0 0;
  font-size: 20px;
  text-align: left;
}
.work-list__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
}
.work-list__link[href='#'] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}
.step-item {
    width: 100%;
    height:250px;
    bottom: -2%;
    /* left: 30%; */
   /* border: solid 1px;*/
    border-radius: 20px;
    padding: 20px;
   background-color: #009fdc;
    margin-top: 100px;
   justify-content: flex-end;
  flex-grow: 1;
cursor: pointer;
}

.step-item:hover{
 background-color: rgba(0, 0, 0, 0.3);
transition: background-color .2s linear;
}



.step-group__item_point_left:before {
   content: "";
    display: block;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 70px solid rgba(0, 0, 0, 0.05);
    transform:rotate(270deg);
    position: absolute;
    top:45%;
    right:85%;
  }
  
.step-group__item_point_right:before {
   content: "";
    display: block;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 70px solid rgba(0, 0, 0, 0.05);
    transform:rotate(90deg);
    position: absolute;
    top:45%;
    left:85%;
  }
.step-group__item_point_bottom:before {
   content: "";
    display: flex;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 70px solid rgba(0, 0, 0, 0.05);
    transform:rotate(180deg);
    top:95%;
  }
.step-group__item_point_bottom:before, .step-group__item_order_2,
  .step-group__item_order_5 {
     display: flex;
  align-items: center;
  justify-content: center;
  }



@media only screen and (max-width: 768px) {
    .step-group {
        height: 1400px;
        margin-bottom: -400px;
    }
    .step-item {
        width: 100%;
        height:50%;
        bottom: -2%;
        /* left: 30%; */
        border: solid 1px lightgrey;
        border-radius: 20px;
        padding: 10px;
        background-color: rgb(185 233 255 / 22%)!important;
        margin-top: 10px;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .step-group__item_point_left:before {
        content: "";
        display: block;
        border-left: 110px solid transparent;
        border-right: 110px solid transparent;
        border-bottom: 70px solid rgb(0 0 0 / 5%);
        transform:rotate(270deg);
        position: absolute;
        top:55%;
        right:85%;
    }

    .step-group__item_point_right:before {
        content: "";
        display: flex;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 15px solid rgba(0, 0, 0, 0.05);
        transform:rotate(90deg);
        position: absolute;
        top:54%;
        left:85%;
    }
    .step-group__item_point_bottom:before {
        content: "";
        display: flex;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        border-bottom: 40px solid rgba(0, 0, 0, 0.05);
        transform:rotate(180deg);
        top:100%;
    }
    .step-group__item_point_bottom:before, .step-group__item_order_2,
    .step-group__item_order_5 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step-item__image{
        display:none;
    }
    .step-group__list {
        height:100%;
    }
    .step-group__item_orders_1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }


    .step-group__item_order_2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position:relative;
        left:0;
        top:1%;
    }


    .step-group__item_order_3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position:relative;
        left:0px;
        bottom:14%;
    }


    .step-group__item_order_4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        position:relative;
        right:50%;
        top:0;
    }


    .step-group__item_order_5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        position:relative;
        left:50%;
        top:-24%;
    }


    .step-group__item_order_6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        position:relative;
        right:50%;
        top:-14%;
    }


    .step-group__item_order_7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        position:relative;
        right:-50%;
        top:-18%;

    }


}

.step-group__item_point_bottom:after, .step-group__item_point_top:after, .step-group__item_point_right:after, .step-group__item_point_left:after{
    display:none;
}

.step-item-press.step-item-press_spacing_l{
  max-width:100%;
  padding:20px;
}
.step-item-press__content{
  display:block;
  max-width:300px;
}

.step-item-press__illustration{
    height:120px;
    width:120px;
}

.step-group-press__list{
  height:100%;
  display:flex;
  flex-direction:row;

}
 .step-group-press__item_point_right:before {
        content: "";
   display:inline-block;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid rgb(128 207 238 / 37%);
        transform:rotate(90deg);
      position:relative;
        top:40%;
        left:80%;
    }
.step-group-press__item_point_right:last-child:before{
  opacity:0;
}

@media only screen and (max-width: 768px) {
.step-group-press__list{
  height:100%;
  display:flex;
  flex-direction:column;
}
.step-group-press__item_point_right:after {
        content: "";
       display:inline-flex;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid rgb(128 207 238 / 37%);
        transform:rotate(180deg);
  position:relative;
        top:70%;
        left:10%;
    }
.step-group-press__item_point_right:before{
  display:none;
}
.step-group-press__item_point_right:last-child:after{
  display:none;
}
    .step-item-press__illustration{
        margin-left:-7%;
    }
}
.banner__text{
   display:flex;
   flex-direction:column;
    color: white;
    font-size: 5rem;
    foht-weight:600!important;
    position:absolute;
   height: 100%;
right: 0;
top: 0;
justify-content: center;
margin-right: 2.5rem;
max-width: 40%;
text-align: right;
}
@media only screen and (max-width: 768px) {
.banner__text{
font-size: 1.7rem;
margin-right: 1rem;
	}
.step-item_spacing_l .step-item__text:last-child {
  margin-bottom: 0;
  color:black;

}



/* End */


/* Start:/local/templates/novatech/mockup/dist/assets/styles/custom.css?1752228292252*/
/* Write your custom code here */

.settings__list > div > a > span.settings__title {
	min-height: 3em;
}


.prop-table__row_size_l > .prop-table__label {
	/*background-color: beige;*/
	/*flex-basis: 100%;*/
	/*width: 100%;*/
	/*max-width: 100%;*/
}



/* End */
/* /local/templates/novatech/mockup/dist/assets/components/fancybox-4.0.7/fancybox.css?175222829315369 */
/* /local/templates/novatech/mockup/dist/assets/components/swiper-7.2.0/css/swiper-bundle.min.css?175222829315562 */
/* /local/templates/novatech/mockup/dist/assets/styles/app.css?1752228292195318 */
/* /local/templates/novatech/mockup/dist/assets/styles/custom.css?1752228292252 */
