

/* Start:/local/templates/main/assets/vendor/normalize.min.css?16915602682079*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
/* End */


/* Start:/local/templates/main/assets/vendor/slick/slick.css?16915602681776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/assets/vendor/fancybox/fancybox.css?169156026824078*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/main/assets/fonts/arbitrage.css?16915602687092*/
@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-ExtraBoldItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBoldItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBoldItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-UltraLight.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLight.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLight.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-BlackItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-BlackItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-BlackItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-ThinItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-ThinItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-ThinItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-MediumItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-MediumItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-MediumItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-BoldItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-BoldItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-BoldItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Regular.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Regular.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Regular.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-LightItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-LightItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-LightItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-HeavyItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-HeavyItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-HeavyItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-ExtraBold.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBold.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBold.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Light.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Light.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Light.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Heavy.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Heavy.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Heavy.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-UltraLightItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLightItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLightItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Black.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Black.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Black.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Medium.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Medium.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Medium.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-RegularItalic.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-RegularItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-RegularItalic.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Bold.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Bold.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Bold.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arbitrage';
    src: url('/local/templates/main/assets/fonts/Arbitrage-Thin.eot');
    src: url('/local/templates/main/assets/fonts/Arbitrage-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/fonts/Arbitrage-Thin.woff2') format('woff2'),
        url('/local/templates/main/assets/fonts/Arbitrage-Thin.woff') format('woff'),
        url('/local/templates/main/assets/fonts/Arbitrage-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/* End */


/* Start:/local/templates/main/assets/css/main.css?169156026832921*/
* {
	box-sizing: border-box;
}
body,html {
	background: #FFFFFF;
	font-family: "Arbitrage";
	font-size: 16px;
	line-height: 22px;
	color: #21254C;
}
a {
	font-weight: 500;
	color: #21254C;
	text-decoration: underline;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
a:hover {
	color: #E14948;
}
.overflow {
	overflow:hidden;
}
.wrapper {
	max-width: 1240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.bg-color {
	background: rgba(234, 232, 255, 0.5);
}
.bg-white {
	background: #fff;
}
.bg-deep {
	background: #21254C;
	color: #fff;
}
.bg-team {
	background: repeat-x center center url('/local/templates/main/assets/css/../img/bg-team.png');
	background-size: cover;
	color: #fff;
}
.bg-deep .section-title,
.bg-team .section-title{
	color: #fff;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 24px;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 76px;
	z-index: 10;
}
header .logo a {
	line-height: 0;
	font-size: 0;
}
.header-flex {
	margin-top: 18px;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-title {
	font-weight: 700;
	font-size: 90px;
	line-height: 1;
	color: #FFFFFF;
}
.main-title strong{
	color: #E14948;
	letter-spacing: 0.013em;
	text-transform: uppercase;	
	font-size: 33px;
	line-height: 40px;	
}
a.hamb {
	margin-right: 50px;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-hamb-white.svg');
	background-size: contain;
}
.an {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.an-long {
	-webkit-transition: all 1400ms ease-in-out;
	-moz-transition: all 1400ms ease-in-out;
	-ms-transition: all 1400ms ease-in-out;
	-o-transition: all 1400ms ease-in-out;
	transition: all 1400ms ease-in-out;	
}
a.btn-blue-fill:hover,
a.btn-blue-fill:active {
	background-color: #E14948;
}
a.btn-red-border,
button.btn-red-border {
	background: none;
	text-decoration: none;
	font-weight: 700;
	color: #E14948;
	display: inline-block;
	padding: 6px 15px;
	border: 1px solid #E14948;
	border-radius: 4px;
}
a.btn-white-border,
button.btn-white-border {
	background: none;
	text-decoration: none;
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	padding: 6px 15px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
a.btn-red-border:hover,
a.btn-red-border:active,
a.btn-white-border:hover,
a.btn-white-border:active,
button.btn-red-border:hover,
button.btn-red-border:active,
button.btn-blue-fill:hover,
button.btn-blue-fill:active {
	background: #E14948;
	color: #F5F5F5;
}
a.btn-blue-fill,
button.btn-blue-fill {
	border: none;
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 13px 25px;
	background: #21254C;
	border-radius: 4px;	
	display: inline-block;
}
a.btn-red-fill,
button.btn-red-fill {
	border: none;
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 13px 25px;
	background: #E14948;
	border-radius: 4px;	
	display: inline-block;
}
a.btn-red-border.btn-big {
	font-weight: 500;
	padding: 13px 25px;
}
button.btn-red-border.btn-big {
	font-weight: 500;
	padding: 13px 100px;
}
.section-paddings {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-paddings.custom-bottom-padding {
	padding-bottom: 170px;
}
.section-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #21254C;	
	margin-bottom: 40px;
}
.section-title.red {
	color: #E14948;
}
.section-subtitle {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
.header-fixed {
	
}
.section1-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section1-flex__left {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 65%;
}
.section1-flex__right {
	width: 35%;
}
.sectiion1-btn {
	margin-top: 36px;
}
.menu {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 100%;
	background: #21254C;
	z-index: 20;
	overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll; 
}
.menu::-webkit-scrollbar {
    display: none;
}
.menu.fade-out {
	opacity: 0;
}
.menu.visible {
	top: 0px;
}
.menu-items__bottom {
	padding-bottom: 40px;
	font-weight: 300;
	color: #fff;
}
.menu-items__bottom a{
	color: #fff;	
}
.menu-items__wrapper {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.menu-items__list {
	padding-top: 120px;
}
.menu-items__list-item + .menu-items__list-item {
	margin-top: 30px;
}
.menu-items__list-item a {
	display: inline-block;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;	
	text-decoration: none;
}

.menu-items__list-item a:hover {
	-moz-transform: translateX(40px);
	-webkit-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	color: #9193A6;
}
.menu-close {
	position: absolute;
	left: 54px;
	top: 24px;
	width: 56px;
	height: 56px;
	border: 1px solid #E14948;
	border-radius: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/local/templates/main/assets/css/../img/icon-close-white.svg');
}
.menu-close:hover {
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
.section2-flex {
	display: flex;
	justify-content: space-between;
}
.section2-flex__left {
	width: 60%;
}
.section2-flex__right {
	width: 30%;
}
.graph-legend_item {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #000000;	
	white-space: nowrap;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.graph-legend_item + .graph-legend_item {
	margin-top: 20px;
}

.graph-legend_item::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	content: "";
}
.graph-legend_item-color-1::before {
	background-color: #FFAEA2;
}
.graph-legend_item-color-2::before {
	background-color: #6155A4;
}
.graph-wrapper {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #21254C;
}
.graph-line {
	height: 1px;
	width: 100%;
	margin-bottom: 57px;
	background: #21254C;
	opacity: 0.1;	
}
.graph-axis {
	padding-top: 10px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;	
	display: flex;
	justify-content: space-between;	
}

.graph-axis .graph-axis__label{
	width: 33.3333%;
	text-align: center;
}
.graph-col-1 {
	top: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 33.3333%;
}
.graph-col-2 {
	top: 0px;
	position: absolute;
	bottom: 0px;
	left: 33.3333%;
	width: 33.3333%;
}
.graph-col-3 {
	top: 0px;
	position: absolute;
	bottom: 0px;
	left: 66.6667%;
	width: 33.3333%;
}
.graph-col-1-1 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -64px;
	background: #FFAEA2;
	height: 0;
}
.graph-col-1-2 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -10px;
	background: #6155A4;
	height: 0;
}
.graph-col-2-1 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -64px;
	background: #FFAEA2;
	height: 0;
}
.graph-col-2-2 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -10px;
	background: #6155A4;
	height: 0;
}
.graph-col-3-1 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -64px;
	background: #FFAEA2;
	height: 0;
}
.graph-col-3-2 {
	bottom: 0px;
	position: absolute;
	left: 50%;
	width: 74px;
	margin-left: -10px;
	background: #6155A4;
	height: 0;
}
.graph-col-height-1-1 {
	height: 17%;	
}
.graph-col-height-1-2 {
	height: 1%;	
}
.graph-col-height-2-1 {
	height: 9%;
}
.graph-col-height-2-2 {
	height: 2%;
}
.graph-col-height-3-1 {
	height: 92%;
}
.graph-col-height-3-2 {
	height: 45%;
}
.graph-col-1-1 .graph-col-value,
.graph-col-2-1 .graph-col-value,
.graph-col-3-1 .graph-col-value {
	position: absolute;
	text-align: center;
	bottom: 100%;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #E14948;	
	left: 50%;
	width: 140px;
	white-space: nowrap;
	margin-left: -70px;
}
.graph-col-1-2 .graph-col-value,
.graph-col-2-2 .graph-col-value,
.graph-col-3-2 .graph-col-value {
	position: absolute;
	text-align: center;
	bottom: 100%;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #6155A4;	
	left: 50%;
	white-space: nowrap;
	text-align: left;
}
footer {
	background: repeat-x center center url('/local/templates/main/assets/css/../img/bg-footer.png');
	padding-top: 100px;
	padding-bottom: 20px;
	background-size: cover;
}
.footer-copy {
	opacity: 0.9;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #BEBEDF;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.footer-block {
	color: #fff;
}
.footer-logo {
	align-items: center;
	display: flex;
	justify-content: space-between;	
}
.footer-logo-25 {
	width: 25%;
}
.footer-logo-50 {
	align-items: center;
	display: flex;
	justify-content: space-around;	
	width: 50%;
}
.footer-block a{
	color: #fff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}
.partner-logos {
	border-top: 1px solid #BEBEDF;
	border-bottom: 1px solid #BEBEDF;
}
.partner-logo__row + .partner-logo__row {
	border-top: 1px solid #BEBEDF;		
}
.partner-logo__row {
	display: flex;	
}
.partner-logo__item {
	text-align: center;
	width: 25%;
}
.partner-logo__item + .partner-logo__item {
	border-left: 1px solid #BEBEDF;
}
.office-flex {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}
.office-flex .office-item {
	width: 33.3333%;
	position: relative;
}
.office-flex .office-item > div{
	position: relative;
	z-index: 2;
}
.office-flex .office-item::after {
	display: block;
	position: absolute;
	content: "";
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-pin.svg');
	width: 140px;
	height: 186px;
	z-index: 1;
	left: -66px;
    top: -50px;
}
.office-flex .office-item .office-item__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #E14948;	
	margin-bottom: 16px;
}
.office-flex .office-item .office-item__street {
	margin-bottom: 8px;
}
.office-flex .office-item .office-item__contact {
	margin-bottom: 8px;
	color: #E14948;
}
.office-flex .office-item .office-item__contact a{
	font-weight: 500;
	text-decoration: none;
}
.about-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-flex__left {
	width: 35%;
	padding-top: 10px;
}
.about-flex__left .section-title{
	margin-bottom: 0px;	
}
.about-flex__right {
	width: 65%;
}
.about-flex__right .btn-red-border {
	margin-top: 20px;
}
.team-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 40px;
}
.team-flex__item {
	width: 33.3333%;
}
.team-flex__item img {
	margin-bottom: 24px;
}
.team-flex__item-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;	
	margin-bottom: 20px;
}
.team-flex__item-position {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;	
}
.team-flex__item-description {
	padding-left: 24px;
	position: relative;
	width: 70%;
}
.team-flex__item-description::before {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 16px;
	height: 1px;
	background: #fff;
	display: block;
	content: "";
}
.team-social {
	margin-top: 25px;
	display: flex;
}
.team-social a {
	display: block;
	font-size: 0px;
	line-height: 0px;
}
.team-social a + a{
	margin-left: 9px;
}
.team-social a img{
	margin-bottom: 0px;
}
.teamrate-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.teamrate-flex__left {
	width: 40%;
}
.teamrate-flex__right {
	width: 60%;
}
.teamrate-flex__left {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;	
}
.teamrate-flex__right {
	display: flex;
}
.teamrate-flex__right a {
	display: block;
	font-size: 0px;
	line-height: 0;
}
.teamrate-flex__right a + a{
	margin-left: 15px;
}
.contact-flex {
	display: flex;
	margin-bottom: 60px;
}
.contact-flex__left,
.contact-flex__right {
	width: 50%;
}
.contact-flex__left {
	background: #21254C;
	padding: 60px;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;	
}
.contact-flex__left::after{
	width: 52px;
	height: 24px;
	display: inline-block;
	content: "";
	margin-left: 27px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-long-arrow.svg');
}
.contact-flex__right {
	padding: 60px 60px 60px 40px;
	background: #F8F7FE;
}
.contact-flex__title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;	
}
.contact-flex__item {
	display: flex;
	align-items: center;
}
.contact-flex__item + .contact-flex__item {
	margin-top: 8px;
}

.contact-flex__item a{
	text-decoration: none;	
	margin-left: 16px;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;	
}
.form-wrapper {
	border-top: 1px solid #21254C;
	margin-top: 16px;
	padding-top: 40px;
	width: 90%;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}
.form-row-title {
	width: 100%;
	font-weight: 700;
	margin-bottom: 10px;
}
.form-col-full {
	width: 100%;
}
.form-col {
	width: 49%;
}
.required {
	color: #E14948;
}

.form-col label {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;	
}
input.input-text {
	background: rgba(35, 34, 38, 0.04);
	border-radius: 4px;
	height: 52px;
	width: 100%;
	border: none;
	outline: none;
	padding: 0px 15px;
	line-height: 52px;
	border:1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
input.input-text.error {
	border-color: #E14948;
}
input.input-text.valid {
	border-color: #75ad6d;
}
.custom-radio-wrapper {
	display: flex;
	align-items: center;
}
label.error {
	color: #E14948;
	margin-top: 4px;
}
label.custom-radio {
	display: flex;
	cursor: pointer;
	align-items: center;
}

label.custom-radio + label.custom-radio {
	margin-left: 24px;
}
label.custom-radio input {
	display: none;
}
label.custom-radio span {
	display: flex;
	align-items: center;	
}
label.custom-radio input + span::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 8px solid #fff;
	outline: 1px solid #21254C;
	border-radius: 50%;
	margin-right: 8px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
label.custom-radio input:checked + span::before {
	border-color: #21254C;
	outline: none;
	width: 8px;
	height: 8px;
}
.what-do-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.what-do-flex__left {
	width: 30%;
}
.what-do-flex__right {
	width: 70%;
}
.wwd-block__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;	
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.wwd-block__title::before {
	width: 33px;
	height: 33px;
	content: "";
	display: block;
	margin-right: 24px;
	/*background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-flag.svg');*/
	background-size: contain;
}
.wwd-block {
	padding-top: 30px;
}
.wwd-block + .wwd-block {
	margin-top: 40px;
}
.wwd-block__items {
	padding-left: 55px;
}
.wwd-block__item + .wwd-block__item {
	margin-top: 8px;
}
.wwd-block__item-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;	
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.wwd-block__item-title:hover .wwd-plus{
	border-color: #E14948;
}
.wwd-plus {
	position: relative;
	width: 56px;
	height: 56px;
	background: rgba(136, 136, 136, 0.03);
	border:1px solid rgba(136, 136, 136, 0.03);
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.wwd-block__item-title__text {
	min-height: 40px;
	display: flex;
	align-items: center;
	width: calc(100% - 72px);
}
.wwd-plus span {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;		
}
.wwd-plus span:nth-child(1) {
	width: 24px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -1px;
	background: #E14948;
}
.wwd-plus span:nth-child(2) {
	width: 2px;
	height: 24px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -12px;
	background: #E14948;	
}
.wwd-block__item.opened .wwd-plus span:nth-child(2) {
	height: 2px;
	margin-top: -1px;
}
.wwd-block__item.opened .wwd-plus {
	background: none;
	border-color: rgba(255,255,255,0);
}
.wwd-block__item.opened:hover .wwd-plus {
	border-color: rgba(255,255,255,0);	
}
.wwd-block__text {
	margin-top: 13px;
	margin-left: 70px;
	background: rgba(136, 136, 136, 0.03);
}
.wwd-block__text ul{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.wwd-block__text ul li + li{
	margin-top: 16px;
}
.wwd-block__text-wrapper {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
	opacity: 0;
}
.wwd-block__item.opened .wwd-block__text-wrapper{
	height: auto;	
	opacity: 1;
}
.product-flex {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#product2 .product-flex{
	flex-direction: row;
	z-index: 2;
	
}
#product2 .wrapper {
	position: relative;
	z-index: 3;
}
#product2 .wwd-block__items {
    color: #FFFFFF;
}
.product-flex__left {
	padding-left: 30px;
	width: 50%;
}
#product2 .product-flex__left {
	padding-left: 0px;
	padding-right: 30px;
}
.product-flex__right {
	width: 50%;
	padding-top: 0px;
}
#product2 .product-flex__right {
	padding-left: 30px;
}
.product-text {
	padding: 40px;
}
.product-text__big {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;	
	padding-right: 50px;
	margin-bottom: 40px;
}
.product-text__big-blue {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #21254C;	
	padding-right: 50px;
	margin-bottom: 40px;
	
}
.product-text__small {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #A4A3A6;
	margin-bottom: 30px;
	text-align: right;
}
.product-text__small strong{
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cases-flex {
	display: flex;
	justify-content: space-between;
}
.cases-flex__left {
	width: 30%;
}
.cases-flex__left img{
	margin-top: 50px;
}
.cases-flex__right {
	width: 70%;
}
.cases-block__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;	
}
.cases-slider-wrapper {
	padding-left: 40px;
}
.case-start__flex {
	display: flex;
	justify-content: center;
}
.case-start__flex-left {
	width: 30%;
}
.case-start__flex-right {
	width: 70%;
}
.case-start__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
.case-start__flex-right ul{
	margin: 0px;
	list-style: none;
}
.case-start__flex-right ul li + li {
	margin-top: 16px;
}
.case-start__flex-right ul li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 22px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-li.svg');
	margin-right: 16px;
	vertical-align: top;
}
.cases-slider-title > div {
	border-radius: 4px 4px 0px 0px;
	padding: 20px 40px;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #E14948;
	background: #21254C;
}
.cases-slider__item {
	display: none;
	background: #21254C;
	padding: 40px;
	color: #fff;
}
.cases-slider__item-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;	
}
.cases-slider__item:nth-child(1) {
	display: block;
}
.cases-slider__item ul {
	margin: 0px 0px 24px 0px;
	list-style: none;
}
.cases-slider__item ul li + li{
	margin-top: 16px;
}
.cases-slider__item ul li {
	position: relative;
}
.cases-slider__item ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: -20px;
	top: 7px;
	border-radius: 50%;
	background: #E14948;
}
.slick-arrow {
	margin-top: 17px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(0,0,0,0);
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	width: 56px;
	height: 56px;
	background: rgba(136, 136, 136, 0.03);
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/local/templates/main/assets/css/../img/icon-arrow.svg');
	top: 100%;
}
.slick-arrow.slick-prev {
	right: 66px;
}
.slick-arrow.slick-next {
	right: 0px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-arrow:hover {
	border-color: #E14948;
}
ul.slick-dots {
	margin: 33px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 100%;
	list-style: none;
	padding: 0px;
	display: flex;
}
ul.slick-dots li {
	display: flex;
	padding: 0px;
	margin: 0px;
	align-items: center;
}
ul.slick-dots li button{
	font-weight: 500;
	background: none;
	color: #21254C;
	outline: none;
	border: none;
}

ul.slick-dots li.slick-active button{
	color: #E14948;
}
ul.slick-dots li + li::before {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: #21254C;
	margin-right: 16px;
	margin-left: 16px;
}
.office-menu-flex {
	margin-top: 75px;
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;	
}
.office-menu-flex .office-item__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;	
	margin-bottom: 16px;
}
.office-menu-flex .office-item__street,
.office-menu-flex .office-item__contact {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #CDCDCD;	
}
.office-menu-flex .office-item__contact a {
	color: #CDCDCD;	
	text-decoration: underline;	
}
.office-menu-flex .office-item {
	width: 30%;
}
.menu-socials {
	font-size: 0;
	line-height: 0;
	display: flex;
	margin-bottom: 10px;
}
.menu-socials a {
	display: block;
}
.menu-socials a + a{
	margin-left: 9px;
}
.form-uploader {
	position: relative;
	background: rgba(35, 34, 38, 0.04);
	border: 1px dashed #A4A3A6;
	border-radius: 4px;	
	text-align: center;
	padding: 21px 0px;
}
.form-uploader__label {
	font-size: 16px;
	line-height: 22px;
	color: #6D6E77;	
}
.form-uploader__btn {
	display: inline-block;
	margin-top: 5px;
	padding: 6px 24px;
	border: 1px solid #6D6E77;
	border-radius: 4px;	
	font-size: 16px;
	line-height: 22px;
	color: #2D2E31;	
}
.form-uploader input {
	opacity: 0;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
label.custom-checkbox {
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	color: #21254C;	
	position: relative;
	display: flex;
	cursor: pointer;
}
label.custom-checkbox input{
	visibility: hidden;
	width: 0;
}
label.custom-checkbox > span {
	display: flex;
	align-items: center;
}
label.custom-checkbox > span::before{
	margin-right: 10px;
	display: block;
	width: 22px;
	height: 22px;
	content: "";
	border: 1px solid #6D6E77;
	border-radius: 3px;	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
label.custom-checkbox > span span{
	width: calc(100% - 48px);
	line-height: 1.1;
}

label.custom-checkbox:has(input:checked) > span::before{
	background-color: #21254C;
}
.custom-checkbox .error {
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: 400;
}
.custom-mt-top .custom-checkbox{
	margin-top: -54px;
}
#product,
#product2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 64px;
}
.halfed-bg {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: auto;
	z-index: 1;
	top: 0px;
	background: no-repeat left bottom url('/local/templates/main/assets/css/../img/bg-halfed.png');
	background-size: cover;
}
.halfed-bg-line {
	position: absolute;
	left: calc(50% + 70px);
	bottom: 84px;
	width: 50%;
	height: auto;
	z-index: 2;
}
#product2 .halfed-bg{
	right: auto;
	left: 0px;
	background-image: url('/local/templates/main/assets/css/../img/bg-halfed__rotate.png');
	background-position: right bottom;
}
#product2 .halfed-bg-line {
	position: absolute;
	right: calc(50% + 70px);
	left: auto;
	bottom: 84px;
	width: 50%;
	height: auto;
	z-index: 2;
}

