.not-selectable{-webkit-user-select:none;user-select:none}.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{-webkit-overflow-scrolling:touch;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;touch-action:pan-y;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-36px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{touch-action:none;-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid var(--fancybox-accent-color,rgba(1,210,232,.94));border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


html{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:320px}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background-color:#fff;color:#6a6f7d;font-family:arimo,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.25}body.mobile{-webkit-tap-highlight-color:transparent;cursor:pointer}a{color:#0163a9}body:not(.mobile) a:hover{text-decoration:none}.container{margin-left:auto;margin-right:auto;max-width:1440px;padding-left:15px;padding-right:15px;width:100%}@media (max-width:983px){.container{padding-left:10px;padding-right:10px}}
@-webkit-keyframes pulse{0%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}50%{opacity:.4;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}50%{opacity:.4;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}
.page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;min-height:100vh}@media print{.page{display:block}}.page__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}
.field{position:relative}.field>:last-child{margin-bottom:0}.field--error .field__element input,.field--error .field__element select,.field--error .field__element textarea{border-color:#cd3d6c}.field--error .field__error{display:block}.field--search .field__element input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cpath d='M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.146 15.3707 4.888 14.112C3.63 12.8533 3.00067 11.316 3 9.5C3 7.68333 3.62933 6.146 4.888 4.888C6.14667 3.63 7.684 3.00067 9.5 3C11.3167 3 12.854 3.62933 14.112 4.888C15.37 6.14667 15.9993 7.684 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8127 13.5623 12.688 12.687C13.5633 11.8117 14.0007 10.7493 14 9.5C14 8.25 13.5623 7.18733 12.687 6.312C11.8117 5.43667 10.7493 4.99933 9.5 5C8.25 5 7.18733 5.43767 6.312 6.313C5.43667 7.18833 4.99933 8.25067 5 9.5C5 10.75 5.43767 11.8127 6.313 12.688C7.18833 13.5633 8.25067 14.0007 9.5 14Z' fill='%23CDD9E2'/%3e %3c/svg%3e");background-position:left 10px center;background-repeat:no-repeat;background-size:24px 24px;padding-left:44px;padding-right:54px}.field--toggle-value .field__element input{padding-right:150px}.field__label{display:block;margin-bottom:7px}.field__label--no-margin-bottom,.field__label>:last-child{margin-bottom:0}.field__name{display:block;font-size:16px;margin-bottom:5px}.field__name span{color:#cd3d6c}.field__element{display:block;position:relative}.field__element input,.field__element select,.field__element textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #cdd9e2;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#6a6f7d;display:block;font-family:arimo,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin:0;outline:0;padding:9px 10px;resize:none;text-align:left;-webkit-transition:.2s;transition:.2s;width:100%}.field__element input::-ms-expand,.field__element select::-ms-expand,.field__element textarea::-ms-expand{display:none}.field__element input[type=number]::-webkit-inner-spin-button,.field__element input[type=number]::-webkit-outer-spin-button,.field__element input[type=search]::-webkit-search-cancel-button,.field__element input[type=search]::-webkit-search-decoration,.field__element input[type=search]::-webkit-search-results-button,.field__element input[type=search]::-webkit-search-results-decoration,.field__element select[type=number]::-webkit-inner-spin-button,.field__element select[type=number]::-webkit-outer-spin-button,.field__element select[type=search]::-webkit-search-cancel-button,.field__element select[type=search]::-webkit-search-decoration,.field__element select[type=search]::-webkit-search-results-button,.field__element select[type=search]::-webkit-search-results-decoration,.field__element textarea[type=number]::-webkit-inner-spin-button,.field__element textarea[type=number]::-webkit-outer-spin-button,.field__element textarea[type=search]::-webkit-search-cancel-button,.field__element textarea[type=search]::-webkit-search-decoration,.field__element textarea[type=search]::-webkit-search-results-button,.field__element textarea[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.field__element input::-webkit-input-placeholder,.field__element select::-webkit-input-placeholder,.field__element textarea::-webkit-input-placeholder{color:#b7bdcb}.field__element input::-moz-placeholder,.field__element select::-moz-placeholder,.field__element textarea::-moz-placeholder{color:#b7bdcb}.field__element input::-ms-input-placeholder,.field__element select::-ms-input-placeholder,.field__element textarea::-ms-input-placeholder{color:#b7bdcb}.field__element input::placeholder,.field__element select::placeholder,.field__element textarea::placeholder{color:#b7bdcb}.field__element input:placeholder,.field__element select:placeholder,.field__element textarea:placeholder{color:#b7bdcb}.field__element input:-moz-placeholder-shown,.field__element select:-moz-placeholder-shown,.field__element textarea:-moz-placeholder-shown{color:#b7bdcb}.field__element input:-ms-input-placeholder,.field__element select:-ms-input-placeholder,.field__element textarea:-ms-input-placeholder{color:#b7bdcb}.field__element input:placeholder-shown,.field__element select:placeholder-shown,.field__element textarea:placeholder-shown{color:#b7bdcb}.field__element input[type=number],.field__element select[type=number],.field__element textarea[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.field__element input:focus,.field__element select:focus,.field__element textarea:focus{border-color:#6a6f7d}.field__element input:disabled,.field__element select:disabled,.field__element textarea:disabled{background-color:#eff3f5;border-color:transparent}.field__element textarea{height:160px}.field__element select{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 0H10L5 6L0 0Z' fill='%23B7BDCB'/%3e %3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:10px 6px;padding-right:26px}.field__btn-reset{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cg clip-path='url(%23clip0_889_5896)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 13.4142L17.6569 19.0711L19.0711 17.6569L13.4142 12L19.0711 6.34315L17.6569 4.92893L12 10.5858L6.34316 4.92893L4.92895 6.34315L10.5858 12L4.92895 17.6569L6.34316 19.0711L12 13.4142Z' fill='%236A6F7D'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_889_5896'%3e %3crect width='24' height='24' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;border:0;cursor:pointer;height:44px;margin:0;opacity:0;padding:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s;transition:.2s;visibility:hidden;width:44px}.field__btn-reset.visible{opacity:1;visibility:visible}.field__info{font-size:12px;line-height:1.4}.field__error{display:none;font-size:13px;margin-top:5px;text-align:right}.field__error span{background-color:#cd3d6c;color:#fff;display:inline-block;padding:4px 8px;vertical-align:top}.field__toggle{color:#6a6f7d;font-size:16px;position:absolute;right:6px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.field__toggle label{cursor:pointer;display:block}.field__toggle label input{display:none}.field__toggle label span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.field__toggle label span:after{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cpath d='M16.6217 13.9038C16.4324 14.3672 15.8385 14.4285 15.4845 14.0745C15.2383 13.8283 15.1909 13.4523 15.3027 13.1226C15.7169 11.9004 15.4536 10.5036 14.48 9.53C14.1554 9.2027 13.769 8.94312 13.3433 8.7663C12.9176 8.58949 12.461 8.49898 12 8.5C11.97 8.5 11.94 8.51 11.91 8.51L12.47 9.07C12.7627 9.36271 12.7627 9.83729 12.47 10.13C12.1773 10.4227 11.7027 10.4227 11.41 10.13L9.10999 7.83L11.41 5.53C11.7027 5.23729 12.1773 5.23729 12.47 5.53C12.7627 5.82271 12.7627 6.29729 12.47 6.59L12.04 7.02C13.31 7.03 14.57 7.5 15.54 8.46C17.0009 9.92947 17.3614 12.0931 16.6217 13.9038ZM14.89 16.17L12.59 18.47C12.2973 18.7627 11.8227 18.7627 11.53 18.47C11.2373 18.1773 11.2373 17.7027 11.53 17.41L11.95 16.99C10.6431 16.9798 9.39291 16.4553 8.46999 15.53C7.65603 14.7152 7.14792 13.6446 7.03134 12.4988C6.9477 11.6768 7.06923 10.8522 7.37836 10.0966C7.56791 9.63323 8.16178 9.57179 8.51577 9.92578C8.7618 10.1718 8.80917 10.5475 8.69745 10.877C8.28304 12.0993 8.54627 13.4963 9.51999 14.47C10.22 15.17 11.15 15.51 12.08 15.48L11.53 14.93C11.2373 14.6373 11.2373 14.1627 11.53 13.87C11.8227 13.5773 12.2973 13.5773 12.59 13.87L14.89 16.17Z' fill='%23B7BDCB'/%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;content:"";display:block;flex-shrink:0;height:40px;margin-left:6px;width:30px}
.back-to-top{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3e %3crect opacity='0.5' width='50' height='50' fill='%23EFF3F5'/%3e %3cpath opacity='0.5' d='M25.207 25.5974L34.6332 35.0236L37.414 32.2427L25.207 20.0357L13 32.2427L15.7808 35.0236L25.207 25.5974ZM13.4071 13H37.0069V16.9333H13.4071V13Z' fill='%23B7BDCB'/%3e %3c/svg%3e") no-repeat 50%;bottom:15px;font-size:0;height:50px;opacity:0;position:fixed;right:15px;-webkit-transition:.2s;transition:.2s;visibility:hidden;width:50px;z-index:990}@media (max-width:983px){.back-to-top{bottom:10px;right:10px}}body:not(.mobile) .back-to-top:hover{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3e %3crect width='50' height='50' fill='%23EFF3F5'/%3e %3cpath d='M25.207 25.5974L34.6332 35.0236L37.414 32.2427L25.207 20.0357L13 32.2427L15.7808 35.0236L25.207 25.5974ZM13.4071 13H37.0069V16.9333H13.4071V13Z' fill='%23B7BDCB'/%3e %3c/svg%3e")}body:not(.mobile) .back-to-top:active{background-color:#014576}.back-to-top.visible{opacity:1;visibility:visible}@media print{.back-to-top.visible{display:none}}
.btn{background:#102a83;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;line-height:1.25;margin:0;padding:16px 100px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:.2s;transition:.2s;vertical-align:top;z-index:1}body:not(.mobile) .btn:not(:disabled):not(.disabled):hover{background-color:#0163a9}.btn.disabled,.btn:disabled{background-color:#eff3f5;color:#b7bdcb;cursor:not-allowed}.btn--style-1{background-color:#eff3f5;color:#0163a9}body:not(.mobile) .btn--style-1:not(:disabled):not(.disabled):hover{background-color:#cdd9e2}.btn--style-2{background-color:transparent;color:#0163a9;text-decoration:underline}body:not(.mobile) .btn--style-2:not(:disabled):not(.disabled):hover{background-color:#eff3f5;text-decoration:none}.btn--style-3{background-color:#cd3d6c;color:#fff}body:not(.mobile) .btn--style-3:not(:disabled):not(.disabled):hover{background-color:#b6345e}.btn--size-1{padding-bottom:11px;padding-top:11px}.btn--show-on-mobile{display:none}@media (max-width:635px){.btn--show-on-mobile{display:inline-block}.btn--show-on-mobile~*{display:none}}.btn--fluid{padding-left:15px;padding-right:15px;width:100%}
.text{word-wrap:break-word;font-size:16px;font-weight:400;line-height:1.4}.text>:first-child,.text>[class*=text__]:first-child{margin-top:0}.text>:last-child,.text>[class*=text__]:last-child{margin-bottom:0}.text .text__h2,.text>h2{font-size:20px;font-weight:700;margin:0 0 30px}.text p{margin:0 0 21px}.text>ul{list-style:none;margin:0 0 30px;padding:0}.text>ul>li{padding-left:14px;position:relative}.text>ul>li:before{background-color:#6a6f7d;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:9px;width:5px}.text b,.text strong{font-weight:700}@media (max-width:635px){.text--size-1{font-size:12px}}.text--margin-bottom-1{margin-bottom:30px}
.form>:last-child{margin-bottom:0}.form--max-width-1{max-width:330px}@media (max-width:1470px){.form--max-width-1{max-width:264px}}@media (max-width:1206px){.form--max-width-1{max-width:300px}}.form--margin-bottom-1{margin-bottom:30px}.form--search-results{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:635px){.form--search-results{display:block}}.form--search-results .form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}@media (max-width:635px){.form--search-results .form__fields{display:block;margin-bottom:20px}}.form--search-results .form__field{margin-bottom:0;margin-right:30px}@media (max-width:983px){.form--search-results .form__field{margin-right:20px}}@media (max-width:635px){.form--search-results .form__field{margin-bottom:20px;margin-right:0}}.form--search-results .form__field:first-of-type{width:450px}@media (max-width:1206px){.form--search-results .form__field:first-of-type{width:380px}}@media (max-width:983px){.form--search-results .form__field:first-of-type{width:298px}}@media (max-width:635px){.form--search-results .form__field:first-of-type{width:auto}}.form--search-results .form__field:nth-of-type(2){width:210px}@media (max-width:1206px){.form--search-results .form__field:nth-of-type(2){width:216px}}@media (max-width:983px){.form--search-results .form__field:nth-of-type(2){width:192px}}@media (max-width:635px){.form--search-results .form__field:nth-of-type(2){width:auto}}.form--search-results .form__btn{width:330px}@media (max-width:1206px){.form--search-results .form__btn{width:216px}}@media (max-width:983px){.form--search-results .form__btn{width:86px}}@media (max-width:635px){.form--search-results .form__btn{max-width:86px;width:auto}}.form__fields{margin-bottom:20px}.form__fields>:last-child{margin-bottom:0}.form__agreement,.form__field{margin-bottom:20px}.form__agreement{font-size:12px;line-height:1.4}.form__agreement a{color:inherit}
.browsehappy{background-color:#383838;color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.browsehappy{display:table}}.browsehappy span{display:table-cell;font-size:26px;padding:30px;text-align:center;vertical-align:middle}.browsehappy span a{color:inherit}
.general{position:relative}.general:after,.general:before{content:"";position:absolute}.general:before{-webkit-box-shadow:0 0 630px 540px rgba(248,230,236,.56);box-shadow:0 0 630px 540px rgba(248,230,236,.56);right:calc(50% + 520px);top:150px;z-index:-1}.general:after{-webkit-box-shadow:0 0 530px 440px rgba(206,225,238,.66);box-shadow:0 0 530px 440px rgba(206,225,238,.66);right:calc(50% - 220px);top:250px;z-index:-2}.general__inner-wrapper{padding-bottom:90px;padding-top:90px}.general__inner-wrapper>:last-child{margin-bottom:0}@media (max-width:1206px){.general__inner-wrapper{padding-bottom:60px;padding-top:60px}}@media (max-width:983px){.general__inner-wrapper{padding-top:30px}}.general__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:90px}@media (max-width:1206px){.general__row{margin-bottom:60px}}@media (max-width:983px){.general__row{margin-bottom:30px}}.general__col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.general__col>:last-child{margin-bottom:0}.general__col--aside{-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;flex-grow:0;flex-shrink:0;margin-left:30px;width:330px}@media (max-width:1470px){.general__col--aside{width:264px}}@media (max-width:1206px){.general__col--aside{display:none}}.general__col--fluid{width:100%}.general__sticky{position:sticky;top:30px}.general__sticky>:last-child{margin-bottom:0}
.alert{max-height:80vh;overflow:auto;position:fixed;right:20px;top:20px;width:260px;z-index:1000000}.alert ul{list-style:none;margin:0;padding:0}.alert ul li{background-color:#6a6f7d;border-radius:3px;color:#fff;padding:15px 20px}.alert ul li:not(:last-of-type){margin-bottom:20px}.alert ul li.error{background-color:#102a83}.alert ul li.success{background-color:#eff3f5}
.notification{margin-bottom:20px}.notification>:last-child{margin-bottom:0}.notification--error .notification__message span{background-color:#cd3d6c}.notification--success .notification__message span{background-color:#359a44}.notification--no-margin-bottom{margin-bottom:0}.notification.visible{display:block}.notification__message{font-size:16px;line-height:1.4;margin-bottom:10px}.notification__message span{background-color:#6a6f7d;color:#fff;display:inline-block;padding:6px 10px;vertical-align:top}
.preloader{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;z-index:100}.preloader:before{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-color:#0163a9;border-radius:50%;content:"";height:40px;width:40px}.preloader.visible{opacity:1;visibility:visible}
.footer{border-top:1px solid #e8f0f5;padding-bottom:95px;padding-top:45px;position:relative}.footer:after,.footer:before{content:"";position:absolute}.footer:before{bottom:0;-webkit-box-shadow:0 0 530px 440px rgba(206,225,238,.66);box-shadow:0 0 530px 440px rgba(206,225,238,.66);right:calc(50% + 100px);z-index:-1}.footer:after{bottom:0;-webkit-box-shadow:0 0 630px 540px rgba(248,230,236,.56);box-shadow:0 0 630px 540px rgba(248,230,236,.56);right:calc(50% - 420px);z-index:-2}@media (max-width:1470px){.footer{padding-bottom:90px;padding-top:40px}}@media (max-width:1206px){.footer{padding-bottom:70px}}@media (max-width:635px){.footer{padding-bottom:40px;padding-top:20px}}.footer__inner-wrapper>:last-child{margin-bottom:0}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px}@media (max-width:1206px){.footer__row{display:block}}@media (max-width:635px){.footer__row{margin-bottom:50px}}.footer__col--left{-ms-flex-negative:0;flex-shrink:0;margin-right:151px;width:569px}@media (max-width:1470px){.footer__col--left{margin-right:30px;width:calc(50% - 15px)}}@media (max-width:1206px){.footer__col--left{margin-right:0;width:auto}}.footer__col--right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:1206px){.footer__col--right{display:none}}.footer__col--fluid{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.footer__title{color:#0163a9;font-size:20px;font-weight:700;line-height:1.4;margin-bottom:30px}@media (max-width:635px){.footer__title{display:none}}.footer__description{font-size:16px;line-height:1.4;margin-bottom:30px}@media (max-width:635px){.footer__description{display:none}}.footer__short-nav{font-size:14px;line-height:1.4;margin-bottom:30px}@media (max-width:635px){.footer__short-nav{display:none}}.footer__short-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -15px;padding:0}.footer__short-nav ul li{margin-bottom:15px}.footer__short-nav ul li:not(:last-of-type){margin-right:20px}.footer__nav{font-size:14px;line-height:1.4;margin-bottom:30px}.footer__nav ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;list-style:none;margin:0 0 -15px;padding:0}.footer__nav ul li{display:inline-block;margin-bottom:15px;vertical-align:top;width:100%}.footer__info{font-size:16px;line-height:1.4;margin-bottom:30px}@media (max-width:635px){.footer__info{font-size:12px}}.footer__useful-links{font-size:14px;line-height:1.4;margin-bottom:50px}.footer__useful-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -15px;padding:0}.footer__useful-links ul li{margin-bottom:15px}.footer__useful-links ul li:not(:last-of-type){margin-right:20px}.footer__copyright{font-size:16px;line-height:1.4}
.main-contacts{background-color:#fff;-webkit-box-shadow:0 1px 20px 0 #0163a905;box-shadow:0 1px 20px 0 #0163a905;margin-bottom:30px;padding:25px 40px}@media (max-width:635px){.main-contacts{margin-left:-10px;margin-right:-10px;padding:15px 10px}}.main-contacts__inner-wrapper{margin-bottom:-10px}.main-contacts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -27px;padding:0}@media (max-width:1206px){.main-contacts__list{margin-left:-22px;margin-right:-22px}}@media (max-width:635px){.main-contacts__list{margin-left:-10px;margin-right:-10px}}.main-contacts__item{font-size:16px;line-height:1.4;margin-bottom:10px;margin-left:27px;margin-right:27px}@media (max-width:1206px){.main-contacts__item{margin-left:22px;margin-right:22px}}@media (max-width:635px){.main-contacts__item{margin-left:10px;margin-right:10px}}@media (max-width:1206px){.main-contacts__item--address{max-width:360px}}@media (max-width:983px){.main-contacts__item--address{max-width:none}}.main-contacts__title{display:block;font-weight:700;margin-bottom:4px}.main-contacts__value{display:block}.main-contacts__value a{color:inherit;text-decoration:none}body:not(.mobile) .main-contacts__value--email a:hover{text-decoration:underline}
.utility__list{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -15px;padding:0}.utility__item,.utility__list{display:-webkit-box;display:-ms-flexbox;display:flex}.utility__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.utility__item:not(:last-of-type){margin-right:28px}@media (max-width:1470px){.utility__item:not(:last-of-type){margin-right:18px}}.utility__item:before{-ms-flex-negative:0;background-position:50%;background-repeat:no-repeat;content:"";flex-shrink:0;height:35px;margin-right:10px;width:35px}@media (max-width:635px){.utility__item:before{height:28px;width:28px}}.utility__item--headhunter:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 34C26.608 34 34 26.608 34 17.5C34 8.392 26.608 1 17.5 1C8.392 1 1 8.392 1 17.5C1 26.608 8.392 34 17.5 34Z' fill='%23DF1F17'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3889 10.0585V15.6685C11.2469 14.6455 12.2699 14.134 13.4579 14.134C14.0684 14.134 14.6129 14.2495 15.1079 14.4805C15.6029 14.7115 15.9659 15.0085 16.2134 15.3715C16.4609 15.7345 16.6259 16.1305 16.7249 16.576C16.8239 17.005 16.8569 17.6815 16.8569 18.6055V24.595H14.2004V19.183C14.2004 18.1105 14.1509 17.434 14.0519 17.137C13.9529 16.84 13.7714 16.6255 13.5239 16.444C13.2764 16.279 12.9464 16.18 12.5669 16.18C12.1214 16.18 11.7254 16.2955 11.3954 16.51C11.0489 16.7245 10.7849 17.0545 10.6364 17.5C10.4714 17.9455 10.3889 18.589 10.3889 19.447V24.5785H7.73242V10.0585H10.3889Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8333 10.0585V15.6685C21.6913 14.6455 22.7143 14.134 23.9023 14.134C24.5128 14.134 25.0573 14.2495 25.5523 14.4805C26.0473 14.7115 26.4103 15.0085 26.6578 15.3715C26.9053 15.7345 27.0703 16.1305 27.1693 16.576C27.2683 17.005 27.3013 17.6815 27.3013 18.6055V24.595H24.6448V19.183C24.6448 18.1105 24.5953 17.434 24.4963 17.137C24.3973 16.84 24.2158 16.6255 23.9683 16.444C23.7208 16.279 23.3908 16.18 23.0113 16.18C22.5658 16.18 22.1698 16.2955 21.8398 16.51C21.4933 16.7245 21.2458 17.0545 21.0808 17.5C20.9158 17.9455 20.8333 18.589 20.8333 19.447V24.595H18.1768V10.0585H20.8333Z' fill='white'/%3e %3c/svg%3e")}@media (max-width:635px){.utility__item--headhunter:before{background-size:25px 25px}}.utility__item--crki:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='6' y='3' width='26' height='26' fill='url(%23paint0_linear_147_982)'/%3e %3crect x='3' y='16' width='16' height='16' fill='url(%23paint1_linear_147_982)'/%3e %3cpath d='M10 25V29H12V25H16V23H12V19H10V23H6V25H10Z' fill='url(%23paint2_linear_147_982)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_147_982' x1='19' y1='3' x2='19' y2='29' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%232776C4'/%3e %3cstop offset='1' stop-color='%232A6DB6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_147_982' x1='11' y1='16' x2='11' y2='32' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%2372A2CC'/%3e %3cstop offset='1' stop-color='%236593C1'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_147_982' x1='11' y1='19' x2='11' y2='29' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%232E5491'/%3e %3cstop offset='1' stop-color='%23244681'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");height:29px;width:29px}@media (max-width:635px){.utility__item--crki:before{height:28px;width:28px}}.utility__title{display:block;margin-bottom:7px}.utility__title a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top}.utility__title a span{margin-right:5px}.utility__title a:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg%3e %3cpath d='M10 4.75C10 4.33579 9.66421 4 9.25 4H6C4.34315 4 3 5.34315 3 7V14C3 15.6569 4.34315 17 6 17H13C14.6569 17 16 15.6569 16 14V10.75C16 10.3358 15.6642 10 15.25 10C14.8358 10 14.5 10.3358 14.5 10.75V14C14.5 14.8284 13.8284 15.5 13 15.5H6C5.17157 15.5 4.5 14.8284 4.5 14V7C4.5 6.17157 5.17157 5.5 6 5.5H9.25C9.66421 5.5 10 5.16421 10 4.75Z' fill='%23CD3D6C'/%3e %3cpath d='M14.4393 4.5L7.96967 10.9697C7.67678 11.2626 7.67678 11.7374 7.96967 12.0303C8.26256 12.3232 8.73744 12.3232 9.03033 12.0303L15.5 5.56066V7.25C15.5 7.66421 15.8358 8 16.25 8C16.6642 8 17 7.66421 17 7.25V4C17 3.44772 16.5523 3 16 3H12.75C12.3358 3 12 3.33579 12 3.75C12 4.16421 12.3358 4.5 12.75 4.5H14.4393Z' fill='%23CD3D6C'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";height:20px;width:20px}.utility__description{display:block}
.popup{-webkit-overflow-scrolling:touch;bottom:0;left:0;opacity:0;overflow-y:scroll;position:fixed;right:0;text-align:center;top:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;z-index:1100}.popup.active,.popup.active:after,.popup.loading:before{opacity:1;visibility:visible}.popup:before{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-color:#fff;border-radius:50%;height:100px;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:100px}.popup:after,.popup:before{content:"";opacity:0;-webkit-transition:.2s;transition:.2s;visibility:hidden}.popup:after{background-color:rgba(0,0,0,.8);bottom:-100%;cursor:pointer;left:-100%;position:fixed;right:-100%;top:-100%;z-index:-1}.mobile .popup{display:none}.mobile .popup.active,.mobile .popup.active:after,.mobile .popup.loading:before{display:block}.mobile .popup:after,.mobile .popup:before{display:none}.popup__container{background-color:#fff;display:inline-block;margin-bottom:40px;margin-top:40px;max-width:390px;min-width:320px;padding:30px;position:relative;text-align:left;vertical-align:top;width:100%}@media (max-width:635px){.popup__container{margin-bottom:60px;margin-top:60px}}.popup__close{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='close-icon' clip-path='url(%23clip0_889_5642)'%3e %3cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M11.9999 13.4142L17.6567 19.0711L19.071 17.6569L13.4141 12L19.071 6.34315L17.6567 4.92893L11.9999 10.5858L6.34304 4.92893L4.92883 6.34315L10.5857 12L4.92883 17.6569L6.34304 19.0711L11.9999 13.4142Z' fill='%23B7BDCB'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_889_5642'%3e %3crect width='24' height='24' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;font-size:0;height:44px;position:absolute;right:0;top:0;-webkit-transition:.2s;transition:.2s;width:44px}body:not(.mobile) .popup__close:hover{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='close-icon' clip-path='url(%23clip0_889_5642)'%3e %3cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M11.9999 13.4142L17.6567 19.0711L19.071 17.6569L13.4141 12L19.071 6.34315L17.6567 4.92893L11.9999 10.5858L6.34304 4.92893L4.92883 6.34315L10.5857 12L4.92883 17.6569L6.34304 19.0711L11.9999 13.4142Z' fill='%230163a9'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_889_5642'%3e %3crect width='24' height='24' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}.popup__primary{line-height:1.4;margin-bottom:30px;text-align:center}.popup__primary>:last-child{margin-bottom:0}.popup__title{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:20px}.popup__description{font-size:16px}
.form-success{line-height:1.4}.form-success>:last-child{margin-bottom:0}.form-success:before{background:url("data:image/svg+xml,%3csvg width='152' height='150' viewBox='0 0 152 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg filter='url(%23filter0_d_889_5731)'%3e %3crect x='62' y='68' width='50' height='30' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 43H47V99H103V43ZM40 36V106H110V36H40Z' fill='url(%23paint0_linear_889_5731)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 43H47V99H103V43ZM40 36V106H110V36H40Z' fill='url(%23paint1_linear_889_5731)'/%3e %3cpath d='M61.4167 64.3331L77.0417 79.9581L71.514 85.4858L55.889 69.8608L61.4167 64.3331Z' fill='%23D9D9D9'/%3e %3cpath d='M61.4167 64.3331L77.0417 79.9581L71.514 85.4858L55.889 69.8608L61.4167 64.3331Z' fill='url(%23paint2_linear_889_5731)'/%3e %3crect x='93.625' y='63.375' width='31.2695' height='7.81736' transform='rotate(135 93.625 63.375)' fill='url(%23paint3_linear_889_5731)'/%3e %3c/g%3e %3cdefs%3e %3cfilter id='filter0_d_889_5731' x='-10' y='-10' width='170' height='170' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e %3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e %3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e %3cfeOffset dy='4'/%3e %3cfeGaussianBlur stdDeviation='20'/%3e %3cfeComposite in2='hardAlpha' operator='out'/%3e %3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.662745 0 0 0 0.12 0'/%3e %3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_889_5731'/%3e %3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_889_5731' result='shape'/%3e %3c/filter%3e %3clinearGradient id='paint0_linear_889_5731' x1='75' y1='41' x2='75' y2='101' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_889_5731' x1='75' y1='41' x2='75' y2='89' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_889_5731' x1='63.4284' y1='62.1028' x2='65.323' y2='79.8844' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_889_5731' x1='91.5404' y1='78.8013' x2='119.474' y2='60.8735' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:90px;margin-bottom:30px;margin-left:auto;margin-right:auto;width:90px}.form-success__field{margin-bottom:20px}.form-success__description{font-size:12px}.form-success__description--center{text-align:center}
.primary{line-height:1.4;margin-bottom:30px}.primary>:last-child{margin-bottom:0}.primary--size-1 .primary__title{font-size:30px;line-height:1}.primary--margin-bottom-1{margin-bottom:15px}.primary__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#0163a9;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;font-weight:700;margin-bottom:30px;text-transform:uppercase}.primary__title:before{-ms-flex-negative:0;background:url(frontend/src/images/decor/svg/1.svg) repeat 50%;content:"";flex-shrink:0;height:30px;margin-right:30px;width:90px}@media (max-width:1470px){.primary__title:before{width:68px}}@media (max-width:1206px){.primary__title:before{width:52px}}@media (max-width:983px){.primary__title:before{margin-right:20px;width:33px}}@media (max-width:635px){.primary__title:before{margin-right:10px}}.primary__title span{padding-top:2px}.primary__description{font-size:16px}
.aside-nav{line-height:1.4}.aside-nav.active .aside-nav__toggle button{background-color:#b6345e}.aside-nav.active .aside-nav__container{display:block}.aside-nav__toggle{display:none}@media (max-width:1206px){.aside-nav__toggle{display:block}}.aside-nav__toggle button{background:#cd3d6c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2H10V6H14V2ZM10 10H14V14H10V10ZM10 18H14V22H10V18Z' fill='white'/%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;border:0;cursor:pointer;display:block;font-size:0;height:50px;margin:0;padding:0;width:50px}body:not(.mobile) .aside-nav__toggle button:hover{background-color:#b6345e}@media (max-width:1206px){.aside-nav__container{background:#fff;-webkit-box-shadow:0 4px 40px 0 rgba(16,42,131,.15);box-shadow:0 4px 40px 0 rgba(16,42,131,.15);display:none;position:absolute;right:0;width:300px}}.aside-nav__list{list-style:none;margin:10px 0;padding:0}.aside-nav__item:not(:last-of-type){margin-bottom:10px}@media (max-width:1206px){.aside-nav__item:not(:last-of-type){margin-bottom:0}}.aside-nav__item.active .aside-nav__link{background-color:#0163a9;color:#fff}.aside-nav__item.active .aside-nav__link span{text-decoration:none}@media (max-width:1206px){body:not(.mobile) .aside-nav__item.active .aside-nav__link:hover{background-color:#0163a9}}.aside-nav__item.active .aside-nav__link--lock:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='white' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='white' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='white'/%3e %3c/svg%3e")}.aside-nav__link{display:block;padding:10px 20px;text-decoration:none}@media (max-width:1206px){.aside-nav__link{font-size:12px;padding-bottom:5px;padding-top:5px;text-decoration:none}body:not(.mobile) .aside-nav__link:hover{background-color:#eff3f5}}body:not(.mobile) .aside-nav__link:hover span{text-decoration:none}.aside-nav__link span{text-decoration:underline}@media (max-width:1206px){.aside-nav__link span{text-decoration:none}}.aside-nav__link>:last-child{margin-bottom:0}.aside-nav__link--lock span{margin-right:5px}.aside-nav__link--lock:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='%23CD3D6C'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:20px;vertical-align:middle;width:20px}@media (max-width:1206px){.aside-nav__link--lock:after{height:16px;width:16px}}.aside-nav__inner ul{list-style:none;margin:0;padding:10px 0 10px 30px}@media (max-width:1206px){.aside-nav__inner ul{padding:0}}.aside-nav__inner ul li{padding-left:12px;position:relative}@media (max-width:1206px){.aside-nav__inner ul li{font-size:11px;padding-left:0}}.aside-nav__inner ul li:first-of-type a{padding-top:8px}.aside-nav__inner ul li:last-of-type a{padding-bottom:8px}.aside-nav__inner ul li:not(:last-of-type){margin-bottom:21px}@media (max-width:1206px){.aside-nav__inner ul li:not(:last-of-type){margin-bottom:0}}.aside-nav__inner ul li:before{background-color:#0163a9;border-radius:50%;content:"";height:4px;left:0;position:absolute;top:8px;width:4px}@media (max-width:1206px){.aside-nav__inner ul li:before{display:none}.aside-nav__inner ul li a{display:block;padding:5px 20px 5px 30px;text-decoration:none}body:not(.mobile) .aside-nav__inner ul li a:hover{background-color:#eff3f5}}.aside-nav__inner ul li.active:before{background-color:#cd3d6c}.aside-nav__inner ul li.active a{color:#cd3d6c;text-decoration:none}
.introduction{background-color:#0163a9;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;line-height:1.4;min-height:600px;padding-bottom:130px;padding-top:150px;position:relative}.introduction:after,.introduction:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.introduction:before{background-color:#000;opacity:.25}.introduction:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(1,99,169,.6)),to(rgba(205,61,108,.6)));background:linear-gradient(180deg,rgba(1,99,169,.6) 0,rgba(205,61,108,.6))}@media (max-width:1206px){.introduction{min-height:450px;padding-bottom:50px;padding-top:110px}}@media (max-width:983px){.introduction{padding-top:90px}}.introduction>:last-child{margin-bottom:0}.introduction--index{min-height:900px;padding-top:210px}.introduction--index:before{opacity:.2}.introduction--index:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(1,99,169,.45)),to(rgba(205,61,108,.45)));background:linear-gradient(180deg,rgba(1,99,169,.45) 0,rgba(205,61,108,.45))}@media (max-width:1206px){.introduction--index{min-height:660px;padding-top:130px}}@media (max-width:983px){.introduction--index{min-height:540px;padding-top:110px}}@media (max-width:635px){.introduction--index{padding-top:90px}}.introduction--index .introduction__title{margin-bottom:90px;max-width:810px}@media (max-width:1206px){.introduction--index .introduction__title{margin-bottom:50px;max-width:670px}}@media (max-width:983px){.introduction--index .introduction__title{font-size:24px;max-width:460px}}@media (max-width:635px){.introduction--index .introduction__title{font-size:20px}}.introduction__video{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.introduction__video video{height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:5s;transition:5s;visibility:hidden;width:100%}.introduction__video video.visible{opacity:1;visibility:visible}.introduction__inner-wrapper{position:relative;z-index:100}.introduction__content{max-width:1050px}.introduction__content>:last-child{margin-bottom:0}@media (max-width:1470px){.introduction__content{max-width:852px}}@media (max-width:1206px){.introduction__content{max-width:790px}}@media (max-width:983px){.introduction__content{max-width:563px}}.introduction__nav{display:none}@media (max-width:1206px){.introduction__nav{display:block;float:right;margin-bottom:10px;margin-left:10px}}@media (max-width:983px){.introduction__nav{position:relative;top:-10px}}@media (max-width:635px){.introduction__nav{top:-15px}}.introduction__nav.hidden{display:none}.introduction__type{font-size:22px;margin-bottom:15px}@media (max-width:635px){.introduction__type{font-size:18px}}.introduction__title{font-size:42px;font-weight:400;line-height:1.3;margin-bottom:15px}@media (max-width:1206px){.introduction__title{font-size:34px}}@media (max-width:983px){.introduction__title{font-size:30px;margin-bottom:25px}}@media (max-width:635px){.introduction__title{font-size:20px}}.introduction__title h1{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.introduction__description{font-size:16px;margin-bottom:50px}@media (max-width:1206px){.introduction__description{margin-bottom:30px}}@media (max-width:635px){.introduction__description{font-size:12px;margin-bottom:15px}}.introduction__description>:last-child{margin-bottom:0}.introduction__description p{margin:0 0 20px}
.header{border-bottom:1px solid hsla(0,0%,100%,.15);color:#fff;left:0;position:absolute;right:0;top:0;z-index:200}.header--type-1{background:-webkit-gradient(linear,left top,left bottom,color-stop(-18.87%,#0163a9),color-stop(161.25%,#cd3d6c));background:linear-gradient(180deg,#0163a9 -18.87%,#cd3d6c 161.25%);border-bottom:0;left:auto;position:sticky;right:auto;top:auto}.header__row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}@media (max-width:1470px){.header__row{padding-bottom:36px;padding-top:36px}}@media (max-width:1206px){.header__row{padding-bottom:15px;padding-top:15px}}@media (max-width:983px){.header__row{padding-bottom:12px;padding-top:12px}}.header__col--1{margin-right:auto}.header__col--2{margin-left:20px}@media (max-width:1470px){.header__col--2{display:none}}.header__col--3{margin-left:20px;margin-right:-10px}@media (max-width:1470px){.header__col--3{margin-right:15px}}@media (max-width:635px){.header__col--3{display:none}}.header__col--4{display:none}@media (max-width:1470px){.header__col--4{display:block;margin-right:-10px}}.header__logo a,.header__logo img{display:inline-block;max-width:100%;vertical-align:top;width:330px}@media (max-width:983px){.header__logo a,.header__logo img{width:240px}}@media (max-width:635px){.header__logo a,.header__logo img{width:220px}}
.pagination{position:relative}.pagination--margin-bottom-1{margin-bottom:30px}.pagination--margin-top-1{margin-top:30px}.pagination__title{font-size:16px;margin-bottom:10px}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.pagination__item:not(:last-of-type){margin-right:10px}.pagination__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;height:30px;justify-content:center;text-decoration:none;-webkit-transition:.2s;transition:.2s;width:30px}body:not(.mobile) .pagination__link:hover{background-color:#eff3f5;color:#6a6f7d}body:not(.mobile) .pagination__link--dots:hover{background-color:transparent;color:inherit}.pagination__link--active,body:not(.mobile) .pagination__link--active:hover{background-color:#0163a9;color:#fff}
.search-results__list{list-style:none;margin:0;padding:0}.search-results__item>:last-child{margin-bottom:0}.search-results__item:not(:last-of-type){margin-bottom:30px}.search-results__name{font-size:22px;line-height:1.3;margin-bottom:10px}.search-results__name a{color:inherit;text-decoration:none}body:not(.mobile) .search-results__name a:hover{color:#0163a9;text-decoration:underline}.search-results__description{font-size:16px;line-height:1.4;margin-bottom:10px}.search-results__description a{color:inherit;text-decoration:none}body:not(.mobile) .search-results__description a:hover{text-decoration:underline}
.news{position:relative}.news--four-cols .news__item{width:calc(25% - 30px)}@media (max-width:1206px){.news--four-cols .news__item{width:calc(33.33333% - 30px)}}@media (max-width:983px){.news--four-cols .news__item{width:calc(50% - 20px)}}@media (max-width:635px){.news--four-cols .news__item{max-width:467px;width:calc(100% - 20px)}}.news--type-1{margin-top:-183px}@media (max-width:1206px){.news--type-1{margin-top:0}.news--type-2 .news__item:nth-of-type(3):not(.news__item--special){display:none}}@media (max-width:983px){.news--type-2 .news__item--btn-show-all{width:calc(100% - 20px)}}.news__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -15px -50px;padding:0}@media (max-width:983px){.news__list{margin-bottom:-30px;margin-left:-10px;margin-right:-10px;overflow:hidden}}@media (max-width:635px){.news__list{margin-left:-10px;margin-right:-10px;overflow:initial}}.news__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:50px;margin-left:15px;margin-right:15px;position:relative;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .news__item:hover{-webkit-box-shadow:0 4px 40px 0 rgba(0,99,169,.12);box-shadow:0 4px 40px 0 rgba(0,99,169,.12)}@media (max-width:983px){.news__item{margin-bottom:30px;margin-left:10px;margin-right:10px}}.news__image+.news__content{border-top:0;padding-top:10px}.news__image a,.news__image img{display:inline-block;max-width:100%;vertical-align:top}.news__type{background-color:#cd3d6c;border-bottom-left-radius:12px;border-bottom-right-radius:12px;color:#fff;padding:8px 16px;position:absolute;right:10px;top:0}.news__content{-webkit-box-flex:1;-ms-flex-positive:1;background-color:#fff;border:1px solid #cdd9e2;flex-grow:1;line-height:1.4;padding:20px}.news__content>:last-child{margin-bottom:0}.news__date,.news__name{margin-bottom:10px}.news__name{font-size:16px}.news__name a{font-weight:700;text-decoration:none}body:not(.mobile) .news__name a:hover{text-decoration:underline}.news__description>:last-child{margin-bottom:0}.news__description p{margin:0 0 15px}.news__btn-show-all{height:100%}.news__btn-show-all a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:url(frontend/src/images/decor/svg/5.svg) repeat 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-weight:700;height:100%;justify-content:center;padding:50px;position:relative;text-decoration:none;text-transform:uppercase;z-index:1}@media (max-width:983px){.news__btn-show-all a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:25px}}.news__btn-show-all a:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3e %3cpath d='M9 32C9 32.2652 9.10535 32.5196 9.29289 32.7071C9.48043 32.8946 9.73478 33 10 33H31V54C31 54.2652 31.1054 54.5196 31.2929 54.7071C31.4804 54.8946 31.7348 55 32 55C32.2652 55 32.5196 54.8946 32.7071 54.7071C32.8946 54.5196 33 54.2652 33 54V33H54C54.2652 33 54.5196 32.8946 54.7071 32.7071C54.8946 32.5196 55 32.2652 55 32C55 31.7348 54.8946 31.4804 54.7071 31.2929C54.5196 31.1054 54.2652 31 54 31H33V10C33 9.73478 32.8946 9.48043 32.7071 9.29289C32.5196 9.10536 32.2652 9 32 9C31.7348 9 31.4804 9.10536 31.2929 9.29289C31.1054 9.48043 31 9.73478 31 10V31H10C9.73478 31 9.48043 31.1054 9.29289 31.2929C9.10535 31.4804 9 31.7348 9 32Z' fill='%23CCD7DF'/%3e %3c/svg%3e") repeat 50%;content:"";height:64px;margin-bottom:20px;width:64px}@media (max-width:983px){.news__btn-show-all a:before{height:40px;margin-bottom:0;margin-right:20px;width:40px}}.news__btn-show-all a:after{background-color:#fff;bottom:30px;content:"";left:30px;position:absolute;right:30px;top:30px;-webkit-transition:.2s;transition:.2s;z-index:-1}@media (max-width:983px){.news__btn-show-all a:after{bottom:15px;left:15px;right:15px;top:15px}}body:not(.mobile) .news__btn-show-all a:hover{text-decoration:underline}body:not(.mobile) .news__btn-show-all a:hover:after{bottom:40px;left:40px;right:40px;top:40px}@media (max-width:983px){body:not(.mobile) .news__btn-show-all a:hover:after{bottom:20px;left:20px;right:20px;top:20px}}
.categories{position:relative}.categories--four-cols .categories__item{width:calc(25% - 30px)}@media (max-width:983px){.categories--four-cols .categories__item{width:calc(25% - 20px)}}@media (max-width:635px){.categories--four-cols .categories__item{width:calc(100% - 20px)}}.categories--three-cols .categories__item{width:calc(33.33333% - 30px)}@media (max-width:983px){.categories--three-cols .categories__item{width:calc(33.33333% - 20px)}}@media (max-width:635px){.categories--three-cols .categories__item{width:calc(100% - 20px)}}.categories--type-1{margin-top:-190px}@media (max-width:1206px){.categories--type-1{margin-top:-160px}}@media (max-width:983px){.categories--type-1{margin-top:-130px}}@media (max-width:635px){.categories--type-1{margin-top:-65px}}.categories--type-2 .categories__link{line-height:1.4;padding:15px 20px}@media (max-width:1206px){.categories--type-2 .categories__link{line-height:1.2;padding-left:10px;padding-right:10px}}@media (max-width:983px){.categories--type-2 .categories__link{line-height:1.3}}.categories--type-2 .categories__name{font-size:16px;margin-bottom:20px;padding:0}@media (max-width:1206px){.categories--type-2 .categories__name{font-size:14px}}@media (max-width:983px){.categories--type-2 .categories__name{font-size:12px}}.categories--type-2 .categories__icon{height:50px;width:60px}.categories--type-2 .categories__icon:before{width:60px}.categories--type-3{margin-top:-190px}@media (max-width:1206px){.categories--type-3{margin-top:-160px}}@media (max-width:983px){.categories--type-3{margin-top:-100px}}@media (max-width:635px){.categories--type-3{margin-top:-65px}}.categories__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -15px -30px;padding:0}@media (max-width:983px){.categories__list{margin-bottom:-20px;margin-left:-10px;margin-right:-10px}}.categories__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;margin-left:15px;margin-right:15px}@media (max-width:983px){.categories__item{margin-bottom:20px;margin-left:10px;margin-right:10px}}.categories__item--lock{position:relative}.categories__item--lock .categories__name{margin-right:20px}.categories__item--lock:before{background:#fff url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='%23CD3D6C'/%3e %3c/svg%3e") no-repeat 50%;content:"";height:20px;position:absolute;right:10px;top:10px;width:20px;z-index:1}@media (max-width:983px){.categories__item--lock:before{right:5px;top:5px}}.categories__link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;background-color:#fff;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;font-size:18px;line-height:1.3;padding:10px;position:relative;text-decoration:none;top:0;-webkit-transition:.2s;transition:.2s}@media (max-width:1470px){.categories__link{font-size:14px;line-height:1.2}}@media (max-width:983px){.categories__link{font-size:12px;line-height:1.3}}@media (max-width:635px){.categories__link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row}}body:not(.mobile) .categories__link:hover{-webkit-box-shadow:0 4px 40px 0 rgba(0,99,169,.12);box-shadow:0 4px 40px 0 rgba(0,99,169,.12);top:-3px}body:not(.mobile) .categories__link:hover .categories__icon{width:100%}@media (max-width:635px){body:not(.mobile) .categories__link:hover .categories__icon{width:60px}}.categories__name{margin-bottom:10px;padding:10px 20px 0;word-break:break-word}@media (max-width:1470px){.categories__name{min-height:68px;padding-left:10px;padding-right:10px;padding-top:0}}@media (max-width:983px){.categories__name{margin-bottom:5px;padding-left:0;padding-right:0}}@media (max-width:635px){.categories__name{margin-bottom:0;margin-right:10px;min-height:1px}}.categories__icon{background:url(frontend/src/images/decor/svg/2.svg) repeat 100%;display:block;height:90px;margin-left:auto;margin-top:auto;position:relative;-webkit-transition:.2s;transition:.2s;width:110px}@media (max-width:1470px){.categories__icon{height:60px;width:80px}}@media (max-width:983px){.categories__icon{height:47px;width:60px}}@media (max-width:635px){.categories__icon{-ms-flex-negative:0;flex-shrink:0;height:50px;margin-top:0}}.categories__icon:before{background-position:50%;background-repeat:no-repeat;background-size:53px 53px;bottom:0;content:"";position:absolute;right:0;top:0;width:110px}@media (max-width:1470px){.categories__icon:before{background-size:40px 40px;width:80px}}@media (max-width:983px){.categories__icon:before{width:60px}}@media (max-width:635px){.categories__icon:before{width:100%}}.categories__icon--1:before{background-image:url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 640 480' xml:space='preserve'%3e %3cdesc%3eCreated with Fabric.js 3.6.6%3c/desc%3e %3cdefs%3e %3c/defs%3e %3cg transform='matrix(8.52 0 0 8.52 255.16 180.34)'%3e %3cg style=''%3e %3cg transform='matrix(1 0 0 1 19.5 18.5)'%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' x='-25' y='-15' rx='0' ry='0' width='50' height='30'/%3e %3c/g%3e %3cg transform='matrix(1 0 0 1 -4.5 -5.5)'%3e %3clinearGradient id='SVGID_paint0_linear_1465_13647_5' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 1 -40 -28)' x1='40' y1='13' x2='40' y2='43'%3e %3cstop offset='0%25' style='stop-color:rgb(205,61,108);stop-opacity: 1'/%3e %3cstop offset='100%25' style='stop-color:rgb(255,208,224);stop-opacity: 1'/%3e %3c/linearGradient%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(%23SVGID_paint0_linear_1465_13647_5); fill-rule: nonzero; opacity: 1;' x='-25' y='-15' rx='0' ry='0' width='50' height='30'/%3e %3c/g%3e %3cg transform='matrix(1 0 0 1 7.5 6.5)'%3e %3clinearGradient id='SVGID_paint1_linear_1465_13647_6' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 1 -52 -40)' x1='52' y1='25' x2='52' y2='55'%3e %3cstop offset='0%25' style='stop-color:rgb(1,99,169);stop-opacity: 1'/%3e %3cstop offset='100%25' style='stop-color:rgb(169,207,235);stop-opacity: 1'/%3e %3c/linearGradient%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(%23SVGID_paint1_linear_1465_13647_6); fill-rule: nonzero; opacity: 1;' x='-25' y='-15' rx='0' ry='0' width='50' height='30'/%3e %3c/g%3e %3cg transform='matrix(1 0 0 1 19.5 18.5)'%3e %3clinearGradient id='SVGID_paint2_linear_1465_13647_7' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 1 -64 -52)' x1='64' y1='37' x2='64' y2='67'%3e %3cstop offset='0%25' style='stop-color:rgb(16,42,131);stop-opacity: 1'/%3e %3cstop offset='100%25' style='stop-color:rgb(150,168,231);stop-opacity: 1'/%3e %3c/linearGradient%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(%23SVGID_paint2_linear_1465_13647_7); fill-rule: nonzero; opacity: 1;' x='-25' y='-15' rx='0' ry='0' width='50' height='30'/%3e %3c/g%3e %3cg transform='matrix(1 0 0 1 19.5 18.5)'%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(26,51,138); fill-rule: nonzero; opacity: 1;' x='-8' y='-8' rx='8' ry='8' width='16' height='16'/%3e %3c/g%3e %3cg transform='matrix(1 0 0 1 19.5 18.5)'%3e %3clinearGradient id='SVGID_paint3_linear_1465_13647_8' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 1 -64 -52)' x1='64' y1='44' x2='64' y2='60'%3e %3cstop offset='0%25' style='stop-color:rgb(16,42,131);stop-opacity: 1'/%3e %3cstop offset='100%25' style='stop-color:rgb(150,168,231);stop-opacity: 1'/%3e %3c/linearGradient%3e %3crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(%23SVGID_paint3_linear_1465_13647_8); fill-rule: nonzero; opacity: 1;' x='-8' y='-8' rx='8' ry='8' width='16' height='16'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-size:76px 56px}@media (max-width:1470px){.categories__icon--1:before{background-size:50px 39px}}@media (max-width:983px){.categories__icon--1:before{background-size:34px 24px}}.categories__icon--2:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 62 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='2' y='43' width='58' height='10' fill='url(%23paint0_linear_1465_13648)'/%3e %3crect x='7' y='21' width='48' height='22' fill='url(%23paint1_linear_1465_13648)'/%3e %3cpath d='M31 0L0 21H62L31 0Z' fill='url(%23paint2_linear_1465_13648)'/%3e %3crect x='26' y='7' width='10' height='10' rx='5' fill='%231A338A'/%3e %3crect x='26' y='7' width='10' height='10' rx='5' fill='url(%23paint3_linear_1465_13648)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1465_13648' x1='31' y1='43' x2='31' y2='53' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13648' x1='31' y1='21' x2='31' y2='43' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13648' x1='31' y1='0' x2='31' y2='21' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.177083' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13648' x1='31' y1='7' x2='31' y2='17' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");background-size:62px 53px}@media (max-width:1470px){.categories__icon--2:before{background-size:41px 39px}}@media (max-width:983px){.categories__icon--2:before{background-size:29px 24px}}.categories__icon--3:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 54 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15 4C15 1.79086 16.7909 0 19 0H35C37.2091 0 39 1.79086 39 4V15H15V4Z' fill='url(%23paint0_linear_1465_13649)'/%3e %3cpath d='M0 25H54V49H0V25Z' fill='white'/%3e %3cpath d='M0 25H54V49H0V25Z' fill='url(%23paint1_linear_1465_13649)'/%3e %3cpath d='M27 33L0 25V11H54V25L27 33Z' fill='url(%23paint2_linear_1465_13649)'/%3e %3crect x='24' y='23' width='6' height='6' rx='3' fill='%231A338A'/%3e %3crect x='24' y='23' width='6' height='6' rx='3' fill='url(%23paint3_linear_1465_13649)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1465_13649' x1='27' y1='0' x2='27' y2='15' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13649' x1='27' y1='25' x2='27' y2='49' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13649' x1='27' y1='11' x2='27' y2='33' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13649' x1='27' y1='23' x2='27' y2='29' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");background-size:54px 49px}@media (max-width:1470px){.categories__icon--3:before{background-size:36px 34px}}@media (max-width:983px){.categories__icon--3:before{background-size:26px 22px}}.categories__icon--4:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 54 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 0H44V30L24 50H0V0Z' fill='url(%23paint0_linear_1465_13662)'/%3e %3cpath d='M0 0H44V30L24 50H0V0Z' fill='url(%23paint1_linear_1465_13662)'/%3e %3cpath d='M0 0H44V30L24 50H0V0Z' fill='url(%23paint2_linear_1465_13662)'/%3e %3cpath d='M10 10H54V45L39 60H10V10Z' fill='url(%23paint3_linear_1465_13662)'/%3e %3cpath d='M10 10H54V45L39 60H10V10Z' fill='url(%23paint4_linear_1465_13662)'/%3e %3cpath d='M10 10H54V45L39 60H10V10Z' fill='url(%23paint5_linear_1465_13662)'/%3e %3cpath d='M39 45H54L39 60V45Z' fill='url(%23paint6_linear_1465_13662)'/%3e %3cpath d='M39 45H54L39 60V45Z' fill='url(%23paint7_linear_1465_13662)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1465_13662' x1='17' y1='-10' x2='17' y2='38' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13662' x1='2.8627' y1='-83.4144' x2='53.4097' y2='-77.6699' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13662' x1='22' y1='0' x2='22' y2='50' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13662' x1='27' y1='-1.43051e-07' x2='27' y2='48' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_1465_13662' x1='12.8627' y1='-73.4144' x2='63.4097' y2='-67.6699' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint5_linear_1465_13662' x1='32' y1='10' x2='32' y2='60' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint6_linear_1465_13662' x1='44' y1='40' x2='44' y2='60' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint7_linear_1465_13662' x1='44' y1='40' x2='44' y2='60' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");background-size:54px 60px}@media (max-width:1470px){.categories__icon--4:before{background-size:35px 39px}}@media (max-width:983px){.categories__icon--4:before{background-size:23px 27px}}.categories__icon--5:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Group 6'%3e %3cg id='Vector 4 (Stroke)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10H21.5V16H0V10Z' fill='%23CD3D6C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10H21.5V16H0V10Z' fill='url(%23paint0_linear_1482_5134)'/%3e %3c/g%3e %3cg id='Vector 3 (Stroke)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1215 0.878662L26.2429 13L14.1215 25.1213L9.87891 20.8787L17.7576 13L9.87891 5.1213L14.1215 0.878662Z' fill='%23102A83'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1215 0.878662L26.2429 13L14.1215 25.1213L9.87891 20.8787L17.7576 13L9.87891 5.1213L14.1215 0.878662Z' fill='url(%23paint1_linear_1482_5134)'/%3e %3c/g%3e %3cg id='Vector 3 (Stroke)_2'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.2429 13L14.1215 25.1213L9.87891 20.8787L17.7576 13H26.2429Z' fill='%23102A83'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.2429 13L14.1215 25.1213L9.87891 20.8787L17.7576 13H26.2429Z' fill='url(%23paint2_linear_1482_5134)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.2429 13L14.1215 25.1213L9.87891 20.8787L17.7576 13H26.2429Z' fill='url(%23paint3_linear_1482_5134)'/%3e %3c/g%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1482_5134' x1='0' y1='16' x2='19.5' y2='16' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1482_5134' x1='18.0609' y1='0.878662' x2='18.0609' y2='25.1213' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1482_5134' x1='18.0609' y1='0.878692' x2='18.0609' y2='25.1213' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1482_5134' x1='18.0609' y1='13' x2='18.0609' y2='25.1213' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");background-size:27px 26px}
.representations--four-cols .representations__item{width:calc(33.33333% - 30px)}@media (max-width:983px){.representations--four-cols .representations__item{width:calc(50% - 20px)}}@media (max-width:635px){.representations--four-cols .representations__item{width:calc(100% - 20px)}}.representations__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -15px -30px;padding:0}@media (max-width:983px){.representations__list{margin-bottom:-20px;margin-left:-10px;margin-right:-10px}}.representations__item{border:1px solid #cdd9e2;line-height:1.4;margin-bottom:30px;margin-left:15px;margin-right:15px;padding:25px 20px}.representations__item>:last-child{margin-bottom:0}@media (max-width:983px){.representations__item{margin-bottom:20px;margin-left:10px;margin-right:10px}}.representations__flag{margin-bottom:20px}.representations__flag svg{display:block;height:30px;width:40px}.representations__name{font-size:16px;font-weight:700;margin-bottom:20px}.representations__name a{text-decoration:none}body:not(.mobile) .representations__name a:hover{text-decoration:underline}.representations__address{margin-bottom:20px}.representations__tel a{color:inherit;text-decoration:none}
.contacts{background:url(frontend/src/images/decor/svg/3.svg) repeat-y 0;border:1px solid transparent}@media (max-width:1470px){.contacts{background-position:left -22px center}}@media (max-width:1206px){.contacts{background-position:left -38px center}}@media (max-width:983px){.contacts{background-position:left -57px center}}@media (max-width:635px){.contacts{background:none}}.contacts__list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;list-style:none;margin:0 0 -30px;padding:20px 0 20px 120px}@media (max-width:1470px){.contacts__list{padding-left:97px}}@media (max-width:1206px){.contacts__list{padding-left:81px}}@media (max-width:983px){.contacts__list{padding-bottom:30px;padding-left:52px;padding-top:30px}}@media (max-width:635px){.contacts__list{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;padding-bottom:0;padding-left:0;padding-top:0}}.contacts__item{display:inline-block;margin-bottom:30px;vertical-align:top;width:100%}.contacts__item>:last-child{margin-bottom:0}.contacts__name{color:#0163a9;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:10px}.contacts__tel{font-size:22px;line-height:1.3}.contacts__tel a{color:inherit;text-decoration:none}
.info{margin-bottom:90px}@media (max-width:983px){.info{margin-bottom:60px}}@media (max-width:635px){.info{margin-bottom:50px}}.info__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:983px){.info__row{display:block}}.info__col--left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:150px}@media (max-width:1470px){.info__col--left{margin-right:128px}}@media (max-width:1206px){.info__col--left{margin-right:112px}}@media (max-width:983px){.info__col--left{margin-bottom:30px;margin-right:0}}.info__col--right{-ms-flex-negative:0;flex-shrink:0;width:450px}@media (max-width:1470px){.info__col--right{width:362px}}@media (max-width:1206px){.info__col--right{width:298px}}@media (max-width:983px){.info__col--right{width:auto}}
.callback{background-color:#fff;border:1px solid #cdd9e2;padding:25px 20px}@media (max-width:983px){.callback{text-align:center}}.callback>:last-child{margin-bottom:0}.callback:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 54 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 20H54V52H0V20Z' fill='url(%23paint0_linear_1465_13651)'/%3e %3cpath d='M27 40L0 20H54L27 40Z' fill='url(%23paint1_linear_1465_13651)'/%3e %3cpath d='M27 0L0 20H54L27 0Z' fill='url(%23paint2_linear_1465_13651)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1465_13651' x1='27' y1='20' x2='27' y2='45.6' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13651' x1='27' y1='20' x2='27' y2='42' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13651' x1='27' y1='20' x2='27' y2='0' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:54px 52px;content:"";display:block;height:90px;margin-bottom:20px;width:90px}@media (max-width:983px){.callback:before{margin-left:auto;margin-right:auto}}.callback__btn{margin-bottom:20px;max-width:330px}@media (max-width:1470px){.callback__btn{max-width:none}}@media (max-width:983px){.callback__btn{margin-left:auto;margin-right:auto;max-width:258px}}.callback__description{font-size:16px;line-height:1.4}@media (max-width:983px){.callback__description{margin-left:auto;margin-right:auto;max-width:360px}}
.link a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#b7bdcb;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;vertical-align:top}body:not(.mobile) .link a:hover{text-decoration:underline}.link a:before{background-position:50%;background-repeat:no-repeat;content:"";height:18px;margin-right:8px;width:17px}.link--pdf a:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 18' fill='none'%3e %3cpath d='M7.9987 14.6666H2.9987C2.55667 14.6666 2.13275 14.4911 1.82019 14.1785C1.50763 13.8659 1.33203 13.442 1.33203 13V2.99998C1.33203 2.55795 1.50763 2.13403 1.82019 1.82147C2.13275 1.50891 2.55667 1.33331 2.9987 1.33331H12.9987V5.49998' stroke='%23CD3D6C' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M8.83203 11.3333H2.9987C2.55667 11.3333 2.13275 11.5089 1.82019 11.8215C1.50763 12.134 1.33203 12.558 1.33203 13M10.4987 13.8333L12.9987 16.3333M12.9987 16.3333L15.4987 13.8333M12.9987 16.3333V8.83331' stroke='%23CD3D6C' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.link--exit a:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e %3cpath d='M12 6V4C12 3.44772 11.5523 3 11 3H4C3.44772 3 3 3.44772 3 4V16C3 16.5523 3.44772 17 4 17H11C11.5523 17 12 16.5523 12 16V13' stroke='%23CD3D6C' stroke-width='1.7' stroke-linecap='round'/%3e %3cpath d='M16 12L18.5 9.5M18.5 9.5L16 7M18.5 9.5H9' stroke='%23CD3D6C' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.link--style-1 a{color:#6a6f7d}
.authed{background-color:#fff;border:1px solid #cdd9e2;line-height:1.4;margin-bottom:20px;padding:25px 20px}.authed>:last-child{margin-bottom:0}@media (max-width:1206px){.authed{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}}@media (max-width:635px){.authed{display:block;padding:10px 15px}}.authed__title{font-size:16px;margin-bottom:10px}@media (max-width:1206px){.authed__title{margin-right:10px}}@media (max-width:635px){.authed__title{margin-right:0}}.authed__name{font-size:20px;font-weight:700;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1206px){.authed__name{-webkit-box-ordinal-group:11;-ms-flex-order:10;margin-bottom:0;order:10;width:100%}}@media (max-width:635px){.authed__name{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;margin-bottom:10px;order:0;width:auto}}.authed__name a{text-decoration:none}body:not(.mobile) .authed__name a:hover{text-decoration:underline}@media (max-width:1206px){.authed__link{margin-left:auto}}@media (max-width:635px){.authed__link{margin-left:0}}
.search-by-section{margin-bottom:30px}
.materials__error-message{display:none;font-size:16px}.materials__error-message.visible{display:block}.materials__inner-wrapper>:last-child{margin-bottom:0}.materials__container{margin-bottom:60px}.materials__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.materials__list--three-cols .materials__item{border-bottom:1px solid #cdd9e2;border-right:1px solid #cdd9e2;width:33.3333333333%}.materials__list--three-cols .materials__item:not(:first-of-type){border-top:0}.materials__list--three-cols .materials__item:nth-of-type(3n){border-right:0}.materials__list--three-cols .materials__item.first-in-last-visible-row,.materials__list--three-cols .materials__item.first-in-last-visible-row~*{border-bottom:0}@media (max-width:983px){.materials__list--three-cols .materials__item{width:50%}.materials__list--three-cols .materials__item:nth-of-type(3n){border-right:1px solid #cdd9e2}.materials__list--three-cols .materials__item:nth-of-type(2n){border-right:0}}@media (max-width:635px){.materials__list--three-cols .materials__item{border-right:0;width:100%}.materials__list--three-cols .materials__item:nth-of-type(3n){border-right:0}}.materials__list--limited-quantity-1 .materials__item{display:none}.materials__list--limited-quantity-1 .materials__item.visible,.materials__list--limited-quantity-1 .materials__item:first-of-type,.materials__list--limited-quantity-1 .materials__item:nth-of-type(2),.materials__list--limited-quantity-1 .materials__item:nth-of-type(3),.materials__list--limited-quantity-1 .materials__item:nth-of-type(4),.materials__list--limited-quantity-1 .materials__item:nth-of-type(5),.materials__list--limited-quantity-1 .materials__item:nth-of-type(6){display:-webkit-box;display:-ms-flexbox;display:flex}.materials__list--limited-quantity-2 .materials__item{display:none}.materials__list--limited-quantity-2 .materials__item.visible,.materials__list--limited-quantity-2 .materials__item:first-of-type,.materials__list--limited-quantity-2 .materials__item:nth-of-type(2),.materials__list--limited-quantity-2 .materials__item:nth-of-type(3){display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:983px){.materials__list--limited-quantity-2 .materials__item:nth-of-type(4){display:-webkit-box;display:-ms-flexbox;display:flex}}.materials__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;line-height:1.4;margin-left:-1px;margin-top:-1px;padding:20px;width:100%}.materials__item:not(:first-of-type){border-top:1px solid #cdd9e2}.materials__item>:last-child{margin-bottom:0}.materials__description{margin-bottom:20px}.materials__link{margin-top:auto}.materials__btn{margin-left:auto;margin-right:auto;margin-top:30px;max-width:330px}@media (max-width:635px){.materials__btn{max-width:none}}.materials__btn.hidden{display:none}
.section{margin-bottom:90px}.section>:last-child{margin-bottom:0}@media (max-width:1206px){.section{margin-bottom:60px}}
.bank-history{line-height:1.4}.bank-history:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 42 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='7' width='6' height='47' fill='url(%23paint0_linear_1465_13650)'/%3e %3cpath d='M0 51C0 48.7909 1.79086 47 4 47H16C18.2091 47 20 48.7909 20 51V53H0V51Z' fill='url(%23paint1_linear_1465_13650)'/%3e %3cpath d='M0 51C0 48.7909 1.79086 47 4 47H16C18.2091 47 20 48.7909 20 51V53H0V51Z' fill='url(%23paint2_linear_1465_13650)'/%3e %3cpath d='M7 0H42L34.7941 11L42 22H7V0Z' fill='url(%23paint3_linear_1465_13650)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_1465_13650' x1='10' y1='0' x2='10' y2='47' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FFD0E0'/%3e %3cstop offset='1' stop-color='%23CD3D6C'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13650' x1='10' y1='47' x2='10' y2='53' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13650' x1='10' y1='47' x2='10' y2='53' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13650' x1='26.5588' y1='0' x2='26.5588' y2='22' gradientUnits='userSpaceOnUse'%3e %3cstop offset='0.114583' stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%,url(frontend/src/images/decor/svg/2.svg) repeat 50%;background-size:42px 53px,auto auto;content:"";display:block;height:90px;margin-bottom:15px;margin-left:auto;margin-right:auto;position:relative;width:110px}.bank-history__main-date{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:3px;text-align:center}.bank-history__main-title{font-size:16px;margin-bottom:10px;text-align:center}@media (max-width:635px){.bank-history__main-title{margin-bottom:46px}}.bank-history__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media (max-width:635px){.bank-history__list{padding-left:24px}}.bank-history__item{padding-bottom:30px;position:relative;width:50%}@media (max-width:635px){.bank-history__item{padding-bottom:20px;width:100%}}.bank-history__item>:last-child{margin-bottom:0}.bank-history__item:before{background-color:#fff;border:4px solid #102a83;content:"";height:28px;position:absolute;top:0;width:28px}.bank-history__item--left{border-right:2px solid #102a83;padding-right:75px;text-align:right}@media (max-width:1206px){.bank-history__item--left{padding-right:84px}}@media (max-width:983px){.bank-history__item--left{padding-right:60px}}@media (max-width:635px){.bank-history__item--left{border-left:2px solid #102a83;border-right:0;padding-left:50px;padding-right:0;text-align:left}}.bank-history__item--left:before{right:-14px}@media (max-width:635px){.bank-history__item--left:before{left:-14px;right:auto}}.bank-history__item--left .bank-history__description{margin-left:auto}@media (max-width:635px){.bank-history__item--left .bank-history__description{margin-left:0}}.bank-history__item--left .bank-history__description ul li:before{display:inline-block;left:auto;margin-right:9px;position:static;top:auto;vertical-align:middle}@media (max-width:635px){.bank-history__item--left .bank-history__description ul li:before{height:4px;left:0;margin-right:0;position:absolute;top:6px;width:4px}}.bank-history__item--right{border-left:2px solid #102a83;margin-left:-2px;padding-left:75px}@media (max-width:1206px){.bank-history__item--right{padding-left:84px}}@media (max-width:983px){.bank-history__item--right{padding-left:60px}}@media (max-width:635px){.bank-history__item--right{margin-left:0;padding-left:50px}}.bank-history__item--right:before{left:-16px}@media (max-width:635px){.bank-history__item--right:before{left:-14px}}.bank-history__item--right-position{margin-left:calc(50% - 2px)}@media (max-width:635px){.bank-history__item--right-position{margin-left:0}}.bank-history__item--start{padding-bottom:48px}.bank-history__item--start:before{background-image:url("data:image/svg+xml,%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4700 4520' preserveAspectRatio='xMidYMid meet'%3e %3cg id='layer1' fill='%23cd3d6c' stroke='none'%3e %3cpath d='M275 4268 c-3 -7 -4 -897 -3 -1978 l3 -1965 2080 0 2080 0 0 1975 0 1975 -2078 3 c-1657 2 -2079 0 -2082 -10z'/%3e %3c/g%3e %3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:14px 14px}.bank-history__date{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:3px}.bank-history__description{font-size:16px;line-height:1.4;max-width:330px}@media (max-width:635px){.bank-history__description{font-size:12px}}.bank-history__description>:last-child{margin-bottom:0}.bank-history__description p{margin:0 0 21px}.bank-history__description ul{list-style:none;margin:0 0 30px;padding:0}.bank-history__description ul li{padding-left:14px;position:relative}@media (max-width:635px){.bank-history__description ul li{padding-left:11px}}.bank-history__description ul li:before{background-color:#6a6f7d;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:9px;width:5px}@media (max-width:635px){.bank-history__description ul li:before{height:4px;top:6px;width:4px}}
.promo{background:#fff url(frontend/src/images/decor/svg/4.svg) repeat-y 0;background-size:90px 169px;border:1px solid #cdd9e2;-webkit-box-shadow:0 1px 20px 0 rgba(1,99,169,.02),0 4px 40px 0 rgba(0,99,169,.12);box-shadow:0 1px 20px 0 rgba(1,99,169,.02),0 4px 40px 0 rgba(0,99,169,.12);line-height:1.4;padding-left:90px}@media (max-width:1470px){.promo{background-position:left -22px center;padding-left:70px}}@media (max-width:1206px){.promo{background-position:left -38px center;padding-left:50px}}@media (max-width:983px){.promo{background-position:left -57px center;padding-left:20px}}@media (max-width:635px){.promo{background-position:left -30px center;padding-left:60px}}.promo__content{font-size:16px;padding:30px}@media (max-width:635px){.promo__content{padding:35px 20px}}.promo__title{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:25px;text-transform:uppercase}@media (max-width:635px){.promo__title{font-size:17px}}.promo__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -55px;padding:0}@media (max-width:635px){.promo__list{display:block}}.promo__item{margin-bottom:55px}.promo__item:not(:last-of-type){margin-right:55px}.promo__name{font-size:16px;font-weight:700;margin-bottom:5px}.promo__value a{color:inherit;text-decoration:none}body:not(.mobile) .promo__value--email a:hover{text-decoration:underline}
.tabs,.tabs__nav{margin-bottom:30px}.tabs__nav{border-bottom:1px solid #cdd9e2;display:grid}.tabs__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;overflow:auto;padding:0}.tabs__nav ul li label{cursor:pointer;display:block}.tabs__nav ul li label input{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tabs__nav ul li label input:checked~span{border-bottom-color:#cd3d6c}.tabs__nav ul li label span{border-bottom:1px solid transparent;display:block;font-size:16px;padding:15px 20px;-webkit-transition:.2s;transition:.2s;white-space:nowrap}body:not(.mobile) .tabs__nav ul li label span:hover{border-bottom-color:#cd3d6c}.tabs__content>ul{list-style:none;margin:0;padding:0}.tabs__content>ul>li>:last-child{margin-bottom:0}
.event-program{margin-bottom:30px}.event-program__list{list-style:none;margin:0;padding:0}.event-program__item{display:-webkit-box;display:-ms-flexbox;display:flex}.event-program__item:not(:last-of-type){margin-bottom:20px}.event-program__date{-ms-flex-negative:0;flex-shrink:0;margin-right:30px;width:140px}@media (max-width:1206px){.event-program__date{margin-right:25px}}@media (max-width:983px){.event-program__date{margin-right:20px}}@media (max-width:635px){.event-program__date{margin-right:10px;width:75px}}.event-program__description--main{margin-bottom:30px}
.about__row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:983px){.about__row{display:block}}.about__col>:last-child{margin-bottom:0}.about__col--left{background:url(frontend/src/images/decor/svg/6.svg) repeat-y 0 0;background-size:90px 408px;margin-right:150px;padding-left:120px}@media (max-width:1470px){.about__col--left{background-position:left -22px top;margin-right:155px;padding-left:98px}}@media (max-width:1206px){.about__col--left{background-position:left -38px top;margin-right:30px;padding-left:82px}}@media (max-width:983px){.about__col--left{background-position:left -57px top;margin-bottom:30px;margin-right:0;padding-left:53px}}@media (max-width:635px){.about__col--left{background:none;padding-left:0}}.about__col--right{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;width:450px}@media (max-width:1470px){.about__col--right{display:block;width:264px}}@media (max-width:1206px){.about__col--right{width:236px}}@media (max-width:983px){.about__col--right{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:auto}}@media (max-width:635px){.about__col--right{display:block}}@media (max-width:1470px){.about__image{text-align:center}}@media (max-width:1206px){.about__image{margin-left:auto;margin-right:auto;max-width:140px}}@media (max-width:983px){.about__image{margin-left:0;margin-right:0;max-width:none}}.about__image a,.about__image img{display:inline-block;max-width:100%;vertical-align:top}.about__image img{-webkit-box-shadow:0 4px 40px 0 rgba(0,99,169,.08),0 2px 35px 0 rgba(0,99,169,.05),0 0 3px 0 rgba(1,99,169,.24);box-shadow:0 4px 40px 0 rgba(0,99,169,.08),0 2px 35px 0 rgba(0,99,169,.05),0 0 3px 0 rgba(1,99,169,.24)}.about__content{background:#edf1f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAICAIAAADLHh7PAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA/UlEQVR42rRU0Q7DIAhU6v//6R72srfiMNfQm8rMuo2kpqF4cHA03+6PtDLVVGvKOYmQs6aq7aXzf2OWRWeY+/5BooJoXMCJFzYDsjDkc1DJqcrBlv2XDVBj6bpqHALq8aTCHfJzvC+z6hEGv3G+PC4eTtdT+zQKhD+h4JcpbdskAiUaiqNz9SY5Ib8hwH+B2NHgoI9ONfKzuPw8p+TtcW52jdOcrLRJjntpfr/lxCIZc+M4dRcZ8WF9TvHL2DnEATFSGpwM57e6ab+3qKxOist9W1Ca7onrs+WQNqiR1Thq3lLWSTTAn/z3yvsW+p4wK1skjVktK/73f/wpwADp29XqRNUJ0QAAAABJRU5ErkJggg==) repeat 50%;padding:40px 20px}.about__content>:last-child{margin-bottom:0}@media (max-width:1470px){.about__content{margin-top:-20px;padding-left:35px;padding-right:35px;padding-top:30px}}@media (max-width:1206px){.about__content{margin-top:-10px;padding:30px 20px}}@media (max-width:983px){.about__content{margin-right:0;padding:40px 20px}}@media (max-width:635px){.about__content{margin-left:auto;margin-right:auto;margin-top:-30px;max-width:300px;padding-left:50px;padding-right:50px}}.about__title{margin-bottom:10px}.about__title a{font-size:20px;font-weight:700;line-height:1.4;text-decoration:none}body:not(.mobile) .about__title a:hover{text-decoration:underline}
.tags{margin-bottom:30px}.tags__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.tags__item{margin-bottom:10px}.tags__item:not(:last-of-type){margin-right:15px}.tags__item a{background-color:#e7e7e7;border-radius:2500px;color:inherit;display:inline-block;font-size:14px;line-height:1.4;padding:2px 16px;text-decoration:none;-webkit-transition:.2s;transition:.2s;vertical-align:top}body:not(.mobile) .tags__item a:hover{background-color:#cacaca}
.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.nav__item{position:relative}.nav__item:not(:last-of-type){margin-right:10px}.nav__item:hover .nav__link:before{height:100%}.nav__item:hover .nav__inner{opacity:1;visibility:visible}.nav__link{color:#fff;display:block;font-weight:700;line-height:1.3;padding:50px 15px;position:relative;text-decoration:none;text-transform:uppercase;z-index:1}.nav__link,.nav__link:before{-webkit-transition:.2s;transition:.2s}.nav__link:before{background-color:#cd3d6c;bottom:0;content:"";height:0;left:0;position:absolute;right:0;z-index:-1}body:not(.mobile):not(.search--opened) .nav__link:hover:before,body:not(.search--opened) .nav__link.active:before{height:100%}.nav__inner{opacity:0;-webkit-transition:.2s;transition:.2s;visibility:hidden}.nav__inner-content{position:absolute;width:320px}
.search{position:relative;z-index:100}.search.active .search__container{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1470px){.search.active .search__container{display:none}}.search__btn-toggle a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3e %3cpath d='M40.8333 43.75L27.7083 30.625C26.6667 31.4583 25.4687 32.1181 24.1146 32.6042C22.7604 33.0903 21.3194 33.3333 19.7917 33.3333C16.0069 33.3333 12.8042 32.0222 10.1833 29.4C7.5625 26.7778 6.25139 23.575 6.25 19.7917C6.25 16.0069 7.56111 12.8042 10.1833 10.1833C12.8056 7.5625 16.0083 6.25139 19.7917 6.25C23.5764 6.25 26.7792 7.56111 29.4 10.1833C32.0208 12.8056 33.3319 16.0083 33.3333 19.7917C33.3333 21.3194 33.0903 22.7604 32.6042 24.1146C32.1181 25.4687 31.4583 26.6667 30.625 27.7083L43.75 40.8333L40.8333 43.75ZM19.7917 29.1667C22.3958 29.1667 24.6097 28.2549 26.4333 26.4312C28.2569 24.6076 29.1681 22.3944 29.1667 19.7917C29.1667 17.1875 28.2549 14.9736 26.4312 13.15C24.6076 11.3264 22.3944 10.4153 19.7917 10.4167C17.1875 10.4167 14.9736 11.3285 13.15 13.1521C11.3264 14.9757 10.4153 17.1889 10.4167 19.7917C10.4167 22.3958 11.3285 24.6097 13.1521 26.4333C14.9757 28.2569 17.1889 29.1681 19.7917 29.1667Z' fill='white'/%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;display:block;font-size:0;height:40px;-webkit-transition:.2s;transition:.2s;width:40px}@media (max-width:635px){.search__btn-toggle a{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3e %3cpath d='M40.8333 43.75L27.7083 30.625C26.6667 31.4583 25.4687 32.1181 24.1146 32.6042C22.7604 33.0903 21.3194 33.3333 19.7917 33.3333C16.0069 33.3333 12.8042 32.0222 10.1833 29.4C7.5625 26.7778 6.25139 23.575 6.25 19.7917C6.25 16.0069 7.56111 12.8042 10.1833 10.1833C12.8056 7.5625 16.0083 6.25139 19.7917 6.25C23.5764 6.25 26.7792 7.56111 29.4 10.1833C32.0208 12.8056 33.3319 16.0083 33.3333 19.7917C33.3333 21.3194 33.0903 22.7604 32.6042 24.1146C32.1181 25.4687 31.4583 26.6667 30.625 27.7083L43.75 40.8333L40.8333 43.75ZM19.7917 29.1667C22.3958 29.1667 24.6097 28.2549 26.4333 26.4312C28.2569 24.6076 29.1681 22.3944 29.1667 19.7917C29.1667 17.1875 28.2549 14.9736 26.4312 13.15C24.6076 11.3264 22.3944 10.4153 19.7917 10.4167C17.1875 10.4167 14.9736 11.3285 13.15 13.1521C11.3264 14.9757 10.4153 17.1889 10.4167 19.7917C10.4167 22.3958 11.3285 24.6097 13.1521 26.4333C14.9757 28.2569 17.1889 29.1681 19.7917 29.1667Z' fill='%230163a9'/%3e %3c/svg%3e")}}.search__btn-toggle a.active{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cg clip-path='url(%23clip0_889_5030)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9999 13.4142L17.6567 19.0711L19.071 17.6569L13.4141 12L19.071 6.34315L17.6567 4.92893L11.9999 10.5858L6.34304 4.92893L4.92883 6.34315L10.5857 12L4.92883 17.6569L6.34304 19.0711L11.9999 13.4142Z' fill='white'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_889_5030'%3e %3crect width='24' height='24' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e")}@media (max-width:1470px){.search__btn-toggle{display:none}}.search__btn-toggle--link{display:none}@media (max-width:1470px){.search__btn-toggle--link{display:block}}.search__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;height:120px;padding-right:30px;position:absolute;right:40px;top:-40px;width:880px}.search__form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.search__field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.search__btn-submit{-ms-flex-negative:0;flex-shrink:0;width:160px}
.inner-nav{background-color:#fff;line-height:1.4}.inner-nav.active .inner-nav__toggle button{background-color:#b6345e}.inner-nav.active .inner-nav__container{display:block}.inner-nav__list{list-style:none;margin:0;padding:10px 0}.inner-nav__item.active .inner-nav__link{background-color:#0163a9;color:#fff;text-decoration:none}body:not(.mobile) .inner-nav__item.active .inner-nav__link:hover{background-color:#0163a9}.inner-nav__item.active .inner-nav__link--lock:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='white' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='white' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='white'/%3e %3c/svg%3e")}.inner-nav__link{display:block;font-size:12px;padding:5px 20px;text-decoration:none}body:not(.mobile) .inner-nav__link:hover{background-color:#eff3f5}.inner-nav__link>:last-child{margin-bottom:0}.inner-nav__link--lock span{margin-right:5px}.inner-nav__link--lock:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='%23CD3D6C'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:16px;vertical-align:middle;width:16px}.inner-nav__inner ul{list-style:none;margin:0;padding:0}.inner-nav__inner ul li{font-size:11px;position:relative}.inner-nav__inner ul li:first-of-type a{padding-top:8px}.inner-nav__inner ul li:last-of-type a{padding-bottom:8px}.inner-nav__inner ul li a{display:block;padding:5px 20px 5px 30px;text-decoration:none}body:not(.mobile) .inner-nav__inner ul li a:hover{background-color:#eff3f5}.inner-nav__inner ul li.active:before{background-color:#cd3d6c}.inner-nav__inner ul li.active a{color:#cd3d6c;text-decoration:none}
.menu{position:relative;z-index:100}.menu.active .menu__container{display:block}.menu__btn-toggle a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 5H3V7H21V5ZM3 11H21V13H3V11ZM3 17H21V19H3V17Z' fill='white'/%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;display:block;font-size:0;height:40px;width:40px}.menu__container{background-color:#fff;-webkit-box-shadow:0 4px 40px 0 rgba(16,42,131,.15);box-shadow:0 4px 40px 0 rgba(16,42,131,.15);display:none;position:absolute;right:0;top:-12px;width:300px}.menu__top{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;padding:10px 0}.menu__search{margin-right:5px}.menu__btn-close{display:block}.menu__btn-close a{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='close-icon' clip-path='url(%23clip0_889_5642)'%3e %3cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M11.9999 13.4142L17.6567 19.0711L19.071 17.6569L13.4141 12L19.071 6.34315L17.6567 4.92893L11.9999 10.5858L6.34304 4.92893L4.92883 6.34315L10.5857 12L4.92883 17.6569L6.34304 19.0711L11.9999 13.4142Z' fill='%230163a9'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_889_5642'%3e %3crect width='24' height='24' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:24px 24px;display:block;font-size:0;height:40px;width:40px}
.mobile-nav{line-height:1.3}.mobile-nav__list{list-style:none;margin:0;padding:0}.mobile-nav__item:first-of-type .mobile-nav__link{padding-top:26px}.mobile-nav__item:last-of-type .mobile-nav__link{padding-bottom:26px}.mobile-nav__item.visible .mobile-nav__link button{background-position:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobile-nav__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;justify-content:flex-end;padding:16px 20px;text-transform:uppercase;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .mobile-nav__link:hover{background-color:#eff3f5}.mobile-nav__link a{text-decoration:none}.mobile-nav__link button{font-size:0}.mobile-nav__link.active{color:#cd3d6c}.mobile-nav__link--dropdown button{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3e %3cpath d='M0 0H10L5 6L0 0Z' fill='%230163A9'/%3e %3c/svg%3e") no-repeat 100%;background-size:10px 6px;border:0;content:"";cursor:pointer;display:block;height:15px;margin:0;padding:0;-webkit-transition:.2s;transition:.2s;width:20px}.mobile-nav__link--dropdown.active button{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3e %3cpath d='M0 0H10L5 6L0 0Z' fill='%23cd3d6c'/%3e %3c/svg%3e")}.mobile-nav__inner{max-height:0;overflow:hidden;-webkit-transition:.2s;transition:.2s}.mobile-nav__inner-content ul{list-style:none;margin:0;padding:0}.mobile-nav__inner-content ul li a{display:block;font-size:12px;padding:10px 20px;text-align:right;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .mobile-nav__inner-content ul li a:hover{background-color:#eff3f5}.mobile-nav__inner-content ul li a.lock span{margin-right:5px}.mobile-nav__inner-content ul li a.lock:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='4' y='7' width='12' height='9' rx='1' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3cpath d='M7 4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V7H7V4Z' stroke='%23CD3D6C' stroke-width='1.7'/%3e %3crect x='9' y='10' width='2' height='2' rx='1' fill='%23CD3D6C'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:16px;vertical-align:middle;width:16px}.mobile-nav__inner-content ul li a.active{color:#cd3d6c}
.cta{background-color:#fff;border:1px solid #cdd9e2;font-size:16px;line-height:1.4;margin-bottom:30px;padding:25px 20px}@media (max-width:1206px){.cta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:983px){.cta{display:block;text-align:center}}.cta__primary{margin-bottom:20px}@media (max-width:1206px){.cta__primary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;margin-right:30px}.cta__primary:before{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 91 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='41' y='37' width='50' height='30' fill='white'/%3e %3cpath d='M27 10H81V50L61 70H27V10Z' fill='url(%23paint0_linear_1465_13652)'/%3e %3cpath d='M27 10H81V50L61 70H27V10Z' fill='url(%23paint1_linear_1465_13652)'/%3e %3cg filter='url(%23filter0_d_1465_13652)'%3e %3cpath d='M20.6567 13L51.0623 43.4056L53.1836 51.1838V51.1838L45.4055 49.0624L14.9999 18.6569L20.6567 13Z' fill='url(%23paint2_linear_1465_13652)'/%3e %3c/g%3e %3cpath d='M61 50H81L61 70V50Z' fill='url(%23paint3_linear_1465_13652)'/%3e %3cpath d='M61 50H81L61 70V50Z' fill='url(%23paint4_linear_1465_13652)'/%3e %3cdefs%3e %3cfilter id='filter0_d_1465_13652' x='0' y='0' width='68.1836' height='68.1838' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e %3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e %3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e %3cfeOffset dy='2'/%3e %3cfeGaussianBlur stdDeviation='7.5'/%3e %3cfeComposite in2='hardAlpha' operator='out'/%3e %3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.662745 0 0 0 0.15 0'/%3e %3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1465_13652'/%3e %3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1465_13652' result='shape'/%3e %3c/filter%3e %3clinearGradient id='paint0_linear_1465_13652' x1='54' y1='10' x2='54' y2='58' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13652' x1='39.8627' y1='-63.4144' x2='90.4097' y2='-57.6699' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13652' x1='30.9999' y1='13' x2='31.9999' y2='51' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13652' x1='71' y1='50' x2='71' y2='70' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_1465_13652' x1='71' y1='50' x2='71' y2='70' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:92px 73px;content:"";display:block;flex-shrink:0;height:90px;left:-11px;margin-right:12px;position:relative;top:-6px;width:90px}}@media (max-width:983px){.cta__primary{display:block;margin-bottom:30px;margin-right:0}.cta__primary:before{margin-bottom:15px;margin-left:auto;margin-right:auto}}@media (max-width:635px){.cta__primary:before{background-size:62px 48px;height:60px;left:-5px;top:-3px;width:60px}}.cta__title{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:30px;text-transform:uppercase}@media (max-width:1470px){.cta__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:17px;margin-bottom:20px}}@media (max-width:1206px){.cta__title{display:block;font-size:20px;margin-bottom:0}}@media (max-width:635px){.cta__title{margin-bottom:10px}}.cta__title:before{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 91 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='41' y='37' width='50' height='30' fill='white'/%3e %3cpath d='M27 10H81V50L61 70H27V10Z' fill='url(%23paint0_linear_1465_13652)'/%3e %3cpath d='M27 10H81V50L61 70H27V10Z' fill='url(%23paint1_linear_1465_13652)'/%3e %3cg filter='url(%23filter0_d_1465_13652)'%3e %3cpath d='M20.6567 13L51.0623 43.4056L53.1836 51.1838V51.1838L45.4055 49.0624L14.9999 18.6569L20.6567 13Z' fill='url(%23paint2_linear_1465_13652)'/%3e %3c/g%3e %3cpath d='M61 50H81L61 70V50Z' fill='url(%23paint3_linear_1465_13652)'/%3e %3cpath d='M61 50H81L61 70V50Z' fill='url(%23paint4_linear_1465_13652)'/%3e %3cdefs%3e %3cfilter id='filter0_d_1465_13652' x='0' y='0' width='68.1836' height='68.1838' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e %3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e %3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e %3cfeOffset dy='2'/%3e %3cfeGaussianBlur stdDeviation='7.5'/%3e %3cfeComposite in2='hardAlpha' operator='out'/%3e %3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.662745 0 0 0 0.15 0'/%3e %3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1465_13652'/%3e %3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1465_13652' result='shape'/%3e %3c/filter%3e %3clinearGradient id='paint0_linear_1465_13652' x1='54' y1='10' x2='54' y2='58' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_1465_13652' x1='39.8627' y1='-63.4144' x2='90.4097' y2='-57.6699' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23102A83'/%3e %3cstop offset='1' stop-color='%2396A8E7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_1465_13652' x1='30.9999' y1='13' x2='31.9999' y2='51' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_1465_13652' x1='71' y1='50' x2='71' y2='70' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230163A9'/%3e %3cstop offset='1' stop-color='%23A9CFEB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_1465_13652' x1='71' y1='50' x2='71' y2='70' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CD3D6C'/%3e %3cstop offset='1' stop-color='%23FFD0E0'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;background-size:92px 73px;content:"";display:block;flex-shrink:0;height:90px;left:-8px;margin-bottom:10px;position:relative;top:-6px;width:90px}@media (max-width:1470px){.cta__title:before{background-size:62px 48px;height:60px;margin-bottom:0;margin-right:10px;width:60px}}@media (max-width:1206px){.cta__title:before{display:none}.cta__description{max-width:420px}}@media (max-width:983px){.cta__description{max-width:none}}@media (max-width:635px){.cta__description{font-size:14px}}.cta__action>:last-child{margin-bottom:0}.cta__btn{margin-bottom:20px}@media (max-width:1206px){.cta__btn{margin-bottom:10px;width:300px}}@media (max-width:983px){.cta__btn{margin-left:auto;margin-right:auto}}@media (max-width:635px){.cta__btn{max-width:260px}}.cta__info{font-size:14px}.cta__info--style-1{color:#cd3d6c}@media (max-width:1206px){.cta__info{text-align:center}}@media (max-width:635px){.cta__info{font-size:12px}}
.gallery{margin-bottom:30px;margin-top:30px}.gallery--four-cols .gallery__item{width:calc(25% - 30px)}@media (max-width:1470px){.gallery--four-cols .gallery__item{width:calc(33.33333% - 30px)}}@media (max-width:1206px){.gallery--four-cols .gallery__item{width:calc(25% - 30px)}}@media (max-width:983px){.gallery--four-cols .gallery__item{width:calc(33.33333% - 20px)}}@media (max-width:635px){.gallery--four-cols .gallery__item{width:calc(50% - 20px)}}@media (max-width:450px){.gallery--four-cols .gallery__item{width:calc(100% - 20px)}}.gallery__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -15px -30px;padding:0}@media (max-width:983px){.gallery__list{margin-bottom:-20px;margin-left:-10px;margin-right:-10px}}.gallery__item{margin-bottom:30px;margin-left:15px;margin-right:15px}@media (max-width:983px){.gallery__item{margin-bottom:20px;margin-left:10px;margin-right:10px}}.gallery__link{display:inline-block;max-width:100%;position:relative;vertical-align:top}.gallery__link:before{background-color:#0163a9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0}.gallery__link:after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3e %3cpath d='M40.8333 43.75L27.7083 30.625C26.6667 31.4583 25.4687 32.1181 24.1146 32.6042C22.7604 33.0903 21.3194 33.3333 19.7917 33.3333C16.0069 33.3333 12.8042 32.0222 10.1833 29.4C7.5625 26.7778 6.25139 23.575 6.25 19.7917C6.25 16.0069 7.56111 12.8042 10.1833 10.1833C12.8056 7.5625 16.0083 6.25139 19.7917 6.25C23.5764 6.25 26.7792 7.56111 29.4 10.1833C32.0208 12.8056 33.3319 16.0083 33.3333 19.7917C33.3333 21.3194 33.0903 22.7604 32.6042 24.1146C32.1181 25.4687 31.4583 26.6667 30.625 27.7083L43.75 40.8333L40.8333 43.75ZM19.7917 29.1667C22.3958 29.1667 24.6097 28.2549 26.4333 26.4312C28.2569 24.6076 29.1681 22.3944 29.1667 19.7917C29.1667 17.1875 28.2549 14.9736 26.4312 13.15C24.6076 11.3264 22.3944 10.4153 19.7917 10.4167C17.1875 10.4167 14.9736 11.3285 13.15 13.1521C11.3264 14.9757 10.4153 17.1889 10.4167 19.7917C10.4167 22.3958 11.3285 24.6097 13.1521 26.4333C14.9757 28.2569 17.1889 29.1681 19.7917 29.1667Z' fill='white'/%3e %3c/svg%3e");content:"";height:50px;margin-top:-20px;opacity:0;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:.2s;transition:.2s;width:50px}body:not(.mobile) .gallery__link:hover:before{opacity:.6}body:not(.mobile) .gallery__link:hover:after{margin-top:0;opacity:1}.gallery__image{background-color:#6a6f7d}.gallery__image,.gallery__image img{display:inline-block;vertical-align:top}.gallery__image img{max-width:100%;-webkit-transition:.2s;transition:.2s}
.countries--two-cols .countries__list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media (max-width:983px){.countries--two-cols .countries__list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}.countries--four-cols .countries__list{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media (max-width:983px){.countries--four-cols .countries__list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media (max-width:635px){.countries--four-cols .countries__list{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.countries--type-1{max-width:690px}@media (max-width:983px){.countries--type-1{max-width:510px}}@media (max-width:1206px){.countries--type-1 .countries__list{margin-bottom:-20px}}@media (max-width:635px){.countries--type-1 .countries__list{margin-bottom:-15px}}@media (max-width:1206px){.countries--type-1 .countries__item{margin-bottom:20px}}@media (max-width:983px){.countries--type-1 .countries__item{font-size:14px}}@media (max-width:635px){.countries--type-1 .countries__item{display:block;font-size:10px;margin-bottom:15px}.countries--type-1 .countries__flag{margin-bottom:7px;margin-right:0}}@media (max-width:983px){.countries--type-1 .countries__flag svg{width:33px}}@media (max-width:635px){.countries--type-1 .countries__flag svg{width:25px}}.countries__list{list-style:none;margin:0 0 -30px;padding:0}.countries__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;line-height:1.3;margin-bottom:30px;vertical-align:top;width:100%}.countries__flag{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.countries__flag svg{display:block;width:40px}
.short-contacts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -20px;padding:0}@media (max-width:635px){.short-contacts__list{display:block}}.short-contacts__item{line-height:1.4;margin-bottom:20px;margin-right:30px}.short-contacts__item:last-of-type{margin-right:0}@media (max-width:635px){.short-contacts__item{margin-right:0}}.short-contacts__value{font-size:22px;margin-bottom:15px}@media (max-width:635px){.short-contacts__value{font-size:18px;margin-bottom:5px}}body:not(.mobile) .short-contacts__value--email a:hover{text-decoration:underline}.short-contacts__value a{color:inherit;text-decoration:none}.short-contacts__description{font-size:16px}@media (max-width:635px){.short-contacts__description{font-size:12px}}
.not-found{line-height:1.4;text-align:center}.not-found>:last-child{margin-bottom:0}.not-found:before{background:url(frontend/src/images/other/404.png) no-repeat 50%;background-size:contain;content:"";display:block;height:323px;margin-bottom:40px;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:192dpi){.not-found:before{background-image:url(frontend/src/images/other/404@2x.png)}}@media (max-width:1206px){.not-found:before{height:288px}}@media (max-width:983px){.not-found:before{height:224px}}@media (max-width:635px){.not-found:before{height:80px}}.not-found__title{color:#0163a9;font-size:20px;font-weight:700;margin-bottom:50px}.not-found__description{font-size:16px;margin-bottom:40px}.not-found__btn{margin-left:auto;margin-right:auto;max-width:330px}
.fancybox__backdrop{background-color:rgba(0,0,0,.8)}
.use-cookies{background-color:#102a83;bottom:20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1170px;padding:15px 20px;position:fixed;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:100%;z-index:1000}.use-cookies.hidden{display:none}@media (max-width:1470px){.use-cookies{max-width:950px}}@media (max-width:983px){.use-cookies{bottom:0;max-width:none;padding:10px 20px 10px 10px;width:100%}}@media (max-width:635px){.use-cookies{display:block;padding-right:10px}}.use-cookies__description{font-size:12px;line-height:1.41;margin-right:20px}@media (max-width:635px){.use-cookies__description{font-size:10px;line-height:1.3;margin-bottom:10px;margin-right:0}}.use-cookies__description a{color:inherit}.use-cookies__btn{-ms-flex-negative:0;flex-shrink:0;width:200px}@media (max-width:983px){.use-cookies__btn{width:100px}}@media (max-width:635px){.use-cookies__btn{width:auto}}
[id^=wait_]{visibility:hidden}:root{--fancybox-accent-color:#cd3d6c}.overflow-x-hidden{overflow-x:hidden}.grayscale-100{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);}
.aside-nav__link__disabled span{text-decoration:none;}.header__logo.en{max-width:200px;}
.categories--two-cols .categories__item { width: calc((100% - 0px) / 3); } @media (max-width: 983px) { .categories--two-cols .categories__item { width: calc((100% - 60px) / 2); } } @media (max-width: 635px) { .categories--two-cols .categories__item { width: calc(100% - 20px); } }
