

/* Start:/local/templates/lzspb/css/libs.css?171612197637421*/
/* fancybox */
.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}.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}html.with-fancybox{scroll-behavior:auto}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:rgba(0,0,0,0);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:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@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;--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__content :focus:not(.carousel__button.is-close){box-shadow:none;}.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:-40px;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-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;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);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__content{flex-direction:row;flex-wrap:wrap}.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{max-width:100%;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:rgba(0,0,0,0)}.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-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));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, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 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(34, 213, 233, 0.96));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}
/* jquery.formstyler.css */
.jq-checkbox,.jq-radio,.jq-select-multiple li,.jq-selectbox li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.jq-checkbox,.jq-file,.jq-radio,.jq-select-multiple,.jq-selectbox{position:relative;display:inline-block}.jq-file__name,.jq-selectbox__select-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.jq-checkbox,.jq-file,.jq-number,.jq-radio{display:inline-block}.jq-checkbox,.jq-radio{overflow:hidden;user-select:none}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-file{overflow:hidden}.jq-file input{position:absolute;top:0;right:0;height:auto;margin:0;padding:0;opacity:0;font-size:100px;line-height:1em}.jq-select-multiple select,.jq-selectbox select{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0}.jq-select-multiple li,.jq-selectbox li{user-select:none;white-space:nowrap}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{position:relative;overflow:auto;overflow-x:hidden;list-style:none;-webkit-overflow-scrolling:touch}.jq-select-multiple ul{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

 @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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display: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;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{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:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(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-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{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{pointer-events:auto}.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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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}
/* normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* End */


/* Start:/local/templates/lzspb/css/main.css?1756779639128487*/
@charset "UTF-8";

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl500/MuseoSansCyrl500.woff"), url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl500/MuseoSansCyrl500.woff2"), url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl500/MuseoSansCyrl500.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl700/MuseoSansCyrl700.woff"), url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl700/MuseoSansCyrl700.woff2"), url("/local/templates/lzspb/css/../fonts/MuseoSansCyrl700/MuseoSansCyrl700.ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #182B4E;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	min-width: 350px;
	position: relative;
	font-family: "MuseoSansCyrl", sans-serif;
	overflow-x: hidden;
	margin: 0;
}

.body-overflow {
	overflow: hidden;
}

.body-overflow.no-touch {
	padding-right: 17px;
}

.body-overflow.no-touch .header {
	left: -17px;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	height: 99px;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	resize: none;
}

.hidden {
	display: none;
}

.site-wrap {
	padding-top: 106px;
}

.btn1 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #182B4E;
	padding: 11.5px 20px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .btn1:hover {
	background-color: #1B63B0;
}

.btn2 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #182B4E;
	padding: 26.5px 53.5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .btn2:hover {
	background-color: #1B63B0;
}

.btn3 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	background-color: #fff;
	padding: 15px 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .btn3:hover {
	color: #fff;
	background-color: #1B63B0;
}

.btn4 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10.8px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .btn4:hover {
	background-color: #fff;
	color: #182B4E;
}

.no-touch .btn4:hover .btn4__icon svg {
	fill: #182B4E;
}

.btn4__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 14px;
}

.btn4__icon svg {
	width: 13px;
	height: 13px;
	fill: #fff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.btn5 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #1B63B0;
	padding: 15px 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .btn5:hover {
	color: #182B4E;
	background-color: #fff;
}

.btn6 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #fff;
	border: 1px solid #fff;
	padding: 14px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .btn6:hover {
	color: #182B4E;
	background-color: #fff;
}

.btn7 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #182B4E;
	color: #fff;
	padding: 26.5px 48.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .btn7:hover {
	background-color: #1B63B0;
}

.btn7__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 14px;
}

.btn7__icon svg {
	width: 13px;
	height: 13px;
	fill: #fff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 47px;
	width: 100%;
	max-width: 1600px;
}

.soc--white .soc__link {
	background-color: #fff;
}

.soc__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px -5px;
	margin-top: -10px;
}

.soc__item {
	margin: 0px 5px;
	margin-top: 10px;
	width: 42px;
	height: 42px;
}

.soc__link {
	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%;
	background-color: #F3F3F3;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border-radius: 50%;
}

.no-touch .soc__link:hover {
	background-color: #1B63B0;
}

.no-touch .soc__link:hover svg {
	fill: #fff;
}

.soc__link svg {
	width: 20px;
	height: 20px;
	fill: #182B4E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.title-container--white {
	color: #fff;
}

.title-wrap1 {
	width: 24%;
}