#product .wrapper {
	position: relative;
	z-index: 3;
}
.product-memo {
	margin-bottom: 10px;
}
.btn-with-download {
	display: flex;
	align-items: center;
}
.btn-with-download::before {
	margin-right: 10px;
	content: "";
	display: inline-block;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-download.svg');
	width: 25px;
	height: 24px;
	background-size: contain;
}
#product .btn-red-fill {
	margin-left: 40px;
}
.product-tabs {
	background: #F8F8F8;
	padding: 18px 50px;
}
.product-tabs__item {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #6D6E77;	
	position: relative;
}
.product-tabs__item + .product-tabs__item { 
	margin-top: 16px;
}
.product-tabs__item.current-tab {
	color: #E14948;
}
.product-tabs__item.current-tab::before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-red-arrow.svg');	
	position: absolute;
	left: -20px;
	top: 4px;
}
.product-tabs__tab {
	display: none;
}
.product-tabs__tab.active-tab {
	display: block;
}
.cases-flex-qr {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.cases-flex-qr img {
	width: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.analytic__flex {
	display: flex;
}
.analytic__left {
	width: 58%;
}
.analytic__right {
	width: calc(42% - 20px);
	margin-left: 20px;
	padding: 60px 20px 60px 50px;
	background: #F6F6F6;
}
a.analytic__item {
	text-decoration: none;
	color: #6D6E77;
	display: block;
	position: relative;
}
a.analytic__item strong{
	color: #21254C;
	font-weight: 600;
}
.analytic__item + .analytic__item {
	margin-top: 16px;
}
a.analytic__item.current-tab {
	color: #E14948;
}
a.analytic__item.current-tab::before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-red-arrow.svg');	
	position: absolute;
	left: -20px;
	top: 4px;
}
.analytic__tab-item__image {
	margin-bottom: 24px;
}
.analytic__tab-item__title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #21254C;	
}
.analytic__tab-item__text {
	margin-bottom: 16px;
}
.analytic__tab-item__btn {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;	
	text-decoration: none;
}
.analytic__tab-item__btn::after {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 16px;
	content: "";
	margin-left: 10px;
	margin-top: 3px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-arrow-right.svg');
}
.analytic__tab-item__presentation {
	font-weight: 700;
	font-size: 16px;
	line-height: 56px;	
	text-decoration: none;	
}

