:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}a,address,b,big,body,caption,center,code,div,dl,embed,figure,footer,form,h1,h2,h3,header,html,i,iframe,img,label,li,mark,menu,nav,object,output,p,q,s,section,small,span,time,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0}figure,footer,header,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}q{quotes:none}a{text-decoration:none}q:after,q:before{content:"";content:none}input[type=checkbox]{margin:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}img{display:block;max-width:100%;-o-object-fit:cover;object-fit:cover}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(../fonts/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat-Regular.woff) format("woff")}.skip-link{background:#e41019;border-radius:0 0 4px 4px;color:#fff;font-weight:600;left:16px;padding:12px 24px;position:absolute;text-decoration:none;top:-100%;z-index:10000}.skip-link:focus{top:0}#main-content{min-width:100%;width:100vw}#wrapper{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;overflow:hidden}*{box-sizing:border-box}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #e41019;outline-offset:2px}body{color:#0e0e0f;font-family:Montserrat,sans-serif;font-weight:300;height:100vh;max-width:100vw;min-height:100vh;overflow-x:hidden;position:relative;width:100vw}body.popup-opened{overflow:hidden}@media screen and (max-width:768px){body.popup-opened{height:100vh}}.container{box-sizing:border-box;margin:0 auto;max-width:100%;padding:0 16px;width:1612px}@media only screen and (max-width:1470px){.container{width:1370px}}@media only screen and (max-width:1400px){.container{width:1250px}}@media only screen and (max-width:1280px){.container{width:1050px}}@media only screen and (max-width:1070px){.container{width:100%}}.circle-link{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#e41019;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43NzMuMDcxaDEuMzU4bDMuNzI3IDUuMzQtMy43MjcgNS4zMzloLTEuMzU4bDMuNzI4LTUuMzRMMTYuNzczLjA3MloiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMS4wMDggNS40MWgxOS4zMjQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;border:1px solid #e41019;border-radius:50%;display:-ms-flexbox;display:flex;height:46px;justify-content:center;transition:background-color .3s;width:46px}@media only screen and (max-width:768px){.circle-link{background-size:13px 10px;height:30px;width:30px}}.circle-link:hover{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43NzMuMDcxaDEuMzU4bDMuNzI3IDUuMzQtMy43MjcgNS4zMzloLTEuMzU4bDMuNzI4LTUuMzRMMTYuNzczLjA3MloiIGZpbGw9IiMwRTBFMEYiLz48cGF0aCBkPSJNMS4wMDggNS40MWgxOS4zMjQiIHN0cm9rZT0iIzBFMEUwRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==)}.arrow-link{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:transparent;border:none;color:#e41019;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:300;justify-content:center;line-height:1.1;padding:11px 61px 11px 0;position:relative}@media only screen and (max-width:768px){.arrow-link{font-size:18px;padding:11px 50px 11px 0}}@media only screen and (max-width:670px){.arrow-link{font-size:14px}}.arrow-link:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAwaDEuMzM0TDIxIDUuNSAxNy4zMzQgMTFIMTZsMy42NjYtNS41TDE2IDBaIiBmaWxsPSIjMEUwRTBGIi8+PHBhdGggZD0iTS41IDUuNWgxOSIgc3Ryb2tlPSIjMEUwRTBGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:21px 11px;border:1px solid #e41019;border-radius:50%;content:"";display:block;height:46px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:background-color .3s;width:46px}@media only screen and (max-width:768px){.arrow-link:after{background-size:18px 10px;height:40px;width:40px}}@media only screen and (max-width:670px){.arrow-link:after{height:36px;width:36px}}.arrow-link.arrow-link-reverse{-ms-flex-direction:row;flex-direction:row;padding:11px 0 11px 61px}@media only screen and (max-width:768px){.arrow-link.arrow-link-reverse{padding:11px 0 11px 50px}}.arrow-link.arrow-link-reverse:after{left:0;right:auto;-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}.arrow-link:hover:after{background-color:#e41019;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAwaDEuMzM0TDIxIDUuNSAxNy4zMzQgMTFIMTZsMy42NjYtNS41TDE2IDBaTS41IDUuNWgxOVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNLjUgNS41aDE5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=)}.primary{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;appearance:none;border:1px solid #e41019;box-sizing:border-box;color:#0e0e0f;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;height:56px;justify-content:center;letter-spacing:.32px;line-height:normal;padding:15px 60px 17px 27px;position:relative;text-align:center;text-transform:uppercase;transition:background-color .3s;white-space:nowrap;z-index:1}@media only screen and (max-width:1024px){.primary{font-size:14px}}@media only screen and (max-width:670px){.primary{height:43px;padding:12px 40px 12px 16px}}.primary:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjExLjUiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNmgxLjMzNUwxNCAxMS41IDEwLjMzNSAxN0g5bDMuNjY1LTUuNUw5IDZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";display:block;height:23px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:23px;z-index:1}@media only screen and (max-width:670px){.primary:after{height:20px;right:10px;width:20px}}.primary:hover{background-color:#e41019;color:#fff}.primary:hover:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjExLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNmgxLjMzNUwxNCAxMS41IDEwLjMzNSAxN0g5bDMuNjY1LTUuNUw5IDZaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain}.privacy-policy-container{max-width:1280px;padding-bottom:140px;padding-top:50px}@media only screen and (max-width:670px){.privacy-policy-container{padding-bottom:112px}}.privacy-policy-container__title{margin-bottom:40px}.privacy-policy-container p{line-height:122%}.privacy-policy-container ul{margin-bottom:25px}.privacy-policy-container li{margin-bottom:12px}div.mCSB_scrollTools{opacity:1}div.mCSB_scrollTools:after{background-color:rgba(60,64,69,.1);content:"";display:block;height:100%;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px}div.mCSB_scrollTools div.mCSB_draggerRail{background:#3c4045;border-radius:0;width:5px}div.mCSB_scrollTools div.mCSB_dragger{height:0}div.mCSB_scrollTools div.mCSB_dragger div.mCSB_dragger_bar{background-color:rgba(60,64,69,.1);height:0}.mCSB_inside>div.mCSB_container{margin-right:0}.mCustomScrollBox{padding-left:50px;padding-right:50px}@media only screen and (max-width:1024px){.mCustomScrollBox{padding-left:20px;padding-right:20px}}@media only screen and (max-width:670px){.mCustomScrollBox{padding-left:0;padding-right:40px}}.menu-title.menu-item>a{pointer-events:none}@media(prefers-reduced-motion:reduce){*,:after,:before{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}h1,h2,h3{font-style:normal;font-weight:700;text-transform:uppercase}h1,h2,h3,p{color:#0e0e0f;font-family:Montserrat,sans-serif;line-height:1.2}p{font-size:20px;font-weight:300}@media only screen and (max-width:991px){p{font-size:16px;line-height:1.25}}h1,h2{font-size:50px;position:relative}@media only screen and (max-width:1024px){h1,h2{font-size:40px;padding-left:60px}}@media only screen and (max-width:768px){h1,h2{font-size:32px}}@media only screen and (max-width:570px){h1,h2{font-size:26px;padding-left:0}}@media only screen and (max-width:470px){h1,h2{font-size:22px}}h1:after,h2:after{background-color:#e41019;content:"";display:block;height:1px;left:-100px;position:absolute;top:20px;width:89px}@media only screen and (max-width:1024px){h1:after,h2:after{left:0;width:50px}}@media only screen and (max-width:768px){h1:after,h2:after{top:16px}}@media only screen and (max-width:570px){h1:after,h2:after{left:0;top:-5px}}h2{font-size:50px}@media only screen and (max-width:1370px){h2{font-size:40px}}@media only screen and (max-width:1030px){h2{padding-left:60px}}@media only screen and (max-width:768px){h2{font-size:32px}}@media only screen and (max-width:570px){h2{padding-left:0}}@media only screen and (max-width:470px){h2{font-size:22px}}h3{color:#0e0e0f;font-size:24px;font-weight:800;margin-bottom:34px}@media only screen and (max-width:768px){h3{font-size:20px;margin-bottom:30px}}@media only screen and (max-width:570px){h3{font-size:16px;margin-bottom:20px;padding-left:0}}@media only screen and (max-width:470px){h3{font-size:14px}}p{margin-bottom:25px}p:last-child{margin-bottom:0}@media only screen and (max-width:1024px){p{font-size:18px}}@media only screen and (max-width:768px){p{font-size:16px;margin-bottom:16px}}div{line-height:1.2}@media only screen and (max-width:991px){div{line-height:1.25}}.btn-default{-ms-flex-align:center;align-items:center;border:1px solid #e41019;color:#0e0e0f;display:-ms-inline-flexbox;display:inline-flex;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;gap:22px;line-height:normal;padding:18px 25px;position:relative;text-transform:uppercase;transition:all .2s ease-in-out}@media only screen and (max-width:1024px){.btn-default{font-size:14px}}@media only screen and (max-width:670px){.btn-default{gap:13px;height:44px;padding:12px 13px 12px 16px}.btn-default svg{height:20px;right:10px;width:20px}}.btn-default.white{color:#fff}.btn-default:hover{background-color:#e41019;color:#fff}.site-header{transition:background-color .3s;width:100vw}.site-header.block-header{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;z-index:19}@media only screen and (max-width:1024px){.site-header.block-header{padding-bottom:23px}}.site-header.block-header:after{background:linear-gradient(229deg,rgba(41,43,46,.41),#292b2e);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:470px){.site-header.block-header .site-header__container{padding-left:10px;padding-right:0}}.site-header.block-header .site-header__socials{display:none}.site-header.block-header .site-header__container{-ms-flex-align:start;align-items:flex-start}.site-header.block-header .site-header__menu-wrapper-container{height:100px}@media only screen and (max-width:1024px){.site-header.block-header .site-header__menu-wrapper-container{height:auto}}.site-header.block-header .site-header__breacrumbs-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media only screen and (max-width:1024px){.site-header.block-header .site-header__breacrumbs-container{width:auto}}.site-header.block-header .site-header__logo{left:0;position:relative;top:0}@media only screen and (max-width:1570px){.site-header.block-header .site-header__logo{margin-left:50px;max-width:100px;position:relative}}@media only screen and (max-width:470px){.site-header.block-header .site-header__logo{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;max-width:100px}}.site-header.block-header .main-submenu{top:110px;z-index:1}.site-header.opened{background-color:#1b1f26}.site-header.main-header{height:100px;position:fixed;z-index:19}@media only screen and (max-width:1024px){.site-header.main-header{height:auto}}@media only screen and (max-width:470px){.site-header.main-header .site-header__container{padding-left:10px;padding-right:0}}.site-header.main-header .site-header__socials{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:-90px;position:absolute;top:40px}@media only screen and (max-width:1570px){.site-header.main-header .site-header__socials{left:20px}}@media only screen and (max-width:1370px){.site-header.main-header .site-header__socials{bottom:-70px;-ms-flex-direction:row;flex-direction:row;top:auto}}@media only screen and (max-width:1024px){.site-header.main-header .site-header__socials{bottom:auto;-ms-flex-direction:column;flex-direction:column;left:0;margin-bottom:10px;margin-right:12px;margin-top:10px;position:relative;top:0}}@media only screen and (max-width:1370px){.site-header.main-header .site-header__social{margin-bottom:0;margin-right:50px}}@media only screen and (max-width:1024px){.site-header.main-header .site-header__social{margin-bottom:20px;margin-right:0}}@media only screen and (max-width:470px){.site-header.main-header .site-header__social{width:14px}}@media only screen and (max-width:1024px){.site-header.main-header .site-header__social:last-child{margin-bottom:0}}.site-header.main-header .site-header__logo{left:0;position:absolute;top:0;z-index:2}@media only screen and (max-width:1570px){.site-header.main-header .site-header__logo{margin-left:50px;max-width:100px;position:relative}}@media only screen and (max-width:1370px){.site-header.main-header .site-header__logo{margin-left:0}}@media only screen and (max-width:470px){.site-header.main-header .site-header__logo{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;max-width:130px}.site-header.main-header .site-header__lang-switcher{margin:3px 6px 0 0}}.site-header.main-header .site-header__breadcrumb{display:none}.site-header.scrolled{background-color:rgba(27,31,38,.7);background-image:none!important;left:0;position:fixed;top:0;z-index:19}@media only screen and (max-width:1024px){.site-header.scrolled{padding-bottom:0}}.site-header.scrolled .site-header__logo{max-width:150px;position:relative}@media only screen and (max-width:1370px){.site-header.scrolled .site-header__logo{max-width:100px}}@media only screen and (max-width:1024px){.site-header.scrolled .site-header__logo{margin-left:0}}@media only screen and (max-width:570px){.site-header.scrolled .site-header__logo{max-width:80px}}.site-header.scrolled .site-header__logo img:first-child{display:none}.site-header.scrolled .site-header__logo img:last-child{display:block}.site-header.scrolled .site-header__container{-ms-flex-align:center;align-items:center}.site-header.scrolled .site-header__breadcrumb{display:none}@media only screen and (max-width:1024px){.site-header.scrolled .site-header__lang-switcher{display:none}}.site-header.scrolled .site-header__socials{display:none}@media only screen and (max-width:1024px){.site-header.scrolled .site-header__call-to-action{height:38px;width:38px}}.site-header.active .site-header__menu-wrapper{top:0}.site-header.active .site-header__burger{background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEuOTM5LjM3MyAxMS4zMTQgMTEuMzE0LTEuMTkxIDEuMTlMLjc0OCAxLjU2NXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuMDYxLjM3My43NDggMTEuNjg3bDEuMTkgMS4xOUwxMy4yNTIgMS41NjV6Ii8+PC9zdmc+);background-size:20px 20px;left:auto;position:fixed;right:20px;top:20px;z-index:21}.site-header.active .site-header__burger svg{opacity:0}.site-header.active .site-header__logo{left:20px;max-width:100px;position:fixed;top:0;z-index:21}.site-header.active .site-header__logo img:first-child{display:block}.site-header.active .site-header__logo img:last-child{display:none}.site-header.active .site-header__call-to-action{left:170px;position:fixed;top:14px;z-index:21}@media only screen and (max-width:480px){.site-header.active .site-header__call-to-action{left:130px}}.site-header__container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;position:relative;z-index:1}@media only screen and (max-width:1024px){.site-header__container{-ms-flex-align:start;align-items:flex-start}}.site-header__social{display:-ms-flexbox;display:flex;margin-bottom:56px;opacity:.65;transition:opacity .3s;width:-webkit-max-content;width:max-content}.site-header__social:hover{opacity:1}@media only screen and (max-width:1024px){.site-header__logo{display:-ms-inline-flexbox;display:inline-flex;margin:0 auto}}.site-header__logo img:last-child{display:none}.site-header__breacrumbs-container{margin-left:auto}@media only screen and (max-width:1024px){.site-header__breacrumbs-container{margin-left:0}}.site-header__menu-wrapper-container{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;width:100%}.site-header__menu-wrapper{margin-left:auto}@media only screen and (max-width:1024px){.site-header__menu-wrapper{background-color:#1b1f26;height:100vh;left:0;overflow-y:auto;padding:150px 50px 50px;position:fixed;top:-300%;width:100%;z-index:20}}.site-header__menu{-ms-flex-pack:center;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;gap:50px;justify-content:center}@media only screen and (max-width:1570px){.site-header__menu{gap:30px}}@media only screen and (max-width:470px){.site-header__menu{gap:25px}}@media only screen and (max-width:1024px){.site-header__menu{-ms-flex-direction:column;flex-direction:column}}.site-header__menu a{display:-ms-flexbox;display:flex;width:100%}.site-header__menu>.menu-item{color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:43px 0;transition:color .3s}@media only screen and (max-width:1370px){.site-header__menu>.menu-item{font-size:12px}}@media only screen and (max-width:1024px){.site-header__menu>.menu-item{font-size:18px;padding:0 30px;text-transform:uppercase;width:100%}}@media only screen and (max-width:470px){.site-header__menu>.menu-item{padding:0 10px}}.site-header__menu>.menu-item.current-menu-item{color:#f4bc20;pointer-events:none}.site-header__menu>.menu-item.current-menu-item span{padding-left:20px;position:relative}.site-header__menu>.menu-item.current-menu-item span:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEzaDUuNDQ2bDguNzg3LTEzSDguNzdMMCAxM1oiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:13px;left:0;position:absolute;top:2px;width:14px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.current-menu-item span:after{top:5px}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.current-menu-item span:after{top:1px}}.site-header__menu>.menu-item.menu-item-has-children{padding-right:22px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children{padding-right:30px}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children{padding-right:10px}}.site-header__menu>.menu-item.menu-item-has-children>a{position:relative}.site-header__menu>.menu-item.menu-item-has-children>a:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS44NzYuMTI1djMuMTI0bDYuMTI1IDMuODc2IDYuMTI0LTMuODc2Vi4xMjVMNy4wMDEgNCAuODc2LjEyNVoiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:12px;position:absolute;right:-22px;top:2px;transition:background-image .3s;width:16px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>a:before{display:none!important}}.site-header__menu>.menu-item.menu-item-has-children:after{bottom:-90px;content:"";display:none;height:120px;left:0;position:absolute;width:100%}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu{background-color:#fff;color:#0e0e0f;display:none;left:50%;padding:54px 54px 54px 0;position:absolute;text-align:left;top:100px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1334px}@media only screen and (min-width:1180px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu{display:none!important}}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu{background-color:transparent;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:30px 20px 0 0;position:relative;top:0;width:100%}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu{padding:7px 0 0}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title{border-right:1px solid #e41019;color:inherit;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;padding-left:60px;padding-right:100px}@media only screen and (max-width:1180px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title{padding-left:40px;padding-right:40px}}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title{border-right:none;color:#f4bc20;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:2.59;margin-bottom:0;padding-left:0;padding-right:20px;position:relative;width:100%}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title{font-size:16px}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjM1NyAzLjI4NmEuMTQzLjE0MyAwIDAgMS0uMTQzLS4xNDNWMEgzLjc4NnYzLjE0M2EuMTQzLjE0MyAwIDAgMS0uMTQzLjE0M0guNXYxLjQyOGgzLjE0M2MuMDc5IDAgLjE0My4wNjQuMTQzLjE0M1Y4aDEuNDI4VjQuODU3YzAtLjA3OS4wNjQtLjE0My4xNDMtLjE0M0g4LjVWMy4yODZINS4zNTdaIiBmaWxsPSIjRjRCQzIwIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:none;height:20px;position:absolute;right:0;top:0;width:20px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title:after{display:block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title:after{height:8px;width:8px}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title:last-child{border-right:none}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title:last-child{margin-bottom:0}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title>a{color:inherit;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;margin-bottom:36px;pointer-events:none;text-transform:uppercase;transition:margin .3s}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title>a{margin-bottom:0}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu{max-height:0;max-width:100%;overflow:hidden;text-transform:none;transition:max-height .3s}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item{color:inherit;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;margin-bottom:24px;max-width:200px;padding-left:20px;position:relative;transition:color .3s}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item{color:#fff;max-width:100%;padding-left:0;width:100%}}@media only screen and (max-width:768px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item{font-size:14px}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item{margin-bottom:8px}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:last-child{margin-bottom:0}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExaDQuNjA5bDcuNDM0LTExSDcuNDIxTDAgMTFaIiBmaWxsPSIjMjEyNTJBIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:11px;left:0;position:absolute;top:7px;width:12px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:after{display:none}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:hover{color:#e41019}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:hover{color:#f4bc20}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExaDQuNjA5bDcuNDM0LTExSDcuNDIxTDAgMTFaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+)}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title .sub-menu .menu-item>a{color:inherit;display:block;font-family:inherit}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title.active{margin-bottom:20px}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title.active .sub-menu{max-height:1000px}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title.active>a{margin-bottom:36px}}@media only screen and (max-width:479px){.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title.active>a{margin-bottom:8px}}.site-header__menu>.menu-item.menu-item-has-children>.sub-menu>.menu-title.active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjM1Ny4yODZhLjE0My4xNDMgMCAwIDEtLjE0My0uMTQzSDMuNzg2YS4xNDMuMTQzIDAgMCAxLS4xNDMuMTQzSC41djEuNDI4aDMuMTQzYy4wNzkgMCAuMTQzLjA2NC4xNDMuMTQzaDEuNDI4YzAtLjA3OS4wNjQtLjE0My4xNDMtLjE0M0g4LjVWLjI4Nkg1LjM1N1oiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=);top:12px;-webkit-transform:none;transform:none}.site-header__menu>.menu-item.menu-item-has-children.opened:after{display:block}@media(hover:hover){.site-header__menu>.menu-item:hover{color:#f4bc20}.site-header__menu>.menu-item:hover a:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS44NzYuMTI1djMuMTI0bDYuMTI1IDMuODc2IDYuMTI0LTMuODc2Vi4xMjVMNy4wMDEgNCAuODc2LjEyNVoiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=);-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media only screen and (min-width:1180px){.site-header__menu>.menu-item.opened{color:#f4bc20}}.site-header__menu>.menu-item.opened a:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS44NzYuMTI1djMuMTI0bDYuMTI1IDMuODc2IDYuMTI0LTMuODc2Vi4xMjVMNy4wMDEgNCAuODc2LjEyNVoiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.site-header__menu>.menu-item.with-image>.sub-menu{-ms-flex-wrap:wrap;flex-wrap:wrap}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item{border-right:1px solid #e41019;box-sizing:content-box;font-size:20px;font-weight:500;max-width:252px;padding:0 48px;transition:color .3s}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item{border-right:none;max-width:285px;overflow:hidden;padding:0;white-space:nowrap}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item{max-width:175px}}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a{color:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a figure{height:124px;margin-bottom:30px;max-width:252px;position:relative;width:100%}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a figure:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NyIgaGVpZ2h0PSIxMjQiIGZpbGw9Im5vbmUiPjxwYXRoIG9wYWNpdHk9Ii41NTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMjRoNDcuMDFMODcgNjIgNDcuMDEgMEgwbDM5Ljk5IDYyTDAgMTI0WiIgZmlsbD0iI0Y0QkMyMCIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:100%;position:absolute;right:20px;top:0;width:87px}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a figure img{display:block;height:100%;margin:0;width:100%}@media only screen and (max-width:1024px){.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a figure{display:none}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a span{border-right:none;color:#f4bc20;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:2.59;margin-bottom:0;padding-left:0;padding-right:20px;position:relative;width:100%}}@media only screen and (max-width:470px){.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item a span{font-size:14px}}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item:nth-child(3n){border-right:none}.site-header__menu>.menu-item.with-image>.sub-menu>.menu-item:hover{color:#e41019}.site-header__menu>.menu-item:last-child{margin-right:0}@media only screen and (max-width:1024px){.site-header__menu>.menu-item:last-child{margin-bottom:0}}.site-header__menu>.menu-item a,.site-header__menu>.menu-item span{color:inherit;font-family:inherit;font-size:inherit}.site-header__lang-switcher{-ms-flex-pack:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;background-color:#292b2e;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;height:33px;justify-content:center;margin-left:55px;position:relative;text-transform:uppercase;width:78px}@media only screen and (max-width:1370px){.site-header__lang-switcher{margin-left:30px}}@media only screen and (max-width:1024px){.site-header__lang-switcher{display:none;margin-left:auto}}.site-header__lang-switcher.mob{display:none}@media only screen and (max-width:1024px){.site-header__lang-switcher.mob{display:-ms-flexbox;display:flex;margin:10px auto 0 50px}}@media only screen and (max-width:768px){.site-header__lang-switcher.mob{margin:10px auto 0 6px}}@media only screen and (max-width:470px){.site-header__lang-switcher.mob{margin:3px 6px 0 20px;width:50px}}.site-header__lang-switcher-current{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:-ms-flexbox;display:flex;font:inherit;justify-content:space-between;padding:10px 15px;text-transform:inherit;width:100%}@media only screen and (max-width:470px){.site-header__lang-switcher-current{padding:6px}.site-header__lang-switcher-current span{font-size:12px}}.site-header__lang-switcher-langs{background-color:#292b2e;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:33px;transition:max-height .3s;width:78px}@media only screen and (max-width:470px){.site-header__lang-switcher-langs{width:50px}.site-header__lang-switcher-langs span{font-size:12px}}.site-header__lang-switcher-link{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;color:inherit;display:-ms-flexbox;display:flex;font-family:inherit;justify-content:space-between;padding:8px 15px;text-transform:uppercase;transition:background-color .3s}@media only screen and (max-width:470px){.site-header__lang-switcher-link{padding:8px 5px}}.site-header__lang-switcher-link:hover{background-color:#555}.site-header__lang-switcher:hover .site-header__lang-switcher-langs{max-height:300px}.site-header__lang-switcher:focus-within .site-header__lang-switcher-langs,.site-header__lang-switcher:hover .site-header__lang-switcher-langs{max-height:300px}@media only screen and (max-width:470px){.site-header__lang-switcher:hover .site-header__lang-switcher-langs{padding:6px 0}.site-header__lang-switcher:focus-within .site-header__lang-switcher-langs,.site-header__lang-switcher:hover .site-header__lang-switcher-langs{padding:6px 0}}.site-header__call-to-action{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;border:1px solid #e41019;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:67px;justify-content:center;margin-left:50px;transition:background-color .3s;width:67px}@media only screen and (max-width:1370px){.site-header__call-to-action{margin-left:15px}}@media only screen and (max-width:1024px){.site-header__call-to-action{height:50px;width:50px}}@media only screen and (max-width:470px){.site-header__call-to-action{height:38px;margin-left:6px;width:38px}}.site-header__call-to-action svg{pointer-events:none}.site-header__call-to-action:hover{background-color:#e41019}.site-header__burger{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:transparent;background-color:#f4bc20;background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;display:none;height:42px;justify-content:center;margin-left:30px;padding:0;position:relative;width:42px}@media only screen and (max-width:1024px){.site-header__burger{display:-ms-flexbox;display:flex;left:15px}}@media only screen and (max-width:470px){.site-header__burger{left:0;margin-left:6px}}.site-header__burger svg{pointer-events:none}.site-header__breadcrumb{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:20px;margin-left:auto;margin-top:20px}@media only screen and (max-width:1024px){.site-header__breadcrumb{display:none}}.site-header__breadcrumb span a{color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize}.site-header__breadcrumb span span.current-item{color:#b8b8b8}.site-footer{background-color:#292b2e;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjg4IiBoZWlnaHQ9IjU1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBvcGFjaXR5PSIuNDExIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzM5M0M0MCI+PHBhdGggb3BhY2l0eT0iLjc1MyIgZD0iTTU5MSA1NTRIMTc3LjE2NkwwIDI3NyAxNzcuMTY2IDBINTkxTDQxMy44MzQgMjc3IDU5MSA1NTRaIi8+PHBhdGggb3BhY2l0eT0iLjc1MyIgZD0iTTY5MSA1NTRoLTYwLjEzOEw0NTQgMjc3IDYzMC44NjIgMEg2OTFMNTE0LjEzOCAyNzcgNjkxIDU1NFoiLz48L2c+PC9zdmc+);background-position:100%;background-repeat:no-repeat;background-size:auto 100%}@media only screen and (max-width:570px){.site-footer{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjQwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBvcGFjaXR5PSIuNDExIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzM5M0M0MCI+PHBhdGggb3BhY2l0eT0iLjc1MyIgZD0iTTMxOS44NzQgNTguNjc1djIzOC45MTZsLTE2MCAxMDIuMjgzLTE2MC0xMDIuMjgzVjU4LjY3NWwxNjAgMTAyLjI4MiAxNjAtMTAyLjI4MloiLz48cGF0aCBvcGFjaXR5PSIuNzUzIiBkPSJNMzE5Ljg3NC4xMjZ2MzQuODM3bC0xNjAgMTAyLjQ1LTE2MC0xMDIuNDVWLjEyNmwxNjAgMTAyLjQ1MSAxNjAtMTAyLjQ1WiIvPjwvZz48L3N2Zz4=);background-position:top;background-size:100% auto}}.site-footer__container{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:90px;padding-top:90px}@media only screen and (max-width:1370px){.site-footer__container{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:1024px){.site-footer__container{padding-bottom:46px;padding-top:60px}}.site-footer__logos-wrapper{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}@media only screen and (max-width:1370px){.site-footer__logos-wrapper{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;margin-bottom:60px;max-width:700px;width:100%}}.site-footer__logo-img{margin-bottom:60px}.site-footer__logo-img.hover-effect{transition:opacity .3s}.site-footer__logo-img.hover-effect:hover{opacity:.8}@media only screen and (max-width:1370px){.site-footer__logo-img{margin-bottom:0;margin-right:60px}}@media only screen and (max-width:991px){.site-footer__logo-img{margin-right:20px}}.site-footer__logo-img:last-child{margin-bottom:0}@media only screen and (max-width:1370px){.site-footer__logo-img:last-child{margin-right:0}}@media only screen and (max-width:570px){.site-footer__logo-img:first-child{margin:0 auto}.site-footer__logo-img:not(:first-child){display:none}}.site-footer__menu-wrapper{margin:0 15px}@media only screen and (max-width:1370px){.site-footer__menu-wrapper{margin-bottom:50px;max-width:700px;width:100%}}@media only screen and (max-width:570px){.site-footer__menu-wrapper{display:none}}.site-footer__menu{display:-ms-flexbox;display:flex}@media only screen and (max-width:1370px){.site-footer__menu{-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media only screen and (max-width:570px){.site-footer__menu{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.site-footer__menu>.menu-item.menu-title{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:600;margin-right:100px}@media only screen and (max-width:1370px){.site-footer__menu>.menu-item.menu-title{margin-right:0}}.site-footer__menu>.menu-item.menu-title:last-child{margin-right:0}.site-footer__menu>.menu-item.menu-title>a{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:22px;padding-right:30px}@media only screen and (max-width:570px){.site-footer__menu>.menu-item.menu-title>a{position:relative}.site-footer__menu>.menu-item.menu-title>a:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS44NzYuMTI1djMuMTI0bDYuMTI1IDMuODc2IDYuMTI0LTMuODc2Vi4xMjVMNy4wMDEgNCAuODc2LjEyNVoiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:12px;position:absolute;right:0;top:6px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:16px}}.site-footer__menu>.menu-item>.sub-menu{transition:max-height .3s}@media only screen and (max-width:570px){.site-footer__menu>.menu-item>.sub-menu{max-height:0;overflow:hidden}}.site-footer__menu>.menu-item>.sub-menu .menu-item{color:#aeafb0;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;margin-bottom:14px;position:relative;transition:color .3s}.site-footer__menu>.menu-item>.sub-menu .menu-item:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwaDQuMTlsNi43NTgtMTBINi43NDZMMCAxMFoiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:none;height:10px;left:-20px;position:absolute;top:3px;transition:opacity .3s;width:10px}.site-footer__menu>.menu-item>.sub-menu .menu-item:hover{color:#f4bc20}.site-footer__menu>.menu-item>.sub-menu .menu-item:hover:after{display:block}.site-footer__menu>.menu-item>.sub-menu .menu-item:last-child{margin-bottom:0}.site-footer__menu>.menu-item.active>a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.site-footer__menu>.menu-item.active .sub-menu{margin-bottom:30px}@media only screen and (max-width:570px){.site-footer__menu>.menu-item.active .sub-menu{max-height:600px}}.site-footer__menu a{color:inherit;font-family:inherit;font-size:inherit}.site-footer__contacts-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.site-footer__contacts-wrapper a:hover{text-decoration:underline}@media only screen and (max-width:1370px){.site-footer__contacts-wrapper{max-width:700px;width:100%}}@media only screen and (max-width:570px){.site-footer__contacts-wrapper{text-align:center}}.site-footer__contact{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:30px;padding-left:40px;position:relative;transition:color .3s}@media only screen and (max-width:570px){.site-footer__contact{font-size:18px;line-height:1.6;margin-bottom:85px;padding-left:0}.site-footer__contact:last-of-type{margin-bottom:48px}}.site-footer__contact:hover{color:#f4bc20}.site-footer__contact:after{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:23px;left:0;position:absolute;top:0;width:23px}@media only screen and (max-width:570px){.site-footer__contact:after{left:50%;top:-35px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.site-footer__contact:last-child{margin-bottom:0}.site-footer__contact.phone:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTE5LjYzOCAzLjM1OEExMS40MzUgMTEuNDM1IDAgMCAwIDExLjUgMGExMS40MyAxMS40MyAwIDAgMC04LjEzNCAzLjM2OEExMS40MSAxMS40MSAwIDAgMCAwIDExLjQ5OGExMS40IDExLjQgMCAwIDAgMy40MSA4LjE0MyAxMS40MjMgMTEuNDIzIDAgMCAwIDguMTgxIDMuMzM4IDExLjUwNyAxMS41MDcgMCAwIDAgNS42Ni0xLjUzOGwtLjY3NC0xLjE2NWExMC4xNTYgMTAuMTU2IDAgMCAxLTQuOTk2IDEuMzU3IDEwLjA4NyAxMC4wODcgMCAwIDEtNy4yMjItMi45NDkgMTAuMDYyIDEwLjA2MiAwIDAgMS0zLjAxMS03LjE4NyAxMC4wNzIgMTAuMDcyIDAgMCAxIDIuOTctNy4xNzdBMTAuMDkgMTAuMDkgMCAwIDEgMTEuNSAxLjM0NmM1LjU5NyAwIDEwLjE1MSA0LjU1IDEwLjE1MiAxMC4xNDJhMTAuMDUgMTAuMDUgMCAwIDEtMi4wMyA2LjA4OC42NS42NSAwIDAgMS0uNDguMjYuNjguNjggMCAwIDEtLjUyOC0uMTk3bC0uOTE3LS45MTYuNDA3LS40MDYtMy4xNzctMy4xNzQtMS4yNyAxLjI3YTUuOTI0IDUuOTI0IDAgMCAxLTUuMDgyLTUuMDc4bDEuMjctMS4yN0w2LjY3IDQuODkyIDQuOTE0IDYuNjQ0YTEwLjc4NCAxMC43ODQgMCAwIDAgMy4xNTIgOC4yNzYgMTAuODA0IDEwLjgwNCAwIDAgMCA4LjI4MyAzLjE1bC4zOTUtLjM5NS45MTcuOTE2Yy40MTUuNDE1Ljk5LjYzIDEuNTc2LjU4OGEyLjAwNSAyLjAwNSAwIDAgMCAxLjQ2Mi0uNzk0QTExLjM4NSAxMS4zODUgMCAwIDAgMjMgMTEuNDg4YzAtMy4wNzgtMS4xOTUtNS45NjUtMy4zNjItOC4xM1oiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=)}.site-footer__contact.email:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTS42NzYuNzgzVjIuMzlsMTAuODIzIDUuODI3TDIyLjMyMyAyLjM5Vi43ODNILjY3NloiIGZpbGw9IiNGNEJDMjAiLz48cGF0aCBkPSJNLjY3NiAzLjgyNHYxMC44MTRoMjEuNjQ3VjMuODI0bC0xMC44MjQgNS44NkwuNjc2IDMuODI0WiIgZmlsbD0iI0Y0QkMyMCIvPjwvc3ZnPg==);height:15px}.site-footer__contact.mark:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTExLjUgNS4wOTJBNC40OTUgNC40OTUgMCAwIDAgNy4wMDggOS41OCA0LjQ5NSA0LjQ5NSAwIDAgMCAxMS41IDE0LjA3YTQuNDk1IDQuNDk1IDAgMCAwIDQuNDkyLTQuNDg5QTQuNDk1IDQuNDk1IDAgMCAwIDExLjUgNS4wOTJaIiBmaWxsPSIjRjRCQzIwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4yMzQgMi44MDRhOS40MzEgOS40MzEgMCAwIDEgMi43OSA2LjcyIDkuNDMgOS40MyAwIDAgMS0yLjc5IDYuNzJsLTYuNzM0IDYuNzItNi43MzQtNi43MmE5LjQzMSA5LjQzMSAwIDAgMS0yLjc5LTYuNzJjMC0yLjUzOC45OTEtNC45MjUgMi43OS02LjcyQTkuNDcgOS40NyAwIDAgMSAxMS41LjAyMWE5LjQ3IDkuNDcgMCAwIDEgNi43MzQgMi43ODNaTTUuNjYgOS41OGE1Ljg0NCA1Ljg0NCAwIDAgMCA1Ljg0IDUuODM1YzMuMjIgMCA1Ljg0LTIuNjE3IDUuODQtNS44MzVhNS44NDQgNS44NDQgMCAwIDAtNS44NC01LjgzNEE1Ljg0NCA1Ljg0NCAwIDAgMCA1LjY2IDkuNThaIiBmaWxsPSIjRjRCQzIwIi8+PHBhdGggZD0iTTE0LjcyIDIxLjY1NCAxMy4zNzEgMjNIMjN2LTEuMzQ2aC04LjI4Wk0wIDIxLjY1NFYyM2g5LjYyOWwtMS4zNS0xLjM0NkgwWiIgZmlsbD0iI0Y0QkMyMCIvPjwvc3ZnPg==)}.site-footer__contacts-title{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:600;margin-bottom:22px}@media only screen and (max-width:570px){.site-footer__contacts-title{display:none}}.site-footer__socials{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:auto}@media only screen and (max-width:570px){.site-footer__socials{-ms-flex-pack:center;justify-content:center;margin-bottom:50px}}.site-footer__social{margin-right:30px;opacity:.65;transition:opacity .3s}.site-footer__social:hover{opacity:1}.site-footer__social:last-child{margin-right:0}.site-footer__logos-wrapper-bottom{display:none}@media only screen and (max-width:570px){.site-footer__logos-wrapper-bottom{display:-ms-flexbox;display:flex}}.site-footer__logo-img-bottom{margin:0 20px}.site-footer__ps-wrapper{-ms-flex-align:center;align-items:center;background-color:#202225;display:-ms-flexbox;display:flex;height:78px}@media only screen and (max-width:991px){.site-footer__ps-wrapper{height:auto;min-height:80px;padding:20px 0}}.site-footer__ps-container{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}@media only screen and (max-width:991px){.site-footer__ps-container{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.site-footer__ps-text{color:#aeafb0;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;margin-bottom:0}@media only screen and (max-width:991px){.site-footer__ps-text{margin-top:20px}}@media only screen and (max-width:570px){.site-footer__ps-text{font-size:12px}}.site-footer__ps-menu{display:-ms-flexbox;display:flex;position:relative}@media only screen and (max-width:570px){.site-footer__ps-menu{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.site-footer__ps-menu .menu-item{color:#aeafb0;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:300;margin-right:40px;position:relative;text-transform:uppercase;transition:color .3s}@media only screen and (max-width:570px){.site-footer__ps-menu .menu-item{font-size:12px;margin-bottom:22px;margin-right:0}}.site-footer__ps-menu .menu-item:hover{color:#f4bc20}.site-footer__ps-menu .menu-item:last-child{margin-right:0}@media only screen and (max-width:570px){.site-footer__ps-menu .menu-item:last-child{margin-bottom:0}}.site-footer__ps-menu a{color:inherit;font-family:inherit;font-size:inherit;text-decoration:underline}html{min-height:100%;position:relative}html.popup-opened{overflow:hidden}@media screen and (max-width:768px){html.popup-opened{height:100vh}}.my_overlay{background:#292b2e;cursor:pointer;display:block;height:100%;left:0;opacity:.9;position:fixed;top:0;width:100%;z-index:1}.my_overlay__image{height:100%;pointer-events:none;position:absolute;right:0;top:0;width:auto;z-index:1}.popup{display:none;height:100%;left:0;overflow-x:hidden;overflow-y:scroll;position:fixed;top:0;width:100%;z-index:5000}.popup-container{padding:38px 61px 66px}@media screen and (max-width:768px){.popup-container{padding:24px 30px 30px}}.popup-container__title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:30px;font-style:normal;font-weight:800;line-height:200%;text-transform:uppercase}@media screen and (max-width:768px){.popup-container__title{font-size:24px}}.popup-container__form .form-box{border:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}@media screen and (max-width:768px){.popup-container__form .form-box__inputs-right{-ms-flex-pack:end;justify-content:flex-end;width:100%}}.popup .popup-wrapper-inner{background-color:#fff;border:14px solid #f8f8f8;box-sizing:border-box;left:50%;max-height:calc(100vh - 100px);max-width:977px;overflow:auto;position:relative;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:2}@media only screen and (max-width:1024px){.popup .popup-wrapper-inner{max-width:100vw;padding:0 16px}}@media screen and (max-width:768px){.popup .popup-wrapper-inner{border:7px solid #f8f8f8}}@media only screen and (max-width:414px){.popup .popup-wrapper-inner{left:0;max-width:100vw;padding:42px 16px;top:0;-webkit-transform:none;transform:none}}.popup button.popup-close{background:transparent;border:none;cursor:pointer;height:36px;padding:0;position:absolute;right:18px;top:18px;width:36px;z-index:10}@media only screen and (max-width:670px){.popup button.popup-close{right:18px;top:80px}}.popup button.popup-close svg{pointer-events:none}.popup--with-footer .popup-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.popup--with-footer .popup-container{-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}.popup--with-footer .form-box__inputs-right{display:none}.popup-thank-you{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;gap:16px;justify-content:center;padding:60px 40px;text-align:center}.popup-thank-you h3{color:#0e0e0f;font-size:28px;font-weight:800;text-transform:uppercase}.popup-thank-you h3,.popup-thank-you p{font-family:Montserrat,sans-serif;margin:0}.popup-thank-you p{color:#555;font-size:16px;line-height:1.6;max-width:400px}.popup-footer{-ms-flex-negative:0;-ms-flex-pack:end;border-top:1px solid #e8e8e8;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:flex-end;padding:20px 61px}@media screen and (max-width:768px){.popup-footer{padding:16px 30px}}.popup-footer__submit{cursor:pointer}@media screen and (max-width:670px){.popup#contact .popup-wrapper-inner,.popup#question .popup-wrapper-inner{height:100vh;max-height:unset;padding:100px 0 0}.popup#contact .popup-container__form,.popup#question .popup-container__form{border:8px solid #f8f8f8;padding:30px 10px}.popup#contact .popup-container__form .form-box__inputs-right,.popup#question .popup-container__form .form-box__inputs-right{-ms-flex-pack:start;justify-content:flex-start;margin-right:auto;width:auto}}.section-404{padding-bottom:112px;padding-top:285px}@media screen and (max-width:670px){.section-404{padding-bottom:96px;padding-top:43px}}.section-404__title{color:#0e0e0f;font-family:Montserrat,sans-serif;margin-bottom:40px;padding:0;text-align:center;text-transform:uppercase}.section-404__title:after{display:none}@media screen and (max-width:670px){.section-404__title{margin-bottom:18px}}.section-404__text{color:#0e0e0f;margin:0 auto;max-width:1156px;text-align:center}@media screen and (max-width:670px){.section-404__text{margin-bottom:55px}}.section-404__miniature{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:18px;justify-content:center;margin-bottom:40px;margin-top:64px}@media screen and (max-width:991px){.section-404__miniature{margin-top:40px}}@media screen and (max-width:768px){.section-404__miniature{gap:10px;margin-bottom:106px}.section-404__miniature svg{height:105px;width:95px}}.section-404__image{bottom:-12px;height:208px;min-height:208px;min-width:178px;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;width:178px}@media screen and (max-width:768px){.section-404__image{height:104px;min-height:104px;min-width:90px;width:90px}}.section-404__figure{background-color:#e41019;border-radius:90px;height:217px;overflow:hidden;position:relative;width:194px}@media screen and (max-width:768px){.section-404__figure{border-radius:45px;height:110px;width:94px}}.section-404__nav{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.cookie-consent-banner{background-color:#34363a;bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.1);color:#fff;display:none;font-size:14px;left:0;padding:20px 15px;position:fixed;right:0;text-align:center;z-index:1000}.cookie-consent-banner p{color:#fff}.cookie-consent-banner #banner-title{margin-bottom:5px;margin-top:5px}.cookie-consent-banner a{color:#f4bc20;text-decoration:none}.cookie-consent-banner a:hover{text-decoration:underline}.cookie-consent-button{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:14px;margin:4px 2px;padding:8px 16px;text-align:center;text-decoration:none;transition:box-shadow .3s}.cookie-consent-button:hover{box-shadow:0 -2px 5px rgba(0,0,0,.2)}.cookie-consent-button:active{opacity:.5}.cookie-consent-button.btn-grayscale{background-color:#dfe1e5;color:#000}.cookie-consent-button.btn-success{background-color:#e41019;color:#fff}.cookie-consent-button.btn-outline{background-color:#f4bc20;color:#000}.cookie-consent-options{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:5px;margin-top:10px}.cookie-consent-options label{font-size:14px;margin:0 10px}.cookie-consent-options input{margin-right:5px}@media(max-width:768px){.cookie-consent-banner{font-size:12px;padding:15px 10px}.cookie-consent-banner #banner-title{margin-bottom:12px;margin-top:8px}.cookie-consent-button{font-size:12px;min-height:44px;padding:10px 16px}.cookie-consent-options{margin-bottom:12px;margin-top:15px}.cookie-consent-options label{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;margin:0 8px;min-height:44px}}@media(max-width:480px){.cookie-consent-banner{font-size:11px;padding:12px 8px}.cookie-consent-banner #banner-title{margin-bottom:10px;margin-top:6px}.cookie-consent-button{font-size:12px;min-height:44px;padding:10px 14px}.cookie-consent-options{margin-bottom:10px;margin-top:12px}.cookie-consent-options label{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;font-size:11px;margin:0 5px;min-height:44px}}@keyframes floating-cta-pulse{0%{box-shadow:0 0 0 0 rgba(228,16,25,.45)}50%{box-shadow:0 0 0 14px rgba(228,16,25,0)}to{box-shadow:0 0 0 0 rgba(228,16,25,0)}}@keyframes floating-cta-gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes floating-cta-icon-swap-phone{0%,42%{opacity:1}50%,92%{opacity:0}to{opacity:1}}@keyframes floating-cta-icon-swap-calculator{0%,42%{opacity:0}50%,92%{opacity:1}to{opacity:0}}.floating-cta{-ms-flex-align:end;align-items:flex-end;bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:12px;position:fixed;right:30px;z-index:1999}@media only screen and (max-width:520px){.floating-cta{bottom:20px;right:20px}}.floating-cta__main{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:center;-webkit-animation:floating-cta-pulse 2s infinite,floating-cta-gradient 3s ease infinite;animation:floating-cta-pulse 2s infinite,floating-cta-gradient 3s ease infinite;background:linear-gradient(135deg,#e41019,#ff4d54,#e41019);background-size:200% 200%;border:none;border-radius:50%;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;flex-shrink:0;height:62px;justify-content:center;position:relative;transition:background .3s ease,-webkit-transform .5s cubic-bezier(.34,1.56,.64,1);transition:background .3s ease,transform .5s cubic-bezier(.34,1.56,.64,1);transition:background .3s ease,transform .5s cubic-bezier(.34,1.56,.64,1),-webkit-transform .5s cubic-bezier(.34,1.56,.64,1);width:62px}.floating-cta__main:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.floating-cta__main:active{-webkit-transform:scale(.92);transform:scale(.92)}.floating-cta__icon{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;pointer-events:none;position:absolute;transition:opacity .3s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1);transition:opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1);transition:opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1),-webkit-transform .4s cubic-bezier(.34,1.56,.64,1)}.floating-cta__icon--phone{-webkit-animation:floating-cta-icon-swap-phone 4s infinite;animation:floating-cta-icon-swap-phone 4s infinite}.floating-cta__icon--calculator{-webkit-animation:floating-cta-icon-swap-calculator 4s infinite;animation:floating-cta-icon-swap-calculator 4s infinite}.floating-cta__icon--close{opacity:0;-webkit-transform:rotate(-90deg) scale(.5);transform:rotate(-90deg) scale(.5)}.floating-cta__sub-buttons{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;pointer-events:none}.floating-cta__sub-btn{-ms-flex-align:center;align-items:center;background:#fff;border:none;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);color:#0e0e0f;cursor:pointer;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;gap:8px;opacity:0;padding:10px 20px;-webkit-transform:translateY(20px) scale(.6);transform:translateY(20px) scale(.6);transition:opacity .3s ease,background-color .2s ease,box-shadow .3s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1);transition:opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1),background-color .2s ease,box-shadow .3s ease;transition:opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1),background-color .2s ease,box-shadow .3s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.floating-cta__sub-btn:hover{background:#f5f5f5;box-shadow:0 6px 28px rgba(0,0,0,.2)}.floating-cta__sub-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.floating-cta__sub-btn span,.floating-cta__sub-btn-icon{pointer-events:none}.floating-cta.is-expanded .floating-cta__main{-webkit-animation:none;animation:none;background:#333}.floating-cta.is-expanded .floating-cta__main:hover{background:#444}.floating-cta.is-expanded .floating-cta__icon--calculator,.floating-cta.is-expanded .floating-cta__icon--phone{-webkit-animation:none;animation:none;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}.floating-cta.is-expanded .floating-cta__icon--close{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}.floating-cta.is-expanded .floating-cta__sub-buttons{pointer-events:auto}.floating-cta.is-expanded .floating-cta__sub-btn{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.floating-cta.is-expanded .floating-cta__sub-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.floating-cta.is-expanded .floating-cta__sub-btn:first-child{transition-delay:.05s}.floating-cta.is-expanded .floating-cta__sub-btn:nth-child(2){transition-delay:.12s}.form-box{border:14px solid #f8f8f8;padding:52px 69px 59px 71px}@media only screen and (max-width:1370px){.form-box{padding-left:40px;padding-right:40px}}@media only screen and (max-width:1030px){.form-box{padding:40px 30px}}@media only screen and (max-width:480px){.form-box{padding:33px 10px}}.form-box__caption,.form-box__label{color:#0e0e0f;font-family:Montserrat,sans-serif;font-style:normal}.form-box__caption{font-size:30px;font-weight:800;line-height:2;margin-bottom:33px;text-transform:uppercase}@media only screen and (max-width:1030px){.form-box__caption{font-size:32px}}@media only screen and (max-width:480px){.form-box__caption{font-size:20px}}.form-box__label,.form-box__star{font-size:18px;font-weight:300;line-height:1.33}@media only screen and (max-width:991px){.form-box__label,.form-box__star{font-size:16px}}@media only screen and (max-width:480px){.form-box__label,.form-box__star{font-size:15px;line-height:1.4}}.form-box__file-input-wrapper{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:48px}@media only screen and (max-width:480px){.form-box__file-input-wrapper{margin-bottom:10px}}.form-box__file-input-wrapper .form-box__input-wraper{margin-right:17px;width:calc(50% - 8.5px)}@media only screen and (max-width:480px){.form-box__file-input-wrapper .form-box__input-wraper{margin-right:23px;width:100%}}.form-box__file-input-wrapper .form-box__input-wraper:last-of-type{margin-bottom:0;margin-right:0}.form-box__file-input{display:none}.form-box__file-type{color:rgba(14,14,15,.44);font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.71}@media only screen and (max-width:1280px){.form-box__file-type{font-size:12px}}.form-box__label{padding-left:9px}.form-box__label.form-box__cv-label,.form-box__label.form-box__letter-label{margin-bottom:31px;padding-left:0}@media only screen and (max-width:480px){.form-box__label.form-box__cv-label,.form-box__label.form-box__letter-label{margin-bottom:20px}}.form-box__message-label{margin-bottom:21px}@media only screen and (max-width:480px){.form-box__message-label{margin-bottom:10px}}.form-box__star{color:#e41019}.form-box__linkedin-label,.form-box__website-label{margin-bottom:10px}.form-box__input-wraper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:22px}.form-box__input-wraper.form-box__linkedin-input-wraper{margin-bottom:36px}@media only screen and (max-width:480px){.form-box__input-wraper.form-box__linkedin-input-wraper{margin-bottom:22px}}.form-box__inputs-left,.form-box__inputs-right{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex}.form-box__inputs-right{margin-right:auto;position:relative;width:-webkit-max-content;width:max-content;z-index:2}@media only screen and (max-width:570px){.form-box__inputs-right{margin-left:0}}.form-box__inputs-right:hover input.wpcf7-submit.contact-us__btn-submit{background-color:#e41019;color:#fff}.form-box__inputs-right:hover:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjExLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNmgxLjMzNUwxNCAxMS41IDEwLjMzNSAxN0g5bDMuNjY1LTUuNUw5IDZaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain}.form-box__inputs-right:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjExLjUiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNmgxLjMzNUwxNCAxMS41IDEwLjMzNSAxN0g5bDMuNjY1LTUuNUw5IDZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";display:block;height:23px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:23px;z-index:1}@media only screen and (max-width:670px){.form-box__inputs-right:after{height:20px;right:10px;width:20px}}.form-box__inputs-right .wpcf7-spinner{position:absolute;right:-80px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.form-box__file-label{color:#e41019;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;margin-bottom:10px;padding-left:34px;position:relative;z-index:1}@media only screen and (max-width:1280px){.form-box__file-label{font-size:14px;padding-left:30px}}.form-box__file-label:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42NDUuMiAxNy44IDQuMzIzYy4xMy4xMy4yMDIuMzA2LjIwMS40ODl2MTUuMTI1QTIuMDcgMi4wNyAwIDAgMSAxNS45MjMgMjJIMi4wNzdBMi4wNyAyLjA3IDAgMCAxIDAgMTkuOTM3VjIuMDY0QzAgLjkyMy45MyAwIDIuMDc3IDBoMTEuMDc3Yy4xODQtLjAwMS4zNi4wNy40OTEuMlptMi4yNzggMjAuNDI1YS42OS42OSAwIDAgMCAuNjkyLS42ODhWNS41aC0yLjc2OWExLjM4IDEuMzggMCAwIDEtMS4zODUtMS4zNzV2LTIuNzVIMi4wNzdhLjY5LjY5IDAgMCAwLS42OTIuNjg4djE3Ljg3NWMwIC4zOC4zMS42ODcuNjkyLjY4N2gxMy44NDZaTTEzLjg0NiAxNi41aDEuMzg1djEuMzc1aC0xLjM4NVYxNi41Wm0xLjM4NS02Ljg3NUgyLjc2OVYxMWgxMi40NjJWOS42MjVaTTIuNzY5IDEzLjA2M2gxMi40NjJ2MS4zNzRIMi43Njl2LTEuMzc0Wm05LjY5MiAzLjQzN0gyLjc3djEuMzc1aDkuNjkyVjE2LjVaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";display:block;height:22px;left:0;position:absolute;top:0;width:18px;z-index:1}.form-box .wpcf7 form.invalid .wpcf7-response-output{border:none;color:#fd3322;font-family:Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:2.18}.form-box .wpcf7-not-valid-tip{display:block;font-size:11px;margin-top:8px}@media only screen and (max-width:480px){.form-box .wpcf7-not-valid-tip{margin-top:5px}}.form-box .wpcf7-acceptance .wpcf7-list-item{-ms-flex:1;flex:1;margin-left:0}.form-box .wpcf7-acceptance .form-box__field-checkbox{display:none}.form-box .wpcf7-acceptance .form-box__field-checkbox:checked+.wpcf7-list-item-label:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNSIgc3Ryb2tlPSIjOUU5RUEyIi8+PHBhdGggZD0iTTEwLjgxNCA0LjE4NmEuNjM1LjYzNSAwIDAgMC0uODk3IDBMNS44NzggOC4yMiA0LjA4MyA2LjQyOGEuNjM1LjYzNSAwIDAgMC0uODk3Ljg5NmwyLjI0MyAyLjI0MmEuNjMzLjYzMyAwIDAgMCAuODk4IDBsNC40ODctNC40ODRhLjYzNC42MzQgMCAwIDAgMC0uODk2WiIgZmlsbD0iIzlFOUVBMiIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain}.form-box .wpcf7-acceptance .wpcf7-list-item-label{color:#6f6f6f;display:inline-block;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:300;line-height:1.4;padding-left:27px;position:relative;z-index:1}@media only screen and (max-width:1280px){.form-box .wpcf7-acceptance .wpcf7-list-item-label{font-size:13px}}@media only screen and (max-width:1030px){.form-box .wpcf7-acceptance .wpcf7-list-item-label{padding-left:21px}}@media only screen and (max-width:570px){.form-box .wpcf7-acceptance .wpcf7-list-item-label{margin-bottom:30px}}.form-box .wpcf7-acceptance .wpcf7-list-item-label:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNSIgc3Ryb2tlPSIjOUU5RUEyIi8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";cursor:pointer;display:block;height:14px;left:0;position:absolute;top:1px;width:14px;z-index:1}.form-box .wpcf7-acceptance .wpcf7-list-item-label a{color:inherit;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;margin-left:5px;margin-right:5px;text-decoration-line:underline}.form-box .wpcf7-acceptance .wpcf7-list-item-label a:hover{text-decoration-line:unset}.form-box input[type=email],.form-box input[type=password],.form-box input[type=search],.form-box input[type=tel],.form-box input[type=text],.form-box input[type=url],.form-box textarea{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;border-bottom:1px solid rgba(228,16,25,.39);border-radius:0;color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;height:51px;line-height:1.2;padding-left:9px;padding-right:9px;resize:none;width:100%}@media only screen and (max-width:1030px){.form-box input[type=email],.form-box input[type=password],.form-box input[type=search],.form-box input[type=tel],.form-box input[type=text],.form-box input[type=url],.form-box textarea{height:42px}}@media only screen and (max-width:991px){.form-box input[type=email],.form-box input[type=password],.form-box input[type=search],.form-box input[type=tel],.form-box input[type=text],.form-box input[type=url],.form-box textarea{font-size:16px;height:38px}}@media only screen and (max-width:480px){.form-box input[type=email],.form-box input[type=password],.form-box input[type=search],.form-box input[type=tel],.form-box input[type=text],.form-box input[type=url],.form-box textarea{font-size:15px;font-weight:600;height:33px;line-height:2}}.form-box input[type=email]::-webkit-input-placeholder,.form-box input[type=password]::-webkit-input-placeholder,.form-box input[type=search]::-webkit-input-placeholder,.form-box input[type=tel]::-webkit-input-placeholder,.form-box input[type=text]::-webkit-input-placeholder,.form-box input[type=url]::-webkit-input-placeholder,.form-box textarea::-webkit-input-placeholder{color:rgba(14,14,15,.7);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}.form-box input[type=email]:-ms-input-placeholder,.form-box input[type=password]:-ms-input-placeholder,.form-box input[type=search]:-ms-input-placeholder,.form-box input[type=tel]:-ms-input-placeholder,.form-box input[type=text]:-ms-input-placeholder,.form-box input[type=url]:-ms-input-placeholder,.form-box textarea:-ms-input-placeholder{color:rgba(14,14,15,.7);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}.form-box input[type=email]::-ms-input-placeholder,.form-box input[type=password]::-ms-input-placeholder,.form-box input[type=search]::-ms-input-placeholder,.form-box input[type=tel]::-ms-input-placeholder,.form-box input[type=text]::-ms-input-placeholder,.form-box input[type=url]::-ms-input-placeholder,.form-box textarea::-ms-input-placeholder{color:rgba(14,14,15,.7);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}.form-box input[type=email]::placeholder,.form-box input[type=password]::placeholder,.form-box input[type=search]::placeholder,.form-box input[type=tel]::placeholder,.form-box input[type=text]::placeholder,.form-box input[type=url]::placeholder,.form-box textarea::placeholder{color:rgba(14,14,15,.7);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}.form-box input:-webkit-autofill,.form-box input:-webkit-autofill:active,.form-box input:-webkit-autofill:focus,.form-box input:-webkit-autofill:hover,.form-box textarea:-webkit-autofill,.form-box textarea:-webkit-autofill:active,.form-box textarea:-webkit-autofill:focus,.form-box textarea:-webkit-autofill:hover{-webkit-text-fill-color:#0e0e0f;-webkit-box-shadow:unset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form-box textarea{background:hsla(240,0%,60%,.099);border-bottom:unset;height:82px}.form-box textarea.form-box__linkedin,.form-box textarea.form-box__website{height:43px}.wpcf7-form.wpcf7-form.failed .wpcf7-response-output,.wpcf7-form.wpcf7-form.invalid .wpcf7-response-output,.wpcf7-form.wpcf7-form.sent .wpcf7-response-output{border:none;border-color:unset;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:2.18}.wpcf7-form.wpcf7-form.failed,.wpcf7-form.wpcf7-form.invalid{color:#fd3322}.wpcf7-form.wpcf7-form.sent{color:transparent}.wpcf7-form.wpcf7-form .wpcf7-submit{background-color:transparent;color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.main-submenu{display:none;height:0;position:absolute;top:111px;width:100%;z-index:-1}@media only screen and (min-width:1600px){.main-submenu{top:185px}}.main-submenu.active{height:100%}.home .main-submenu,.scrolled .main-submenu{top:100px}@media only screen and (min-width:1180px){.main-submenu{display:block}}.main-submenu__image{display:none;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:10}@media only screen and (min-width:1330px){.main-submenu__image{display:block}}.main-submenu__sub-menu_wrap{display:none;grid-template-columns:1fr 1334px;height:calc(100vh - 100px);position:relative}@media only screen and (max-width:1440px){.main-submenu__sub-menu_wrap{grid-template-columns:1fr 1.5fr}}.main-submenu__sub-menu_wrap:after{background:linear-gradient(229deg,rgba(41,43,46,.41) 15.18%,#292b2e 94.55%);content:"";display:block;height:100%;left:0;opacity:.67;position:absolute;top:0;width:100%;z-index:1}.main-submenu__sub-menu_wrap.active{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;overflow-y:auto}@media only screen and (min-width:1330px){.main-submenu__sub-menu_wrap.active{display:grid}}.main-submenu__sub-menu_wrap>.sub-menu{-ms-flex-negative:0;background-color:#fff;color:#0e0e0f;display:-ms-flexbox;display:flex;flex-shrink:0;height:-webkit-max-content;height:max-content;margin-left:auto;max-height:100%;overflow-y:auto;padding:54px 54px 54px 0;position:relative;text-align:left;width:1334px;z-index:2}@media only screen and (max-width:1440px){.main-submenu__sub-menu_wrap>.sub-menu{padding:54px 0;width:-webkit-max-content;width:max-content}}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu{background-color:transparent;color:#fff;-ms-flex-direction:column;flex-direction:column;padding:30px 20px 0 0;position:relative;top:0;width:100%}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu{padding:20px 0 0}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title{border-right:1px solid #e41019;color:inherit;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;padding-left:60px;padding-right:100px}@media only screen and (max-width:1180px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title{padding-left:40px;padding-right:40px}}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title{border-right:none;color:#f4bc20;font-size:18px;margin-bottom:30px;padding-left:0;padding-right:20px;position:relative;width:100%}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title{font-size:11px;margin-bottom:12px}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjM1NyAzLjI4NmEuMTQzLjE0MyAwIDAgMS0uMTQzLS4xNDNWMEgzLjc4NnYzLjE0M2EuMTQzLjE0MyAwIDAgMS0uMTQzLjE0M0guNXYxLjQyOGgzLjE0M2MuMDc5IDAgLjE0My4wNjQuMTQzLjE0M1Y4aDEuNDI4VjQuODU3YzAtLjA3OS4wNjQtLjE0My4xNDMtLjE0M0g4LjVWMy4yODZINS4zNTdaIiBmaWxsPSIjRjRCQzIwIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:none;height:20px;position:absolute;right:0;top:0;width:20px}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title:after{display:block}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title:after{height:8px;width:8px}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title:last-child{border-right:none}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title:last-child{margin-bottom:0}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title>a{color:inherit;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;margin-bottom:36px;pointer-events:none;text-transform:uppercase;transition:margin .3s}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title>a{margin-bottom:0}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu{max-height:0;max-width:100%;overflow:hidden;text-transform:none;transition:max-height .3s}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item{color:inherit;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;margin-bottom:24px;max-width:223px;padding-left:20px;position:relative;transition:color .3s}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item{color:#fff;padding-left:0}}@media only screen and (max-width:768px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item{font-size:16px}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item{font-size:11px;margin-bottom:18px}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:last-child{margin-bottom:0}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExaDQuNjA5bDcuNDM0LTExSDcuNDIxTDAgMTFaIiBmaWxsPSIjMjEyNTJBIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:11px;left:0;position:absolute;top:7px;width:12px}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:after{display:none}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:hover{color:#e41019}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:hover{color:#f4bc20}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExaDQuNjA5bDcuNDM0LTExSDcuNDIxTDAgMTFaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+)}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title .sub-menu .menu-item>a{color:inherit;display:block;font-family:inherit}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title.active{margin-bottom:20px}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title.active .sub-menu{max-height:1000px}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title.active>a{margin-bottom:36px}}@media only screen and (max-width:479px){.main-submenu__sub-menu_wrap>.sub-menu>.menu-title.active>a{margin-bottom:22px}}.main-submenu__sub-menu_wrap>.sub-menu>.menu-title.active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjM1Ny4yODZhLjE0My4xNDMgMCAwIDEtLjE0My0uMTQzSDMuNzg2YS4xNDMuMTQzIDAgMCAxLS4xNDMuMTQzSC41djEuNDI4aDMuMTQzYy4wNzkgMCAuMTQzLjA2NC4xNDMuMTQzaDEuNDI4YzAtLjA3OS4wNjQtLjE0My4xNDMtLjE0M0g4LjVWLjI4Nkg1LjM1N1oiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=)}.main-submenu__sub-menu_wrap>.sub-menu.with-image{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:62px 54px}@media only screen and (max-width:1440px){.main-submenu__sub-menu_wrap>.sub-menu.with-image{padding:62px 0}}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu.with-image{padding:30px 20px 0 0}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu.with-image{padding:20px 0 0}}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item{border-right:1px solid #e41019;box-sizing:content-box;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;max-width:252px;padding:0 48px;transition:color .3s}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item{border-right:none;padding:0;width:100%}}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a{color:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a figure{height:124px;margin-bottom:30px;max-width:252px;position:relative;width:100%}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a figure:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NyIgaGVpZ2h0PSIxMjQiIGZpbGw9Im5vbmUiPjxwYXRoIG9wYWNpdHk9Ii41NTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMjRoNDcuMDFMODcgNjIgNDcuMDEgMEgwbDM5Ljk5IDYyTDAgMTI0WiIgZmlsbD0iI0Y0QkMyMCIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:100%;position:absolute;right:20px;top:0;width:87px}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a figure img{display:block;height:100%;margin:0;width:100%}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a figure{margin-bottom:15px}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a figure{height:auto}}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a span{color:inherit;display:block;font-family:inherit}@media only screen and (max-width:1024px){.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a span{font-size:16px;text-align:center}}@media only screen and (max-width:470px){.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item a span{font-size:14px}}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item:nth-child(3n){border-right:none}.main-submenu__sub-menu_wrap>.sub-menu.with-image>.menu-item:hover{color:#e41019}.thank-you.hero{padding-bottom:147px;padding-top:340px}@media only screen and (max-width:1024px){.thank-you.hero .thank-you-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.thank-you.hero .thank-you-title{color:#f4bc20;font-family:Montserrat,sans-serif;font-size:74px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:22px;padding-left:0;text-transform:uppercase}@media only screen and (max-width:1024px){.thank-you.hero .thank-you-title{font-size:40px;margin-bottom:12px;text-align:center}}.thank-you.hero .thank-you-title:after{display:none}.thank-you.hero .thank-you-subtitle{color:#fff;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:300;margin-bottom:48px}@media only screen and (max-width:1024px){.thank-you.hero .thank-you-subtitle{text-align:center}}.thank-you.hero .thank-you-container{padding-left:0}@media only screen and (max-width:1470px){.thank-you.hero .thank-you-container{padding:0 16px 0 80px}}@media only screen and (max-width:1024px){.thank-you.hero .thank-you-container{padding:0 16px}}.thank-you.hero .thank-you-container:after{display:none}.thank-you.hero .thank-you-btn{color:#fff;margin-bottom:59px}@media only screen and (max-width:1024px){.thank-you.hero .thank-you-btn{margin:0 auto 150px}.thank-you.hero .thank-you-image{margin:0 auto}}.hero{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;padding-bottom:328px;padding-top:294px;position:relative}@media only screen and (max-width:1470px){.hero{padding-bottom:290px;padding-top:230px}}@media only screen and (max-width:1280px){.hero{padding-bottom:230px}}@media only screen and (max-width:1030px){.hero{padding-top:180px}}@media only screen and (max-width:768px){.hero{padding-bottom:393px}}@media only screen and (max-width:570px){.hero{background-color:#17191b;background-position:bottom;background-size:contain}}.hero:before{background:linear-gradient(180deg,#17191b 10%,rgba(23,25,27,.286));content:"";display:none;height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:768px){.hero:before{display:block}}.hero:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjQwNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBvcGFjaXR5PSIuNTc4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0VERURFRCI+PHBhdGggb3BhY2l0eT0iLjA2MSIgZD0iTTMyMiA1OXYyNDEuNTc4TDE2MCA0MDQtMiAzMDAuNTc4VjU5bDE2MiAxMDMuNDIyTDMyMiA1OVoiLz48cGF0aCBvcGFjaXR5PSIuMDYxIiBkPSJNMzIyIDB2MzUuMjdMMTYwIDEzOS0yIDM1LjI3VjBsMTYyIDEwMy43MjlMMzIyIDBaIi8+PC9nPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:none;height:404px;left:0;position:absolute;width:100%}@media only screen and (max-width:470px){.hero:after{display:block}}.hero__container{box-sizing:border-box;position:relative;z-index:1}@media only screen and (max-width:768px){.hero__container{position:static}}.hero__container:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjQ5MiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41IDQ1LjV2MS44NjhsLTggNS4xMzItOC01LjEzMlY0NS41bDggNS4xMzIgOC01LjEzMloiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNOC41IDUwLjV2LTIyTTguNSAyMy41di0xMk04LjUgNi41di02IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+) 50% no-repeat;background-size:contain;bottom:-169px;content:"";display:block;height:53px;left:32px;position:absolute;width:16px;z-index:1}@media only screen and (max-width:1030px){.hero__container:after{bottom:-140px}}@media only screen and (max-width:768px){.hero__container:after{bottom:-120px;bottom:33px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hero__content-wrap{position:relative;z-index:2}}@media only screen and (max-width:1470px){.hero__image{height:auto;max-width:860px}}@media only screen and (max-width:1370px){.hero__image{max-width:800px}}@media only screen and (max-width:1280px){.hero__image{max-width:650px}}@media only screen and (max-width:1030px){.hero__image{max-width:580px}}@media only screen and (max-width:850px){.hero__image{max-width:500px}}@media only screen and (max-width:768px){.hero__image{max-width:460px}}@media only screen and (max-width:670px){.hero__image{max-width:420px}}@media only screen and (max-width:480px){.hero__image{max-width:370px}}@media only screen and (max-width:415px){.hero__image{max-width:100%}}.blog-page{background-color:#f6f6f7;padding:42px 0 141px}@media only screen and (max-width:768px){.blog-page{padding:50px 0 63px}}.blog-page__title{margin-bottom:22px;margin-left:100px}@media only screen and (max-width:1024px){.blog-page__title{margin-bottom:26px;margin-left:0}}.blog-page__inner{display:grid;gap:41px 0;grid-template-columns:1fr 1fr 1fr;max-width:1406px}@media only screen and (max-width:1024px){.blog-page__inner{gap:20px 0;grid-template-columns:1fr 1fr}}@media only screen and (max-width:470px){.blog-page__inner{grid-template-columns:1fr}}.post-card{-ms-flex-align:start;align-items:flex-start;border-left:1px solid #292b2e;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding:50px 39px 59px;position:relative;transition:border .3s}@media only screen and (max-width:768px){.post-card{padding:40px 30px}}@media only screen and (max-width:670px){.post-card{padding:15px 19px}}.post-card:after{background-color:#e41019;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:width .3s;width:0}.post-card:hover{border-left:1px solid #e41019}.post-card:hover:after{width:4px}.post-card__date{display:inline-block;margin-bottom:20px;opacity:.5}@media only screen and (max-width:768px){.post-card__date{font-size:14px;margin-bottom:18px}}.post-card__excerpt{font-size:24px;margin-bottom:57px}@media only screen and (max-width:1024px){.post-card__excerpt{font-size:20px;margin-bottom:20px}}@media only screen and (max-width:768px){.post-card__excerpt{font-size:18px}}@media only screen and (max-width:670px){.post-card__excerpt{font-size:16px}}.post-card__thumb{height:100%;margin-bottom:43px;margin-top:0;max-height:255px;max-width:402px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}@media only screen and (max-width:768px){.post-card__thumb{margin-bottom:13px}}.post-card__thumb:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.post-card__thumb img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.post-card__link{margin-top:auto}.pagination{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;margin-top:75px}@media only screen and (max-width:768px){.pagination{margin-top:40px}}.welcomes{overflow:hidden;padding-bottom:88px;padding-top:65px;position:relative;z-index:1}@media only screen and (max-width:991px){.welcomes{padding-bottom:60px;padding-top:55px}}@media only screen and (max-width:670px){.welcomes{padding-bottom:61px;padding-top:46px}}.welcomes:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg1IiBoZWlnaHQ9IjY2OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTc4NC4wOTQgMEg0NTIuNjIxTDAgNjY5aDMzMi4zMjRMNzg0LjA5NCAwWiIgZmlsbD0iI0Y4RjhGOCIvPjwvc3ZnPg==) 50% no-repeat;background-size:cover;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:784px;z-index:-1}.welcomes__content-top{display:-ms-flexbox;display:flex;margin-bottom:34px;padding-left:108px}@media only screen and (max-width:1030px){.welcomes__content-top{padding-left:0}}@media only screen and (max-width:768px){.welcomes__content-top{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:480px){.welcomes__content-top{margin-bottom:0}}.welcomes__title{margin-bottom:41px}@media only screen and (max-width:768px){.welcomes__title{margin-bottom:23px}}.welcomes__desc{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:1.2}@media only screen and (max-width:991px){.welcomes__desc{font-size:16px}}.welcomes__content-col:first-child{margin-right:76px;max-width:412px}@media only screen and (max-width:1030px){.welcomes__content-col:first-child{margin-right:50px}}@media only screen and (max-width:768px){.welcomes__content-col:first-child{margin-bottom:24px;margin-right:0;max-width:unset}}.welcomes__items{max-width:867px;padding-top:25px}@media only screen and (max-width:991px){.welcomes__items{padding-top:0}}.welcomes__items li{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:28px;padding-left:25px;position:relative;z-index:1}@media only screen and (max-width:991px){.welcomes__items li{font-size:18px}}@media only screen and (max-width:480px){.welcomes__items li{font-size:14px;margin-bottom:19px;padding-left:18px}}.welcomes__items li:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE4aDVsNS43NzgtOUw1IDBIMGw1Ljc3OCA5TDAgMThaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";display:block;height:18px;left:0;position:absolute;top:0;width:11px;z-index:1}@media only screen and (max-width:1280px){.welcomes__items li:after{top:2px}}@media only screen and (max-width:480px){.welcomes__items li:after{height:13px;width:8px}}.welcomes__content-bottom{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-left:108px}@media only screen and (max-width:1470px){.welcomes__content-bottom{-ms-flex-direction:column;flex-direction:column;gap:40px}}@media only screen and (max-width:1030px){.welcomes__content-bottom{padding-left:0}}@media only screen and (max-width:850px){.welcomes__content-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.welcomes__founders{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media only screen and (max-width:850px){.welcomes__founders{margin-bottom:45px}}@media only screen and (max-width:768px){.welcomes__founders{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:31px}}.welcomes__founder{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin:0 25px}@media only screen and (max-width:1370px){.welcomes__founder{margin-right:35px}}@media only screen and (max-width:768px){.welcomes__founder{margin:0 0 40px;width:100%}.welcomes__founder.reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.welcomes__founder.reverse .welcomes__founder-photo-wrap{margin-left:15px;margin-right:0}}.welcomes__founder:last-of-type{margin-bottom:0}.welcomes__founder-photo-wrap{-ms-flex-negative:0;flex-shrink:0;height:220px;margin-right:23px;width:220px}@media only screen and (max-width:1470px){.welcomes__founder-photo-wrap{height:180px;width:180px}}@media only screen and (max-width:1370px){.welcomes__founder-photo-wrap{height:150px;margin-right:15px;width:150px}}@media only screen and (max-width:1280px){.welcomes__founder-photo-wrap{height:122px;width:122px}}@media only screen and (max-width:570px){.welcomes__founder-photo-wrap{height:107px;width:107px}}.welcomes__founder-photo-wrap img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.welcomes__founder-info{padding-left:30px;position:relative;z-index:1}@media only screen and (max-width:570px){.welcomes__founder-info{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.welcomes__founder-info:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC42MSAxNy44OTRoLTcuMTIybC0xMS40OS0xN2g3LjE0NGwxMS40NjcgMTdaIiBmaWxsPSIjRjRCQzIwIi8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";display:block;height:17px;left:0;position:absolute;top:10px;width:19px;z-index:1}@media only screen and (max-width:1280px){.welcomes__founder-info:after{top:2px}}.welcomes__btn{display:-ms-flexbox;display:flex;margin-right:228px}@media only screen and (max-width:1570px){.welcomes__btn{margin-right:205px}}@media only screen and (max-width:1370px){.welcomes__btn{margin-right:170px}}@media only screen and (max-width:1280px){.welcomes__btn{margin-right:110px}}@media only screen and (max-width:850px){.welcomes__btn{margin-right:auto}}.welcomes__founder-name{color:#282829;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1.19;margin-bottom:12px}@media only screen and (max-width:1470px){.welcomes__founder-name{font-size:22px}}@media only screen and (max-width:1280px){.welcomes__founder-name{font-size:18px}}.welcomes__founder-status{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:300;letter-spacing:.4px;line-height:1.5;text-transform:uppercase}@media only screen and (max-width:570px){.welcomes__founder-status{font-size:13px}}.welcomes__founder-text{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:300;letter-spacing:.4px;line-height:1.5;margin-top:10px}@media only screen and (max-width:570px){.welcomes__founder-text{font-size:13px}}.advantages{background:#393c40;padding-bottom:30px;padding-top:64px}@media only screen and (max-width:470px){.advantages{padding-bottom:35px;padding-top:53px}}.advantages__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:88px}@media only screen and (max-width:850px){.advantages__items{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:470px){.advantages__items{padding-left:65px}}.advantages__item{background-color:#292b2e;box-sizing:border-box;margin-bottom:35px;margin-right:180px;padding:19px 0 22px 22px;position:relative;width:calc(50% - 118.5px);z-index:1}@media only screen and (max-width:850px){.advantages__item{margin-right:0;width:calc(100% - 60px)}}@media only screen and (max-width:470px){.advantages__item{background-color:transparent;padding:19px 0 22px;width:100%}}.advantages__item:after,.advantages__item:before{content:"";display:block;height:100%;left:-86px;position:absolute;top:0;width:86px;z-index:1}.advantages__item:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMTI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDEyNWgyNi44MTJMNjcgNjIuNSAyNi44MTIgMEgwbDQwLjE4OCA2Mi41TDAgMTI1WiIgZmlsbD0iI0U0MTAxOSIvPjxwYXRoIGQ9Ik00NS40MzQgMTI1aDY3Ni43OTFsNDAuMDQzLTYyLjVMNzIyLjIyNSAwSDQ1LjQzM2w0MC4xMTMgNjIuNUw0NS40MzMgMTI1WiIgZmlsbD0iIzI5MkIyRSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNzYyLjI2OXYxMjVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) 50% no-repeat;background-size:cover;height:100%;left:-86px;top:0;width:86px}@media only screen and (max-width:470px){.advantages__item:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLjgyNyAxMDBoMTFMNDQgNTAgMTEuODI3IDBoLTExTDMzIDUwIC44MjcgMTAwWiIgZmlsbD0iI0U0MTAxOSIvPjwvc3ZnPg==) 50% no-repeat;height:98px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.advantages__item:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNjc2LjU2NiAxMjVILjIyNGw0MC4wNDQtNjIuNUwuMjI0IDBoLTY3Ni43OTFsNDAuMTEyIDYyLjUtNDAuMTEyIDYyLjVaIiBmaWxsPSIjMjkyQjJFIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcyMikiIGQ9Ik0wIDBoNzYyLjI2OXYxMjVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) 50% no-repeat;background-size:cover;height:100%;left:auto;right:-60px;top:0;width:60px}@media only screen and (max-width:470px){.advantages__item:after{display:none}}.advantages__item:nth-child(3n+1):before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMTI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDEyNWgyNi44MTJMNjcgNjIuNSAyNi44MTIgMEgwbDQwLjE4OCA2Mi41TDAgMTI1WiIgZmlsbD0iI0Y0QkMyMCIvPjxwYXRoIGQ9Ik00NS40MzQgMTI1aDY3Ni43OTFsNDAuMDQzLTYyLjVMNzIyLjIyNSAwSDQ1LjQzM2w0MC4xMTMgNjIuNUw0NS40MzMgMTI1WiIgZmlsbD0iIzI5MkIyRSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNzYyLjI2OXYxMjVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) 50% no-repeat;background-size:cover}@media only screen and (max-width:470px){.advantages__item:nth-child(3n+1):before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLjgyNyAxMDBoMTFMNDQgNTAgMTEuODI3IDBoLTExTDMzIDUwIC44MjcgMTAwWiIgZmlsbD0iI0Y0QkMyMCIvPjwvc3ZnPg==) 50% no-repeat}}.advantages__item:nth-child(2n){margin-right:0}.advantages__item-desc,.advantages__item-title{color:#fff;font-style:normal}.advantages__item-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;line-height:1.19;margin-bottom:7px;text-transform:uppercase}@media only screen and (max-width:1470px){.advantages__item-title{font-size:18px}}@media only screen and (max-width:1370px){.advantages__item-title{font-size:16px}}@media only screen and (max-width:991px){.advantages__item-title{font-size:14px}}.advantages__item-desc{font-family:Montserrat,sans-serif;font-size:20px;font-weight:300;line-height:1.2}@media only screen and (max-width:1370px){.advantages__item-desc{font-size:16px}}.our-offer{background:#292b2e;padding-bottom:91px;padding-top:80px}@media only screen and (max-width:1440px){.our-offer{padding-top:65px}}@media only screen and (max-width:850px){.our-offer{padding-bottom:70px;padding-top:60px}}.our-offer__content-top{display:-ms-flexbox;display:flex;margin-bottom:75px}@media only screen and (max-width:1750px){.our-offer__content-top{padding-left:101px}}@media only screen and (max-width:1030px){.our-offer__content-top{padding-left:0}}@media only screen and (max-width:850px){.our-offer__content-top{margin-bottom:40px}}@media only screen and (max-width:570px){.our-offer__content-top{-ms-flex-direction:column;flex-direction:column}}.our-offer__title{color:#fff;margin-right:60px;max-width:-webkit-max-content;max-width:max-content;width:100%}@media only screen and (max-width:570px){.our-offer__title{margin-bottom:25px}}.our-offer__desc{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;width:100%}@media only screen and (max-width:1199px){.our-offer__desc{padding-top:0}}@media only screen and (max-width:850px){.our-offer__desc{font-size:16px}}.our-offer__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1}@media only screen and (max-width:850px){.our-offer__items{-ms-flex-direction:column;flex-direction:column}}.our-offer__items:after,.our-offer__items:before{background-color:#f4bc20;content:"";display:block;height:1px;position:absolute;top:0;width:calc(50% - 30px);z-index:1}@media only screen and (max-width:1199px){.our-offer__items:after,.our-offer__items:before{width:calc(50% - 15px)}}@media only screen and (max-width:850px){.our-offer__items:after,.our-offer__items:before{width:100%}}.our-offer__items:before{left:0}.our-offer__items:after{right:0}@media only screen and (max-width:850px){.our-offer__items:after{display:none}}.our-offer__item{-ms-flex-align:center;align-items:center;border-bottom:1px solid #f4bc20;box-sizing:border-box;display:-ms-flexbox;display:flex;margin-right:60px;padding:16px 30px 16px 0;width:calc(50% - 30px)}.our-offer__item:hover .our-offer__item-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjgiIGN5PSIyOCIgcj0iMjgiIGZpbGw9IiNGNEJDMjAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMzLjgwOSAyMmgxLjY1Mmw0LjUzOCA2LjUtNC41MzggNi41aC0xLjY1Mmw0LjUzOC02LjUtNC41MzgtNi41WiIgZmlsbD0iIzI5MkIyRSIvPjxwYXRoIGQ9Ik0xNC42MTkgMjguNWgyMy41MjQiIHN0cm9rZT0iIzI5MkIyRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;height:56px;width:56px}@media only screen and (max-width:480px){.our-offer__item:hover .our-offer__item-btn:after{background-size:36px;height:36px;width:36px}}.our-offer__item.disable-transition{pointer-events:none}.our-offer__item.disable-transition .our-offer__item-btn{display:none}@media only screen and (max-width:1199px){.our-offer__item{margin-right:30px;padding-right:15px;width:calc(50% - 15px)}}@media only screen and (max-width:850px){.our-offer__item{margin-right:0;width:100%}}@media only screen and (max-width:480px){.our-offer__item{padding:11px 5px 11px 0}}.our-offer__item:nth-child(2n+2){margin-right:0}.our-offer__item-btn{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:56px;justify-content:center;margin-left:auto;min-width:56px;position:relative;transition:all .4s ease-out;width:56px;z-index:1}@media only screen and (max-width:480px){.our-offer__item-btn{height:30px;min-width:30px;width:30px}}.our-offer__item-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjMiIGN5PSIyMyIgcj0iMjIuNSIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOCAxOGgxLjMzNEwzMyAyMy41IDI5LjMzNCAyOUgyOGwzLjY2Ni01LjVMMjggMThaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEyLjUgMjMuNWgxOSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+) 50% no-repeat;background-size:contain;content:"";cursor:pointer;display:block;height:46px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .4s ease-out;width:46px;z-index:1}@media only screen and (max-width:480px){.our-offer__item-btn:after{height:36px;min-width:36px;width:36px}}.our-offer__item-icon-wrap{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;min-width:149px}@media only screen and (max-width:1199px){.our-offer__item-icon-wrap{min-width:130px}}@media only screen and (max-width:480px){.our-offer__item-icon-wrap{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;min-width:unset;width:40px}}.our-offer__item-title{color:#fff;font-family:Montserrat,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:28.5px;margin-right:12px}@media only screen and (max-width:1600px){.our-offer__item-title{font-size:22px;margin-right:15px}}@media only screen and (max-width:1440px){.our-offer__item-title{font-size:20px}}@media only screen and (max-width:1199px){.our-offer__item-title{font-size:18px}}@media only screen and (max-width:991px){.our-offer__item-title{font-size:16px}}.our-industries{overflow:hidden;padding-bottom:90px;padding-top:71px;position:relative;z-index:1}@media only screen and (max-width:1470px){.our-industries{padding-bottom:60px}}@media only screen and (max-width:1280px){.our-industries{padding-bottom:50px;padding-top:50px}}@media only screen and (max-width:1030px){.our-industries{padding-bottom:65px;padding-top:40px}}.our-industries:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSIxMTI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjMwMSAwdjExMjRINjc3Ljk5NEwzMTggNTYyIDY3Ny45OTQgMEgyMzAxWiIgZmlsbD0iI0Y4RjhGOCIvPjxtYXNrIGlkPSJhIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzE4IiB5PSIwIiB3aWR0aD0iMTk4MyIgaGVpZ2h0PSIxMTI0Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIzMDEgMHYxMTI0SDY3Ny45OTRMMzE4IDU2MiA2NzcuOTk0IDBIMjMwMVoiIGZpbGw9IiNmZmYiLz48L21hc2s+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MDMgMTEyNEgzNjEuNjk1TDAgNTYyIDM2MS42OTUgMEg2MDNMMjQxLjMwNSA1NjIgNjAzIDExMjRaIiBmaWxsPSIjRjhGOEY4Ii8+PC9zdmc+) 50% no-repeat;background-size:cover;content:"";display:block;height:100%;position:absolute;right:-950px;top:0;width:2301px;z-index:-1}.our-industries__title{margin-bottom:74px}@media only screen and (max-width:1650px){.our-industries__title{margin-left:101px}}@media only screen and (max-width:1470px){.our-industries__title{margin-bottom:60px}}@media only screen and (max-width:1280px){.our-industries__title{margin-bottom:50px}}@media only screen and (max-width:1030px){.our-industries__title{margin-left:0}}@media only screen and (max-width:850px){.our-industries__title{margin-bottom:40px}}@media only screen and (max-width:480px){.our-industries__title{margin-bottom:25px}}.our-industries__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.our-industries__item{height:372px;margin-bottom:32px;margin-right:32px;width:calc(25% - 24px)}.our-industries__item.disable-transition{pointer-events:none}@media only screen and (max-width:1470px){.our-industries__item{height:325px}}@media only screen and (max-width:1370px){.our-industries__item{height:300px}}@media only screen and (max-width:1280px){.our-industries__item{width:calc(33.33333% - 21.33333px)}}@media only screen and (max-width:850px){.our-industries__item{height:260px}}@media only screen and (max-width:768px){.our-industries__item{height:235px}}@media only screen and (max-width:670px){.our-industries__item{width:calc(50% - 16px)}}@media only screen and (max-width:480px){.our-industries__item{margin-right:0;width:100%}}@media only screen and (max-width:670px){.our-industries__item:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:1280px){.our-industries__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:670px){.our-industries__item:nth-child(3n+3){margin-right:32px}}@media only screen and (max-width:480px){.our-industries__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:670px){.our-industries__item:nth-child(3n+3):nth-child(2n+2){margin-right:0}}.our-industries__item:nth-child(4n+4){margin-right:0}@media only screen and (max-width:1280px){.our-industries__item:nth-child(4n+4){margin-right:32px}}@media only screen and (max-width:480px){.our-industries__item:nth-child(4n+4){margin-right:20px}}@media only screen and (max-width:415px){.our-industries__item:nth-child(4n+4){margin-right:0}}.our-industries__item:nth-child(4n+4):nth-child(2n+2){margin-right:0}@media only screen and (max-width:1280px){.our-industries__item:nth-child(4n+4):nth-child(2n+2){margin-right:32px}}@media only screen and (max-width:670px){.our-industries__item:nth-child(4n+4):nth-child(2n+2){margin-right:0}}@media only screen and (min-width:1200px){.our-industries__item:hover .our-industries__item-inner{-webkit-transform:scale(1.08);transform:scale(1.08);z-index:1}}.our-industries__item:hover .our-industries__item-title:after{opacity:1}.our-industries__item-inner{-ms-flex-align:end;align-items:flex-end;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;padding-bottom:58px;position:relative;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%;z-index:1}@media only screen and (max-width:1370px){.our-industries__item-inner{padding-bottom:40px}}@media only screen and (max-width:850px){.our-industries__item-inner{padding-bottom:20px}}.our-industries__item-inner:after{background:linear-gradient(229deg,rgba(41,43,46,.41),#292b2e);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.our-industries__item-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.our-industries__item-title{color:#fff;font-family:Montserrat,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:1.1;padding-bottom:30px;padding-left:68px;padding-top:21px;position:relative;width:100%;z-index:1}@media only screen and (max-width:1600px){.our-industries__item-title{padding-left:40px}}@media only screen and (max-width:1470px){.our-industries__item-title{font-size:22px}}@media only screen and (max-width:1370px){.our-industries__item-title{font-size:18px}}.our-industries__item-title:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzg4IiBoZWlnaHQ9Ijg0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTE3Ni4wMi4zOTh2ODIuNjQ0aDQ2OC4zMDRsMjYuNDg3LTQxLjMyMkwyOTIuMjg0LjM5OEgtMTc2LjAyWiIgZmlsbD0iI0U0MTAxOSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzAxLjU5OCA4My4wNDJoNTkuNTU2bDI2LjUyNS00MS4zMjJMMzYxLjE1NC4zOThoLTU5LjU1NmwyNi41MjQgNDEuMzIyLTI2LjUyNCA0MS4zMjJaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 100% no-repeat;background-size:cover;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease-out;width:95%;z-index:-1}.our-industries__item-title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwaDguNDE5TDIyIDBoLTguNDQ0TDAgMjBaIiBmaWxsPSIjRjRCQzIwIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:20px;left:36px;position:absolute;top:25px;width:22px}@media only screen and (max-width:1600px){.our-industries__item-title:before{left:10px}}@media only screen and (max-width:1370px){.our-industries__item-title:before{height:12px;left:17px;width:16px}}.our-directions{padding-bottom:32px;padding-top:66px;position:relative}@media only screen and (max-width:1470px){.our-directions{background-position:45%}}@media only screen and (max-width:570px){.our-directions{padding-bottom:50px;padding-top:45px}}.our-directions__bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media only screen and (max-width:570px){.our-directions__bg{display:none}}.our-directions__bg.mob{display:none}@media only screen and (max-width:570px){.our-directions__bg.mob{display:block}}.our-directions__top-content{display:-ms-flexbox;display:flex;gap:208px;margin-bottom:38px}@media only screen and (max-width:1600px){.our-directions__top-content{margin-bottom:35px}}@media only screen and (max-width:1470px){.our-directions__top-content{gap:135px}}@media only screen and (max-width:1030px){.our-directions__top-content{margin-bottom:10px;padding-left:0}}@media only screen and (max-width:570px){.our-directions__top-content{-ms-flex-direction:column;flex-direction:column;gap:25px;margin-bottom:25px}}.our-directions__title{-ms-flex-negative:0;color:#fff;flex-shrink:0}.our-directions__desc{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300}.our-directions__main-image-wrap{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}@media only screen and (max-width:570px){.our-directions__main-image-wrap{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.our-directions__main-image,.our-directions__second-image{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.our-directions__second-image{margin-right:30px}@media only screen and (max-width:570px){.our-directions__second-image{margin-left:auto;margin-right:0;margin-top:50px;max-width:240px;width:100%}}.post-single{padding:47px 0 167px}@media only screen and (max-width:768px){.post-single{padding:52px 0 75px}}.post-single__title{font-size:40px;line-height:50px;margin-bottom:23px}@media only screen and (max-width:1024px){.post-single__title{font-size:40px;line-height:1.3;padding-left:60px}}@media only screen and (max-width:768px){.post-single__title{font-size:32px}}@media only screen and (max-width:570px){.post-single__title{font-size:26px;padding-left:0}}@media only screen and (max-width:470px){.post-single__title{font-size:22px}}.post-single__wrapper{display:-ms-flexbox;display:flex}@media only screen and (max-width:1024px){.post-single__wrapper{-ms-flex-direction:column;flex-direction:column}}.post-single__content{border-left:1px solid #292b2e;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:120px;max-width:900px;padding:50px 15px 34px 40px;width:100%}@media only screen and (max-width:1024px){.post-single__content{-ms-flex-negative:0;flex-shrink:0;margin-bottom:50px;margin-right:0;padding:15px 19px}}.post-single__content ul{margin-bottom:53px}@media only screen and (max-width:768px){.post-single__content ul{margin-bottom:30px}}.post-single__content ul li{font-size:18px;margin-bottom:20px;padding-left:17px;position:relative}@media only screen and (max-width:768px){.post-single__content ul li{font-size:16px}}.post-single__content ul li:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NjIgMTNoNGw0LjIzNy02LjVMNC43NjIgMGgtNGw0LjIzNyA2LjVMLjc2MiAxM1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:13px;left:0;position:absolute;top:3px;width:8px}.post-single__content ul li:last-child{margin-bottom:0}.post-single__date{color:#0e0e0f;display:-ms-inline-flexbox;display:inline-flex;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:30px;opacity:.5}@media only screen and (max-width:768px){.post-single__date{font-size:16px;margin-bottom:14px}}@media only screen and (max-width:670px){.post-single__date{font-size:14px}}.post-single__inner-text{margin-bottom:47px}.post-single__inner-text img{-o-object-fit:contain;object-fit:contain;width:100%}.post-single__buttons-wrapper{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}@media only screen and (max-width:470px){.post-single__buttons-wrapper{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.post-single__social{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex}@media only screen and (max-width:470px){.post-single__social{margin-bottom:12px}}.post-single__social span{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:1;margin-right:36px;opacity:.5207;text-transform:uppercase}@media only screen and (max-width:670px){.post-single__social span{font-size:16px;margin-right:15px}}@media only screen and (max-width:470px){.post-single__social span{font-size:12px}}.post-single__social button{-ms-flex-align:end;-ms-flex-pack:center;align-items:flex-end;background-color:transparent;border:none;display:-ms-flexbox;display:flex;height:26px;justify-content:center;margin-right:30px;position:relative}@media only screen and (max-width:415px){.post-single__social button{margin-right:15px}}.post-single__social button:last-child{margin-right:0}.post-single__social button div,.post-single__social button span{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.post-single__related-posts{max-width:308px;width:100%}@media only screen and (max-width:1024px){.post-single__related-posts{display:grid;gap:40px;grid-template-columns:1fr 1fr;max-width:100%}}@media only screen and (max-width:570px){.post-single__related-posts{gap:15px}}@media only screen and (max-width:470px){.post-single__related-posts{grid-template-columns:1fr}}.post-single__related-post{border-left:1px solid #292b2e;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:35px;padding:16px 15px 25px 37px}@media only screen and (max-width:768px){.post-single__related-post{margin-bottom:0}}@media only screen and (max-width:470px){.post-single__related-post{padding:15px 20px}}.post-single__related-post:last-child{margin-bottom:0}.post-single__related-post-date{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:14px;opacity:.5668}@media only screen and (max-width:768px){.post-single__related-post-date{font-size:16px}}@media only screen and (max-width:470px){.post-single__related-post-date{font-size:14px}}.post-single__related-post-thumb{margin-bottom:24px;width:177px}@media only screen and (max-width:470px){.post-single__related-post-thumb{margin-bottom:0}.post-single__related-post-link{margin-left:auto;margin-top:-30px}}.top-banner{background-position:0;background-repeat:no-repeat;background-size:min(965px,100%) auto;padding-bottom:140px;padding-top:40px;position:relative}@media screen and (max-width:1480px){.top-banner{background-size:min(500px,100%) auto}}@media screen and (max-width:1124px){.top-banner{background-position:0 100%;padding-bottom:430px;padding-top:50px}}@media screen and (max-width:415px){.top-banner{background-position:bottom;padding-bottom:340px}}@media screen and (max-width:330px){.top-banner{padding-bottom:300px}}@media screen and (max-width:1124px){.top-banner--nopadding{padding-top:40px}}.top-banner__wrapper{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:167px;justify-content:space-between}@media screen and (max-width:991px){.top-banner__wrapper{-ms-flex-direction:column;flex-direction:column;gap:0}}.top-banner__figure{height:auto;width:100%}.top-banner__right{max-width:665px;position:relative;width:100%}.top-banner__title{margin-bottom:28px;position:relative}@media screen and (max-width:768px){.top-banner__title{margin-bottom:20px}}.top-banner__text{margin-bottom:40px;position:relative}@media screen and (max-width:768px){.top-banner__text{margin-bottom:28px}}.top-banner__line{height:calc(100% + 180px);position:absolute;right:0;top:-40px;width:auto}@media screen and (max-width:1124px){.top-banner__line{display:none}}.steps{background:#393c40;padding:95px 0}@media screen and (max-width:991px){.steps{padding:44px 0 46px}}.steps-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:991px){.steps-container{gap:40px;grid-template-columns:1fr 1fr}}@media screen and (max-width:680px){.steps-container{grid-template-columns:1fr}}.steps-card{padding-left:55px;padding-top:34px}@media screen and (max-width:768px){.steps-card{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-left:30px;padding-top:0}}.steps-card__number{color:#f4bc20;font-family:Montserrat,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:normal;position:relative}@media screen and (max-width:768px){.steps-card__number{font-size:40px}}.steps-card__text{color:#fff;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:129%;text-transform:uppercase}@media screen and (max-width:1280px){.steps-card__text{font-size:18px}}@media screen and (max-width:768px){.steps-card__text{font-size:14px;margin-left:18px}}.steps-card__icon{left:-55px;position:absolute;top:-40px}@media screen and (max-width:991px){.steps-card__icon{height:77px;left:-35px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:77px}}.industries{padding:50px 0}@media screen and (max-width:768px){.industries{padding:50px 0 25px}}.industries-title{margin-bottom:45px;margin-left:101px}@media screen and (max-width:1024px){.industries-title{margin-left:0}}@media screen and (max-width:768px){.industries-title{margin-bottom:26px}}.industries-nav{display:-ms-flexbox;display:flex;gap:10px;margin-top:28px}@media screen and (max-width:768px){.industries-nav{margin-top:39px}}.industries-card{overflow:hidden;position:relative}.industries-card:hover .industries-card__img{-webkit-transform:scale(1.08);transform:scale(1.08)}.industries-card__figure{box-sizing:border-box;min-height:373px;overflow:hidden;padding-left:32px;padding-top:250px;position:relative;width:100%}.industries-card__img{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:1}.industries-card:before,.industries-card__img{height:100%;left:0;position:absolute;top:0;width:100%}.industries-card:before{background:linear-gradient(229deg,rgba(41,43,46,.41),#292b2e);content:"";display:block;z-index:2}.industries-card__text{-ms-flex-align:start;align-items:flex-start;color:#fff;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:28px;font-style:normal;font-weight:500;gap:10px;line-height:1.1;position:relative;z-index:3}.industries-card__text svg{height:20px;margin-top:6px;width:22px}.slider-industries__next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider-industries__next,.slider-industries__prev{cursor:pointer}.slider-industries__next path,.slider-industries__prev path{transition:fill .3s,stroke .3s}.slider-industries__next .circle,.slider-industries__prev .circle{transition:fill .3s}@media screen and (max-width:768px){.slider-industries__next,.slider-industries__prev{height:56px;width:56px}.slider-industries__next svg,.slider-industries__prev svg{height:100%;width:100%}}.slider-industries__next:hover path,.slider-industries__prev:hover path{fill:#fff;stroke:#fff}.slider-industries__next:hover .circle,.slider-industries__prev:hover .circle{fill:#e41019}.info-block{padding-bottom:100px;padding-top:50px;position:relative}@media screen and (max-width:991px){.info-block{padding-bottom:0;padding-top:25px}.info-block__container{padding:0}}.info-block__wrapper{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:167px;justify-content:space-between}@media screen and (max-width:991px){.info-block__wrapper{-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:40px}}.info-block__left{width:100%}.info-block__right{max-width:665px;position:relative;width:100%}@media screen and (max-width:1366px){.info-block__right{max-width:450px}}@media screen and (max-width:991px){.info-block__right{max-width:100%;padding:0 16px}}.info-block__title{margin-bottom:28px}.info-block__text,.info-block__title{position:relative;z-index:2}.info-block__figure{height:653px;width:100%}@media screen and (max-width:1440px){.info-block__figure{height:500px}}@media screen and (max-width:768px){.info-block__figure{height:400px}}.info-block__image{height:100%;width:100%}.for-you{background:#393c40;padding-bottom:85px;padding-top:75px;position:relative}@media screen and (max-width:991px){.for-you{padding:64px 0 75px}}.for-you__wrapper{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;gap:40px;justify-content:space-between}@media screen and (max-width:1240px){.for-you__wrapper{-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){.for-you__wrapper{gap:48px}}.for-you__left{max-width:615px;position:relative;width:100%}.for-you__right{display:grid;gap:54px 36px;grid-template-columns:344px 344px}@media screen and (max-width:1240px){.for-you__right{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.for-you__right{gap:49px}}@media screen and (max-width:680px){.for-you__right{grid-template-columns:1fr}}.for-you__title{color:#fff;margin-bottom:28px;position:relative;z-index:2}.for-you__text{margin-bottom:40px;position:relative;z-index:2}@media screen and (max-width:768px){.for-you__text{margin-bottom:28px}}.for-you__text *{color:#fff}.for-you__line{height:calc(100% + 160px);position:absolute;right:0;top:-75px;width:auto}@media screen and (max-width:1124px){.for-you__line{display:none}}.for-you-card{width:344px}@media screen and (max-width:1240px){.for-you-card{width:100%}}.for-you-card:hover .for-you-card__image{-webkit-transform:scale(1.1);transform:scale(1.1)}.for-you-card:hover .for-you-card__arrow{-webkit-transform:translateX(30px);transform:translateX(30px)}.for-you-card__figure{height:169px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:1240px){.for-you-card__figure{height:230px}}@media screen and (max-width:670px){.for-you-card__figure{height:137px}}.for-you-card__arrow{position:absolute;right:61px;top:0;width:auto}.for-you-card__arrow,.for-you-card__image{height:100%;transition:all .2s ease-in-out}.for-you-card__image{width:100%}.for-you-card__title{color:#fff;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:118%;margin-bottom:17px;margin-top:33px;text-transform:uppercase}@media screen and (max-width:1024px){.for-you-card__title{font-size:20px}}@media screen and (max-width:768px){.for-you-card__title{font-size:14px;margin-bottom:10px;margin-top:16px}}.for-you-card__description{color:#fff}.for-you__btn{position:relative;z-index:1}.offer-small{background:#292b2e;padding-bottom:130px;padding-top:80px}@media screen and (max-width:1124px){.offer-small{padding-bottom:80px}}.offer-small__container{display:grid;gap:164px;grid-template-columns:425px 1fr}@media screen and (max-width:1280px){.offer-small__container{gap:40px}}@media screen and (max-width:991px){.offer-small__container{grid-template-columns:1fr}}.offer-small__item{width:100%}.offer-small__title{color:#fff;margin-bottom:45px}.offer-small__text{color:#fff;font-size:22px;font-style:normal}.news{background-color:#f6f6f7;padding-bottom:102px;padding-top:74px}@media only screen and (max-width:1600px){.news{padding-bottom:70px;padding-top:50px}}@media only screen and (max-width:1030px){.news{padding-bottom:80px;padding-top:67px}}.news__content{display:-ms-flexbox;display:flex;max-width:1495px}@media only screen and (max-width:991px){.news__content{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.news__items{-ms-flex:1;flex:1;width:100%}.news__items .blog-page__inner{max-width:1205px}@media only screen and (max-width:1600px){.news__items .blog-page__inner{max-width:1210px}}@media only screen and (max-width:1470px){.news__items .blog-page__inner{max-width:1000px}}@media only screen and (max-width:1370px){.news__items .blog-page__inner{max-width:920px}}@media only screen and (max-width:1280px){.news__items .blog-page__inner{max-width:720px}}@media only screen and (max-width:991px){.news__items .blog-page__inner{margin-bottom:28px;max-width:unset}}.news__items .post-card__excerpt{margin-bottom:19px}@media only screen and (max-width:1470px){.news__items .post-card__excerpt{font-size:20px}}@media only screen and (max-width:1280px){.news__items .post-card__excerpt{font-size:18px}}@media only screen and (max-width:1470px){.news__items .post-card__date{margin-bottom:45px}}@media only screen and (max-width:670px){.news__items .post-card__date{margin-bottom:19px}}@media only screen and (max-width:1470px){.news__items .post-card{padding-bottom:45px}}@media only screen and (max-width:1370px){.news__items .post-card{padding-left:30px;padding-right:30px}}@media only screen and (max-width:1280px){.news__items .post-card{padding-bottom:28px;padding-left:20px;padding-right:20px}}.news__block-info{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:auto;width:-webkit-max-content;width:max-content}@media only screen and (max-width:991px){.news__block-info{-ms-flex-direction:unset;flex-direction:unset;margin-bottom:26px;width:100%}}.news__btn{margin-top:286px}@media only screen and (max-width:991px){.news__btn.desktop{display:none}}.news__btn.mobile{display:none}@media only screen and (max-width:991px){.news__btn.mobile{display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;margin-top:0;width:-webkit-max-content;width:max-content}}.ask-question{background-color:#393d43;overflow:hidden;padding-bottom:82px;padding-top:51px;position:relative}@media only screen and (max-width:991px){.ask-question{background-position:62% 50%}}@media only screen and (max-width:670px){.ask-question{background-color:#3d4046;padding-bottom:191px;padding-top:40px}}.ask-question:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQxIiBoZWlnaHQ9IjI3MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBvcGFjaXR5PSIuNTYzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUwIDI3M2gyMDMuNzY2TDM0MSAxMzYuNSAyNTMuNzY2IDBINTBsODcuMjM0IDEzNi41TDUwIDI3M1oiIGZpbGw9IiNBMTBEMTQiLz48cGF0aCBvcGFjaXR5PSIuNTYzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMjczaDI5LjY4OEwxMTcgMTM2LjUgMjkuNjg4IDBIMGw4Ny4zMTIgMTM2LjVMMCAyNzNaIiBmaWxsPSIjQTEwRDE0Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:100%;position:absolute;right:30%;top:0;width:341px}@media only screen and (max-width:850px){.ask-question:after{right:0;width:512px}}@media only screen and (max-width:768px){.ask-question:after{background-size:100% 100%;width:408px}}@media only screen and (max-width:670px){.ask-question:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjI2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBvcGFjaXR5PSIuNTYzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS41IDQ0LjV2MTEyLjI3OEwxNjMgMjYwLjVsMTYyLjUtMTAzLjcyMlY0NC41TDE2MyAxNDguMjIyLjUgNDQuNVoiIGZpbGw9IiNBMTBEMTQiLz48cGF0aCBvcGFjaXR5PSIuNTYzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMHYzNS4yN0wxNjIuNSAxMzkgMzI1IDM1LjI3VjBMMTYyLjUgMTAzLjcyOSAwIDBaIiBmaWxsPSIjQTEwRDE0Ii8+PC9zdmc+);height:480px;width:100%}}@media only screen and (max-width:470px){.ask-question:after{height:252px;top:100px}}.ask-question__img{height:100%;left:50%;overflow:hidden;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30%}@media only screen and (max-width:768px){.ask-question__img{width:60%}}@media only screen and (max-width:670px){.ask-question__img{bottom:0;display:none;height:322px;top:auto;width:100%}}.ask-question__img:after{background:linear-gradient(90deg,#393d43 9%,rgba(57,61,67,.687) 45%,#393d43 91%);content:"";display:block;height:102%;left:-2px;position:absolute;top:-1px;width:102%}@media only screen and (max-width:670px){.ask-question__img:after{background:linear-gradient(180deg,#393d43 20%,rgba(57,61,67,.687) 45%,#393d43 150%)}}.ask-question__img img{height:100%;width:100%}.ask-question__img_mobile{bottom:0;display:none;height:249px;left:50%;position:absolute;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}@media only screen and (max-width:670px){.ask-question__img_mobile{display:block}}.ask-question__img_mobile img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.ask-question__img_mobile:after{background:linear-gradient(270deg,#3d4046 .28%,rgba(61,64,70,.47) .44%,rgba(60,64,69,.71) 50.45%,#3c4045 93.27%);content:"";display:block;height:100vh;left:0;position:absolute;top:-65%;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:100%}@media only screen and (max-width:570px){.ask-question__img_mobile:after{top:-80%}}@media only screen and (max-width:470px){.ask-question__img_mobile:after{top:-110%}}.ask-question__content{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding-left:108px}@media only screen and (max-width:1280px){.ask-question__content{padding-left:0}}@media only screen and (max-width:768px){.ask-question__content{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.ask-question__title{color:#fff;max-width:1030px;position:relative;z-index:1}@media only screen and (max-width:1470px){.ask-question__title{max-width:870px}}@media only screen and (max-width:1370px){.ask-question__title{max-width:700px}}@media only screen and (max-width:1280px){.ask-question__title{max-width:615px}}@media only screen and (max-width:1030px){.ask-question__title{max-width:525px}}@media only screen and (max-width:850px){.ask-question__title{margin-bottom:30px;max-width:435px}}@media only screen and (max-width:670px){.ask-question__title{margin:0 auto 252px;max-width:264px;padding-left:0;text-align:center}.ask-question__title:after{display:none}}.ask-question__btn{color:#fff;padding-left:37px;padding-right:37px}@media only screen and (max-width:768px){.ask-question__btn{margin-left:auto;margin-right:auto}}@media only screen and (max-width:670px){.ask-question__btn{padding:12px 18px 14px}}.ask-question__btn:after{display:none}.reviews{padding-bottom:103px;padding-top:58px;position:relative}@media only screen and (max-width:1280px){.reviews{padding-bottom:80px}}@media only screen and (max-width:1199px){.reviews{padding-bottom:65px}}@media only screen and (max-width:1030px){.reviews{padding-bottom:40px;padding-top:50px}}@media only screen and (max-width:670px){.reviews{padding-bottom:60px;padding-top:60px}}.reviews:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIzIiBoZWlnaHQ9IjIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGg1MS45NTlMMTE5IDEwNi41IDUxLjk1OSAyMTNIMGw2Ny4wNDEtMTA2LjVMMCAwWiIgZmlsbD0iI0Y2RjZGNyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTA0IDBoNTEuOTU5TDIyMyAxMDYuNSAxNTUuOTU5IDIxM0gxMDRsNjcuMDQxLTEwNi41TDEwNCAwWiIgZmlsbD0iI0Y2RjZGNyIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;content:"";display:none;height:213px;left:16px;position:absolute;top:20px;width:223px;z-index:-1}@media only screen and (max-width:670px){.reviews:after{display:block}}.reviews__content{padding-left:108px}@media only screen and (max-width:1030px){.reviews__content{padding-left:0}}@media only screen and (max-width:991px){.reviews__title{margin-bottom:25px}}.reviews__swiper{margin-top:-55px}@media only screen and (max-width:1030px){.reviews__swiper{margin-top:0}}.reviews__swiper.swiper{position:relative;z-index:1}.reviews__swiper.swiper .swiper-pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;position:absolute;right:0;top:0;width:37px;z-index:10}@media only screen and (max-width:670px){.reviews__swiper.swiper .swiper-pagination{display:none}}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:transparent;height:37px;position:relative;width:37px;z-index:1}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{content:"";display:block;left:50%;position:absolute;z-index:2}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE4LjUiIHN0cm9rZT0iI0U0MTAxOSIvPjxjaXJjbGUgY3g9IjE5LjUiIGN5PSIxOS41IiByPSI2LjUiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;height:37px;top:0;width:37px}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjUuNXYzMiIgc3Ryb2tlPSIjRTQxMDE5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtZGFzaGFycmF5PSIyIi8+PC9zdmc+) 50% no-repeat;background-size:contain;bottom:-38px;height:33px;width:1px;z-index:2}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{display:-ms-flexbox;display:flex;height:9px;margin:unset;margin-bottom:40px;opacity:1;transition:all .4s ease-out;width:9px}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type{margin-bottom:0}.reviews__swiper.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type:after{display:none}.reviews__swiper.swiper .swiper-pagination-bullet{display:-ms-flexbox;display:flex;position:relative;z-index:1}.reviews__swiper.swiper .swiper-pagination-bullet:after,.reviews__swiper.swiper .swiper-pagination-bullet:before{content:"";display:block;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.reviews__swiper.swiper .swiper-pagination-bullet:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQuNSIgY3k9IjQuNSIgcj0iNC41IiBmaWxsPSIjMjkyQjJFIi8+PC9zdmc+) 50% no-repeat;background-size:contain;bottom:0;height:9px;width:9px}.reviews__swiper.swiper .swiper-pagination-bullet:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjUuNXYzMiIgc3Ryb2tlPSIjMjkyQjJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtZGFzaGFycmF5PSIyIi8+PC9zdmc+) 50% no-repeat;background-size:contain;bottom:-38px;height:33px;width:1px}.reviews__swiper .swiper-slide{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-bottom:110px}@media only screen and (max-width:850px){.reviews__swiper .swiper-slide{padding-bottom:95px}}.reviews__swiper-buttons-wrap{bottom:0;left:0;min-height:80px;min-width:170px;position:absolute;z-index:10}@media only screen and (max-width:1280px){.reviews__swiper-buttons-wrap{min-height:60px;min-width:135px}}.reviews__swiper-buttons-wrap .swiper-button-next,.reviews__swiper-buttons-wrap .swiper-button-prev{height:80px;margin:0;top:0;-webkit-transform:unset;transform:unset;width:80px}@media only screen and (max-width:1280px){.reviews__swiper-buttons-wrap .swiper-button-next,.reviews__swiper-buttons-wrap .swiper-button-prev{height:56px;width:56px}}.reviews__swiper-buttons-wrap .swiper-button-next:after,.reviews__swiper-buttons-wrap .swiper-button-prev:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkuNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgODAgMCkiIHN0cm9rZT0iI0U0MTAxOSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkuMzU1IDMxaC0yLjIzbC02LjEyNyA5IDYuMTI3IDloMi4yM2wtNi4xMjYtOSA2LjEyNy05WiIgZmlsbD0iIzBFMEUwRiIvPjxwYXRoIGQ9Ik01OS4zMDQgNDBIMjMuMDg5IiBzdHJva2U9IiMwRTBFMEYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:80px;left:0;position:absolute;top:0;width:80px;z-index:1}@media only screen and (max-width:1280px){.reviews__swiper-buttons-wrap .swiper-button-next:after,.reviews__swiper-buttons-wrap .swiper-button-prev:after{height:60px;width:60px}}.reviews__swiper-buttons-wrap .swiper-button-next:hover:after,.reviews__swiper-buttons-wrap .swiper-button-prev:hover:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUwLjY0NSAzMWgyLjIzbDYuMTI3IDktNi4xMjcgOWgtMi4yM2w2LjEyNi05LTYuMTI3LTlaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIwLjY5NiA0MGgzNi4yMTUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;-webkit-transform:unset;transform:unset}.reviews__swiper-buttons-wrap .swiper-button-prev{left:0}.reviews__swiper-buttons-wrap .swiper-button-prev:hover:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.reviews__swiper-buttons-wrap .swiper-button-next{right:0}.reviews__swiper-buttons-wrap .swiper-button-next:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.reviews__swiper-buttons{min-height:80px;min-width:170px;position:relative;z-index:10}@media only screen and (max-width:1280px){.reviews__swiper-buttons{min-height:60px;min-width:135px}}.reviews__author-info{box-sizing:border-box;margin-right:21px;margin-top:80px;max-width:360px;min-width:360px;padding-left:50px;position:relative;z-index:1}@media only screen and (max-width:1280px){.reviews__author-info{max-width:310px;min-width:310px}}@media only screen and (max-width:1030px){.reviews__author-info{max-width:280px;min-width:280px;padding-left:42px}}@media only screen and (max-width:991px){.reviews__author-info{max-width:245px;min-width:245px}}@media only screen and (max-width:480px){.reviews__author-info{max-width:unset;min-width:unset;padding-left:35px}}.reviews__author-info:after,.reviews__author-info:before{content:"";display:block;position:absolute;z-index:1}.reviews__author-info:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi4yNzMgMjQuODk0SDE2LjIyTDAgLjg5NGgxMC4wODVsMTYuMTkgMjRaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain;height:24px;left:12px;top:5px;width:27px}@media only screen and (max-width:1030px){.reviews__author-info:before{height:17px;left:12px;top:4px;width:20px}}@media only screen and (max-width:480px){.reviews__author-info:before{height:12px;width:15px}}.reviews__author-info:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIzIiBoZWlnaHQ9IjIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGg1MS45NTlMMTE5IDEwNi41IDUxLjk1OSAyMTNIMGw2Ny4wNDEtMTA2LjVMMCAwWiIgZmlsbD0iI0Y2RjZGNyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTA0IDBoNTEuOTU5TDIyMyAxMDYuNSAxNTUuOTU5IDIxM0gxMDRsNjcuMDQxLTEwNi41TDEwNCAwWiIgZmlsbD0iI0Y2RjZGNyIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;height:213px;right:0;top:-90px;width:223px;z-index:-1}@media only screen and (max-width:670px){.reviews__author-info.desktop{display:none}}.reviews__author-info.mobile{display:none}@media only screen and (max-width:670px){.reviews__author-info.mobile{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:0;margin-top:0}}.reviews__author-info.mobile:after{display:none}@media only screen and (max-width:670px){.reviews__author-info-wrap{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;justify-content:space-between;width:100%}}.reviews__author-name{color:#282829;font-family:Montserrat,sans-serif;font-size:34px;font-style:normal;font-weight:700;line-height:28.5px;margin-bottom:18px}@media only screen and (max-width:1600px){.reviews__author-name{font-size:28px}}@media only screen and (max-width:1470px){.reviews__author-name{font-size:26px}}@media only screen and (max-width:1199px){.reviews__author-name{font-size:22px}}@media only screen and (max-width:1030px){.reviews__author-name{font-size:18px;line-height:1.3;margin-bottom:12px}}@media only screen and (max-width:480px){.reviews__author-name{font-size:14px}}.reviews__author-status{color:rgba(14,14,15,.62);font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;letter-spacing:.5px;line-height:1.2;text-transform:uppercase}@media only screen and (max-width:1199px){.reviews__author-status{font-size:18px}}@media only screen and (max-width:1030px){.reviews__author-status{font-size:16px}}.reviews__content-wrap{max-width:830px;width:100%}@media only screen and (max-width:1470px){.reviews__content-wrap{max-width:670px}}@media only screen and (max-width:1370px){.reviews__content-wrap{max-width:640px}}@media only screen and (max-width:1280px){.reviews__content-wrap{max-width:520px}}@media only screen and (max-width:1030px){.reviews__content-wrap{max-width:600px}}@media only screen and (max-width:850px){.reviews__content-wrap{max-width:450px}}@media only screen and (max-width:768px){.reviews__content-wrap{max-width:400px}}@media only screen and (max-width:670px){.reviews__content-wrap{max-width:540px}}@media only screen and (max-width:570px){.reviews__content-wrap{max-width:450px}}.reviews__author-image-wrap{border-radius:50%;height:138px;margin-bottom:16px;overflow:hidden;width:138px}@media only screen and (max-width:480px){.reviews__author-image-wrap{height:110px;min-width:110px;width:110px}}@media only screen and (max-width:375px){.reviews__author-image-wrap{height:60px;min-width:60px;width:60px}}.reviews__author-image-wrap img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.reviews__text{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:1.18}@media only screen and (max-width:1280px){.reviews__text{font-size:18px}}@media only screen and (max-width:991px){.reviews__text{font-size:16px}}@media only screen and (max-width:480px){.reviews__text{font-size:14px}}.reviews__text p{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit}.services-hero{overflow:hidden;position:relative}.services-hero__image{left:0;position:absolute;z-index:1}@media only screen and (max-width:1280px){.services-hero__image{left:50%;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw}}.services-hero__content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;min-height:500px}@media only screen and (max-width:1280px){.services-hero__content-wrapper{min-height:0}}@media only screen and (max-width:1370px){.services-hero__content-wrapper{-ms-flex-direction:column;flex-direction:column}}.services-hero__content-wrapper.reverse{-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:1370px){.services-hero__content-wrapper.reverse{-ms-flex-direction:column;flex-direction:column}}.services-hero__content-wrapper.reverse .services-hero__image{left:auto;right:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media only screen and (max-width:1280px){.services-hero__content-wrapper.reverse .services-hero__image{left:50%;right:auto;-webkit-transform:translateX(-50%) scaleX(-1);transform:translateX(-50%) scaleX(-1)}}.services-hero__content-wrapper.reverse .services-hero__image:after{left:auto}.services-hero__content-wrapper.reverse .services-hero__image .text span,.services-hero__content-wrapper.reverse .services-hero__image img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.services-hero__content-wrapper.reverse .services-hero__content{margin-left:0}.services-hero__content{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;padding-bottom:128px;padding-left:101px;padding-top:46px;position:relative;width:50%;z-index:2}@media only screen and (max-width:1470px){.services-hero__content{padding-bottom:40px}}@media only screen and (max-width:1280px){.services-hero__content{margin-left:0;width:100%}}@media only screen and (max-width:1024px){.services-hero__content{padding-left:0}}@media only screen and (max-width:570px){.services-hero__content{padding-right:20px}}.services-hero__title{margin-bottom:37px;max-width:729px}@media only screen and (max-width:1370px){.services-hero__title{max-width:520px}}@media only screen and (max-width:1280px){.services-hero__title{max-width:100%}}.services-hero__desc{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;max-width:584px}@media only screen and (max-width:1280px){.services-hero__desc{max-width:100%}}@media only screen and (max-width:670px){.services-hero__desc{font-size:16px;padding-left:60px}}@media only screen and (max-width:570px){.services-hero__desc{padding-left:0}}.services-hero__desc p{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit}.services-items{padding-bottom:80px;padding-top:51px}@media only screen and (max-width:1600px){.services-items{padding-bottom:30px}}@media only screen and (max-width:1280px){.services-items{padding-bottom:25px}}@media only screen and (max-width:1030px){.services-items{padding-bottom:35px}}@media only screen and (max-width:670px){.services-items{padding-bottom:50px}}@media only screen and (max-width:570px){.services-items{padding-bottom:40px;padding-top:40px}}.services-items.column-default{padding-bottom:34px}@media only screen and (max-width:1600px){.services-items.column-default{padding-bottom:25px}}.services-items__items.column-default{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.services-items__items.column-inner{-webkit-column-count:2;-moz-column-count:2;column-count:2;max-width:1395px}@media only screen and (max-width:570px){.services-items__items.column-inner{-webkit-column-count:unset;-moz-column-count:unset;column-count:unset}}.services-items__item-icon{margin-bottom:19px}@media only screen and (max-width:1030px){.services-items__item-icon{height:auto;margin-bottom:12px;width:95px}}.services-items__item.column-default{margin-bottom:62px;margin-right:52px;width:calc(25% - 39px)}@media only screen and (max-width:1280px){.services-items__item.column-default{margin-right:35px;width:calc(33.33333% - 23.33333px)}}@media only screen and (max-width:1030px){.services-items__item.column-default{margin-bottom:45px}}@media only screen and (max-width:768px){.services-items__item.column-default{width:calc(50% - 17.5px)}}@media only screen and (max-width:480px){.services-items__item.column-default{margin-bottom:30px;margin-right:0;width:100%}}@media only screen and (max-width:768px){.services-items__item.column-default:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:1280px){.services-items__item.column-default:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:768px){.services-items__item.column-default:nth-child(3n+3){margin-right:35px}}@media only screen and (max-width:480px){.services-items__item.column-default:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:768px){.services-items__item.column-default:nth-child(3n+3):nth-child(2n+2){margin-right:0}}.services-items__item.column-default:nth-child(4n+4){margin-right:0}@media only screen and (max-width:1280px){.services-items__item.column-default:nth-child(4n+4){margin-right:35px}}@media only screen and (max-width:480px){.services-items__item.column-default:nth-child(4n+4){margin-right:0}}@media only screen and (max-width:768px){.services-items__item.column-default:nth-child(4n+4):nth-child(2n+2){margin-right:0}}.services-items__item.column-inner{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:80px;margin-right:71px}@media only screen and (max-width:850px){.services-items__item.column-inner{margin-bottom:65px;margin-right:45px}}@media only screen and (max-width:670px){.services-items__item.column-inner{margin-right:35px}}@media only screen and (max-width:570px){.services-items__item.column-inner{margin-bottom:40px}}.services-items__item.column-inner:last-of-type{margin-bottom:0}.services-items__item-title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1.18;margin-bottom:26px;text-transform:uppercase}@media only screen and (max-width:1370px){.services-items__item-title{font-size:22px}}@media only screen and (max-width:1280px){.services-items__item-title{font-size:20px}}@media only screen and (max-width:1030px){.services-items__item-title{font-size:18px}}@media only screen and (max-width:670px){.services-items__item-title{font-size:14px;margin-bottom:13px}}.services-items__sub-items li{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:1.11;margin-bottom:20px;padding-left:14px;position:relative;z-index:1}@media only screen and (max-width:850px){.services-items__sub-items li{font-size:16px}}@media only screen and (max-width:480px){.services-items__sub-items li{font-size:14px;margin-bottom:16px}}.services-items__sub-items li:last-of-type{margin-bottom:0}.services-items__sub-items li:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NjIgMTNoNGw0LjIzNy02LjVMNC43NjIgMGgtNGw0LjIzNyA2LjVMLjc2MiAxM1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:13px;left:0;position:absolute;top:2px;width:9px;z-index:1}.benefits{background:#f6f6f7;padding-bottom:81px;padding-top:85px}@media only screen and (max-width:1470px){.benefits{padding-bottom:40px}}@media only screen and (max-width:1280px){.benefits{padding-top:60px}}@media only screen and (max-width:991px){.benefits{padding-bottom:25px}}@media only screen and (max-width:850px){.benefits{padding-bottom:15px;padding-top:50px}}.benefits__content{display:-ms-flexbox;display:flex;margin-bottom:53px;padding-left:101px}@media only screen and (max-width:1280px){.benefits__content{padding-left:0}}@media only screen and (max-width:850px){.benefits__content{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:1470px){.benefits__title{margin-right:60px;max-width:550px;min-width:550px}}@media only screen and (max-width:1280px){.benefits__title{margin-right:60px;max-width:440px;min-width:440px}}@media only screen and (max-width:850px){.benefits__title{margin-bottom:25px;margin-right:0;max-width:90%;min-width:unset}}@media only screen and (max-width:480px){.benefits__title{max-width:100%}}.benefits__desc{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;max-width:648px}@media only screen and (max-width:850px){.benefits__desc{font-size:16px;padding-left:60px}}@media only screen and (max-width:570px){.benefits__desc{padding-left:0}}@media only screen and (max-width:480px){.benefits__desc{max-width:100%}}.benefits__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.benefits__item{margin-bottom:50px;margin-right:30px;width:calc(16.66667% - 25px)}@media only screen and (max-width:1280px){.benefits__item{margin-right:40px;width:calc(33.33333% - 26.66667px)}}@media only screen and (max-width:480px){.benefits__item{margin-right:40px;width:calc(50% - 20px)}.benefits__item:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:1280px){.benefits__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:480px){.benefits__item:nth-child(3n+3){margin-right:40px}}.benefits__item:last-of-type{margin-right:0}.benefits__item-icon{margin-bottom:18px;min-height:70px}@media only screen and (max-width:480px){.benefits__item-icon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.benefits__item-title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500}@media only screen and (max-width:1470px){.benefits__item-title{font-size:20px}}@media only screen and (max-width:1370px){.benefits__item-title{font-size:18px}}@media only screen and (max-width:1199px){.benefits__item-title{font-size:16px}}@media only screen and (max-width:480px){.benefits__item-title{font-size:15px}}.opening-companies{background:#292b2e;overflow:hidden;position:relative}.opening-companies__container{display:-ms-flexbox;display:flex}@media only screen and (max-width:850px){.opening-companies__container{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:570px){.opening-companies__container{padding-bottom:60px;padding-top:66px}}.opening-companies__container img.mob{display:none}@media only screen and (max-width:570px){.opening-companies__container img.mob{display:block;position:absolute;right:0;top:0}}.opening-companies__col{-ms-flex-negative:0;flex-shrink:0}.opening-companies__col-right{padding-bottom:80px;padding-top:107px;width:calc(50% - 60px)}@media only screen and (max-width:1030px){.opening-companies__col-right{padding-bottom:60px;padding-top:80px}}@media only screen and (max-width:850px){.opening-companies__col-right{padding-top:40px;width:100%}}.opening-companies__col-left{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;position:relative;width:calc(50% + 60px);z-index:1}@media only screen and (max-width:850px){.opening-companies__col-left{-ms-flex-pack:start;justify-content:flex-start;left:50%;position:relative;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw}}@media only screen and (max-width:570px){.opening-companies__col-left{-ms-flex-pack:end;justify-content:flex-end;left:0;-webkit-transform:none;transform:none}}.opening-companies__col-left img{display:block;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 0;object-position:100% 0;width:calc(50vw + 60px)}@media only screen and (max-width:850px){.opening-companies__col-left img{width:74%}}@media only screen and (max-width:570px){.opening-companies__col-left img{display:none}}.opening-companies__title{color:#fff;left:0;max-width:440px;position:absolute;top:66px;z-index:10}@media only screen and (max-width:1650px){.opening-companies__title{left:101px}}@media only screen and (max-width:1280px){.opening-companies__title{left:0}}@media only screen and (max-width:570px){.opening-companies__title{left:0;position:relative;top:0}}.opening-companies__item{color:#fff;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:1.11;margin-bottom:20px;padding-left:14px;position:relative;z-index:1}@media only screen and (max-width:1030px){.opening-companies__item{font-size:16px}}.opening-companies__item:last-of-type{margin-bottom:0}.opening-companies__item:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NjIgMTNoNGw0LjIzNy02LjVMNC43NjIgMGgtNGw0LjIzNyA2LjVMLjc2MiAxM1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:13px;left:0;position:absolute;top:2px;width:9px;z-index:1}.contact-us{padding-bottom:76px;padding-top:76px}@media only screen and (max-width:1280px){.contact-us{padding-bottom:60px;padding-top:60px}}@media only screen and (max-width:991px){.contact-us{padding-bottom:50px;padding-top:50px}}@media only screen and (max-width:480px){.contact-us{padding-bottom:46px;padding-top:60px}}.contact-us__container{display:-ms-flexbox;display:flex}@media only screen and (max-width:991px){.contact-us__container{-ms-flex-direction:column;flex-direction:column}}.contact-us__content-info{margin-right:47px;max-width:436px;min-width:436px;padding-left:101px;padding-top:40px}@media only screen and (max-width:1280px){.contact-us__content-info{max-width:325px;min-width:325px;padding-left:0}}@media only screen and (max-width:1030px){.contact-us__content-info{max-width:370px;min-width:370px}}@media only screen and (max-width:991px){.contact-us__content-info{margin-bottom:50px;max-width:unset;min-width:unset;padding-top:0}}@media only screen and (max-width:480px){.contact-us__content-info{margin-bottom:30px}}.contact-us__form-wrap{max-width:983px;width:100%}.contact-us__form-wrap .form-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-us__form-wrap .form-box__message{height:100%}.contact-us__form-wrap .form-box__wraper.type-1,.contact-us__form-wrap .form-box__wraper.type-2{width:calc(50% - 21px)}@media only screen and (max-width:570px){.contact-us__form-wrap .form-box__wraper.type-1,.contact-us__form-wrap .form-box__wraper.type-2{width:100%}}.contact-us__form-wrap .form-box__wraper.type-2 .wpcf7-form-control-wrap{height:100%}.contact-us__form-wrap .form-box__wraper.type-2 .form-box__input-wraper{height:100%;margin-bottom:0;padding-bottom:22px}.contact-us__form-wrap .form-box__wraper.type-2.h-auto .form-box__input-wraper,.contact-us__form-wrap .form-box__wraper.type-2.h-auto .wpcf7-form-control-wrap{height:auto}.contact-us__form-wrap .form-box__wraper.type-1{margin-right:42px}@media only screen and (max-width:570px){.contact-us__form-wrap .form-box__wraper.type-1{margin-right:0}}.contact-us__form-wrap .form-box__wraper.type-3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width:570px){.contact-us__form-wrap .form-box__wraper.type-3{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.contact-us__title{margin-bottom:47px}@media only screen and (max-width:991px){.contact-us__title{margin-bottom:25px}}@media only screen and (max-width:470px){.contact-us__title{margin-bottom:17px}}.contact-us__desc{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:1.25;max-width:273px}@media only screen and (max-width:1199px){.contact-us__desc{font-size:20px}}@media only screen and (max-width:991px){.contact-us__desc{max-width:450px;padding-left:60px}}@media only screen and (max-width:570px){.contact-us__desc{padding-left:0}}@media only screen and (max-width:480px){.contact-us__desc{font-size:16px;max-width:unset}}.imprint{padding-bottom:140px;padding-top:50px}@media screen and (max-width:768px){.imprint{padding-bottom:80px;padding-top:120px}}@media screen and (max-width:570px){.imprint{padding-bottom:46px;padding-top:52px}}.imprint-wrapper{max-width:819px;width:100%}.imprint-title{margin-bottom:40px}@media screen and (max-width:991px){.imprint-title{margin-bottom:30px}}.imprint-title__small{font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:40px;text-transform:uppercase}@media screen and (max-width:991px){.imprint-title__small{margin-bottom:30px}}.imprint-subtitle{margin-bottom:50px}@media screen and (max-width:991px){.imprint-subtitle{margin-bottom:40px}}.imprint-contact{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:18px}.imprint-contact a{color:#0e0e0f;font-family:Montserrat,sans-serif}.imprint-contacts{margin-bottom:50px}@media screen and (max-width:991px){.imprint-contacts{margin-bottom:40px}}.imprint-management{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.imprint-management__text{margin-bottom:55px}@media screen and (max-width:991px){.imprint-management__text{margin-bottom:45px}}.imprint-management__uppercase{text-transform:uppercase}.our-service{background:#292b2e;overflow:hidden}.our-service.is-desc{padding-bottom:30px;padding-top:69px}@media only screen and (max-width:1030px){.our-service.is-desc{padding-bottom:10px;padding-top:50px}}@media only screen and (max-width:480px){.our-service.is-desc{padding-bottom:60px;padding-top:62px}}.our-service.is-desc .our-service__row{margin-bottom:68px}@media only screen and (max-width:850px){.our-service.is-desc .our-service__row{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:480px){.our-service.is-desc .our-service__row{margin-bottom:44px}}.our-service.is-desc .our-service__title{max-width:535px;min-width:535px}@media only screen and (max-width:1440px){.our-service.is-desc .our-service__title{margin-right:155px}}@media only screen and (max-width:1370px){.our-service.is-desc .our-service__title{margin-right:90px}}@media only screen and (max-width:1280px){.our-service.is-desc .our-service__title{max-width:460px;min-width:460px}}@media only screen and (max-width:1030px){.our-service.is-desc .our-service__title{margin-bottom:20px}}@media only screen and (max-width:850px){.our-service.is-desc .our-service__title{max-width:80%;min-width:unset}}@media only screen and (max-width:480px){.our-service.is-desc .our-service__title{max-width:100%}}.our-service.no-desc{padding-bottom:44px;padding-top:85px}@media only screen and (max-width:1280px){.our-service.no-desc{padding-bottom:25px;padding-top:65px}}@media only screen and (max-width:1030px){.our-service.no-desc{padding-bottom:10px;padding-top:50px}}@media only screen and (max-width:480px){.our-service.no-desc{padding-bottom:15px}}.our-service.no-desc .our-service__row{margin-bottom:96px}@media only screen and (max-width:1470px){.our-service.no-desc .our-service__row{margin-bottom:80px}}@media only screen and (max-width:850px){.our-service.no-desc .our-service__row{margin-bottom:65px}}@media only screen and (max-width:570px){.our-service.no-desc .our-service__row{margin-bottom:50px}}.our-service.no-desc .our-service__title{margin-right:0;max-width:560px;min-width:560px}@media only screen and (max-width:1280px){.our-service.no-desc .our-service__title{max-width:540px;min-width:540px}}.our-service__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.our-service__item{margin-bottom:60px;margin-right:77px;width:calc(16.66667% - 64.16667px)}@media only screen and (max-width:1370px){.our-service__item{margin-right:55px;width:calc(16.66667% - 45.83333px)}}@media only screen and (max-width:991px){.our-service__item{margin-right:55px;width:calc(33.33333% - 36.66667px)}}@media only screen and (max-width:670px){.our-service__item{margin-bottom:45px}}@media only screen and (max-width:480px){.our-service__item{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px;margin-right:35px;width:calc(50% - 17.5px)}.our-service__item:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:991px){.our-service__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:480px){.our-service__item:nth-child(3n+3){margin-right:35px}}.our-service__item:nth-child(6n+6){margin-right:0}@media only screen and (max-width:991px){.our-service__item:nth-child(6n+6){margin-right:55px}.our-service__item:nth-child(6n+6):nth-child(3n+3){margin-right:0}}.our-service__row{display:-ms-flexbox;display:flex;padding-left:101px}@media only screen and (max-width:1280px){.our-service__row{padding-left:0}}.our-service__title{color:#fff;margin-right:174px;width:100%}.our-service__desc{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;max-width:648px;width:100%}@media only screen and (max-width:850px){.our-service__desc{font-size:18px}}@media only screen and (max-width:768px){.our-service__desc{font-size:16px;padding-top:0}}.our-service__item-icon{margin-bottom:26px;max-width:90px;min-height:76px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:480px){.our-service__item-icon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.our-service__item-title{color:#fff;font-family:Montserrat,sans-serif;font-size:26px;font-style:normal;font-weight:500;line-height:1.09}@media only screen and (max-width:1600px){.our-service__item-title{font-size:22px}}@media only screen and (max-width:1470px){.our-service__item-title{font-size:20px}}@media only screen and (max-width:1280px){.our-service__item-title{font-size:16px}}@media only screen and (max-width:480px){.our-service__item-title{font-size:14px;text-align:left}}.additional-info{background:#393c40;overflow:hidden;position:relative}.additional-info.is-main-img .additional-info__right-side-content{padding-bottom:37px;padding-top:80px}@media only screen and (max-width:1280px){.additional-info.is-main-img .additional-info__right-side-content{padding-top:55px}}@media only screen and (max-width:850px){.additional-info.is-main-img .additional-info__right-side-content{padding-top:45px}}@media only screen and (max-width:670px){.additional-info.is-main-img .additional-info__right-side-content{padding-bottom:67px;padding-top:45px}}.additional-info.no-main-img .additional-info__right-side-content{padding-bottom:101px;padding-top:80px}@media only screen and (max-width:670px){.additional-info.no-main-img .additional-info__right-side-content{padding:45px 16px 67px}}.additional-info__inner{display:-ms-flexbox;display:flex}@media only screen and (max-width:1370px){.additional-info__inner{-ms-flex-direction:column;flex-direction:column;padding-left:0;padding-right:0}}.additional-info__left-side-image{height:100%;left:0;position:absolute;z-index:1}@media only screen and (max-width:1280px){.additional-info__left-side-image{left:50%;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw}}.additional-info__right-side-content{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;padding-bottom:128px;padding-left:101px;padding-top:40px;position:relative;width:50%;z-index:2}@media only screen and (max-width:1470px){.additional-info__right-side-content{padding-bottom:40px}}@media only screen and (max-width:1280px){.additional-info__right-side-content{margin-left:0;width:100%}}@media only screen and (max-width:1024px){.additional-info__right-side-content{padding-left:0}}@media only screen and (max-width:570px){.additional-info__right-side-content{padding-right:20px}}.additional-info__title{color:#fff;margin-bottom:36px;max-width:550px}@media only screen and (max-width:1280px){.additional-info__title{max-width:100%}}@media only screen and (max-width:1030px){.additional-info__title{margin-bottom:25px}}@media only screen and (max-width:670px){.additional-info__title{margin-bottom:20px;padding-left:0}.additional-info__title:after{left:0;top:-10px}}.additional-info__desc{color:#fff;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:1.2;max-width:563px}@media only screen and (max-width:1280px){.additional-info__desc{font-size:22px;margin-bottom:25px;max-width:100%}}@media only screen and (max-width:1030px){.additional-info__desc{font-size:18px}}@media only screen and (max-width:991px){.additional-info__desc{font-size:16px;line-height:1.25}}.additional-info__desc p{color:inherit;font-family:inherit;font-size:inherit}.additional-info__main-image{height:auto;margin-left:auto;max-width:500px;position:relative}@media only screen and (max-width:1370px){.additional-info__main-image{height:auto;max-width:415px}}@media only screen and (max-width:1280px){.additional-info__main-image{margin-right:50px;max-width:370px}}@media only screen and (max-width:480px){.additional-info__main-image{margin-left:auto;margin-right:auto;max-width:100%}}.advantages-list{overflow:hidden;padding-bottom:113px;padding-top:58px}@media only screen and (max-width:1600px){.advantages-list{padding-bottom:90px}}@media only screen and (max-width:1440px){.advantages-list{padding-bottom:80px}}@media only screen and (max-width:1199px){.advantages-list{padding-bottom:65px}}@media only screen and (max-width:991px){.advantages-list{padding-bottom:55px}}@media only screen and (max-width:850px){.advantages-list{padding-bottom:40px}}@media only screen and (max-width:670px){.advantages-list{padding-bottom:30px}}@media only screen and (max-width:480px){.advantages-list{padding-bottom:15px;padding-top:30px}}.advantages-list__container{display:-ms-flexbox;display:flex;position:relative;z-index:1}@media only screen and (max-width:850px){.advantages-list__container{-ms-flex-direction:column;flex-direction:column}}.advantages-list__container:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMyIiBoZWlnaHQ9IjM3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDI0aDE0NC42NDZMNDMyIDM3MEgyODYuOTE1TDU0IDI0WiIgZmlsbD0iI0Y4RjhGOCIvPjxwYXRoIGQ9Ik0yMzMuMTgxIDM0NS41LjkzOS41SDE0NC4zOGwyMzIuNjggMzQ1SDIzMy4xODFaIiBzdHJva2U9IiNGNEJDMjAiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:370px;left:-44px;position:absolute;top:-53px;width:432px;z-index:-1}@media only screen and (max-width:1750px){.advantages-list__container:after{left:0}}@media only screen and (max-width:1600px){.advantages-list__container:after{left:50px}}@media only screen and (max-width:1280px){.advantages-list__container:after{left:-70px}}@media only screen and (max-width:1199px){.advantages-list__container:after{height:310px;left:-40px;top:-45px;width:372px}}@media only screen and (max-width:1030px){.advantages-list__container:after{height:275px;left:0;top:-37px;width:340px}}@media only screen and (max-width:850px){.advantages-list__container:after{left:35%;-webkit-transform:translateX(-35%);transform:translateX(-35%)}}@media only screen and (max-width:480px){.advantages-list__container:after{height:240px;width:265px}}@media only screen and (max-width:375px){.advantages-list__container:after{height:235px;width:240px}}.advantages-list__info{margin-left:103px;min-width:481px;padding-left:15px;padding-top:18px}@media only screen and (max-width:1370px){.advantages-list__info{min-width:430px}}@media only screen and (max-width:1280px){.advantages-list__info{margin-left:0}}@media only screen and (max-width:850px){.advantages-list__info{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:25px;min-height:255px}}@media only screen and (max-width:670px){.advantages-list__info{min-height:235px}}@media only screen and (max-width:480px){.advantages-list__info{min-height:200px;min-width:unset;padding-left:0}}.advantages-list__number-result{color:#e41019;font-family:Montserrat,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width:1370px){.advantages-list__number-result{font-size:42px}}@media only screen and (max-width:991px){.advantages-list__number-result{font-size:38px}}@media only screen and (max-width:850px){.advantages-list__number-result{margin-left:-20px}}.advantages-list__items{-webkit-column-count:2;-moz-column-count:2;column-count:2;max-width:902px}@media only screen and (max-width:1280px){.advantages-list__items{max-width:100%;width:100%}}@media only screen and (max-width:480px){.advantages-list__items{-webkit-column-count:unset;-moz-column-count:unset;column-count:unset}}.advantages-list__item{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:1.01;margin-bottom:28px;margin-right:62px;padding-left:30px;position:relative;z-index:1}@media only screen and (max-width:1600px){.advantages-list__item{font-size:24px}}@media only screen and (max-width:1470px){.advantages-list__item{font-size:22px}}@media only screen and (max-width:1370px){.advantages-list__item{font-size:20px;margin-right:45px}}@media only screen and (max-width:1280px){.advantages-list__item{margin-right:30px}}@media only screen and (max-width:1199px){.advantages-list__item{font-size:18px}}@media only screen and (max-width:991px){.advantages-list__item{font-size:16px}}@media only screen and (max-width:570px){.advantages-list__item{margin-bottom:25px}}@media only screen and (max-width:480px){.advantages-list__item{font-size:14px;margin-bottom:20px;margin-right:0;padding-left:24px}}.advantages-list__item:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjE0MyA4LjIxNGEuMzU3LjM1NyAwIDAgMS0uMzU3LS4zNTdWMEg4LjIxNHY3Ljg1N2MwIC4xOTctLjE2LjM1Ny0uMzU3LjM1N0gwdjMuNTcyaDcuODU3Yy4xOTcgMCAuMzU3LjE2LjM1Ny4zNTdWMjBoMy41NzJ2LTcuODU3YzAtLjE5Ny4xNi0uMzU3LjM1Ny0uMzU3SDIwVjguMjE0aC03Ljg1N1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:20px;left:0;position:absolute;top:3px;width:20px;z-index:1}@media only screen and (max-width:1280px){.advantages-list__item:after{height:18px;top:2px;width:18px}}@media only screen and (max-width:850px){.advantages-list__item:after{top:0}}@media only screen and (max-width:670px){.advantages-list__item:after{height:16px;width:16px}}@media only screen and (max-width:480px){.advantages-list__item:after{height:14px;width:14px}}.f-contact-info{overflow:hidden;padding-top:52px}@media only screen and (max-width:991px){.f-contact-info{padding-top:45px}}.f-contact-info__content{max-width:1461px;padding-left:101px}@media only screen and (max-width:1280px){.f-contact-info__content{padding-left:0}}.f-contact-info__title{margin-bottom:75px}@media only screen and (max-width:1600px){.f-contact-info__title{margin-bottom:65px}}@media only screen and (max-width:1199px){.f-contact-info__title{margin-bottom:60px}}@media only screen and (max-width:1030px){.f-contact-info__title{margin-bottom:45px}}@media only screen and (max-width:991px){.f-contact-info__title{margin-bottom:40px}}.f-contact-info__t-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:26px}@media only screen and (max-width:1030px){.f-contact-info__t-items{margin-bottom:15px}}@media only screen and (max-width:991px){.f-contact-info__t-items{margin-bottom:0;padding-left:60px}}@media only screen and (max-width:570px){.f-contact-info__t-items{padding-left:0}}.f-contact-info__t-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:54px;margin-right:63px;position:relative;width:calc(25% - 47.25px);z-index:10}@media only screen and (max-width:1750px){.f-contact-info__t-item{margin-right:40px;width:calc(25% - 30px)}}@media only screen and (max-width:1199px){.f-contact-info__t-item{margin-bottom:40px}}@media only screen and (max-width:991px){.f-contact-info__t-item{margin-bottom:65px;margin-right:50px;width:calc(50% - 25px)}}@media only screen and (max-width:480px){.f-contact-info__t-item{margin-bottom:50px;margin-right:0;width:100%}}.f-contact-info__t-item:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9IjI0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI2My4yODkgMGgtMTAwLjc1TDAgMjQxaDEwMS4wNTZMMjYzLjI4OSAwWiIgZmlsbD0iI0Y4RjhGOCIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;content:"";display:block;height:241px;left:-106px;position:absolute;top:-24px;width:264px;z-index:-1}@media only screen and (max-width:1199px){.f-contact-info__t-item:after{height:215px;left:-75px;top:-38px;width:205px}}@media only screen and (max-width:991px){.f-contact-info__t-item:after{height:190px;left:-55px;width:180px}}@media only screen and (max-width:570px){.f-contact-info__t-item:after{left:0}}@media only screen and (max-width:480px){.f-contact-info__t-item:after{height:160px;top:-20px;width:160px}}@media only screen and (max-width:991px){.f-contact-info__t-item:nth-child(2n+2){margin-right:0}}.f-contact-info__t-item:nth-child(4n+4){margin-right:0;z-index:12}.f-contact-info__t-item:nth-child(4n+3){z-index:13}.f-contact-info__t-item:nth-child(4n+2){z-index:14}.f-contact-info__t-item:nth-child(4n+1){z-index:15}.f-contact-info__loc-item-title,.f-contact-info__t-item-title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1.18;text-transform:uppercase}@media only screen and (max-width:1470px){.f-contact-info__loc-item-title,.f-contact-info__t-item-title{font-size:22px}}@media only screen and (max-width:1280px){.f-contact-info__loc-item-title,.f-contact-info__t-item-title{font-size:18px}}@media only screen and (max-width:1030px){.f-contact-info__loc-item-title,.f-contact-info__t-item-title{font-size:16px}}.f-contact-info__t-item-title{margin-bottom:39px}@media only screen and (max-width:1199px){.f-contact-info__t-item-title{margin-bottom:30px}}@media only screen and (max-width:1030px){.f-contact-info__t-item-title{margin-bottom:25px}}@media only screen and (max-width:991px){.f-contact-info__t-item-title{margin-bottom:20px}}.f-contact-info__loc-item-address,.f-contact-info__loc-item-phone,.f-contact-info__t-item-email,.f-contact-info__t-item-phone{color:#0e0e0f;display:block;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.5;padding-left:41px;position:relative;transition:color .3s;z-index:1}.f-contact-info__loc-item-address:hover,.f-contact-info__loc-item-phone:hover,.f-contact-info__t-item-email:hover,.f-contact-info__t-item-phone:hover{color:#e41019;text-decoration:underline}@media only screen and (max-width:1470px){.f-contact-info__loc-item-address,.f-contact-info__loc-item-phone,.f-contact-info__t-item-email,.f-contact-info__t-item-phone{font-size:18px;padding-left:35px}}@media only screen and (max-width:1370px){.f-contact-info__loc-item-address,.f-contact-info__loc-item-phone,.f-contact-info__t-item-email,.f-contact-info__t-item-phone{font-size:16px}}@media only screen and (max-width:1199px){.f-contact-info__loc-item-address,.f-contact-info__loc-item-phone,.f-contact-info__t-item-email,.f-contact-info__t-item-phone{font-size:14px}}.f-contact-info__loc-item-address:after,.f-contact-info__loc-item-phone:after,.f-contact-info__t-item-email:after,.f-contact-info__t-item-phone:after{content:"";display:block;left:0;position:absolute;z-index:1}.f-contact-info__loc-item-phone,.f-contact-info__t-item-phone{margin-bottom:29px;margin-top:auto}@media only screen and (max-width:1030px){.f-contact-info__loc-item-phone,.f-contact-info__t-item-phone{margin-bottom:25px}}@media only screen and (max-width:991px){.f-contact-info__loc-item-phone,.f-contact-info__t-item-phone{margin-bottom:20px}}.f-contact-info__loc-item-phone:after,.f-contact-info__t-item-phone:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjYzOCAzLjM1OEExMS40MzUgMTEuNDM1IDAgMCAwIDExLjUgMGExMS40MyAxMS40MyAwIDAgMC04LjEzNCAzLjM2OEExMS40MSAxMS40MSAwIDAgMCAwIDExLjQ5OGExMS40IDExLjQgMCAwIDAgMy40MSA4LjE0MyAxMS40MjMgMTEuNDIzIDAgMCAwIDguMTgxIDMuMzM4IDExLjUwNyAxMS41MDcgMCAwIDAgNS42Ni0xLjUzOGwtLjY3NC0xLjE2NWExMC4xNTYgMTAuMTU2IDAgMCAxLTQuOTk2IDEuMzU3IDEwLjA4NyAxMC4wODcgMCAwIDEtNy4yMjItMi45NDkgMTAuMDYyIDEwLjA2MiAwIDAgMS0zLjAxMS03LjE4NyAxMC4wNzIgMTAuMDcyIDAgMCAxIDIuOTctNy4xNzdBMTAuMDkgMTAuMDkgMCAwIDEgMTEuNSAxLjM0NmM1LjU5NyAwIDEwLjE1MSA0LjU1IDEwLjE1MiAxMC4xNDJhMTAuMDUgMTAuMDUgMCAwIDEtMi4wMyA2LjA4OC42NS42NSAwIDAgMS0uNDguMjYuNjguNjggMCAwIDEtLjUyOC0uMTk3bC0uOTE3LS45MTYuNDA3LS40MDYtMy4xNzctMy4xNzQtMS4yNyAxLjI3YTUuOTI0IDUuOTI0IDAgMCAxLTUuMDgyLTUuMDc4bDEuMjctMS4yN0w2LjY3IDQuODkyIDQuOTE0IDYuNjQ0YTEwLjc4NCAxMC43ODQgMCAwIDAgMy4xNTIgOC4yNzYgMTAuODA0IDEwLjgwNCAwIDAgMCA4LjI4MyAzLjE1bC4zOTUtLjM5NS45MTcuOTE2Yy40MTUuNDE1Ljk5LjYzIDEuNTc2LjU4OGEyLjAwNSAyLjAwNSAwIDAgMCAxLjQ2Mi0uNzk0QTExLjM4NSAxMS4zODUgMCAwIDAgMjMgMTEuNDg4YzAtMy4wNzgtMS4xOTUtNS45NjUtMy4zNjItOC4xM1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;height:23px;top:3px;width:23px}@media only screen and (max-width:1370px){.f-contact-info__loc-item-phone:after,.f-contact-info__t-item-phone:after{top:1px}}@media only screen and (max-width:1199px){.f-contact-info__loc-item-phone:after,.f-contact-info__t-item-phone:after{top:-1px}}@media only screen and (max-width:480px){.f-contact-info__loc-item-phone:after,.f-contact-info__t-item-phone:after{height:20px;top:0;width:20px}}.f-contact-info__t-item-email:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS42NzYuNzgzVjIuMzlsMTAuODIzIDUuODI3TDIyLjMyMyAyLjM5Vi43ODNILjY3NloiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBkPSJNLjY3NiAzLjgyNHYxMC44MTRoMjEuNjQ3VjMuODI0bC0xMC44MjQgNS44NkwuNjc2IDMuODI0WiIgZmlsbD0iI0U0MTAxOSIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;height:14px;top:9px;width:22px}@media only screen and (max-width:1470px){.f-contact-info__t-item-email:after{top:7px}}@media only screen and (max-width:1370px){.f-contact-info__t-item-email:after{top:6px}}@media only screen and (max-width:1199px){.f-contact-info__t-item-email:after{top:4px}}.f-contact-info__b-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.f-contact-info__b-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:51px;margin-right:31px;width:calc(33.33333% - 20.66667px)}@media only screen and (max-width:670px){.f-contact-info__b-item{width:calc(50% - 15.5px)}}@media only screen and (max-width:570px){.f-contact-info__b-item{margin-bottom:40px}}@media only screen and (max-width:480px){.f-contact-info__b-item{margin-right:0;width:100%}}@media only screen and (max-width:670px){.f-contact-info__b-item:nth-child(2n+2){margin-right:0}}.f-contact-info__b-item:nth-child(3n+3){margin-right:0}@media only screen and (max-width:670px){.f-contact-info__b-item:nth-child(3n+3){margin-right:31px}}@media only screen and (max-width:480px){.f-contact-info__b-item:nth-child(3n+3){margin-right:0}}.f-contact-info__b-item:last-child{margin-bottom:0}.f-contact-info__b-item-image{margin-bottom:30px}@media only screen and (max-width:570px){.f-contact-info__b-item-image{margin-bottom:20px}}.f-contact-info__loc-items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.f-contact-info__loc-item{margin-bottom:60px;min-height:210px}@media only screen and (max-width:1199px){.f-contact-info__loc-item{margin-bottom:50px;min-height:170px}}@media only screen and (max-width:850px){.f-contact-info__loc-item{margin-bottom:45px;min-height:142px}}@media only screen and (max-width:570px){.f-contact-info__loc-item{margin-bottom:35px;min-height:0}}.f-contact-info__loc-item:last-of-type{margin-bottom:0;margin-top:auto}.f-contact-info__loc-item-title{margin-bottom:34px;max-width:unset}@media only screen and (max-width:991px){.f-contact-info__loc-item-title{margin-bottom:20px}}.f-contact-info__loc-item-address:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgNS4wOTJBNC40OTUgNC40OTUgMCAwIDAgNy4wMDggOS41OCA0LjQ5NSA0LjQ5NSAwIDAgMCAxMS41IDE0LjA3YTQuNDk1IDQuNDk1IDAgMCAwIDQuNDkyLTQuNDg5QTQuNDk1IDQuNDk1IDAgMCAwIDExLjUgNS4wOTJaIiBmaWxsPSIjRTQxMDE5Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4yMzQgMi44MDRhOS40MzEgOS40MzEgMCAwIDEgMi43OSA2LjcyYzAgMi41MzktLjk5MSA0LjkyNi0yLjc5IDYuNzJsLTYuNzM0IDYuNzItNi43MzQtNi43MmE5LjQzMSA5LjQzMSAwIDAgMS0yLjc5LTYuNzJjMC0yLjUzOC45OTEtNC45MjUgMi43OS02LjcyQTkuNDcgOS40NyAwIDAgMSAxMS41LjAyYTkuNDcgOS40NyAwIDAgMSA2LjczNCAyLjc4M1pNNS42NiA5LjU4YTUuODQ0IDUuODQ0IDAgMCAwIDUuODQgNS44MzVjMy4yMiAwIDUuODQtMi42MTcgNS44NC01LjgzNWE1Ljg0NCA1Ljg0NCAwIDAgMC01Ljg0LTUuODM0QTUuODQ0IDUuODQ0IDAgMCAwIDUuNjYgOS41OFoiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBkPSJNMTQuNzIgMjEuNjUzIDEzLjM3MSAyM0gyM3YtMS4zNDdoLTguMjhaTTAgMjEuNjUzVjIzaDkuNjI5bC0xLjM1LTEuMzQ3SDBaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+) 50% no-repeat;background-size:contain;height:23px;top:3px;width:23px}@media only screen and (max-width:1199px){.f-contact-info__loc-item-address:after{top:-2px}}@media only screen and (max-width:480px){.f-contact-info__loc-item-address:after{height:20px;top:1px;width:20px}}.f-contact-info__loc-item-address.red-color{color:#e41019;text-decoration-line:underline}.vacancies{padding:62px 0 100px}@media only screen and (max-width:768px){.vacancies{padding:46px 0 53px}}.vacancies__title{margin-bottom:70px;margin-left:100px}@media only screen and (max-width:1024px){.vacancies__title{margin-left:0}}@media only screen and (max-width:768px){.vacancies__title{margin-bottom:30px}}.vacancies__category{display:-ms-flexbox;display:flex;margin-bottom:110px}@media only screen and (max-width:1024px){.vacancies__category{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:768px){.vacancies__category{margin-bottom:60px}}@media only screen and (max-width:470px){.vacancies__category{margin-bottom:20px}}.vacancies__category:last-child{margin-bottom:0}.vacancies__category-inner{max-width:1235px;width:100%}.vacancies__category-title{-ms-flex-negative:0;color:#e41019;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:700;margin-right:93px;max-width:135px;width:100%}@media only screen and (max-width:1024px){.vacancies__category-title{margin-bottom:50px;margin-right:0}}@media only screen and (max-width:768px){.vacancies__category-title{margin-bottom:16px;margin-right:auto}}@media only screen and (max-width:670px){.vacancies__category-title{font-size:15px}}.vacancies__category-post{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-top:1px solid #e41019;display:-ms-flexbox;display:flex;justify-content:space-between;padding:20px 40px;position:relative}.vacancies__category-post:hover .circle-link{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43NzMuMDcxaDEuMzU4bDMuNzI3IDUuMzQtMy43MjcgNS4zMzloLTEuMzU4bDMuNzI4LTUuMzRMMTYuNzczLjA3MloiIGZpbGw9IiMwRTBFMEYiLz48cGF0aCBkPSJNMS4wMDggNS40MWgxOS4zMjQiIHN0cm9rZT0iIzBFMEUwRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==)}@media only screen and (max-width:1024px){.vacancies__category-post{padding:20px}}@media only screen and (max-width:470px){.vacancies__category-post{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding:8px 6px 14px 18px}}.vacancies__category-post:last-child{border-bottom:1px solid #e41019}.vacancies__category-post-title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:500}@media only screen and (max-width:768px){.vacancies__category-post-title{font-size:20px}}@media only screen and (max-width:670px){.vacancies__category-post-title{margin-right:30px;max-width:272px;width:100%}}@media only screen and (max-width:470px){.vacancies__category-post-title{font-size:15px;margin-bottom:9px;margin-right:0}}.vacancies__category-post-location{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;margin-left:auto;margin-right:100px;opacity:.55;padding-left:34px;position:relative;text-transform:uppercase}@media only screen and (max-width:1024px){.vacancies__category-post-location{margin-right:40px}}@media only screen and (max-width:768px){.vacancies__category-post-location{font-size:16px}}@media only screen and (max-width:670px){.vacancies__category-post-location{margin-right:16px}}@media only screen and (max-width:470px){.vacancies__category-post-location{font-size:10px;margin-bottom:10px;margin-left:0;padding-left:20px}}.vacancies__category-post-location:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSA1QTQuNTA1IDQuNTA1IDAgMCAwIDUgOS41QzUgMTEuOTgxIDcuMDE5IDE0IDkuNSAxNFMxNCAxMS45ODEgMTQgOS41IDExLjk4MSA1IDkuNSA1WiIgZmlsbD0iIzdCN0I3QiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjE3IDIuNzlBOS40NzggOS40NzggMCAwIDEgMTkgOS41MjdhOS40NzggOS40NzggMCAwIDEtMi43ODMgNi43MzdMOS41IDIzbC02LjcxNy02LjczNkE5LjQ3OCA5LjQ3OCAwIDAgMSAwIDkuNTI3QzAgNi45ODIuOTg4IDQuNTkgMi43ODMgMi43OUE5LjQyNCA5LjQyNCAwIDAgMSA5LjUgMGMyLjUzNyAwIDQuOTIzLjk5IDYuNzE3IDIuNzlaTTMuNjc1IDkuNTgzYzAgMy4yMjYgMi42MTMgNS44NSA1LjgyNSA1Ljg1czUuODI1LTIuNjI0IDUuODI1LTUuODVjMC0zLjIyNS0yLjYxMy01Ljg0OS01LjgyNS01Ljg0OXMtNS44MjUgMi42MjQtNS44MjUgNS44NVoiIGZpbGw9IiM3QjdCN0IiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:23px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:19px}@media only screen and (max-width:470px){.vacancies__category-post-location:after{height:13px;width:12px}}.vacancies__category-post-link{-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:470px){.vacancies__category-post-link{margin-left:auto;margin-top:-36px}}.valued-individuals{background-color:#393c40;padding:70px 0 110px}@media only screen and (max-width:768px){.valued-individuals{padding:64px 0 70px}}.valued-individuals__title{color:#fff;margin-bottom:50px}@media only screen and (max-width:768px){.valued-individuals__title{margin-bottom:30px}}@media only screen and (max-width:470px){.valued-individuals__title{margin-bottom:36px}}.valued-individuals__inner{display:grid;grid-template-columns:repeat(7,1fr)}@media only screen and (max-width:1470px){.valued-individuals__inner{grid-template-columns:repeat(5,1fr)}}@media only screen and (max-width:1024px){.valued-individuals__inner{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:670px){.valued-individuals__inner{grid-template-columns:repeat(2,1fr)}}.valued-individuals__item{margin:10px 15px}@media only screen and (max-width:1470px){.valued-individuals__item{margin:20px 15px}}@media only screen and (max-width:470px){.valued-individuals__item{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.valued-individuals__item-icon{height:54px;margin-bottom:21px}.valued-individuals__item-text{color:#fff;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:700;margin-bottom:0;text-transform:uppercase}@media only screen and (max-width:768px){.valued-individuals__item-text{font-size:18px}}@media only screen and (max-width:470px){.valued-individuals__item-text{font-size:14px}}.single-vacancy{padding-bottom:14px}.single-vacancy__content{max-width:1064px;padding-left:101px;padding-top:63px}@media only screen and (max-width:1280px){.single-vacancy__content{padding-left:0}}@media only screen and (max-width:768px){.single-vacancy__content{padding:32px 18px 60px}}@media only screen and (max-width:470px){.single-vacancy__content{padding-bottom:120px}}.single-vacancy__content h3{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:26px;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:35px;text-transform:uppercase}.single-vacancy__content ul{margin-bottom:50px;max-width:820px}.single-vacancy__content ul li{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:25px;padding-left:25px;position:relative;z-index:1}@media only screen and (max-width:850px){.single-vacancy__content ul li{font-size:16px}}@media only screen and (max-width:480px){.single-vacancy__content ul li{font-size:14px}}.single-vacancy__content ul li:last-of-type{margin-bottom:0}.single-vacancy__content ul li:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NjIgMTNoNGw0LjIzNy02LjVMNC43NjIgMGgtNGw0LjIzNyA2LjVMLjc2MiAxM1oiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;content:"";display:block;height:18px;left:0;position:absolute;top:2px;width:11px;z-index:1}.single-vacancy .contact-us__content-info{padding-left:101px}@media only screen and (max-width:1280px){.single-vacancy .contact-us__content-info{max-width:300px;min-width:300px;padding-left:0}}@media only screen and (max-width:1030px){.single-vacancy .contact-us__content-info{max-width:300px;min-width:300px}}@media only screen and (max-width:991px){.single-vacancy .contact-us__content-info{max-width:unset;min-width:unset}}.single-vacancy .contact-us__form-wrap{max-width:1009px}.single-vacancy .services-hero{background:#f8f8f8}@media only screen and (max-width:1024px){.single-vacancy .services-hero__container{padding-left:0;padding-right:0}.single-vacancy .services-hero__content{padding-left:18px;padding-right:18px}}.single-vacancy .services-hero__title{margin-bottom:27px}@media only screen and (max-width:470px){.single-vacancy .services-hero__title{margin-bottom:14px}}.single-vacancy .services-hero__location,.single-vacancy .services-hero__post-desc{position:relative;z-index:1}.single-vacancy .services-hero__location:after,.single-vacancy .services-hero__post-desc:after{content:"";display:block;left:0;position:absolute;z-index:1}.single-vacancy .services-hero__location{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.58;margin-bottom:46px;padding-left:28px;position:relative;text-transform:uppercase;z-index:1}@media only screen and (max-width:470px){.single-vacancy .services-hero__location{font-size:10px;margin-bottom:26px}}.single-vacancy .services-hero__location:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSA1QTQuNTA1IDQuNTA1IDAgMCAwIDUgOS41QzUgMTEuOTgxIDcuMDE5IDE0IDkuNSAxNFMxNCAxMS45ODEgMTQgOS41IDExLjk4MSA1IDkuNSA1WiIgZmlsbD0iIzdCN0I3QiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjE3IDIuNzlBOS40NzggOS40NzggMCAwIDEgMTkgOS41MjdhOS40NzggOS40NzggMCAwIDEtMi43ODMgNi43MzdMOS41IDIzbC02LjcxNy02LjczNkE5LjQ3OCA5LjQ3OCAwIDAgMSAwIDkuNTI3QzAgNi45ODIuOTg4IDQuNTkgMi43ODMgMi43OUE5LjQyNCA5LjQyNCAwIDAgMSA5LjUgMGMyLjUzNyAwIDQuOTIzLjk5IDYuNzE3IDIuNzlaTTMuNjc1IDkuNTgzYzAgMy4yMjYgMi42MTMgNS44NSA1LjgyNSA1Ljg1czUuODI1LTIuNjI0IDUuODI1LTUuODVjMC0zLjIyNS0yLjYxMy01Ljg0OS01LjgyNS01Ljg0OXMtNS44MjUgMi42MjQtNS44MjUgNS44NVoiIGZpbGw9IiM3QjdCN0IiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;height:23px;top:2px;width:19px}@media only screen and (max-width:470px){.single-vacancy .services-hero__location:after{height:14px;width:12px}}.single-vacancy .services-hero__post-desc{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:1.25;max-width:645px;padding-left:74px;padding-top:9px}@media only screen and (max-width:768px){.single-vacancy .services-hero__post-desc{font-size:20px;padding-top:0}}@media only screen and (max-width:470px){.single-vacancy .services-hero__post-desc{font-size:16px}}.single-vacancy .services-hero__post-desc:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMTA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMDloMTEuNDVMNDYgNTQuNSAxMS40NSAwSDBsMzQuNTUgNTQuNUwwIDEwOVoiIGZpbGw9IiNGNEJDMjAiLz48L3N2Zz4=) 50% no-repeat;background-size:contain;height:109px;top:0;width:46px;z-index:1}@media only screen and (max-width:470px){.single-vacancy .services-hero__post-desc:after{height:100px;width:43px}}.single-vacancy .services-hero__image{height:100%;overflow:hidden;width:50%}@media only screen and (max-width:1280px){.single-vacancy .services-hero__image{height:400px;width:100%}}@media only screen and (max-width:570px){.single-vacancy .services-hero__image{height:300px}}@media only screen and (max-width:470px){.single-vacancy .services-hero__image{height:240px}}.single-vacancy .services-hero__image img{height:100%;width:100%}.single-vacancy .services-hero__image:after{background:linear-gradient(119deg,#2d3034 22.05%,#e41019 97.59%);content:"";display:block;height:100%;left:0;opacity:.2079;position:absolute;top:0;width:100%}.single-vacancy .services-hero__image .decor-elem{display:block;height:180%;position:absolute;right:-16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:350px;z-index:3}@media only screen and (max-width:570px){.single-vacancy .services-hero__image .decor-elem{width:270px}}.single-vacancy .services-hero__image .decor-elem:after,.single-vacancy .services-hero__image .decor-elem:before{background-color:#f8f8f8;background-image:none;content:"";display:block;height:90%;position:absolute;width:60%}.single-vacancy .services-hero__image .decor-elem:after{right:-15px;top:-140px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.single-vacancy .services-hero__image .decor-elem:before{bottom:-140px;right:-15px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.single-vacancy .services-hero__image .text{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjMiIGhlaWdodD0iODciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTYzIDB2ODcuMjkyaDQ5Ny42OTNsMjguMTUtNDMuNjQ2TDQzNC42OTMgMEgtNjNaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;bottom:0;color:#fff;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:40px;font-style:normal;font-weight:600;height:87px;justify-content:center;left:0;letter-spacing:-1.538px;line-height:normal;position:absolute;text-transform:uppercase;width:400px;z-index:2}@media only screen and (max-width:1670px){.single-vacancy .services-hero__image .text{font-size:30px;height:60px;width:300px}}@media only screen and (max-width:670px){.single-vacancy .services-hero__image .text{font-size:26px;font-size:18px;height:50px;height:40px;width:200px;width:150px}}.single-vacancy .services-hero__image .text:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzEiIGhlaWdodD0iODciIGZpbGw9Im5vbmUiPjxwYXRoIG9wYWNpdHk9Ii4zMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzMuNTQzIDg3LjI5MmgyOC44NTZsMjguMjc0LTQzLjY0NkwxMDIuMzk5IDBINzMuNTQzbDI4LjI3NCA0My42NDYtMjguMjc0IDQzLjY0NloiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yNDYgODcuMjkySDYzLjczbDI4LjI3NC00My42NDZMNjMuNzMgMEguMjQ2TDI4LjUyIDQzLjY0Ni4yNDYgODcuMjkyWiIgZmlsbD0iI0U0MTAxOSIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:100%;position:absolute;right:-116px;top:0;width:30%}@media only screen and (max-width:1670px){.single-vacancy .services-hero__image .text:after{right:-80px}}@media only screen and (max-width:670px){.single-vacancy .services-hero__image .text:after{right:-40px}}@media only screen and (max-width:1024px){.services-hero__container{padding-left:0;padding-right:0}.services-hero__content{padding-left:18px;padding-right:18px}}.services-hero__image{height:100%;overflow:hidden;width:50%}@media only screen and (max-width:1280px){.services-hero__image{height:400px;width:100%}}@media only screen and (max-width:570px){.services-hero__image{height:300px}}@media only screen and (max-width:470px){.services-hero__image{height:240px}}.services-hero__image img{height:100%;width:100%}.services-hero__image:after{background:linear-gradient(119deg,#2d3034 22.05%,#e41019 97.59%);content:"";display:block;height:100%;left:0;opacity:.2079;position:absolute;top:0;width:100%}.services-hero__image .decor-elem{display:block;height:150%;position:absolute;right:-80px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:400px;z-index:3}@media only screen and (max-width:570px){.services-hero__image .decor-elem{right:-10px;width:270px}}.services-hero__image .decor-elem:after,.services-hero__image .decor-elem:before{background-color:#fff;background-image:none;content:"";display:block;height:90%;position:absolute;width:60%}.services-hero__image .decor-elem:after{right:-15px;top:-140px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.services-hero__image .decor-elem:before{bottom:-140px;right:-15px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.services-hero__image .text{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjMiIGhlaWdodD0iODciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTYzIDB2ODcuMjkyaDQ5Ny42OTNsMjguMTUtNDMuNjQ2TDQzNC42OTMgMEgtNjNaIiBmaWxsPSIjRTQxMDE5Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;bottom:0;color:#fff;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:40px;font-style:normal;font-weight:600;height:87px;justify-content:center;left:0;letter-spacing:-1.538px;line-height:normal;position:absolute;text-transform:uppercase;width:400px;z-index:2}@media only screen and (max-width:1670px){.services-hero__image .text{font-size:30px;height:60px;width:300px}}@media only screen and (max-width:670px){.services-hero__image .text{font-size:26px;font-size:18px;height:50px;height:40px;width:200px;width:150px}}.services-hero__image .text:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzEiIGhlaWdodD0iODciIGZpbGw9Im5vbmUiPjxwYXRoIG9wYWNpdHk9Ii4zMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzMuNTQzIDg3LjI5MmgyOC44NTZsMjguMjc0LTQzLjY0NkwxMDIuMzk5IDBINzMuNTQzbDI4LjI3NCA0My42NDYtMjguMjc0IDQzLjY0NloiIGZpbGw9IiNFNDEwMTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yNDYgODcuMjkySDYzLjczbDI4LjI3NC00My42NDZMNjMuNzMgMEguMjQ2TDI4LjUyIDQzLjY0Ni4yNDYgODcuMjkyWiIgZmlsbD0iI0U0MTAxOSIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:100%;position:absolute;right:-116px;top:0;width:30%}@media only screen and (max-width:1670px){.services-hero__image .text:after{right:-80px}}@media only screen and (max-width:670px){.services-hero__image .text:after{right:-40px}}.employee-reviews{background:rgba(62,66,71,.9);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzE1IiBoZWlnaHQ9IjY0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBvcGFjaXR5PSIuMDI4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcxNC42MDItNUg0NDEuMjdMLjMxIDY0OEgyNzQuNDdMNzE0LjYwMi01WiIgZmlsbD0iI0Y4RjhGOCIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:contain;padding:70px 0 80px}@media only screen and (max-width:1470px){.employee-reviews{padding:50px 0 40px}}@media only screen and (max-width:1024px){.employee-reviews{padding:64px 0 67px}}@media only screen and (max-width:768px){.employee-reviews{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iMjkzIiBmaWxsPSJub25lIj48cGF0aCBvcGFjaXR5PSIuMDI4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMyMCAwSDE5Ny41NDlMMCAyOTIuNTQxaDEyMi44MjNMMzIwIDBaIiBmaWxsPSIjRjhGOEY4Ii8+PC9zdmc+);background-position:top}}.employee-reviews__container{display:-ms-flexbox;display:flex;position:relative}@media only screen and (max-width:1470px){.employee-reviews__container{-ms-flex-direction:column;flex-direction:column}}.employee-reviews__container .swiper-button-next,.employee-reviews__container .swiper-button-next-mob,.employee-reviews__container .swiper-button-prev,.employee-reviews__container .swiper-button-prev-mob{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjM1NSAwaC0yLjIzTC0uMDAyIDlsNi4xMjcgOWgyLjIzTDIuMjMgOWw2LjEyNi05WiIgZmlsbD0iI0Y0QkMyMCIvPjxwYXRoIGQ9Ik0zOC4zMDQgOUgyLjA4OSIgc3Ryb2tlPSIjRjRCQzIwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:39px 18px;border:1px solid #f4bc20;border-radius:50%;bottom:0;height:80px;left:0;margin:0;position:relative;right:0;top:0;transition:background-color .3s;width:80px}@media only screen and (max-width:768px){.employee-reviews__container .swiper-button-next,.employee-reviews__container .swiper-button-next-mob,.employee-reviews__container .swiper-button-prev,.employee-reviews__container .swiper-button-prev-mob{background-size:20px 12px;height:56px;width:56px}}.employee-reviews__container .swiper-button-next-mob:after,.employee-reviews__container .swiper-button-next:after,.employee-reviews__container .swiper-button-prev-mob:after,.employee-reviews__container .swiper-button-prev:after{display:none}.employee-reviews__container .swiper-button-next-mob:hover,.employee-reviews__container .swiper-button-next:hover,.employee-reviews__container .swiper-button-prev-mob:hover,.employee-reviews__container .swiper-button-prev:hover{background-color:#f4bc20;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjM1NSAwaC0yLjIzTC0uMDAyIDlsNi4xMjcgOWgyLjIzTDIuMjMgOWw2LjEyNi05WiIgZmlsbD0iIzI5MkIyRSIvPjxwYXRoIGQ9Ik0zOC4zMDQgOUgyLjA4OSIgc3Ryb2tlPSIjMjkyQjJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+)}.employee-reviews__container .swiper-button-next,.employee-reviews__container .swiper-button-next-mob{margin-left:8px;-webkit-transform:scale(-1);transform:scale(-1)}.employee-reviews__container .swiper-button-prev{margin-right:10px}.employee-reviews__title-wrapper{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:30%}@media only screen and (max-width:1470px){.employee-reviews__title-wrapper{-ms-flex-align:start;align-items:flex-start;margin:0 auto 30px;width:80%}}.employee-reviews__title-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;margin-right:58px}@media only screen and (max-width:1470px){.employee-reviews__title-wrapper-inner{margin-right:0}}.employee-reviews__title{color:#fff;max-width:290px;width:100%}@media only screen and (max-width:1470px){.employee-reviews__title{max-width:100%}}.employee-reviews__buttons-wrapper{display:-ms-flexbox;display:flex;margin-top:auto}@media only screen and (max-width:1470px){.employee-reviews__buttons-wrapper{display:none}}.employee-reviews__buttons-wrapper.mob{display:none}@media only screen and (max-width:1470px){.employee-reviews__buttons-wrapper.mob{-ms-flex-pack:start;display:-ms-flexbox;display:flex;justify-content:flex-start;margin-top:40px}}.employee-reviews__slider{-ms-flex:1;flex:1}@media only screen and (max-width:1470px){.employee-reviews__slider{width:80%}}.employee-reviews__slide{background-color:#fff;opacity:.6;padding:20px 20px 56px}.employee-reviews__slide.swiper-slide-active,.employee-reviews__slide.swiper-slide-next{opacity:1}@media only screen and (max-width:1470px){.employee-reviews__slide.swiper-slide-next{opacity:.6}}.employee-reviews__slide-top-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:22px;min-height:97px}@media only screen and (max-width:670px){.employee-reviews__slide-top-wrap{min-height:70px}}.employee-reviews__slide-top-inner{margin-left:auto}@media only screen and (max-width:415px){.employee-reviews__slide-top-inner{margin-left:40px}}.employee-reviews__slide-photo{border-radius:50%;height:97px;width:97px}@media only screen and (max-width:670px){.employee-reviews__slide-photo{height:70px;width:70px}}.employee-reviews__slide-name{color:#282829;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;margin-bottom:12px;position:relative}@media only screen and (max-width:670px){.employee-reviews__slide-name{font-size:18px}}.employee-reviews__slide-name:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43MDcgMTguODk0aC03LjU0TC4wMDIuODk0aDcuNTYzbDEyLjE0MiAxOFoiIGZpbGw9IiNFNDEwMTkiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:18px;left:-24px;position:absolute;top:3px;width:18px}.employee-reviews__slide-position{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;letter-spacing:.3px;opacity:.6221;text-transform:uppercase}.employee-reviews__slide-text{height:300px;overflow-y:auto;position:relative}@media only screen and (max-width:1570px){.employee-reviews__slide-text{padding-left:10px;padding-right:10px}}@media only screen and (max-width:768px){.employee-reviews__slide-text{padding-left:0;padding-right:0}}.employee-reviews__slide-text p{position:relative;z-index:2}.employee-reviews__slide-text:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyIiBoZWlnaHQ9Ijk3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwaDI0LjAxNUw1NSA0OC41IDI0LjAxNSA5N0gwbDMwLjk4NS00OC41TDAgMFoiIGZpbGw9IiNGNkY2RjciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ3IDBoMjQuMDE1TDEwMiA0OC41IDcxLjAxNSA5N0g0N2wzMC45ODUtNDguNUw0NyAwWiIgZmlsbD0iI0Y2RjZGNyIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:97px;left:0;position:absolute;top:0;width:102px;z-index:1}.counters{padding-bottom:80px;padding-top:90px}.counters-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:991px){.counters-container{grid-template-columns:1fr 1fr}}@media screen and (max-width:670px){.counters-container{grid-template-columns:1fr}}.counters-item{-ms-flex-pack:start;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;padding-bottom:115px;padding-top:30px;position:relative;width:100%}@media screen and (max-width:991px){.counters-item{padding-bottom:40px}}@media screen and (max-width:670px){.counters-item{margin-bottom:18px}}.counters-item__icon{height:229px;left:0;position:absolute;top:0;width:267px;z-index:1}@media screen and (max-width:991px){.counters-item__icon{height:135px;left:calc(40% - 67px);width:135px}}.counters-item__wrapper{-ms-flex-pack:start;-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;position:relative;z-index:2}@media screen and (max-width:470px){.counters-item__wrapper{-ms-flex-align:center;align-items:center;width:60%}}.counters-item__num{color:#e41019;font-family:Montserrat,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:normal;text-align:right}@media screen and (max-width:991px){.counters-item__num{font-size:40px}}.counters-item__label{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:125%;text-align:right}@media screen and (max-width:470px){.counters-item__label{-ms-flex-item-align:end;align-self:flex-end;font-size:16px}}.employee-quote{background:#393c40;position:relative}@media screen and (max-width:991px){.employee-quote{padding-top:0}}.employee-quote__wrap{display:grid;gap:46px;grid-template-columns:1.5fr 1fr;position:relative;z-index:2}@media screen and (max-width:1366px){.employee-quote__wrap{grid-template-columns:1fr 500px}}@media screen and (max-width:1180px){.employee-quote__wrap{grid-template-columns:1fr}}@media screen and (max-width:670px){.employee-quote__wrap{gap:25px}}.employee-quote__figure{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (max-width:1024px){.employee-quote__figure{-ms-flex-order:1;margin-bottom:0;order:1}}.employee-quote__figure img{height:auto;-o-object-fit:fill;object-fit:fill;width:auto}.employee-quote__info{max-width:733px;padding:97px 47px 47px 0;width:100%}@media screen and (max-width:1366px){.employee-quote__info{max-width:500px}}@media screen and (max-width:1180px){.employee-quote__info{-ms-flex-order:2;max-width:100%;order:2;padding:0 16px 47px;width:100%}}.employee-quote__text p{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-style:italic;font-weight:300;margin-bottom:20px}@media screen and (max-width:470px){.employee-quote__text p{font-size:16px}}.employee-quote__name{-ms-flex-pack:end;color:#fff;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:700;gap:10px;justify-content:flex-end;line-height:118.75%;margin-bottom:10px}@media screen and (max-width:670px){.employee-quote__name{font-size:18px}}.employee-quote__name svg{margin-top:5px}.employee-quote__position{color:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:300;letter-spacing:.4px;line-height:150%;margin-bottom:0;opacity:.6221;text-transform:uppercase}@media screen and (max-width:670px){.employee-quote__position{font-size:12px}}.employee-quote__fio{text-align:right}.history{padding-bottom:100px;padding-top:45px}@media screen and (max-width:670px){.history{padding-bottom:80px;padding-top:58px}}.history__title-wrap{padding-left:101px}@media screen and (max-width:1024px){.history__title-wrap{padding-left:0}}.history-title{margin-bottom:60px}@media screen and (max-width:670px){.history-title{margin-bottom:38px}}.history-list{display:grid;gap:40px;overflow:hidden;position:relative}@media screen and (max-width:768px){.history-list{gap:10px}}.history-list:before{border-left:1px dashed #e41019;content:"";display:block;height:100%;left:21px;position:absolute;width:0}@media screen and (max-width:670px){.history-list:before{display:none}}.history-item{display:grid;gap:30px;grid-template-columns:145px 1fr;position:relative}@media screen and (max-width:768px){.history-item{gap:10px;grid-template-columns:1fr;margin-bottom:20px}.history-item:last-child{margin-bottom:0}}.history-item:last-of-type .history-item__icon:last-of-type:after{height:calc(100% + 5px)}@media screen and (max-width:768px){.history-item:last-of-type .history-item__icon:last-of-type:after{height:2000px}}@media screen and (max-width:670px){.history-item:last-of-type .history-item__icon:last-of-type:after{display:none}}.history-item__icon{display:-ms-flexbox;display:flex;gap:17px;position:relative}@media screen and (max-width:670px){.history-item__icon{-ms-flex-align:center;align-items:center;gap:8px}}.history-item__icon:after{background-color:#fff;content:"";height:54px;left:0;position:absolute;top:-5px;width:48px;z-index:1}.history-item__icon svg{height:41px;position:relative;width:41px;z-index:2}.history-item__year{-ms-flex-align:start;align-items:flex-start;color:#0e0e0f;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:30px;font-style:normal;font-weight:800;line-height:normal;padding-top:10px}@media screen and (max-width:768px){.history-item__year{font-size:20px;padding-top:14px}}@media screen and (max-width:670px){.history-item__year{padding-top:0}}.history-item__text{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:120%}@media screen and (max-width:768px){.history-item__text{padding-left:50px}}@media screen and (max-width:670px){.history-item__text{padding-left:0}}.our-awards{background:#292b2e;padding-bottom:110px;padding-top:80px}@media screen and (max-width:670px){.our-awards{padding-bottom:40px;padding-top:64px}}.our-awards__title{color:#fff;margin-bottom:70px}@media screen and (max-width:670px){.our-awards__title{margin-bottom:30px}}.our-awards__title-wrap{padding-left:101px}@media screen and (max-width:1024px){.our-awards__title-wrap{padding-left:0}}.our-awards__list{display:grid;gap:0 60px;grid-template-columns:1fr 1fr}@media screen and (max-width:991px){.our-awards__list{gap:0;grid-template-columns:1fr}}.our-awards__item{border-bottom:1px solid #fff;border-top:1px solid #fff;display:grid;gap:100px;grid-template-columns:1fr 117px;padding:24px 24px 24px 0}@media screen and (max-width:991px){.our-awards__item{gap:20px;padding-right:0}}@media screen and (max-width:670px){.our-awards__item{padding:16px 12px 16px 14px}}.our-awards__item.horizontal-image{grid-template-columns:1fr 154px}.our-awards__item.horizontal-image .our-awards__figure{height:107px;width:154px}.our-awards__item.horizontal-image .our-awards__figure:before{height:117px;width:164px}.our-awards__text{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;margin:0}@media screen and (max-width:470px){.our-awards__text{font-size:14px}}.our-awards__figure{cursor:pointer;height:154px;position:relative;width:107px;z-index:1}.our-awards__figure:before{border:1px solid #e41019;content:"";display:block;height:164px;left:-6px;position:absolute;top:-6px;width:117px;z-index:-1}.our-awards__figure:after{background:linear-gradient(180deg,#e41019,#2d3034);content:"";display:block;height:0;left:0;opacity:.8;position:absolute;top:0;transition:all .2s linear;width:100%}.our-awards__figure:hover:after{height:100%}.our-awards__figure:hover .our-awards__icon{opacity:1}.our-awards__icon{height:60px;left:calc(50% - 30px);opacity:0;position:absolute;top:calc(50% - 30px);transition:all .4s linear;width:60px;z-index:2}.our-awards__image{height:100%;width:100%}.our-certificate{background:#393c40;overflow:hidden;padding-bottom:110px;padding-top:80px}@media screen and (max-width:670px){.our-certificate{padding-bottom:53px;padding-top:64px}}.our-certificate__icon{height:60px;left:calc(50% - 30px);opacity:0;position:absolute;top:calc(50% - 30px);transition:all .4s linear;width:60px;z-index:2}.our-certificate .swiper-button-disabled{opacity:.3;pointer-events:none}.our-certificate__figure{position:relative;z-index:1}.our-certificate__figure:after{background:linear-gradient(180deg,#e41019,#2d3034);content:"";display:block;height:0;left:0;opacity:.8;position:absolute;top:0;transition:all .2s linear;width:100%}.our-certificate__figure:hover:after{height:100%}.our-certificate__figure:hover .our-certificate__icon{opacity:1}.our-certificate-nav{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;gap:10px}.our-certificate__title{color:#fff;margin-bottom:66px}.our-certificate__slider{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:768px){.our-certificate__slider{-ms-flex-direction:column;flex-direction:column}}.our-certificate__slider .swiper-slide{border:1px solid #e41019;padding:15px}.our-certificate__slider .swiper-slide.empty{border:0}.our-certificate__slider img{height:437.591px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:768px){.our-certificate__slider .swiper-slide-active+.swiper-slide{opacity:.5}}@media screen and (min-width:991px){.our-certificate__slider .swiper-slide-active+.swiper-slide+.swiper-slide{opacity:.5}.our-certificate__slider .swiper-slide-active+.swiper-slide{opacity:1}}@media screen and (min-width:1280px){.our-certificate__slider .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:.5}.our-certificate__slider .swiper-slide-active+.swiper-slide+.swiper-slide{opacity:1}}.our-certificate__swiper{margin-right:-288px!important;width:100%}@media screen and (max-width:768px){.our-certificate__swiper{margin-right:auto!important}}.our-certificate-nav{width:288px}@media screen and (max-width:768px){.our-certificate-nav{margin-top:30px}}@media screen and (max-width:670px){.our-certificate-nav{margin-top:25px}}.our-certificate__logos{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:78px}@media screen and (max-width:670px){.our-certificate__logos{grid-template-columns:1fr 1fr}}.our-certificate__logo{display:block;height:154px;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:168px}.slider-our-certificate__next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider-our-certificate__next,.slider-our-certificate__prev{cursor:pointer}@media screen and (max-width:670px){.slider-our-certificate__next svg,.slider-our-certificate__prev svg{height:56px;width:56px}}.slider-our-certificate__next:hover path,.slider-our-certificate__prev:hover path{fill:#292b2e;stroke:#292b2e}.slider-our-certificate__next:hover .circle,.slider-our-certificate__prev:hover .circle{fill:#f4bc20}.social-resp{background:#f6f6f7;overflow:hidden;padding-bottom:100px;padding-top:75px;position:relative}@media screen and (max-width:670px){.social-resp{padding-bottom:64px;padding-top:32px}}.social-resp__bg{height:100%;left:calc(50% - 900px);position:absolute;top:0;width:auto}.social-resp__wrapper{position:relative;z-index:2}.social-resp__top{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:52px;padding-left:101px}@media screen and (max-width:1024px){.social-resp__top{padding-left:0}}@media screen and (max-width:991px){.social-resp__top{grid-template-columns:1fr}}@media screen and (max-width:670px){.social-resp__title{margin-bottom:30px}}.social-resp__subtitle{color:#0e0e0f;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:300}.social-resp__cards{display:grid;gap:50px;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:1024px){.social-resp__cards{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.social-resp__cards{grid-template-columns:1fr}}.social-resp-card__icon{height:206px;position:absolute;right:53px;top:0}@media screen and (max-width:670px){.social-resp-card__icon{height:137px}}.social-resp-card__figure{height:206px;margin-bottom:28px;position:relative}@media screen and (max-width:670px){.social-resp-card__figure{height:137px}}.social-resp-card__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.social-resp-card__title{font-size:24px;font-weight:700;line-height:118%;margin-bottom:24px;text-transform:uppercase}.social-resp-card__subtitle,.social-resp-card__title{color:#0e0e0f;font-family:Montserrat,sans-serif;font-style:normal}.social-resp-card__subtitle{font-size:18px;font-weight:300;line-height:111%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:-ms-flexbox;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;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{-ms-flex-negative:0;-ms-flex-order:9999;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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;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);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-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:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.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%;-webkit-transform:translateX(-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:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.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));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;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{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;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{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}