.title1 {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.title-wrap2 {
	width: 74.8%;
}

.subtitle1 {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.description1 {
	max-width: 615px;
	width: 100%;
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-top: 36px;
}

.dev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dev__text {
	color: #C2C2C2;
	margin-right: 7px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.dev__img {
	max-width: 99px;
	width: 100%;
}

.no-touch .dev:hover .dev__text {
	color: #fff;
}

.totop {
	display: none;
	position: fixed;
	z-index: 15;
	bottom: 100px;
	right: 50px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #182B4E;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.compensate-for-scrollbar .totop {
	right: 67px;
}

.no-touch .totop:hover {
	background-color: #fff;
}

.no-touch .totop:hover .totop__icon svg {
	fill: #182B4E;
}

.totop__icon {
	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%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.totop__icon svg {
	width: 18px;
	height: 18px;
	fill: #fff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.fancybox__content>.carousel__button.is-close {
	top: 27px;
	right: 27px;
	width: 33px;
	height: 33px;
	background: #F3F3F3 url(/local/templates/lzspb/css/../img/close1.svg) center no-repeat;
	border-radius: 50%;
	border: 1px solid #F3F3F3;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.no-touch .fancybox__content>.carousel__button.is-close:hover {
	border: 1px solid #182B4E;
}

.fancybox__content>.carousel__button.is-close svg {
	display: none;
}

.btn1-mobfixed {
	display: none;
	position: fixed;
	z-index: 11;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 17px 10px;
	border-top: 1px solid #fff;
}

.maintitle-container1 {
	padding-top: 53px;
	padding-bottom: 53px;
}

.maintitle-container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.maintitle-wrap1 {
	width: 48%;
}

.maintitle {
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.maintitle b {
	display: block;
	color: #1B63B0;
	font-weight: 400;
}

.maintitle-wrap2 {
	width: 49.5%;
}

.maintitle-text1 {
	max-width: 500px;
	width: 100%;
}

.maintitle-btn-wrap {
	margin-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.maintitle-btn2 {
	margin-right: 33px;
}

.maintitle-link {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .maintitle-link:hover {
	text-decoration-color: transparent;
}

.maintitle-link1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .maintitle-link1:hover {
	text-decoration-color: transparent;
}

.maintitle-link1__icon {
	margin-left: 14px;
}

.maintitle-link1__icon svg {
	width: 12px;
	height: 12px;
	fill: #182B4E;
}

.pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination__list li {
	width: 67px;
	height: 67px;
}

.pagination__list li:first-child a svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination__list li a {
	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%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .pagination__list li a:hover {
	background-color: #D1E0EF;
}

.pagination__list li a.active {
	color: #fff;
	background-color: #182B4E;
	pointer-events: none;
}

.pagination__list li a.active svg {
	fill: #fff;
}

.pagination__list li a svg {
	width: 14px;
	height: 14px;
	fill: #182B4E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.list1 {
	margin-top: 35px;
}

.list1 li {
	margin-bottom: 7px;
}

.list1 li:last-child {
	margin-bottom: 0;
}

.list1 li::before {
	content: "—";
	margin-right: 8px;
}

.text h2,
.text h3,
.text h4,
.text h5 {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 67px;
	margin-bottom: 20px;
}

.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child {
	margin-top: 0;
}

.text p {
	margin: 13px 0;
}

.text ul {
	margin-top: 20px;
	margin-bottom: 67px;
}

.text ul li {
	margin: 13px 0;
}

.text ul li::before {
	content: "—";
	margin-right: 8px;
}

.text ol {
	counter-reset: li;
	margin-top: 20px;
	margin-bottom: 67px;
}

.text ol li {
	margin: 13px 0;
}

.text ol li::before {
	counter-increment: li;
	content: counter(li) ".";
	margin-right: 8px;
}

.text>img {
	display: block;
	margin: 67px 0;
}

.text__img1-wrap {
	margin: 67px 0;
}

.text__img1 {
	margin-bottom: 13px;
}

.text__img1-descr {
	color: #8C95A7;
	font-size: 13px;
	letter-spacing: -0.02em;
}

.text1 h1,
.text1 h2,
.text1 h3,
.text1 h4,
.text1 h5 {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-top: 67px;
	margin-bottom: 73px;
}

.text1 h1:first-child,
.text1 h2:first-child,
.text1 h3:first-child,
.text1 h4:first-child,
.text1 h5:first-child {
	margin-top: 0;
}

.text1 p {
	margin: 33px 0;
}

.text1 p span {
	display: block;
	margin: 14px 0;
}

.text1 ul {
	margin-top: 20px;
	margin-bottom: 67px;
}

.text1 ul li {
	margin: 13px 0;
}

.text1 ul li::before {
	content: "—";
	margin-right: 8px;
}

.text1 ol {
	counter-reset: li;
	margin-top: 20px;
	margin-bottom: 67px;
}

.text1 ol>li {
	margin-bottom: 70px;
}

.text1 ol>li:last-child {
	margin-bottom: 0;
}

.text1 ol>li>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 23px;
}

.text1 ol>li>span::before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #8B9098;
	max-width: 30px;
	width: 100%;
	margin-right: 20px;
}

.text1 ol>li>span::after {
	content: "";
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #C2C2C2;
}

.text1 ol>li>b {
	display: block;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.text1>img {
	display: block;
	margin: 67px 0;
}

.text1__img1-wrap {
	margin: 67px 0;
}

.text1__img1 {
	margin-bottom: 13px;
}

.text1__img1-descr {
	color: #8C95A7;
	font-size: 13px;
	letter-spacing: -0.02em;
}

.fancybox__thumb {
	background-position: top center;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border: 4px solid #1B63B0;
}

.label1 {
	position: relative;
	display: block;
	width: 100%;
	cursor: text;
}

.label1--error .input1 {
	border: 1px solid #DB3225;
}

.label1.active .label1__text {
	top: 3px;
	-webkit-transform: scale(0.78);
	-ms-transform: scale(0.78);
	transform: scale(0.78);
}

.label1__text {
	position: absolute;
	top: 17px;
	left: 21px;
	right: 10px;
	color: #C2C2C2;
	font-size: 13px;
	letter-spacing: -0.02em;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.label1__text-error {
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	font-size: 10px;
	letter-spacing: -0.02em;
	color: #DB3225;
}

.input1 {
	color: #fff;
	font-size: 13px;
	letter-spacing: -0.02em;
	border: 1px solid #C2C2C2;
	background: none;
	padding: 21px 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.input1::-webkit-input-placeholder {
	color: transparent;
}

.input1::-moz-placeholder {
	color: transparent;
}

.input1:-ms-input-placeholder {
	color: transparent;
}

.input1::-ms-input-placeholder {
	color: transparent;
}

.input1::placeholder {
	color: transparent;
}

.input1:focus {
	border: 1px solid #fff;
}

.quiz .input1:focus {
	border: 1px solid #C2C2C2;
}

.quiz .input1 {
	color: #182B4E;
}

.slider-nav1 {
	position: absolute;
	right: 47px;
	bottom: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 94px;
	height: 47px;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
	width: 50%;
	height: 100%;
	margin-top: 0;
	position: static;
	border-right: 1px solid #C2C2C2;
	background-color: #fff;
	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;
}

.swiper-button-prev-style1.swiper-button-lock,
.swiper-button-next-style1.swiper-button-lock {
	display: none;
}

.swiper-button-prev-style1:last-child,
.swiper-button-next-style1:last-child {
	border: none;
}

.swiper-button-prev-style1::after,
.swiper-button-next-style1::after {
	display: none;
}

.swiper-button-prev-style1 svg,
.swiper-button-next-style1 svg {
	width: 11px;
	height: 11px;
	fill: #182B4E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.swiper-button-prev-style1.swiper-button-disabled,
.swiper-button-next-style1.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-prev-style1.swiper-button-disabled svg,
.swiper-button-next-style1.swiper-button-disabled svg {
	fill: rgba(24, 43, 78, 0.5);
}

.no-touch .swiper-button-prev-style1:hover svg,
.no-touch .swiper-button-next-style1:hover svg {
	fill: #1B63B0;
}

.swiper-button-prev-style1 svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-pagination-style1 {
	z-index: 2;
	width: auto;
	bottom: 47px;
	left: 62%;
	color: #C2C2C2;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.swiper-pagination-style1 .swiper-pagination-current {
	color: #fff;
	margin-right: -2px;
}

.swiper-pagination-style1 .swiper-pagination-total {
	margin-left: -6px;
}

.swiper-pagination-style2.swiper-pagination-bullets {
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.swiper-pagination-style2.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin: 0;
	margin-right: 10px;
	background-color: #F3F3F3;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.swiper-pagination-style2.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.no-touch .swiper-pagination-style2.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	background-color: #182B4E;
}

.swiper-pagination-style2.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.mainscreen {
	padding-top: 41px;
}

.mainscreen__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mainscreen__wrap1 {
	width: calc(100% - 400px);
	padding-bottom: 42px;
}

.mainscreen__title {
	max-width: 750px;
	width: 100%;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 32px;
}

.mainscreen__title b {
	font-weight: 500;
	color: #1B63B0;
}

.mainscreen__wrap2 {
	max-width: 362px;
	width: 100%;
	margin-bottom: -42px;
}

.mainscreen__link1-wrap {
	position: relative;
	z-index: 3;
	background-color: #182B4E;
	padding: 42px 40px 38px 40px;
	color: #fff;
	overflow: hidden;
}

.mainscreen__link1-icon {
	position: absolute;
	z-index: -1;
	left: -117px;
	bottom: 0;
	width: 315px;
}

.mainscreen__link1-text {
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-bottom: 242px;
}

.mainscreen__link1 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .mainscreen__link1:hover {
	text-decoration-color: transparent;
}

.mainscreen__wrap3 {
	width: 100%;
}

.mainscreen__slider {
	position: relative;
}

.mainscreen__slider-line-wrap {
	position: absolute;
	z-index: 2;
	left: 46px;
	right: 46px;
	bottom: 23px;
	height: 3px;
	background-color: #8B9098;
}

.mainscreen__slider-line {
	background-color: #fff;
	height: 100%;
}

.mainscreen-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
	height: 260px;
}

.mainscreen-item__img {
	padding-top: 44%;
}

.mainscreen-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mainscreen-item__text-wrap {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 46px 170px 46px 46px;
}

.mainscreen-item__title {
	font-size: 22px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.mainscreen-item__text {
	font-size: 15px;
	letter-spacing: -0.02em;
}

.aboutus {
	margin-top: -220px;
	background-color: #182B4E;
}

.aboutus .container {
	padding-top: 387px;
	padding-bottom: 277px;
}

.aboutus__description1 {
	max-width: 590px;
	width: 100%;
}

.aboutus__list-wrap {
	position: absolute;
	bottom: -210px;
	left: 47px;
	right: 47px;
}

.aboutus__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -12px;
}

.aboutus__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 0px 6px;
	margin-top: 12px;
}

.aboutus-item {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	border: 1px solid #C2C2C2;
	background-color: #F3F3F3;
	min-height: 353px;
	padding: 46px 46px 46px 46px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.aboutus-item__title {
	width: 100%;
	font-size: 53px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #1B63B0;
	margin-bottom: 20px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.aboutus-item__text {
	width: 100%;
	margin-top: auto;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #8B9098;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.features {
	padding-top: 374px;
	padding-bottom: 80px;
	overflow: hidden;
}

.features+.features {
	background: none;
}

.features__main-container1 {
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
}

.features__wrap1 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 109px;
}

.features__bg2 {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 25.2%;
	width: 10000px;
	background-color: #182B4E;
}

.features__bg1 {
	position: absolute;
	top: -65px;
	right: -141px;
	width: 358px;
}

.features__bg1 img {
	width: 100%;
}

.features__title {
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.features__slider {
	position: relative;
	margin-right: 280px;
}

.features__slider .swiper {
	padding: 47px;
	margin: -47px;
}

.features__slider-nav1 {
	width: 133px;
	height: 67px;
	right: 49.5%;
	bottom: 47px;
}

.features__slider-nav1 .swiper-button-prev-style1 svg,
.features__slider-nav1 .swiper-button-next-style1 svg {
	width: 14px;
	height: 14px;
}

.features__list1-wrap {
	margin-left: 25.2%;
}

.features__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -12px;
}

.features__col1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333%;
	padding: 0px 6px;
	margin-top: 12px;
}

.features-item {
	color: #fff;
}

.features-item__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features-item__wrap1 {
	width: calc(50.5% + 47px);
	margin-left: -47px;
}

.features-item__img {
	position: relative;
	padding-top: 77%;
}

.features-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.features-item__wrap2 {
	width: 38%;
	padding-bottom: 90px;
}

.features-item__title {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 34px;
}

.features-item__text {
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #F3F3F3;
}

.features-item1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	min-height: 149px;
	background-color: #182B4E;
	color: #fff;
	padding: 15px 15px 15px 82px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .features-item1:hover {
	background-color: #1B63B0;
}

.features-item1::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 46px;
	width: 20px;
	height: 20px;
	background: url(/local/templates/lzspb/css/../img/link-icon.svg) center/contain no-repeat;
}

.features__main-container2 .features-item1.nofile {
	cursor: default;
	padding: 15px 15px 15px 46px;
}

.features__main-container2 .features-item1.nofile:hover {
	background-color: #182B4E;
}

.features__main-container2 .features-item1.nofile::after {
	background: none;
}

.features-item1__text {
	font-size: 15px;
	letter-spacing: -0.02em;
}

.products {
	padding-top: 87px;
	padding-bottom: 167px;
}

.products__title-container {
	margin-bottom: 47px;
}

.products__subtitle1 {
	max-width: 950px;
	width: 100%;
}

.products__slider {
	position: relative;
	padding-top: 99px;
}

.products__slider .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products__slider-nav1 {
	bottom: auto;
	right: auto;
	left: 25%;
	top: 0;
	width: 133px;
	height: 66px;
}

.products__slider-nav1 .swiper-button-prev-style1,
.products__slider-nav1 .swiper-button-next-style1 {
	background-color: #F3F3F3;
}

.products-item {
	width: 100%;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.products-item__img-wrap {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.no-touch .products-item__img-wrap:hover .products-item__img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.products-item__img-wrap::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 155px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 43, 78, 0)), to(#182b4e));
	background: linear-gradient(180deg, rgba(24, 43, 78, 0) 0%, #182b4e 100%);
}

.products-item__img {
	position: relative;
	padding-top: 43%;
}

.products-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.products-item__title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 33px 33px 33px 33px;
}

.products-item__text-wrap {
	width: 100%;
	border: 1px solid #C2C2C2;
	background-color: #F3F3F3;
	padding: 33px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.products-item__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px -10px;
	margin-top: -10px;
	margin-bottom: 22px;
}

.products-item__list li {
	position: relative;
	text-transform: uppercase;
	color: #8B9098;
	padding-left: 12px;
	margin: 0px 10px;
	margin-top: 10px;
}

.products-item__list li::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8B9098;
}

.products-item__text {
	max-width: 615px;
	width: 100%;
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-bottom: 35px;
}

.products-item__link-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
}

.products-item__btn1 {
	padding: 20px 33px;
	margin-right: 33px;
}

.products-item__link {
	font-size: 15px;
	letter-spacing: -0.02em;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .products-item__link:hover {
	text-decoration-color: transparent;
}

.services {
	padding-top: 136px;
	padding-bottom: 65px;
	background-color: #182B4E;
	position: relative;
}

.services__bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
}

.services__bg1 img {
	width: 100%;
}

.services__title-container {
	margin-bottom: 65px;
}

.services__title-wrap1 {
	width: 45.6%;
}

.services__title-wrap2 {
	width: 49.6%;
}

.services__subtitle1 {
	max-width: 510px;
	width: 100%;
}

.services__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.services__wrap1 {
	position: sticky;
	top: 100px;
	width: 45.6%;
}

.services__list1 {
	position: relative;
	padding-top: 69%;
}

.services__wrap2 {
	width: 49.6%;
}

.services__list2 {
	counter-reset: li;
}

.services-item1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.services-item1.active {
	opacity: 1;
}

.services-item1__img {
	width: 100%;
	height: 100%;
}

.services-item1__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.services-item2 {
	padding-bottom: 20px;
	margin-bottom: 47px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

.services-item2:last-child {
	margin-bottom: 0;
}

.services-item2.active .services-item2__link {
	color: #fff;
}

.services-item2__link {
	display: block;
	color: rgba(194, 194, 194, 0.8);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.services-item2__title {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.services-item2__title::before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	margin-right: 12px;
}

.services-item2__text {
	max-width: 610px;
	width: 100%;
}

.callback {
	padding-top: 64px;
	padding-bottom: 137px;
	background-color: #182B4E;
	color: #fff;
}

.callback__container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px 388px 60px 53px;
	background-color: #1c335c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.callback__bg1 {
	position: absolute;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -345px;
	width: 648px;
	height: 648px;
	border: 165px solid rgba(0, 123, 255, 0.5);
	border-radius: 50%;
}

.callback__wrap1 {
	width: 27%;
}

.callback__title1 {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.callback__wrap2 {
	width: 69.4%;
}

.callback__title2 {
	max-width: 453px;
	width: 100%;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}

.callback__subtitle {
	max-width: 453px;
	width: 100%;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: rgba(243, 243, 243, 0.7);
	margin-bottom: 49px;
}

.callback__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.callback__form-label1 {
	width: 32%;
}

.callback__form-btn3 {
	width: 32%;
	padding: 15px 10px;
}

.callback__form-text {
	color: #F3F3F3;
	font-size: 12px;
	letter-spacing: -0.02em;
	margin-top: 20px;
}

.callback__form-text a {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .callback__form-text a:hover {
	text-decoration-color: transparent;
}

.news {
	padding-top: 80px;
	padding-bottom: 80px;
}

.news__title-wrap {
	padding-bottom: 31px;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 137px;
}

.news__title {
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.news__tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
	padding-right: 150px;
}

.news__tabs-list li {
	margin-right: 51px;
}

.news__tabs-list li:last-child {
	margin-right: 0;
}

.news__tabs-list a {
	display: inline-block;
	font-size: 26px;
	letter-spacing: -0.02em;
	color: #C2C2C2;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news__tabs-list a.active {
	color: #182B4E;
}

.no-touch .news__tabs-list a:hover {
	color: #182B4E;
}

.news__tab {
	display: none;
}

.news__tab:first-child {
	display: block;
}

.news__slider {
	position: relative;
}

.news__slider .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__slider-nav1 {
	bottom: auto;
	top: -100px;
	right: 0;
	width: 133px;
	height: 67px;
}

.news__slider-nav1 .swiper-button-prev-style1,
.news__slider-nav1 .swiper-button-next-style1 {
	background-color: #F3F3F3;
}

.news__slider-nav1 .swiper-button-prev-style1 svg,
.news__slider-nav1 .swiper-button-next-style1 svg {
	width: 14px;
	height: 14px;
}

.news-item {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	background-color: #F3F3F3;
	border: 1px solid #C2C2C2;
	padding: 47px;
	min-height: 369px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .news-item:hover {
	background-color: #1B63B0;
}

.no-touch .news-item:hover .news-item__title,
.no-touch .news-item:hover .news-item__wrap,
.no-touch .news-item:hover .news-item__cat {
	color: #fff;
}

.news-item__title {
	width: 100%;
	font-size: 18px;
	letter-spacing: -0.02em;
}

.news-item__wrap {
	width: 100%;
	margin-top: auto;
	border-top: 1px solid #C2C2C2;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news-item__cat {
	width: calc(100% - 110px);
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #C2C2C2;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news-item__date {
	max-width: 100px;
	width: 100%;
	text-align: right;
	font-size: 15px;
	letter-spacing: -0.02em;
}

.partners {
	padding-top: 86px;
	padding-bottom: 83px;
}

.partners__title-container {
	margin-bottom: 48px;
}

.partners__wrap1 {
	width: 74.8%;
	margin-left: auto;
}

.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -13px;
}

.partners__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	padding: 0px 6px;
	margin-top: 13px;
}

.partners-item {
	width: 100%;
	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;
	min-height: 229px;
	background-color: #F3F3F3;
	border: 1px solid #C2C2C2;
	padding: 15px;
}

.partners-item1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	min-height: 229px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 1px solid #C2C2C2;
	background-color: #1B63B0;
	padding: 46px;
	color: #fff;
}

.partners-item1__bg {
	position: absolute;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -240px;
	width: 381px;
	height: 381px;
	border: 97px solid #182B4E;
	border-radius: 50%;
}

.partners-item1__title {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.partners-item1__link {
	margin-top: auto;
	font-size: 15px;
	letter-spacing: -0.02em;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .partners-item1__link:hover {
	text-decoration-color: transparent;
}

.popup {
	max-width: 654px;
	width: 100%;
	color: #182B4E;
	background-color: #fff;
	border: 1px solid #000;
	padding: 76px 82px 74px 82px;
}

.popup__title {
	text-align: center;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.popup__subtitle {
	max-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 15px;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup__form .input1 {
	color: #182B4E;
}

.popup__form .input1:focus {
	border: 1px solid #182B4E;
}

.popup__form-label1 {
	width: 48.5%;
	margin-bottom: 21px;
}

.popup__form-label1--w100 {
	width: 100%;
}

.popup__form-btn1 {
	display: block;
	width: 100%;
	padding: 19.5px 10px;
	margin-bottom: 7px;
}

.popup__form-text {
	font-size: 12px;
	letter-spacing: -0.02em;
	color: #8B9098;
}

.popup__form-text a {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .popup__form-text a:hover {
	text-decoration-color: transparent;
}

.breadcrumbs__list-wrap {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #F3F3F3;
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs__list li {
	position: relative;
	padding-right: 22px;
	margin-right: 13px;
}

.breadcrumbs__list li::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(/local/templates/lzspb/css/../img/arrow1.svg) center/contain no-repeat;
}

.breadcrumbs__list li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumbs__list li:last-child::after {
	display: none;
}

.breadcrumbs__list li a {
	display: inline-block;
	color: #C2C2C2;
}

.elevators {
	padding-top: 30px;
	padding-bottom: 80px;
}

.elevators+.callback {
	background: none;
}

.elevators-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 20px 53px 20px 20px;
	background-color: #F3F3F3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13px;
}

.elevators-item:last-child {
	margin-bottom: 0;
}

.elevators-item__bg {
	position: absolute;
	z-index: -1;
	right: -135px;
	bottom: 13px;
	width: 351px;
}

.elevators-item__wrap1 {
	width: 48%;
}

.elevators-item__img {
	position: relative;
	overflow: hidden;
	display: block;
	height: 457px;
}

.no-touch .elevators-item__img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.elevators-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.elevators-item__wrap2 {
	width: 48.4%;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 47px;
}

.elevators-item__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.elevators-item__list li {
	position: relative;
	padding-left: 12px;
	color: #8B9098;
	text-transform: uppercase;
	margin-right: 22px;
}

.elevators-item__list li::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8B9098;
}

.elevators-item__list li:last-child {
	margin-right: 0;
}

.elevators-item__title {
	width: 100%;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.elevators-item__descr {
	max-width: 580px;
	width: 100%;
	margin-bottom: 20px;
}

.elevators-item__link {
	text-decoration: underline;
	margin-bottom: 15px;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .elevators-item__link:hover {
	text-decoration-color: transparent;
}

.elevators-item__wrap3 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 20px 27px;
	margin-top: auto;
}

.elevators-item__info-title {
	font-size: 12px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #8B9098;
	margin-bottom: 8px;
}

.elevators-item__info-val {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.elevators-item__btn2 {
	text-align: center;
	max-width: 257px;
	width: 100%;
	padding: 20px 10px;
}

.elevator {
	padding-top: 20px;
	padding-bottom: 80px;
}

.elevator+.features {
	padding-top: 80px;
}

.elevator__img1 {
	position: relative;
	padding-top: 44%;
	margin-bottom: 73px;
}

.elevator__img1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.elevator__tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 63px;
}

.elevator__tabs-list li {
	margin-right: 47px;
}

.elevator__tabs-list li:last-child {
	margin-right: 0;
}

.elevator__tabs-list a {
	display: inline-block;
	font-size: 27px;
	letter-spacing: -0.02em;
	color: #C2C2C2;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.elevator__tabs-list a.active,
.no-touch .elevator__tabs-list a:hover {
	color: #182B4E;
}

.elevator__tab {
	display: none;
}

.elevator__tab:first-child {
	display: block;
}

.elevator-item__title1-wrap {
	max-width: 720px;
	width: 100%;
	margin-bottom: 46px;
}

.banking-detail__title,
.elevator-item__title1 {
	font-size: 47px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 19px;
}

.elevator-item__container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 53px 20px 20px;
	background-color: #F3F3F3;
}

.elevator-item__bg {
	position: absolute;
	z-index: -1;
	bottom: 13px;
	right: -135px;
	width: 351px;
}

.elevator-item__wrap1 {
	width: 48%;
}

.elevator-item__slider {
	position: relative;
}

.elevator-item__slider-nav1 {
	bottom: 20px;
	right: 20px;
	width: 133px;
	height: 66px;
}

.elevator-item__slider-nav1 .swiper-button-prev-style1 svg,
.elevator-item__slider-nav1 .swiper-button-next-style1 svg {
	width: 14px;
	height: 14px;
}

.elevator-item__img {
	position: relative;
	height: 648px;
}

.elevator-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.elevator-item__wrap2 {
	width: 48.4%;
	padding-top: 48px;
}

.elevator-item__title2 {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.elevator-item__list {
	margin-bottom: 44px;
}

.elevator-item__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 7.5px 0;
	border-bottom: 1px solid #E5E5E5;
}

.elevator-item__list li span {
	max-width: 190px;
	width: 100%;
	color: #8B9098;
}

.elevator-item__list li b {
	width: calc(100% - 200px);
	font-weight: 400;
}

.history {
	padding-top: 20px;
	padding-bottom: 94px;
}

.history+.aboutus {
	margin-top: 0;
}

.history+.aboutus .container {
	padding-top: 110px;
}

.history__img {
	position: relative;
	padding-top: 44.3%;
	margin-bottom: 145px;
}

.history__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.history__title-container {
	margin-bottom: 88px;
}

.history__title-wrap1 {
	width: 48%;
}

.history__title-wrap2 {
	width: 49.6%;
}

.history__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.history__wrap1 {
	position: relative;
	max-width: 461px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	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;
	margin-top: 57px;
}

.history__wrap1::after {
	content: "";
	position: absolute;
	top: 57px;
	left: 0;
	width: 166px;
	height: 3px;
	background-color: #E8EAEE;
}

.history__wrap1::before {
	content: "";
	position: absolute;
	bottom: 57px;
	left: 0;
	width: 166px;
	height: 3px;
	background-color: #E8EAEE;
}

.history__slider1 {
	height: 202px;
}

.history__slider1 .swiper {
	height: 100%;
	overflow: initial;
}

.history__slider1 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history__slider1 .swiper-slide-thumb-active .history-item1__text {
	color: #182B4E;
}

.history__year1 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 202px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.history__wrap2 {
	width: 49.6%;
}

.history__slider2 {
	position: relative;
	padding-bottom: 70px;
}

.history__slider2 .swiper-button-prev-style1,
.history__slider2 .swiper-button-next-style1 {
	background-color: #F3F3F3;
}

.history__slider-nav1 {
	bottom: 0;
	left: 0;
	right: auto;
}

.history-item1 {
	width: 100%;
	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;
	cursor: pointer;
}

.no-touch .history-item1:hover .history-item1__text {
	color: #182B4E;
}

.history-item1__text {
	color: #E8EAEE;
	font-size: 202px;
	line-height: 1;
	letter-spacing: -0.02em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.history-item1__text b {
	font-weight: 500;
	display: none;
}

.history-item2 {
	padding-bottom: 46px;
	margin-bottom: 70px;
	border-bottom: 1px solid #C2C2C2;
}

.history-item2:last-child {
	margin-bottom: 0;
}

.history-item2__date {
	color: #C2C2C2;
	margin-bottom: 20px;
}

.history-item2__text {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.geography {
	padding-top: 376px;
	padding-bottom: 80px;
	overflow: hidden;
}

.geography .container {
	position: static;
}

.geography__main-container {
	position: relative;
	z-index: 1;
	padding-top: 108px;
	padding-bottom: 108px;
	background-color: #F3F3F3;
}

.geography__wrap {
	max-width: 650px;
	width: 100%;
}

.geography__title {
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-bottom: 67px;
}

.geography__subtitle {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 48px;
}

.geography__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -13px;
}

.geography__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0px 6px;
	margin-top: 13px;
}

.geography__map {
	position: absolute;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 794px;
}

.geography-item {
	width: 100%;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 33px 33px 33px;
	border: 1px solid #C2C2C2;
	background-color: #F3F3F3;
}

.geography-item__title {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.geography-item__text {
	color: #8B9098;
	margin-top: 20px;
}

.vacancies {
	padding-top: 18px;
	padding-bottom: 80px;
}

.vacancies+.callback {
	background: none;
}

.vacancies__list {
	margin-bottom: 65px;
}

.vacancies-item {
	position: relative;
	margin-bottom: 13px;
}

.vacancies-item:last-child {
	margin-bottom: 0;
}

.vacancies-item__bg {
	position: absolute;
	right: -116px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	width: 293px;
}

.vacancies-item__link {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: block;
	padding: 33px 110px 33px 47px;
	background-color: #F3F3F3;
	border: 1px solid #C2C2C2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .vacancies-item__link:hover {
	color: #fff;
	background-color: #1B63B0;
}

.no-touch .vacancies-item__link:hover .vacancies-item__list1 li::after {
	background-color: #fff;
}

.vacancies-item__title {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.vacancies-item__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 47px;
	margin-top: -5px;
}

.vacancies-item__list1 li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

.vacancies-item__list1 li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 1px;
	background-color: #182B4E;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.vacancies-item__list1 li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.vacancies-item__list1 li:last-child::after {
	display: none;
}

.vacancies-item__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -5px;
	color: #182B4E;
}

.vacancies-item__list2 li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 300px;
	padding: 10px 13px;
	margin-right: 7px;
	margin-top: 5px;
}

.vacancies-item__list2 li:last-child {
	margin-right: 0;
}

.vacancies-item__list2 li svg {
	width: 12px;
	height: 14px;
	fill: #1B63B0;
	margin-right: 9px;
}

.vacancies-item__share {
	position: absolute;
	z-index: 2;
	top: 33px;
	right: 47px;
	width: 47px;
	height: 47px;
	background-color: #fff;
	border-radius: 50%;
	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-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .vacancies-item__share:hover {
	background-color: #1B63B0;
}

.no-touch .vacancies-item__share:hover .vacancies-item__share-icon svg {
	fill: #fff;
}

.vacancies-item__share-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vacancies-item__share-icon svg {
	width: 15px;
	height: 17px;
	fill: #1B63B0;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.vacancy {
	padding-top: 54px;
	padding-bottom: 91px;
}

.vacancy+.callback {
	background: none;
}

.vacancy__main-container1 {
	overflow: hidden;
	background-color: #182B4E;
	color: #fff;
	margin-bottom: 75px;
}

.vacancy__main-container1 .container {
	z-index: 1;
	padding-top: 61px;
	padding-bottom: 60px;
}

.vacancy__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.vacancy__container1-bg {
	position: absolute;
	z-index: -1;
	right: 55px;
	bottom: 0;
	width: 486px;
	opacity: 0.05;
}

.vacancy__container1-bg img {
	width: 100%;
}

.vacancy__wrap1 {
	max-width: 760px;
	width: 100%;
}

.vacancy__wrap1 .vacancies-item__list1 li::after {
	background-color: #fff;
}

.vacancy__title {
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.vacancy__vacancies-item-list1 {
	margin-bottom: 52px;
}

.vacancy__price {
	font-weight: 700;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.vacancy__container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.vacancy__wrap3 {
	max-width: 680px;
	width: 100%;
}

.vacancy__wrap4 {
	position: sticky;
	top: 90px;
	max-width: 493px;
	width: 100%;
}

.vacancy__callback {
	position: relative;
	background-color: #1B63B0;
	padding: 40px 160px 40px 47px;
	color: #fff;
}

.vacancy__callback-bg {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 118px;
}

.vacancy__callback-title {
	font-size: 27px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin-bottom: 38px;
}

.vacancy__callback-btn2 {
	display: block;
	text-align: center;
	padding: 26.5px 10px;
	max-width: 275px;
	width: 100%;
}

.vacancy-item {
	margin-bottom: 67px;
}

.vacancy-item:last-child {
	margin-bottom: 0;
}

.vacancy-item__title {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.vacancy-item__list li {
	margin-bottom: 7px;
}

.vacancy-item__list li:last-child {
	margin-bottom: 0;
}

.vacancy-item__list li::before {
	content: "—";
	margin-right: 5px;
}

.service+.features {
	padding-top: 80px;
}

.service__main-container1 {
	padding-top: 20px;
}

.service__img {
	position: relative;
	padding-top: 44%;
}

.service__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service__main-container2 {
	padding-top: 387px;
	padding-bottom: 166px;
	margin-top: -217px;
	background-color: #182B4E;
}

.service__main-container3 {
	padding-top: 166px;
	padding-bottom: 80px;
}

.service__slider {
	position: relative;
	margin-top: 63px;
}

.service__slider .swiper-pagination-style2.swiper-pagination-bullets {
	right: auto;
	top: auto;
	bottom: 20px;
	left: 20px;
}

.service__slider-nav1 {
	bottom: 20px;
	right: 20px;
	width: 133px;
	height: 66px;
}

.service__slider-nav1 .swiper-button-prev-style1 svg,
.service__slider-nav1 .swiper-button-next-style1 svg {
	width: 14px;
	height: 14px;
}

.service-item__img {
	position: relative;
	padding-top: 43%;
}

.service-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news1 {
	overflow: hidden;
	padding-top: 19px;
	padding-bottom: 80px;
}

.news1__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 33px;
}

.news1__list1 li {
	margin-right: 45px;
}

.news1__list1 li:last-child {
	margin-right: 0;
}

.news1__list1 li a {
	display: inline-block;
	color: #C2C2C2;
	font-size: 27px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news1__list1 li a.active {
	color: #182B4E;
	pointer-events: none;
}

.no-touch .news1__list1 li a:hover {
	color: #182B4E;
}

.news1__list2 {
	margin-bottom: 65px;
}

.news1-item2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 46px 123px 46px 0;
}

.no-touch .news1-item2:hover .news1-item2__title {
	color: #1B63B0;
}

.news1-item2::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 10000px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C2C2C2;
}

.news1-item2__wrap1 {
	max-width: 322px;
	width: 100%;
}

.news1-item2__img {
	position: relative;
	height: 322px;
}

.news1-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news1-item2__wrap2 {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 613px;
	width: 100%;
}

.news1-item2__title {
	width: 100%;
	font-size: 27px;
	line-height: 1.3;
	margin-bottom: 15px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news1-item2__text {
	width: 100%;
	margin-top: auto;
	color: #748095;
}

.novelty {
	padding-top: 41px;
	padding-bottom: 85px;
}

.novelty__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.novelty__wrap1 {
	position: sticky;
	top: 90px;
	max-width: 550px;
	width: 100%;
}

.novelty__title {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 46px;
}

.novelty__img1 {
	max-width: 494px;
	width: 100%;
}

.novelty__wrap2 {
	width: calc(100% - 760px);
}

.novelty__date {
	margin-top: 67px;
}

.othernovelty {
	padding-top: 80px;
	padding-bottom: 80px;
}

.othernovelty__title {
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding-right: 140px;
	margin-bottom: 39px;
}

.contacts {
	padding-top: 20px;
	padding-bottom: 102px;
}
.banking-detail {
	padding-top: 0;
	padding-bottom: 0;
}

.banking-detail+.callback,
.contacts+.callback {
	background: none;
}

.contacts .container {
	padding-top: 66px;
	padding-bottom: 62px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.banking-detail .container {
	padding-top: inherit;
	padding-bottom: inherit;
	border-top: unset;
	border-bottom: unset;
}

.contacts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts__wrap1 {
	width: 40%;
}
.banking-detail__wrap1 {
	width: 100%;
}

.banking-detail__list,
.contacts__list {
	margin-bottom: 47px;
}

.contacts__soc {
	margin-bottom: 13px;
}

.contacts__text1 {
	color: #8B9098;
}

.contacts__wrap2 {
	width: 54%;
}

.contacts__map {
	height: 583px;
}

.banking-detail-item,
.contacts-item {
	margin-bottom: 47px;
}

.banking-detail-item:last-child,
.contacts-item:last-child {
	margin-bottom: 0;
}

.banking-detail-item__text1,
.contacts-item__text1 {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.banking-detail-item__text1 a,
.contacts-item__text1 a {
	display: inline-block;
}

.banking-detail-item__text2,
.contacts-item__text2 {
	color: #8B9098;
}

.error404 {
	padding-top: 129px;
	padding-bottom: 80px;
}

.error404__wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.error404__title {
	font-size: 293px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}

.error404__subtitle {
	margin-bottom: 73px;
}

.error404__btn2 {
	display: block;
	max-width: 275px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 26.5px 10px;
}

.sectionsearch {
	padding-top: 50px;
	padding-bottom: 80px;
}

.sectionsearch__title {
	font-size: 60px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 32px;
}

.sectionsearch__subtitle {
	color: #8B9098;
	margin-bottom: 73px;
}

.sectionsearch__subtitle b {
	font-weight: 500;
	color: #182B4E;
}

.sectionsearch__list {
	counter-reset: li;
	margin-bottom: 68px;
}

.sectionsearch-item {
	padding-bottom: 33px;
	margin-bottom: 34px;
	border-bottom: 1px solid #F3F3F3;
}

.sectionsearch-item:last-child {
	margin-bottom: 0;
}

.sectionsearch-item__link {
	position: relative;
	display: block;
	max-width: 1250px;
	width: 100%;
	padding-left: 85px;
}

.no-touch .sectionsearch-item__link:hover .sectionsearch-item__title {
	color: #1B63B0;
}

.sectionsearch-item__link::after {
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 22px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.sectionsearch-item__title {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 13px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sectionsearch-item__text1 {
	margin-bottom: 27px;
}

.sectionsearch-item__text2 {
	color: #8B9098;
}

.portfolio {
	padding-top: 20px;
	padding-bottom: 80px;
}

.portfolio__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -7px;
	margin-top: -14px;
	margin-bottom: 66px;
}

.portfolio__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333%;
	padding: 0px 7px;
	margin-top: 14px;
}

.portfolio-item {
	width: 100%;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 20px 20px 46px 20px;
	background-color: #F3F3F3;
}

.portfolio-item__img {
	position: relative;
	width: 100%;
	padding-top: 66%;
	margin-bottom: 20px;
}

.portfolio-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.portfolio-item__text-wrap {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.portfolio-item__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 27px;
}

.portfolio-item__list li {
	position: relative;
	color: #8B9098;
	padding-right: 11px;
	margin-right: 10px;
}

.portfolio-item__list li::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #8B9098;
}

.portfolio-item__list li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.portfolio-item__list li:last-child::after {
	display: none;
}

.portfolio-item__title {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.portfolio-item__text {
	margin-bottom: 33px;
}

.portfolio-item__city {
	margin-top: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	padding: 10px 17px;
	border-radius: 300px;
	font-size: 13px;
	letter-spacing: -0.02em;
}

.portfolio-item__city-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 9px;
	margin-top: -2px;
}

.portfolio-item__city-icon svg {
	width: 12px;
	height: 14px;
	fill: #1B63B0;
}

.documents {
	padding-top: 50px;
	padding-bottom: 102px;
}

.documents~.callback {
	background: none;
}

.documents+.features {
	padding-top: 80px;
}

.documents__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.documents__wrap1 {
	position: sticky;
	top: 100px;
	max-width: 496px;
	width: 100%;
}

.documents__list2 {
	counter-reset: li;
}

.documents__list2 li {
	margin-bottom: 43px;
}

.documents__list2 li:last-child {
	margin-bottom: 0;
}

.documents__list2 li a {
	display: block;
	position: relative;
	padding-left: 49px;
}

.no-touch .documents__list2 li a:hover span {
	color: #182B4E;
}

.documents__list2 li a.active {
	pointer-events: none;
}

.documents__list2 li a.active span {
	color: #182B4E;
}

.documents__list2 li a.active span::after {
	opacity: 1;
}

.documents__list2 li a::after {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	position: absolute;
	top: 1px;
	left: 0;
	color: #8B9098;
}

.documents__list2 li a span {
	position: relative;
	display: block;
	color: #8B9098;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding-bottom: 33px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.documents__list2 li a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #182B4E;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.documents__wrap2 {
	max-width: 750px;
	width: 100%;
}

.documents__title1 {
	font-size: 47px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 74px;
}

.documents__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -7px;
	margin-top: -14px;
}

.documents__col1 {
	width: 50%;
	padding: 0px 7px;
	margin-top: 14px;
}

.documents__list3 {
	counter-reset: li;
	margin-bottom: 167px;
}

.documents__list4-wrap {
	margin-top: 160px;
}

.documents__list4-title {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.documents-item1 {
	display: block;
}

.no-touch .documents-item1:hover .documents-item1__zoom {
	opacity: 1;
}

.documents-item1__img-wrap {
	position: relative;
}

.documents-item1__zoom {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 53px;
	height: 53px;
	background-color: #fff;
	border-radius: 50%;
	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;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.documents-item1__zoom svg {
	width: 15px;
	height: 15px;
	fill: #8B9098;
}

.documents-item1__img {
	position: relative;
	padding-top: 140%;
}

.documents-item1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.documents-item3 {
	margin-bottom: 70px;
}

.documents-item3:last-child {
	margin-bottom: 0;
}

.documents-item3__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 23px;
}

.documents-item3__number::before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #8B9098;
	max-width: 30px;
	width: 100%;
	margin-right: 20px;
}

.documents-item3__number::after {
	content: "";
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #C2C2C2;
}

.documents-item3__title {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding-left: 49px;
	margin-bottom: 38px;
}

.documents-item3__list {
	padding-left: 49px;
}

.documents-item3__list li {
	margin-bottom: 12px;
}

.documents-item3__list li:last-child {
	margin-bottom: 0;
}

.documents-item3__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .documents-item3__list li a:hover {
	color: #1B63B0;
}

.documents-item3__list li a span {
	width: calc(100% - 30px);
}

.documents-item3__list li a b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.documents-item3__list li a b svg {
	width: 16px;
	height: 16px;
	fill: #182B4E;
}

.documents-item4 {
	background-color: #F3F3F3;
	border-bottom: 1px solid #fff;
}

.documents-item4:nth-child(1) .documents-item4__text {
	display: block;
}

.documents-item4:last-child {
	border: none;
}

.documents-item4__title {
	position: relative;
	padding: 23px 65px 23px 20px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .documents-item4__title:hover {
	color: #1B63B0;
}

.documents-item4__title.active .documents-item4__title-icon {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.documents-item4__title.active .documents-item4__title-icon::after {
	opacity: 0;
}

.documents-item4__title-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 33px;
	height: 33px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.documents-item4__title-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 9px;
	height: 1px;
	background-color: #182B4E;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.documents-item4__title-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 9px;
	background-color: #182B4E;
}

.documents-item4__text {
	display: none;
	padding: 0 65px 33px 20px;
	color: #44536F;
}

.cooperation__title {
	font-size: 27px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin-bottom: 33px;
}

.cooperation__list {
	counter-reset: li;
	margin-bottom: 73px;
}

.cooperation__list li {
	margin-bottom: 33.5px;
}

.cooperation__list li:last-child {
	margin-bottom: 0;
}

.cooperation__list li b {
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 7px;
}

.cooperation__list li b::before {
	counter-increment: li;
	content: counter(li) ".";
	margin-right: 5px;
}

.cooperation__list li span {
	display: block;
	color: #8B9098;
}

.cooperation__text1 {
	color: #8B9098;
}

.politic {
	padding-top: 20px;
	padding-bottom: 80px;
}

.politic__wrap {
	max-width: 1100px;
	width: 100%;
}

.politic__title {
	font-size: 47px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 73px;
}

.quiz {
	padding-top: 160px;
	padding-bottom: 80px;
}

.quiz--fullsize .quiz__wrap2 {
	width: 100%;
	padding: 72px 10%;
}

.quiz__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.quiz__wrap1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 35%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #1B63B0;
	padding: 64px 57px;
}

.quiz__bg {
	position: absolute;
	z-index: -1;
	left: -100px;
	bottom: 0;
	width: 250px;
}

.quiz__bg img {
	width: 100%;
}

.quiz__title1 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}

.quiz__subtitle {
	color: rgba(243, 243, 243, 0.7);
	font-size: 16px;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.quiz__link {
	font-size: 16px;
	letter-spacing: -0.02em;
	margin-top: auto;
	text-decoration: underline;
}

.no-touch .quiz__link:hover {
	text-decoration-color: transparent;
}

.quiz__wrap2 {
	width: 65%;
	padding: 72px 30px;
	background-color: #F4F5F6;
}

.quiz__title2 {
	text-align: center;
	font-size: 29px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 36px;
}

.quiz__step1 {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.quiz__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -7px;
	margin-top: -14px;
}

.quiz__col1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0px 7px;
	margin-top: 14px;
}

.quiz-item1 {
	position: relative;
	width: 100%;
	padding: 22px 15px;
	background-color: #fff;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.quiz__step1 .quiz-item1 {
	min-height: 166px;
	padding: 22px 15px 22px 64px;
	background-color: transparent;
	border: 1px solid #D6D6D6;
	cursor: pointer;
}

.quiz .popup__form-label1 {
	margin-bottom: 0;
}

.no-touch .quiz__step1 .quiz-item1:hover {
	background-color: #1B63B0;
	border: 1px solid #1B63B0;
}

.no-touch .quiz__step1 .quiz-item1:hover .quiz-item1__icon {
	background-color: #fff;
}

.no-touch .quiz__step1 .quiz-item1:hover .quiz-item1__title {
	color: #fff;
}

.no-touch .quiz__step1 .quiz-item1:hover .quiz-item1__text {
	color: #F3F3F3;
}

.no-touch .quiz__step1 .quiz-item1:hover .quiz-item1__icon svg {
	fill: #1B63B0;
}

.quiz-item1__icon {
	position: absolute;
	top: 21px;
	left: 21px;
	width: 28px;
	height: 28px;
	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;
	background-color: #ebebeb;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.quiz-item1__icon svg {
	fill: #8B9098;
	width: 13px;
	height: 13px;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.quiz-item1__title {
	width: 100%;
	font-size: 20px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.quiz-item1__text {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: auto;
	color: #8B9098;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.quiz__step3 .label1 {
	margin-bottom: 15px;
}

.quiz__step3 .file-wrap1 {
	margin-bottom: 25px;
}

.quiz__step3 .quiz__list1 {
	max-width: 500px;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #fff;
	padding-top: 7px;
	-webkit-transition: padding-top 0.3s, -webkit-box-shadow 0.3s;
	transition: padding-top 0.3s, -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s, padding-top 0.3s;
	transition: box-shadow 0.3s, padding-top 0.3s, -webkit-box-shadow 0.3s;
}

.compensate-for-scrollbar .header {
	right: 17px;
}

.header--fixed {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	padding-top: 0;
}

.header--fixed .header__wrap {
	padding: 5px 0;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.header__wrap {
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header__logo {
	max-width: 93px;
	width: 100%;
}

.header__menu1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu1>li {
	position: relative;
	margin-right: 41px;
}

.header__menu1>li:last-child {
	margin-right: 0;
}

.header__menu1>li.submenu-wrap {
	position: relative;
	padding-right: 15px;
}

/* .header__menu1>li.submenu-wrap.active .submenu-icon:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
} */

.header__menu1>li>a {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.02em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .header__menu1>li>a:hover {
	color: #1B63B0;
}

.header__tel {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.submenu-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 9px;
	height: 9px;
	/* background-color: #182B4E; */
}

.submenu-icon::before,
.submenu-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 1px;
	background-color: #182B4E;
	transition: transform 0.3s ease;
}

.submenu-icon::before {
	left: 0;
	transform: rotateZ(45deg);
}

.submenu-icon::after {
	right: -2px;
	transform: rotateZ(-45deg);
}
@media (hover: hover) and (pointer: fine) {
	.header__menu1>li.submenu-wrap:hover .submenu-icon::before {
		transform: rotateZ(-45deg);
	}

	.header__menu1>li.submenu-wrap:hover .submenu-icon::after {
		transform: rotateZ(45deg);
	}

	.submenu li:hover {
		color: #1B63B0;
	}
}

.header__menu1>li.submenu-wrap.active .submenu-icon::before {
	transform: rotateZ(-45deg);
}
.header__menu1>li.submenu-wrap.active .submenu-icon::after {
	transform: rotateZ(45deg);
}

.popupmenu-sitebg {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(24, 43, 78, 0.5);
	cursor: pointer;
}

.popupmenu {
	display: none;
	position: absolute;
	z-index: 5;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 45px 0;
}

.popupmenu__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 54px;
}

.popupmenu__list1-title {
	color: #8B9098;
	margin-bottom: 34px;
}

.popupmenu__list1 {
	counter-reset: li;
}

.popupmenu__list1 li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 23px;
}

.popupmenu__list1 li:last-child {
	margin-bottom: 0;
}

.popupmenu__list1 li::after {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	color: #C2C2C2;
}

.popupmenu__list1 a {
	display: inline-block;
	font-size: 22px;
	letter-spacing: -0.02em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .popupmenu__list1 a:hover {
	color: #1B63B0;
}

.popupmenu__contacts-container {
	max-width: 440px;
	width: 100%;
	background: #F3F3F3;
	padding: 47px 47px 47px 47px;
}

.popupmenu__adress-wrap {
	margin-bottom: 34px;
}

.popupmenu__adress-title {
	color: #8B9098;
	margin-bottom: 15px;
}

.popupmenu__adress {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.popupmenu__contacts-wrap {
	margin-bottom: 33px;
}

.popupmenu__contacts-title {
	color: #8B9098;
	margin-bottom: 14px;
}

.popupmenu__contacts a {
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-right: 28px;
}

.popupmenu__contacts a:last-child {
	margin-right: 0;
}

.toggle-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #F3F3F3;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .toggle-wrap:hover {
	background-color: #1B63B0;
}

.no-touch .toggle-wrap:hover .toggle__line {
	background-color: #fff;
}

.no-touch .toggle-wrap:hover .toggle__line::after {
	background-color: #fff;
}

.no-touch .toggle-wrap:hover .toggle__line::before {
	background-color: #fff;
}

.no-touch .toggle-wrap.active:hover .toggle__line {
	background-color: transparent;
}

.toggle-wrap.active .toggle__line {
	background-color: transparent;
}

.toggle-wrap.active .toggle__line::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle-wrap.active .toggle__line::before {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle {
	position: relative;
	width: 15px;
	height: 10px;
}

.toggle__line {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 1px;
	border-radius: 300px;
	background-color: #182B4E;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.toggle__line::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	height: 1px;
	border-radius: 300px;
	background-color: #182B4E;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.toggle__line::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 1px;
	border-radius: 300px;
	background-color: #182B4E;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search-btn1 {
	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;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .search-btn1:hover {
	background-color: #1B63B0;
}

.no-touch .search-btn1:hover svg {
	fill: #fff;
}

.search-btn1 svg {
	width: 21px;
	height: 21px;
	fill: #182B4E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.submenu {
	padding-top: 24px;
	position: absolute;
	left: -15px;
	top: calc(100% + 10px);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: clip-path 0.3s ease;
	/* background-color: #ffffff; */
	background-color: #182B4E;
	color: #fff;
	padding: 15px;
	width: 200px;
}

.header__menu1>li.submenu-wrap:hover .submenu {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.submenu li {
	margin-bottom: 12px;
	transition: color 0.3s ease;
}

.submenu li:last-child {
	margin-bottom: 0;
}

.submenu li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	letter-spacing: -0.02em;
	/* padding-left: 48px; */
}

/* .submenu li a::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px;
	width: 6px;
	height: 6px;
	background-color: #182B4E;
} */

.search {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 40px 0;
}

.search__form {
	position: relative;
	padding: 0px 27px;
}

.search__form-label {
	display: block;
	cursor: pointer;
}

.search__form-label-text {
	display: block;
	color: #D1D2D6;
	margin-bottom: 15px;
}

.search__form-input-wrap {
	display: block;
}

.search__form-input {
	font-size: 21px;
	letter-spacing: -0.02em;
	color: #182B4E;
	border: none;
}

.search__form-input::-webkit-input-placeholder {
	color: #d1d2d6;
}

.search__form-input::-moz-placeholder {
	color: #d1d2d6;
}

.search__form-input:-ms-input-placeholder {
	color: #d1d2d6;
}

.search__form-input::-ms-input-placeholder {
	color: #d1d2d6;
}

.search__form-input::placeholder {
	color: #d1d2d6;
}

.search__form-btn {
	position: absolute;
	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;
	bottom: 3px;
	left: -5px;
	width: 25px;
	height: 25px;
}

.no-touch .search__form-btn:hover svg {
	fill: #1B63B0;
}

.search__form-btn svg {
	width: 20px;
	height: 20px;
	fill: #8B9098;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.search__close {
	position: absolute;
	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;
	bottom: 3px;
	right: -8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.no-touch .search__close:hover svg {
	fill: #1B63B0;
}

.search__close svg {
	width: 10px;
	height: 10px;
	fill: #8B9098;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footer {
	color: #fff;
	padding-bottom: 47px;
	padding-top: 83px;
}

.footer__wrap1 {
	background-color: #182B4E;
	padding: 33px 33px 23px 33px;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: -12px;
	color: #182B4E;
}

.footer__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333%;
	padding: 0px 6px;
	margin-top: 12px;
}

.footer__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #182B4E;
	padding: 23px 33px 33px 33px;
}

.footer__wrap4 {
	max-width: 350px;
	width: 100%;
}

.footer__logo {
	display: block;
	max-width: 149px;
	width: 100%;
}

.footer__wrap5 {
	max-width: 406px;
	width: 100%;
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__nav-wrap {
	margin-bottom: 31px;
}

.footer__nav-wrap:last-child {
	margin-bottom: 0;
}

.footer__nav-title {
	color: #C2C2C2;
	margin-bottom: 20px;
}

.footer__menu li {
	margin-bottom: 11px;
}

.footer__menu li:last-child {
	margin-bottom: 0;
}

.footer__menu a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .footer__menu a:hover {
	text-decoration-color: #fff;
}

.footer__wrap6 {
	max-width: 456px;
	width: 100%;
}

.footer__materials {
	margin-bottom: 52px;
}

.footer__materials-title {
	color: #C2C2C2;
	margin-bottom: 20px;
}

.footer__materials-btn-wrap {
	margin-bottom: 10px;
}

.footer__materials-btn-wrap:last-child {
	margin-bottom: 0;
}

.footer__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__btn5 {
	width: 48%;
	padding: 15px 10px;
	text-align: center;
}

.footer__btn6 {
	width: 48%;
	padding: 14px 10px;
	text-align: center;
}

.footer__wrap3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #182B4E;
	padding: 35px 33px 32px 33px;
}

.footer__wrap7 {
	max-width: 350px;
	width: 100%;
}

.footer__copy {
	color: #C2C2C2;
}

.footer__wrap8 {
	max-width: 406px;
	width: 100%;
}

.footer__link {
	display: inline-block;
	color: #C2C2C2;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .footer__link:hover {
	text-decoration-color: #C2C2C2;
}

.footer__wrap9 {
	max-width: 456px;
	width: 100%;
}

.footer-item {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	min-height: 167px;
	background-color: #fff;
	padding: 20px;
}

.footer-item__title {
	width: 100%;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #8B9098;
	margin-bottom: 15px;
}

.footer-item__text1 {
	width: 100%;
	margin-top: auto;
	font-size: 27px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 6px;
}

.footer-item__text1 a {
	display: inline-block;
}

.footer-item__text2 {
	width: 100%;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #8B9098;
}

.radioButton input {
	display: none;
}

.radioButton label {
	display: block;
	cursor: pointer;
	padding: 5px 10px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #D6D6D6;
	transition: border 0.3s;
}

.radioButton input:checked ~ label {
	border: 1px solid #182B4E;
}

.no-touch .radioButton label:hover {
	border: 1px solid #182B4E;
}

.file-wrap1 {
	width: 100%;
	cursor: pointer;
}

.file-wrap1 .jq-file__browse {
	display: none;
}

.file-wrap1 .jq-file {
	position: relative;
	display: block;
	color: #C2C2C2;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: -0.02em;
	border: 1px solid #C2C2C2;
	padding: 15.5px 10px;
	padding-left: 40px;
	cursor: pointer;
	transition: color 0.3s;
}

.no-touch .file-wrap1 .jq-file:hover {
	color: #182B4E;
}

.file-wrap1 .jq-file.changed {
	color: #182B4E;
}

.file-wrap1 .jq-file::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13px;
	width: 18px;
	height: 18px;
	background: url(/local/templates/lzspb/css/../img/file.svg) center / contain no-repeat;
}

.file-wrap1 .jq-file input {
	cursor: pointer;
}

.elevator-item__title1-wrap {
    max-width: 960px;
}

.elevator-item__title1-wrap p {
    margin-bottom: 20px;
}

.cookie-notification {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
}

.cookie-notification.active {
	display: block;
}

.cookie-notification__container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 15px 35px;
	padding: 20px 50px;
	background-color: #182B4E;
}

.cookie-notification__text {
	font-family: "MuseoSansCyrl", sans-serif;
	align-content: center;
	font-size: 16px;
	color: #fff;
}

.cookie-notification__link {
	color: #fff;
	text-decoration: underline;
}

.cookie-notification__button {
	padding: 25px 45px;
	width: 20%;
	min-width: 180px
}

@media (max-width:1024px) {
	.cookie-notification__container {
		gap: 15px 25px;
		padding: 20px 24px;
	}
}

@media (max-width:914px) {
	.cookie-notification__container {
		flex-direction: column;
	}
	.cookie-notification__text {
		text-align: justify;
		line-height: 120%;
	}
	.cookie-notification__button {
		width: 100%;
		padding: 15px;
	}
}
@media (max-width:520px) {
	.cookie-notification {
		padding: 0;
	}
	.cookie-notification__container {
		border-radius: 0;
		padding: 15px 20px;
	}
	.cookie-notification__text {
		font-size: 14px;
		line-height: 110%;
	}
	.cookie-notification__button {
		font-size: 14px;
		padding: 10px 15px;
	}
}

@media (max-width: 1550px) {
	.quiz__wrap1 {
		width: 45%;
	}

	.quiz__wrap2 {
		width: 55%;
	}
}

@media (max-width: 1500px) {
	.geography__map {
		width: 500px;
	}

	.header__soc {
		display: none;
	}

	.footer__wrap6 {
		max-width: 240px;
	}

	.footer__btn5 {
		width: 100%;
		margin-bottom: 12px;
	}

	.footer__btn6 {
		width: 100%;
	}

	.footer__wrap9 {
		max-width: 240px;
	}
}

@media (max-width: 1400px) {
	.elevators-item__wrap2 {
		padding-top: 0;
	}

	.elevators-item__info {
		width: 48%;
	}

	.elevators-item__btn2 {
		margin-top: 15px;
	}

	.novelty__wrap2 {
		width: calc(100% - 580px);
	}

	.documents__wrap1 {
		max-width: none;
		width: 48%;
	}

	.documents__wrap2 {
		max-width: none;
		width: 48%;
	}
}

@media (max-width: 1300px) {
	.vacancy__wrap3 {
		max-width: none;
		width: 48%;
	}

	.vacancy__wrap4 {
		max-width: none;
		width: 48%;
	}

	.news1-item2 {
		padding: 46px 0;
	}

	.header__menu1>li {
		margin-right: 20px;
	}

	.popupmenu__list1 a {
		font-size: 20px;
	}

	.popupmenu__contacts-container {
		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-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 380px;
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.title-wrap1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.title-wrap2 {
		width: 100%;
	}

	.subtitle1 {
		font-size: 36px;
	}

	.description1 {
		font-size: 16px;
		margin-top: 24px;
	}

	.dev__text {
		font-size: 14px;
	}

	.maintitle-wrap1 {
		width: 100%;
		margin-bottom: 24px;
	}

	.maintitle {
		font-size: 48px;
	}

	.maintitle-wrap2 {
		width: 100%;
	}

	.maintitle-text1 {
		max-width: 455px;
	}

	.text1 h1,
	.text1 h2,
	.text1 h3,
	.text1 h4,
	.text1 h5 {
		font-size: 36px;
	}

	.swiper-pagination-style1 {
		font-size: 36px;
	}

	.swiper-pagination-style1 .swiper-pagination-current {
		margin-right: 0;
	}

	.swiper-pagination-style1 .swiper-pagination-total {
		margin-left: -2px;
	}

	.swiper-pagination-style2.swiper-pagination-bullets {
		top: auto;
		right: auto;
		bottom: 16px;
		left: 16px;
	}

	.swiper-pagination-style2.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
		margin-right: 4px;
	}

	.mainscreen__wrap1 {
		width: 100%;
		padding-bottom: 0;
	}

	.mainscreen__title {
		font-size: 48px;
	}

	.mainscreen__wrap2 {
		max-width: 272px;
		margin-left: auto;
		margin-top: -72px;
		margin-bottom: -107px;
	}

	.mainscreen__link1-wrap {
		padding: 24px;
	}

	.mainscreen__link1-icon {
		width: 175px;
		left: -47px;
	}

	.mainscreen__link1-text {
		margin-bottom: 147px;
	}

	.mainscreen__slider-nav1 {
		right: 32px;
	}

	.mainscreen__slider-line-wrap {
		left: 32px;
		right: 32px;
	}

	.mainscreen-item__img {
		padding-top: 108%;
	}

	.mainscreen-item__text-wrap {
		padding: 32px 150px 46px 32px;
	}

	.aboutus .container {
		padding-bottom: 232px;
	}

	.aboutus__description1 {
		max-width: 455px;
	}

	.aboutus__list-wrap {
		bottom: -580px;
		left: 24px;
		right: 24px;
	}

	.aboutus__col {
		width: 50%;
	}

	.aboutus-item {
		padding: 32px;
		min-height: 334px;
	}

	.aboutus-item__title {
		font-size: 48px;
	}

	.features {
		padding-top: 724px;
	}

	.features__wrap1 {
		padding-top: 0;
		padding-bottom: 180px;
	}

	.features__bg2 {
		width: auto;
		top: 171px;
		left: -50px;
		right: -50px;
	}

	.features__bg1 {
		right: -140px;
		width: 325px;
		top: auto;
		bottom: 0;
	}

	.features__slider {
		margin-right: 0;
	}

	.features__slider .swiper-pagination-style1 {
		top: 516px;
		right: 123px;
		left: auto;
	}

	.features__slider-nav1 {
		top: 428px;
		bottom: auto;
		right: 0;
		width: 96px;
		height: 48px;
	}

	.features__slider-nav1 .swiper-button-prev-style1 svg,
	.features__slider-nav1 .swiper-button-next-style1 svg {
		width: 11px;
		height: 11px;
	}

	.features__list1-wrap {
		margin: 0px -24px;
	}

	.features-item__wrap1 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.features-item__img {
		padding-top: 0;
		height: 429px;
	}

	.features-item__wrap2 {
		width: 100%;
		padding-bottom: 0;
		padding-right: 270px;
	}

	.features-item__title {
		font-size: 36px;
		margin-bottom: 16px;
	}

	.features-item1 {
		min-height: 114px;
		padding: 24px 24px 24px 65px;
	}

	.features-item1::after {
		left: 27px;
	}

	.products__slider {
		padding-top: 72px;
	}

	.products__slider-nav1 {
		left: 0;
		width: 96px;
		height: 48px;
	}

	.products-item__img {
		padding-top: 64%;
	}

	.products-item__title {
		font-size: 32px;
	}

	.services__bg1 {
		width: 161px;
	}

	.services__title-container {
		margin-bottom: 102px;
	}

	.services__wrap1 {
		display: none;
	}

	.services__wrap2 {
		max-width: 600px;
		width: 100%;
	}

	.services-item2__link {
		color: #fff;
	}

	.callback__container {
		padding: 64px 40px;
	}

	.callback__bg1 {
		width: 776px;
		height: 776px;
		border: 196px solid rgba(0, 123, 255, 0.5);
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -550px;
		top: auto;
	}

	.callback__wrap1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.callback__wrap2 {
		width: 100%;
	}

	.callback__title2 {
		max-width: none;
		margin-bottom: 16px;
	}

	.callback__subtitle {
		max-width: 310px;
	}

	.callback__form-label1 {
		width: 48%;
	}

	.callback__form-btn3 {
		width: 100%;
		margin-top: 16px;
	}

	.callback__form-text {
		margin-top: 12px;
	}

	.news__title {
		font-size: 36px;
	}

	.news__tabs-list {
		padding-right: 110px;
	}

	.news__tabs-list li {
		margin-right: 40px;
	}

	.news__slider-nav1 {
		top: -80px;
		width: 96px;
		height: 48px;
	}

	.news__slider-nav1 .swiper-button-prev-style1 svg,
	.news__slider-nav1 .swiper-button-next-style1 svg {
		width: 11px;
		height: 11px;
	}

	.news-item {
		padding: 32px;
	}

	.partners__wrap1 {
		width: 100%;
	}

	.partners__col {
		width: 50%;
	}

	.partners-item1 {
		padding: 32px;
	}

	.elevators-item {
		padding: 24px;
	}

	.elevators-item__bg {
		right: -91px;
		bottom: 128px;
		width: 279px;
	}

	.elevators-item__wrap1 {
		width: 100%;
		margin-bottom: 32px;
	}

	.elevators-item__img {
		height: auto;
		padding-top: 50%;
	}

	.elevators-item__wrap2 {
		width: 100%;
	}

	.elevators-item__list {
		margin-bottom: 16px;
	}

	.elevators-item__title {
		margin-bottom: 24px;
	}

	.elevators-item__descr {
		margin-bottom: 24px;
	}

	.elevators-item__link {
		margin-bottom: 40px;
	}

	.elevators-item__info {
		width: auto;
	}

	.elevators-item__btn2 {
		margin-top: 0;
	}

	.elevator__img1 {
		padding-top: 70%;
		margin-bottom: 56px;
	}

	.elevator__tabs-list {
		margin-bottom: 56px;
	}
	.banking-detail__title,
	.elevator-item__title1 {
		font-size: 36px;
	}

	.elevator-item__container {
		padding: 24px;
	}

	.elevator-item__bg {
		right: -91px;
		bottom: 128px;
		width: 279px;
	}

	.elevator-item__wrap1 {
		width: 100%;
		margin-bottom: 32px;
	}

	.elevator-item__slider-nav1 {
		bottom: 16px;
		right: 16px;
		width: 80px;
		height: 40px;
	}

	.elevator-item__slider-nav1 .swiper-button-prev-style1 svg,
	.elevator-item__slider-nav1 .swiper-button-next-style1 svg {
		width: 10px;
		height: 11px;
	}

	.elevator-item__img {
		padding-top: 94%;
		height: auto;
	}

	.elevator-item__wrap2 {
		width: 100%;
		padding-top: 0;
	}

	.history__img {
		padding-top: 108%;
		margin-bottom: 56px;
	}

	.history__wrap1 {
		max-width: none;
		height: auto;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.history__wrap1::after {
		display: none;
	}

	.history__wrap1::before {
		display: none;
	}

	.history__slider1 {
		width: 100%;
		height: auto;
	}

	.history__year1 {
		display: none;
	}

	.history__wrap2 {
		width: 100%;
	}

	.history-item1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.history-item1__text {
		font-size: 90px;
	}

	.history-item1__text b {
		display: inline;
	}

	.history-item2 {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.geography {
		padding-top: 724px;
	}

	.geography__wrap {
		max-width: none;
	}

	.geography__title {
		margin-bottom: 30px;
	}

	.geography__subtitle {
		margin-bottom: 20px;
		font-size: 36px;
	}

	.geography__map {
		position: static;
		margin-top: 30px;
		margin-left: auto;
		max-width: 700px;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-right: -30px;
	}

	.geography-item {
		padding: 24px;
	}

	.vacancies-item__bg {
		width: 200px;
		right: -100px;
	}

	.vacancies-item__link {
		padding: 24px 85px 24px 24px;
	}

	.vacancies-item__title {
		font-size: 22px;
	}

	.vacancies-item__share {
		top: 24px;
		right: 24px;
	}

	.vacancy__container1-bg {
		width: 380px;
		right: -180px;
	}

	.vacancy__wrap1 {
		max-width: none;
		margin-bottom: 20px;
	}

	.vacancy__title {
		font-size: 48px;
	}

	.vacancy__wrap3 {
		width: 100%;
		margin-bottom: 30px;
	}

	.vacancy__wrap4 {
		position: static;
		width: 100%;
	}

	.service__img {
		padding-top: 108%;
	}

	.service__slider-nav1 {
		width: 80px;
		height: 40px;
	}

	.service__slider-nav1 .swiper-button-prev-style1 svg,
	.service__slider-nav1 .swiper-button-next-style1 svg {
		width: 11px;
		height: 11px;
	}

	.service-item__img {
		padding-top: 80%;
	}

	.news1-item2__wrap1 {
		margin-bottom: 20px;
	}

	.news1-item2__wrap2 {
		max-width: none;
		margin-bottom: 20px;
	}

	.novelty__wrap1 {
		position: static;
		max-width: none;
		margin-bottom: 30px;
	}

	.novelty__wrap2 {
		width: 100%;
	}

	.othernovelty__title {
		padding-right: 120px;
		margin-bottom: 28px;
	}

	.contacts__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.contacts__wrap2 {
		width: 100%;
	}

	.contacts__map {
		height: 400px;
	}

	.error404__title {
		font-size: 200px;
	}

	.sectionsearch__title {
		font-size: 48px;
	}

	.portfolio__col {
		width: 50%;
	}

	.documents__wrap1 {
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}

	.documents__list2 li a span {
		font-size: 22px;
	}

	.documents__wrap2 {
		width: 100%;
	}

	.documents__title1 {
		font-size: 36px;
	}

	.politic__title {
		font-size: 36px;
	}

	.quiz__wrap1 {
		width: 40%;
	}

	.quiz__title1 {
		font-size: 36px;
	}

	.quiz__wrap2 {
		width: 60%;
	}

	.header__nav1 {
		margin-bottom: 56px;
	}

	.header__menu1>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.header__menu1>li:last-child {
		margin-bottom: 0;
	}

	.header__menu1>li>a {
		font-size: 23px;
	}

	.header__tel {
		margin-left: auto;
		margin-right: 24px;
	}

	.submenu-wrap {
		padding-right: 20px;
	}
	
	.submenu-icon {
		width: 20px;
		height: 20px;
		/* background: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; */
		top: 5px;
	}
	.submenu-icon::before,
	.submenu-icon::after {
		width: 13px;
	}

	.submenu {
		display: none;
		clip-path: none;
		position: relative;
		left: 0;
		padding: 0;
		/* height: 0; */
		width: auto;
		margin-top: 10px;
		background-color: #fff;
		color: #182b4e;
	}

	/* .submenu-wrap.active .submenu {
		height: auto;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	} */

	/* .submenu-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 5px solid #182B4E;
		border-bottom: 5px solid transparent;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	} */

	.popupmenu {
		height: calc(100vh - 80px);
		overflow: auto;
		padding-bottom: 60px;
	}

	.popupmenu__container {
		padding-right: 0;
	}

	.popupmenu__list1-wrap {
		display: none;
	}

	.popupmenu__contacts-container {
		padding: 0;
		max-width: none;
		background: none;
	}

	.popupmenu__contacts-wrap {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.popupmenu__soc .soc__link {
		background-color: #F3F3F3;
	}

	.toggle-wrap {
		display: flex;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.search-btn1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-right: 24px;
		margin-left: 40px;
	}

	.footer__col {
		width: 50%;
	}

	.footer__wrap2 {
		padding: 57px 33px 33px 33px;
	}

	.footer__wrap4 {
		max-width: none;
		width: 50%;
		padding: 0px 6px;
		margin-top: 12px;
	}

	.footer__wrap5 {
		max-width: none;
	}

	.footer__nav-container {
		width: 48%;
	}

	.footer__wrap6 {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 40px;
	}

	.footer__materials {
		width: 48%;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer__materials-btn-wrap {
		margin-bottom: 12px;
	}

	.footer__materials-btn {
		padding: 13.5px 30px;
	}

	.footer__btn-wrap {
		width: 48%;
	}

	.footer__btn5 {
		padding: 13.5px 10px;
	}

	.footer__btn6 {
		padding: 12.5px 10px;
	}

	.footer__wrap3 {
		padding: 23px 33px 32px 33px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__wrap7 {
		max-width: none;
		width: 48%;
	}

	.footer__copy {
		font-size: 14px;
	}

	.footer__wrap8 {
		max-width: none;
		width: 48%;
	}

	.footer__link {
		font-size: 14px;
	}

	.footer__wrap9 {
		max-width: none;
		width: 48%;
		margin-left: auto;
		margin-top: 56px;
	}

	.footer-item__text1 {
		font-size: 22px;
	}

	.news__title-wrap {
		margin-bottom: 112px;
	}
}

@media (max-width: 1200px) and (max-width: 700px) {
	.swiper-pagination-style2.swiper-pagination-bullets {
		bottom: 8px;
		left: 8px;
	}
}

@media (max-width: 1100px) {
	.quiz__wrap1 {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		min-height: 400px;
	}

	.quiz__wrap2 {
		width: 100%;
	}

	.quiz--fullsize .quiz__wrap2 {
		padding: 72px 5%;
	}
}

@media (max-width: 700px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.subtitle1 {
		font-size: 28px;
	}

	.totop {
		right: 5px;
		bottom: 70px;
	}

	.fancybox__content>.carousel__button.is-close {
		top: 10px;
		right: 10px;
	}

	.mainscreen__title {
		margin-bottom: 0;
	}

	.maintitle-btn-wrap,
	.mainscreen__btn2,
	.footer__btn-wrap,
	.quiz__link
	{
		display: none;
	}

	.btn1-mobfixed {
		display: block;
	}

	.maintitle-container1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.maintitle {
		font-size: 35px;
	}

	.maintitle-btn-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.maintitle-btn2 {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.pagination__list li {
		width: 45px;
		height: 45px;
	}

	.text h2,
	.text h3,
	.text h4,
	.text h5 {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.text p {
		margin: 10px 0;
	}

	.text ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.text ul li {
		margin: 10px 0;
	}

	.text ol {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.text ol li {
		margin: 10px 0;
	}

	.text>img {
		margin: 30px 0;
	}

	.text__img1-wrap {
		margin: 30px 0;
	}

	.text1 h1,
	.text1 h2,
	.text1 h3,
	.text1 h4,
	.text1 h5 {
		font-size: 28px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.text1 p {
		margin: 20px 0;
	}

	.text1 p span {
		margin: 8px 0;
	}

	.text1 ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.text1 ul li {
		margin: 10px 0;
	}

	.text1 ol {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.text1 ol>li {
		margin-bottom: 30px;
	}

	.text1 ol>li>b {
		font-size: 22px;
	}

	.text1>img {
		margin: 30px 0;
	}

	.text1__img1-wrap {
		margin: 30px 0;
	}

	.swiper-pagination-style1 {
		font-size: 28px;
	}

	.mainscreen__title {
		font-size: 35px;
	}

	.mainscreen__wrap2 {
		margin-top: 56px;
		margin-bottom: 16px;
		margin-left: 0;
		max-width: none;
	}

	.mainscreen__link1-wrap {
		padding: 24px 16px;
	}

	.mainscreen__link1-icon {
		width: 115px;
	}

	.mainscreen__link1-text {
		margin-bottom: 56px;
	}

	.mainscreen__slider-nav1 {
		width: 80px;
		height: 40px;
		right: auto;
		left: 16px;
		bottom: 40px;
	}

	.mainscreen__slider-line-wrap {
		left: 16px;
		right: 16px;
	}

	.mainscreen-item__img {
		padding-top: 155.5%;
	}

	.mainscreen-item__text-wrap {
		padding: 32px 16px 93px 16px;
	}

	.mainscreen-item__title {
		font-size: 20px;
	}

	.aboutus {
		margin-top: -250px;
	}

	.aboutus .container {
		padding-top: 357px;
	}

	.aboutus__list-wrap {
		left: 16px;
		right: 16px;
		bottom: -910px;
	}

	.aboutus__col {
		width: 100%;
	}

	.aboutus-item {
		padding: 24px;
		min-height: 254px;
	}

	.aboutus-item__title {
		font-size: 40px;
	}

	.features {
		padding-top: 1017px;
		padding-bottom: 50px;
	}

	.features__bg1 {
		width: 239px;
		right: -87px;
	}

	.features__slider {
		padding-bottom: 70px;
	}

	.features__slider .swiper-pagination-style1 {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.features__slider-nav1 {
		right: 16px;
		top: 224px;
		width: 80px;
		height: 40px;
	}

	.features__list1-wrap {
		margin: 0px -16px;
	}

	.features__col1 {
		width: 100%;
	}

	.features-item__wrap1 {
		margin-bottom: 24px;
	}

	.features-item__img {
		height: 233px;
	}

	.features-item__wrap2 {
		padding-right: 0;
	}

	.features-item__title {
		font-size: 28px;
	}

	.products {
		padding-top: 50px;
		padding-bottom: 104px;
	}

	.products__slider {
		padding-top: 66px;
	}

	.products__slider-nav1 {
		width: 80px;
		height: 40px;
	}

	.products-item__img {
		padding-top: 93%;
	}

	.products-item__title {
		padding: 16px;
		font-size: 24px;
	}

	.products-item__text-wrap {
		padding: 24px 16px;
	}

	.products-item__btn1 {
		padding: 20px 15px;
		margin-right: 15px;
	}

	.services {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.services__bg1 {
		width: 113px;
	}

	.services__title-container {
		margin-bottom: 80px;
	}

	.callback {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.callback__container {
		padding: 40px 16px;
	}

	.callback__bg1 {
		width: 472px;
		height: 472px;
		border: 120px solid rgba(0, 123, 255, 0.5);
		bottom: -295px;
	}

	.callback__title2 {
		font-size: 23px;
	}

	.callback__subtitle {
		margin-bottom: 40px;
	}

	.callback__form-label1 {
		width: 100%;
		margin-bottom: 16px;
	}

	.callback__form-btn3 {
		margin-top: 0;
	}

	.news {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.news__title-wrap {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.news__title {
		font-size: 28px;
	}

	.news__tabs-list {
		padding-right: 0;
	}

	.news__tabs-list li {
		margin-right: 16px;
	}

	.news__tabs-list a {
		font-size: 19px;
	}

	.news__slider {
		padding-top: 64px;
	}

	.news__slider-nav1 {
		width: 80px;
		height: 40px;
		top: 0;
		right: auto;
		left: 0;
	}

	.news-item {
		padding: 24px;
	}

	.partners {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.partners__title-container {
		margin-bottom: 26px;
	}

	.partners__col {
		width: 100%;
	}

	.partners-item {
		min-height: 176px;
	}

	.partners-item1 {
		min-height: 176px;
		padding: 24px;
	}

	.partners-item1__bg {
		width: 250px;
		height: 250px;
		border: 63px solid #182B4E;
		right: -165px;
	}

	.popup {
		padding: 50px 16px 40px 16px;
	}

	.popup__title {
		font-size: 22px;
	}

	.popup__subtitle {
		margin-bottom: 20px;
	}

	.popup__form-label1 {
		width: 100%;
	}

	.elevators {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.elevators-item {
		padding: 16px;
	}

	.elevators-item__wrap1 {
		margin-bottom: 24px;
	}

	.elevators-item__img {
		padding-top: 77%;
	}

	.elevators-item__list {
		margin-bottom: 12px;
	}

	.elevators-item__list li {
		font-size: 12px;
	}

	.elevators-item__title {
		font-size: 23px;
		margin-bottom: 16px;
	}

	.elevators-item__link {
		margin-bottom: 24px;
	}

	.elevators-item__wrap3 {
		padding: 16px;
	}

	.elevators-item__info:nth-child(2) {
		text-align: right;
	}

	.elevators-item__info-val {
		font-size: 16px;
	}

	.elevators-item__btn2 {
		max-width: none;
		margin-top: 24px;
		padding: 17.5px 10px;
	}

	.elevator {
		padding-bottom: 50px;
	}

	.elevator+.features {
		padding-top: 50px;
	}

	.elevator__tabs-list li {
		margin-right: 20px;
	}

	.elevator__tabs-list a {
		font-size: 20px;
	}
	.banking-detail__title,
	.elevator-item__title1 {
		font-size: 28px;
	}

	.elevator-item__container {
		padding: 16px;
	}

	.elevator-item__wrap1 {
		margin-bottom: 24px;
	}

	.elevator-item__slider-nav1 {
		bottom: 8px;
		right: 8px;
	}

	.elevator-item__title2 {
		font-size: 23px;
	}

	.elevator-item__list {
		margin-bottom: 24px;
	}

	.elevator-item__list li span {
		max-width: none;
		margin-bottom: 4px;
	}

	.elevator-item__list li b {
		width: 100%;
	}

	.history {
		padding-bottom: 50px;
	}

	.history+.aboutus .container {
		padding-top: 50px;
	}

	.history__img {
		padding-top: 155.5%;
	}

	.history__title-container {
		margin-bottom: 40px;
	}

	.history-item1__text {
		font-size: 65px;
	}

	.geography {
		padding-top: 1017px;
		padding-bottom: 50px;
	}

	.geography__main-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.geography__subtitle {
		font-size: 28px;
	}

	.geography__col {
		width: 100%;
	}

	.geography__map {
		margin-left: 0;
		max-width: none;
		width: auto;
	}

	.geography-item {
		padding: 16px;
	}

	.geography-item__text {
		margin-top: 10px;
	}

	.vacancies {
		padding-bottom: 50px;
	}

	.vacancies__list {
		margin-bottom: 40px;
	}

	.vacancies-item__link {
		padding: 16px 60px 16px 16px;
	}

	.vacancies-item__title {
		font-size: 20px;
	}

	.vacancies-item__list1 {
		margin-bottom: 25px;
	}

	.vacancies-item__list1 li {
		width: 100%;
		margin-right: 0;
	}

	.vacancies-item__list1 li::after {
		display: none;
	}

	.vacancies-item__share {
		top: 16px;
		right: 16px;
		width: 35px;
		height: 35px;
	}

	.vacancies-item__share-icon svg {
		width: 13px;
		height: 15px;
	}

	.vacancy {
		padding-bottom: 50px;
	}

	.vacancy__container1-bg {
		width: 280px;
		right: -130px;
	}

	.vacancy__title {
		font-size: 35px;
	}

	.vacancy__callback {
		padding: 24px 16px;
	}

	.vacancy__callback-bg {
		display: none;
	}

	.vacancy-item {
		margin-bottom: 40px;
	}

	.vacancy-item__title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.service+.features {
		padding-top: 50px;
	}

	.service__img {
		padding-top: 155.5%;
	}

	.service__main-container2 {
		padding-top: 290px;
		padding-bottom: 90px;
	}

	.service__main-container3 {
		padding-top: 90px;
		padding-bottom: 50px;
	}

	.service__slider {
		margin-top: 40px;
	}

	.service-item__img {
		padding-top: 120%;
	}

	.news1 {
		padding-bottom: 50px;
	}

	.news1__list1 {
		margin-bottom: 15px;
	}

	.news1__list1 li {
		margin-right: 10px;
	}

	.news1__list1 li a {
		font-size: 20px;
	}

	.news1__list2 {
		margin-bottom: 40px;
	}

	.news1-item2 {
		padding: 20px 0;
	}

	.news1-item2__title {
		font-size: 22px;
	}

	.novelty {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.novelty__title {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.novelty__date {
		margin-top: 30px;
	}

	.othernovelty {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.othernovelty__title {
		padding-right: 0;
		font-size: 35px;
	}

	.contacts {
		padding-bottom: 50px;
	}

	.banking-detail {
		padding-bottom: 50px;
	}

	.contacts .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.banking-detail .container {
		/*padding-top: 50px;*/
		/*padding-bottom: 50px;*/
	}

	.contacts__list {
		margin-bottom: 30px;
	}

	.contacts__map {
		height: 350px;
	}

	.contacts-item {
		margin-bottom: 30px;
	}

	.contacts-item__text1 {
		font-size: 21px;
	}

	.error404 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.error404__title {
		font-size: 160px;
		margin-bottom: 5px;
	}

	.error404__subtitle {
		margin-bottom: 40px;
	}

	.sectionsearch {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.sectionsearch__title {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.sectionsearch__subtitle {
		margin-bottom: 30px;
	}

	.sectionsearch__list {
		margin-bottom: 30px;
	}

	.sectionsearch-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.sectionsearch-item__link {
		padding-left: 25px;
	}

	.sectionsearch-item__link::after {
		top: 5px;
		font-size: 18px;
	}

	.portfolio {
		padding-bottom: 50px;
	}

	.portfolio__list {
		margin-bottom: 40px;
	}

	.portfolio__col {
		width: 100%;
	}

	.portfolio-item {
		padding: 16px;
	}

	.portfolio-item__title {
		font-size: 22px;
	}

	.documents {
		padding-bottom: 50px;
	}

	.documents+.features {
		padding-top: 50px;
	}

	.documents__list2 li {
		margin-bottom: 20px;
	}

	.documents__list2 li a {
		padding-left: 30px;
	}

	.documents__list2 li a span {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.documents__title1 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.documents__list3 {
		margin-bottom: 50px;
	}

	.documents__list4-wrap {
		margin-top: 70px;
	}

	.documents__list4-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.documents-item3 {
		margin-bottom: 35px;
	}

	.documents-item3__title {
		font-size: 22px;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.documents-item3__list {
		padding-left: 0;
	}

	.documents-item4__title {
		padding: 18px 55px 18px 16px;
		font-size: 16px;
	}

	.documents-item4__title-icon {
		right: 16px;
	}

	.documents-item4__text {
		padding: 0 0 18px 16px;
	}

	.cooperation__title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.cooperation__list {
		margin-bottom: 35px;
	}

	.cooperation__list li {
		margin-bottom: 15px;
	}

	.politic {
		padding-bottom: 50px;
	}

	.politic__title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.quiz {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.quiz__wrap1 {
		padding: 32px 16px;
	}

	.quiz__title1 {
		font-size: 28px;
	}

	.quiz__wrap2,
	.quiz--fullsize .quiz__wrap2 {
		padding: 32px 16px;
	}

	.quiz__title2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.quiz__col1 {
		width: 100%;
	}

	.header__logo {
		max-width: 81px;
	}

	.header__tel {
		display: none;
	}

	.header__btn1 {
		display: block;
		max-width: 450px;
		width: 100%;
		padding: 17px 10px;
		text-align: center;
		margin-bottom: 34px;
	}

	.popupmenu {
		height: calc(100vh - 70px);
		padding: 30px 0;
		padding-bottom: 60px;
	}

	.search-btn1 {
		margin-left: auto;
		margin-right: 16px;
	}

	.search {
		padding: 20px 0;
	}

	.footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer__wrap1 {
		padding: 24px 16px 12px 16px;
	}

	.footer__col {
		width: 100%;
	}

	.footer__wrap2 {
		padding: 12px 16px 20px 16px;
	}

	.footer__wrap4 {
		width: 100%;
		margin-bottom: 44px;
	}

	.footer__logo {
		max-width: 87px;
	}

	.footer__materials {
		width: 100%;
	}

	.footer__materials-btn {
		padding: 13.5px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.footer__wrap3 {
		padding: 20px 16px 40px 16px;
	}

	.footer__wrap7 {
		width: 100%;
	}

	.footer__wrap8 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		margin-bottom: 8px;
	}

	.footer__wrap9 {
		width: 100%;
	}

	.footer-item {
		min-height: 153px;
		padding: 24px 16px;
	}
}

@media (max-width: 400px) {
	.maintitle-btn-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.maintitle-btn2 {
		width: 100%;
		padding: 26.5px 10px;
		text-align: center;
	}
}

@media (max-width: 374px) {
	.products-item__btn1 {
		display: block;
		padding: 20px 10px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.FormCountInput {
	height: 0px;
	opacity: 0;
}
ul.list-disc{
	margin-bottom: 20px;
	margin-left: 20px;
}
ul.list-disc li{
	list-style: disc;
}

.title-wrap2.service__title-wrap2 h3 {
	font-weight: 600;
	margin-bottom: 8px;
}
.title-wrap2.service__title-wrap2 h3:not(:first-child) {
	/*margin-top: 8px;*/
}
.title-wrap2.service__title-wrap2 ul,
.title-wrap2.service__title-wrap2 ol,
.title-wrap2.service__title-wrap2 p  {
	margin-bottom: 16px;
}
.title-wrap2.service__title-wrap2 ul li:before {
	content: "—";
	margin-right: 8px;
}
.title-wrap2.service__title-wrap2 *:first-child {
	margin-top: 0;
}

.title-wrap2.service__title-wrap2 ol {
	padding-left: 16px;
}
.title-wrap2.service__title-wrap2 ol li {
	list-style-type: decimal;
	margin-bottom: 7px;
	margin-right: 8px;
}

.features-after,
.service__main-container4 {
	padding-bottom: 80px;
}

.service__main-container1-before .title-wrap2.service__title-wrap2 > *:last-child {
	margin-bottom: 80px;
}

/* End */


/* Start:/local/templates/lzspb/template_styles.css?1740647106436*/
.category-descr__content p {
    margin-bottom: 10px;
}
.category-descr__content h2,
.category-descr__content h3 {
    margin-bottom: 15px;
}
.category-descr__content ul,
.category-descr__content ol {
    padding-left: 30px;
    margin-bottom: 10px;
}
.category-descr__content ul>li {
    list-style: disc;
    margin-bottom: 10px;
}
.category-descr__content ol>li {
    list-style: auto;
    margin-bottom: 10px;
}

/* End */
/* /local/templates/lzspb/css/libs.css?171612197637421 */
/* /local/templates/lzspb/css/main.css?1756779639128487 */
/* /local/templates/lzspb/template_styles.css?1740647106436 */