.analytic__tab-item__presentation::before {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 56px;
	content: "";
	margin-right: 10px;
	margin-top: 3px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-download-blue.svg');
}
.analytic__tab-item {
	display: none;
}
.analytic__tab-item.active-tab {
	display: block;
}
.analytic-image {
	max-height: 560px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px solid #21254C;
}
.hero {
	position: relative;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}
.hero video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background: rgba(33,37,76,0.7);
}
.v-lines-wrapper {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 0px;
}
.v-lines {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	display: flex;
	justify-content: space-between;
}
.v-lines > div {
	background: rgba(255, 255, 255, 0.04);
	width: 1px;
	height: 100vh;
}
.hero .wrapper {
	position: relative;
	z-index: 4;
}
.hero-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}
.hero-center__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;	
}
.hero-form-wrapper {
	width: 360px;
	position: relative;
	background: linear-gradient(233deg, #CCD0DC -0.69%, #FFFFFF 67.83%, #FFFFFF 100%);
	border-radius: 4px;
}
.hero-form {
	padding: 10px 20px;
}
.lt-agl {
	border-left: 1px solid #BAC2E0;
	border-top: 1px solid #BAC2E0;
	border-radius: 6px 0px 0px 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -10px;
	top: -10px;
}
.rt-agl {
	border-right: 1px solid #BAC2E0;
	border-top: 1px solid #BAC2E0;
	border-radius: 0px 6px 0px 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
}
.rb-agl {
	border-right: 1px solid #BAC2E0;
	border-bottom: 1px solid #BAC2E0;
	border-radius: 0px 0px 6px 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.lb-agl {
	border-left: 1px solid #BAC2E0;
	border-bottom: 1px solid #BAC2E0;
	border-radius: 0px 0px 0px 6px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -10px;
	bottom: -10px;
}
.hero-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-center__right {
	width: 360px;
}
.hero-center__left {
	width: calc(100% - 440px);
}
.hero-center__text {
	width: 80%;
}
.hero-form__title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #21254C;	
}
.hero-form .form-row-title {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #21254C;	
	margin-bottom: 4px;
}
.hero-form input.input-text {
	height: 32px;
	line-height: 32px;
}
.hero-form .form-row {
	margin-bottom: 8px;
}
.hero-form button.btn-red-border.btn-big {
	padding: 13px 0px;
	text-align: center;
	display: block;
	width: 100%;
}
.hero-form .custom-checkbox:has(.error) {
	margin-bottom: 20px;
}
.hero-bottom-title {
	background: rgba(33, 37, 76, 0.8);
	border-radius: 4px 4px 0px 0px;	
	padding: 25px 40px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;	
	display: inline-block;
}
.hero-bottom-flex {
	background: rgba(33, 37, 76, 0.8);
	padding: 16px 36px;
	font-size: 16px;
	line-height: 22px;
	color: #F8F7FE;	
	align-items: center;	
	display: flex;
	justify-content: space-between;
}

.hero-bottom-flex a{
	color: #F8F7FE;	
	text-decoration: none;
	font-weight: 400;
}
.hero-bottom-col {
	width: 33.3333%;
}

.hero-video__button {
	display: flex;
}
.hero-video__button::before {
	width: 44px;
	height: 44px;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-play.svg');
	background-size: contain;
	content: "";
	display: block;
}
.hero-video__text {
	width: calc(100% - 44px);
	padding-left: 15px;
}
.hero-bottom-col__inner img {
	margin-top: 10px;
}
.hero-bottom-col + .hero-bottom-col::before {
	content: "";
	width: 15px;
	height: 110px;
	display: block;
	background: no-repeat center center url('/local/templates/main/assets/css/../img/icon-line.svg');
}
.hero-bottom-col + .hero-bottom-col {
	display: flex;
	justify-content: space-between;
}
.hero-bottom-col + .hero-bottom-col .hero-bottom-col__inner {
	width: calc(100% - 30px);
}
.fill-header header {
	background: #21254C;
}
.btn-presentation-wrapper {
	text-align: right;
}
.wwd-block__title {
	display: none;
}
.hero-bottom-flex .slick-arrow {
	top: -82px;
	background-image: url('/local/templates/main/assets/css/../img/icon-arrow-white.svg');
}
.hero-bottom-flex .slick-track{
	display: flex;
	align-items: center;
}
.product-image-wrapper img {
	width: 100%;
}
/* End */


/* Start:/local/templates/main/assets/css/responsive.css?16915602687944*/
@media(max-width: 1280px) {
	.wrapper {
		max-width: calc(100% - 40px);
	}
}
@media(max-width: 1200px) {
	.partner-logo__item img{
		width: 100%;
	}
	.section2-flex__right {
		width: 37%;
	}
	.teamrate-flex__right img{
		height: calc(100vw/25);
	}
	.product-flex__right {
		padding-top: 30px;
	}
}
@media(max-width: 1000px) {
	.main-title {
		font-size: 54px;
	}
	.form-wrapper {
		width: 100%;
	}
	/*.teamrate-flex__right img{
		height: 40px;
	}*/
	
	.section2-flex {
		flex-direction: column-reverse;
	}
	.section2-flex__right{
		margin-bottom: 50px;
	}
	.section2-flex__right,
	.section2-flex__left {
		width: 100%;
	}
	.partner-logo__row {
		flex-wrap: wrap;
	}
	.partner-logo__item {
		width: 50%;
	}
	.partner-logo__item img{
		width: auto;
		height: 100px;
	}
	.partner-logo__item {
	    border-bottom: 1px solid #BEBEDF;
	}
	.partner-logo__row + .partner-logo__row {
		border-top: none;
	}
	.partner-logos {
		border-bottom: none;
	}
	.partner-logo__item + .partner-logo__item {
		border-left: none;
	}
	.section1-flex__left,
	.section-paddings {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cases-flex__left, 
	.cases-flex__right {
		margin-bottom: -80px;
	}
	.product-flex__right {
		width: 100%;
	}
	.product-flex {
		flex-wrap: wrap;
	}
	.halfed-bg {
		display: none;
	}
	.product-flex__left {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		padding-left: 20px;
		padding-right: 20px;
		background: no-repeat right bottom url('/local/templates/main/assets/css/../img/bg-halfed.png');
		background-size: cover;
		padding-bottom: 80px;
		padding-top: 50px;
	}
	#product .btn-red-fill {
		margin-left: 0px;
	}
	.halfed-bg-line {
		display: none;
	}
}
@media(max-width: 870px) {
	.section1-flex {
		flex-direction: column;
	}
	.section1-flex__left,
	.section1-flex__right {
		width: 100%;
	}
	.section1-flex__right {
		text-align: center;
	}
	.section1-flex__right img{
		max-width: 400px;
	}
	.cases-flex {
		flex-direction: column;		
	}
	.cases-flex__left {
		margin-bottom: 0px;
	}
	.cases-flex__left img {
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.cases-slider-wrapper {
		padding-left: 0px;
	}
	.cases-flex__left,
	.cases-flex__right {
		width: 100%;
	}
	.what-do-flex {
		flex-direction: column-reverse;
	}
	.what-do-flex__right,
	.what-do-flex__left {
		width: 100%;
	}
	.what-do-flex__left {
		text-align: center;
	}
	.what-do-flex__left img{
		max-width: 400px;
	}
	.contact-flex__left {
		padding: 30px;
	    font-size: 32px;
	    line-height: 1.3;
	}
	.contact-flex__right {
		padding: 30px;
	}
	.contact-flex__title {
	    font-size: 24px;
	    line-height: 28px;
		margin-bottom: 20px;
	}
	.contact-flex__item a {
		font-size: 24px;
		line-height: 24px;
	}
	.team-flex {
		flex-wrap: wrap;
	}
	.team-flex__item {
		margin-bottom: 30px;
		width: 50%;
	}
	.office-flex {
		flex-wrap: wrap;
	}
	.office-flex .office-item {
		width: 50%;
		margin-bottom: 80px;
	}
	.office-menu-flex {
		flex-wrap: wrap;
	}
	.office-menu-flex .office-item {
		width: 100%;
	}
	.office-menu-flex .office-item + .office-item {
		margin-top: 15px;
	}
	.footer-logo-25,
	.footer-logo-50 {
		width: 100%;
	}
	.footer-logo {
		flex-wrap: wrap;
	}
	.footer-logo-25 .footer-block {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media(max-width: 600px) {
	.product-flex {
		flex-direction: column-reverse;
	}
	.product-flex__right {
		margin-bottom: 50px;
	}
	.section-title.with-slider-arrows {
		width: 200px;
	}
	.analytic__left .slick-arrow {
		top: -100px;
	}
	.analytic__right {
		display: none;
	}
	.analytic__left {
		width: 100%;
	}
	.team-flex {
		display: block;
	}
	.team-flex__item > * {
		margin-left: 5px;
	}
	.cases-flex-qr {
		flex-direction: column;
	}
	.custom-mt-top .custom-checkbox{
		margin-top: 0px;
		margin-bottom: 15px;
	}	
	.hero-bottom-col {
		padding: 0px !important;
	}
	.hero-bottom-col + .hero-bottom-col {
		display: block;
	}
	header {
		height: 66px;
	}
	.header-flex {
		margin-top: 12px;
	}
	body,html {
		width: 100%;
	}
	a.hamb {
		margin-right: 20px;
	}
	.section1-flex__left, .section-paddings {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.logo a img {
		width: 140px;
	}
	.main-title {
		font-size: 32px;
	}
	.main-title strong {
		font-size: 26px;
		line-height: 30px;		
	}
	.section-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.graph-legend_item {
		font-size: 22px;
		line-height: 24px;
	}
	.graph-axis .graph-axis__label {
		font-size: 14px;
	}
	.graph-col-1-1,
	.graph-col-2-1,
	.graph-col-3-1 {
		width: 48px;
		margin-left: -38px;
	}
	.graph-col-1-2,
	.graph-col-2-2,
	.graph-col-3-2 {
		width: 48px;
		margin-left: -10px;		
	}
	.graph-col-1-2 .graph-col-value, .graph-col-2-2 .graph-col-value, .graph-col-3-2 .graph-col-value,
	.graph-col-1-1 .graph-col-value, .graph-col-2-1 .graph-col-value, .graph-col-3-1 .graph-col-value {
		font-size: 16px;
		width: 90px;
		margin-left: -45px;
		text-align: center;
	}
	.graph-line {
		margin-bottom: 37px;
	}
	.cases-block__title {
		font-size: 22px;
		line-height: 26px;
	}
	.cases-slider__item {
		padding: 20px;
	}
	.cases-slider__item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.cases-slider__item ul {
		padding-left: 18px;
	}
	.case-start__flex {
		flex-direction: column;
	}
	.case-start__flex-left {
		margin-bottom: 20px;
	}
	.case-start__flex-right,
	.case-start__flex-left {
		width: 100%;
	}
	.case-start__flex-right ul {
		padding-left: 0px;
	}
	.section-paddings.custom-bottom-padding {
		margin-bottom: 0px;
	}
	.section-paddings.custom-bottom-padding + .section-paddings {
		padding-top: 0px;
	}
	.wwd-block {
		padding-left: 0px;
	}
	.wwd-block__title {
		font-size: 20px;
		line-height: 24px;
	}
	.wwd-block__items {
		padding-left: 10px;
	}
	.product-text {
		padding: 20px;
	}
	.product-text__big {
		font-size: 20px;
		line-height: 24px;
	}
	.contact-flex {
		flex-direction: column;
	}
	.contact-flex__left,
	.contact-flex__right {
		width: 100%;
	}
	.contact-flex__left::after {
		display: none;
	}
	.form-col {
		width: 100%;
		margin-bottom: 20px;
	}
	.form-row {
		margin-bottom: 0px;
	}
	.custom-radio-wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	label.custom-radio + label.custom-radio {
		margin-left: 0px;
		margin-top: 12px;
	}
	.team-flex__item {
		width: 100%;
	}
	.teamrate-flex {
		flex-direction: column;
	}
	.teamrate-flex__left {
		width: 100%;
		margin-bottom: 20px;
	}
	.teamrate-flex__right {
		width: 100%;
		display: block;
	}
	.teamrate-flex__right img {
		height: 60px;
	}
	.teamrate-flex__right a + a {
		margin-left: 0px;
		margin-top: 12px;
	}
	.about-flex {
		flex-direction: column;
	}
	.about-flex__left,
	.about-flex__right {
		width: 100%;
	}
	.office-flex .office-item {
		width: 100%;
		padding-left: 60px;
	}
	.office-flex .office-item::after {
		left: -6px;
	}
	.partner-logo__item img {
		height: 70px;
	}
	.footer-logo {
		flex-direction: column;
	}
	footer {
		padding-top: 30px;
	}
	.menu-items__list-item a {
		font-size: 24px;
		line-height: 36px;
	}
	.menu-socials {
		width: 50px;
	}
	.menu-items__bottom {
		padding-right: 100px;
		padding-bottom: 80px;
	}
	.header-fixed {
		overflow: hidden;
	}
	.slick-list {
		overflow: hidden;
	}
	.hero-center {
		flex-direction: column;
	}
	.hero-top {
		height: 20px;
	}
	.hero-center__left {
		width: 100%;
	}
	.hero-center__right {
		width: 100%;
		display: none;
	}
	.hero-bottom-col + .hero-bottom-col::before {
		display: none;
	}
	.team-flex .slick-arrow {
		top: -100px;
		background-image: url('/local/templates/main/assets/css/../img/icon-arrow-white.svg');
	}
	#cases .section-title,
	.cases-flex__left {
		display: none;
	}
	.btn-presentation-wrapper {
		text-align: left;
	}
	.product-text__small {
		text-align: left;
	}
}

@media(max-height: 835px) and (min-width:1000px) {
	.hero-top {
		height: 76px;
	}
	.main-title {
		font-size: 70px;
	}
	
}
@media(min-width:601px) {
	.hide-desktop {
		display: none;
	}
}
/* End */
/* /local/templates/main/assets/vendor/normalize.min.css?16915602682079 */
/* /local/templates/main/assets/vendor/slick/slick.css?16915602681776 */
/* /local/templates/main/assets/vendor/fancybox/fancybox.css?169156026824078 */
/* /local/templates/main/assets/fonts/arbitrage.css?16915602687092 */
/* /local/templates/main/assets/css/main.css?169156026832921 */
/* /local/templates/main/assets/css/responsive.css?16915602687944 */
